[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: [Xen-users] Does anybody here uses IPv6 for DomU?
Hi, as Simon already wrote, try to use your provisioned "regular" ipv6 net. This is usally a /48 or /64. Our dom0 don't have ipv6 configured in any way, it's just enabled by default. Only the usual local-link (fe80...) addresses are bound to the interfaces. If you're using bridges (peth0 -> eth0 -> vifX.X), you don't have to touch any forwarding settings. It's "just working". If you're using fixed addresses, don't forget to disable autoconf which is default. E.g. : iface eth0 inet6 static pre-up echo 0 > /proc/sys/net/ipv6/conf/eth0/autoconf address ...
Hello Simon, Yes, I'm using bridging. I put 126 as subnet mask because I configured a P-P link. Unfortunately use 64 makes no difference. However, the command you said showed me that something is wrong: # ip -6 neigh 2001:xxxx:xxxx::5 dev eth0 FAILED fe80::224:38ff:fec9:8b00 dev eth0 lladdr 00:24:38:c9:8b:00 router STALE I was cheking only with this command (and looking at red line, I thought that it was all fine): # route -A inet6 Kernel IPv6 routing table Destination Next Hop Flag Met Ref Use If 2001:xxxx:xxxx::4/126 :: Ue 256 0 4 eth0 fe80::/64 :: U 256 0 0 eth0 ::/0 2001:xxxx:xxxx::5 UG 1 0 0 eth0 ::/0 fe80::224:38ff:fec9:8b00 UGDAe 1024 0 0 eth0 ::/0 :: !n -1 1 73 lo ::1/128 :: Un 0 1 23 lo 2001:xxxx:xxxx::6/128 :: Un 0 1 24 lo fe80::216:3eff:fee2:3f3d/128 :: Un 0 1 0 lo ff00::/8 :: U 256 0 0 eth0 ::/0 :: !n -1 1 73 lo I will investigate further more. Do you think there are something wrong with "network-script" that can cause this? I hope not! :) Thanks, ------------------------------- Carlos Eduardo Ribas 2012/7/18 Simon Hobson <linux@xxxxxxxxxxxxxxxx> Carlos Ribas wrote: You don't need any address of Dom0 (I'm assuming you are using bridging ?)
That looks OK, I'm running a Hurricane Electric tunnel so mine looks different.
I have "post-up echo 1 > /proc/sys/net/ipv6/conf/all/forwarding" in the IPv6 stanza in my /etc/network/interfaces. But that is only needed to make the machine route packets between networks (ie act as a router for other devices' traffic), it will still talk to other devices without this.
Standard advice now is not to use a network-script. It made sense a while back, but the scripts are deprecated and the host OS generally has better tools. For example, in Debian you can put something like this in /etc/network/interfaces : Attachment:
signature.asc _______________________________________________ Xen-users mailing list Xen-users@xxxxxxxxxxxxx http://lists.xen.org/xen-users
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |