Re: IPv6 routing issue

2007-12-29 Thread strawks
On Sat, 2007-12-29 at 11:14 +1100, Alex Samad wrote: could you do a ip -6 r; ip -6 a on both boxes please On kaname : $ ip -6 r 2001:6f8:306::11 dev eth0 metric 256 expires 17141571sec mtu 1500 advmss 1440 hoplimit 4294967295 2001:6f8:306::/48 dev eth0 metric 1 expires 21294087sec mtu 1500

Re: IPv6 routing issue

2007-12-29 Thread Alex Samad
On Sat, Dec 29, 2007 at 09:35:16AM +0100, strawks wrote: On Sat, 2007-12-29 at 11:14 +1100, Alex Samad wrote: could you do a ip -6 r; ip -6 a on both boxes please On kaname : $ ip -6 r 2001:6f8:306::11 dev eth0 metric 256 expires 17141571sec mtu 1500 advmss 1440 hoplimit 4294967295

Re: IPv6 routing issue

2007-12-29 Thread strawks
On Sat, 2007-12-29 at 22:26 +1100, Alex Samad wrote: 2: eth0: BROADCAST,MULTICAST,UP,LOWER_UP mtu 1500 qlen 1000 inet6 2001:6f8:306::11/128 scope global you have given it a /128 this is the same as using a /32 for ipv4 [...] 2: eth0: BROADCAST,MULTICAST,UP,1 mtu 1500 qlen 1000

Re: IPv6 routing issue

2007-12-29 Thread strawks
On Sat, 2007-12-29 at 22:26 +1100, Alex Samad wrote: you could set the netmask to /48 for both of them, that should get it working I finally managed to get things working, but I still don't understand why it works now and so I don't know if this is the way it should work. I probably need to read

Re: IPv6 routing issue

2007-12-29 Thread Alex Samad
On Sat, Dec 29, 2007 at 02:18:51PM +0100, strawks wrote: On Sat, 2007-12-29 at 22:26 +1100, Alex Samad wrote: you could set the netmask to /48 for both of them, that should get it working I finally managed to get things working, but I still don't understand why it works now and so I

Re: IPv6 routing issue

2007-12-28 Thread Alex Samad
On Fri, Dec 28, 2007 at 11:24:22PM +0100, strawks wrote: Hi all, I'm currently trying to set up an IPv6 network at home by using services provided by SixXS. For the moment I'm trying to give IPv6 access to 2 PCs. The first which will act as a router create the tunnel with a SixXS POP,

Re: IPv6 routing issue

2007-12-28 Thread strawks
On Sat, 2007-12-29 at 10:24 +1100, Alex Samad wrote: can you ping 2001:6f8:306::1 from 2001:6f8:306::11, then can you ping 2001:6f8:202:202::2. if not look at ip -6 r g 2001:6f8:202:202::2 see what is says ping 2001:6f8:306::1 from 2001:6f8:306::11 - works fine ping 2001:6f8:202:202::2 from

Re: IPv6 routing issue

2007-12-28 Thread Alex Samad
could you do a ip -6 r; ip -6 a on both boxes please On Sat, Dec 29, 2007 at 01:12:50AM +0100, strawks wrote: On Sat, 2007-12-29 at 10:24 +1100, Alex Samad wrote: can you ping 2001:6f8:306::1 from 2001:6f8:306::11, then can you ping 2001:6f8:202:202::2. if not look at ip -6 r g