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] Re: trouble with xen and ipv6

To: "Flavio Curti" <fcu@xxxxxxxxxx>
Subject: Re: [Xen-users] Re: trouble with xen and ipv6
From: "Andrew Yates" <andrewyates@xxxxxxxxx>
Date: Tue, 1 Aug 2006 13:44:41 -0400
Cc: xen-users@xxxxxxxxxxxxxxxxxxx
Delivery-date: Tue, 01 Aug 2006 10:45:32 -0700
Domainkey-signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=HXVXlzo6HIabdB0k93Kb3opIjNecvFL7fVxoEJogbBMTvAz7tu91eXcACKX8fsCj8526/fvNEULHnzqbURn3Wnq6XWKvmyapmAJxypxwLpvnQfd6D44QDD+GVsPboKzEdTw3l9d7x5KFeq6DyZMhooJZZ3AfFH2s1O36JI0YIyw=
Envelope-to: www-data@xxxxxxxxxxxxxxxxxx
In-reply-to: <20060801081352.GH32688@xxxxxxxxxx>
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/cgi-bin/mailman/listinfo/xen-users>, <mailto:xen-users-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-users>, <mailto:xen-users-request@lists.xensource.com?subject=unsubscribe>
References: <a0fd867e0607270650k75f036c2w3674d84cb9a394d@xxxxxxxxxxxxxx> <a0fd867e0607270916q78d636acpaff4495df95f095d@xxxxxxxxxxxxxx> <20060731062756.GD32688@xxxxxxxxxx> <a0fd867e0607312143k6fbdbeffia90bd5738cfd337f@xxxxxxxxxxxxxx> <20060801081352.GH32688@xxxxxxxxxx>
Sender: xen-users-bounces@xxxxxxxxxxxxxxxxxxx
Sure:

vif= [ 'mac=aa:00:00:00:00:12, bridge=xen-br17']

In the domU i disabled autoconfig however it does work using autoconfig,
I just don't like the random addresses it gets:

curti@egli:~$ cat /etc/sysctl.conf
net.ipv6.conf.default.autoconf = 0

(you have to make sure the ipv6 module is loaded when the sysctls get
set)

the network config is then made the debian way using
/etc/network/interfaces:

auto eth0
iface eth0 inet6 static
        address 4567:123:22::d
        netmask 64
        gateway 4567:123:22::1

Kind regards and hth

Flavio Curti

Excellent. I was specifying the IPs in the network config, but I'll
try this instead. Thanks!

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

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