WARNING - OLD ARCHIVES

This is an archived copy of the Xen.org mailing list, which we have preserved to ensure that existing links to archives are not broken. The live archive, which contains the latest emails, can be found at http://lists.xen.org/
   
 
 
Xen 
 
Home Products Support Community News
 
   
 

xen-users

Re: [Xen-users] IPv6 with Bridge Modus

To: Stefan Becker <stefan.becker@xxxxxxxxxxxxxxx>
Subject: Re: [Xen-users] IPv6 with Bridge Modus
From: "Fajar A. Nugraha" <list@xxxxxxxxx>
Date: Wed, 22 Jun 2011 16:30:39 +0700
Cc: Xen-users@xxxxxxxxxxxxxxxxxxx
Delivery-date: Wed, 22 Jun 2011 02:31:54 -0700
Envelope-to: www-data@xxxxxxxxxxxxxxxxxxx
In-reply-to: <005501cc30bc$bbc55b40$335011c0$@stefanshome.com>
List-help: <mailto:xen-users-request@lists.xensource.com?subject=help>
List-id: Xen user discussion <xen-users.lists.xensource.com>
List-post: <mailto:xen-users@lists.xensource.com>
List-subscribe: <http://lists.xensource.com/mailman/listinfo/xen-users>, <mailto:xen-users-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/mailman/listinfo/xen-users>, <mailto:xen-users-request@lists.xensource.com?subject=unsubscribe>
References: <005501cc30bc$bbc55b40$335011c0$@stefanshome.com>
Sender: xen-users-bounces@xxxxxxxxxxxxxxxxxxx
On Wed, Jun 22, 2011 at 4:14 PM, Stefan Becker
<stefan.becker@xxxxxxxxxxxxxxx> wrote:
> Hi guys!
>
>
>
> Can i use a IPv6 adress at XEN 4.0.1 of Debain 6?

Should be possible. Bridge mode passes ethernet packets, and doesn't
really care what's on top of it.

> In my cfg I use this setting:
>
>
>
> vif = [ 'ip=85.10.210.154 46.4.44.162 2a01:4f8:130:9301::3' ]

dump "ip" settings. It's useless in most setup anyway. Instead, you
should explicitly specify mac (needed for lots of things, including
persistent DHCP), and optionally bridge (to make it clear, in case you
have multiple bridge) and vifname (to make it easier to identify from
dom0). Something like

vif = [ 'mac=00:16:3E:A8:31:24, bridge=eth0, vifname=ubuntu-e0' ]

Then specify ipv6 address inside domU using usual OS methods
(/etc/network/interfaces on Debian/Ubuntu)

Most modern OS have IPv6 enabled by default, using link-local address.
So if (for example) your dom0 bridge is using fe80::21e:bff:fe5e:9f58,
and your domU only has one interface (eth0), you can test IPv6
conectivity from domU to dom0 using something like

ping6 -I eth0 fe80::21e:bff:fe5e:9f58

-- 
Fajar

_______________________________________________
Xen-users mailing list
Xen-users@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-users

<Prev in Thread] Current Thread [Next in Thread>