[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Xen-users] Re: trouble with xen and ipv6
- To: "Flavio Curti" <fcu@xxxxxxxxxx>
- 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=
- List-id: Xen user discussion <xen-users.lists.xensource.com>
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
|