problem to share a ipv6 connexion
Carmen Sandiego on Wednesday, 20 July 2005 18:33:55
Hello,
I managed to make my connexion ipv6 works with the ipv6 tuto of openwrt: http://openwrt.org/IPv6_howto
So I decided to configure a linux computer of my networks.
This is the information of my connexion:
SixXS IPv6 : 2001:4bd0:2000:71::1/64
Your IPv6 : 2001:4bd0:2000:71::2/64
So I decided to give to that linux computer the ipv6: 2001:4bd0:2000:71::3
I put that in /et/network/interfaces :
iface eth0 inet6 static
address 2001:4bd0:2000:71::3
netmask 64
gateway 2001:4bd0:2000:71::2 (because it's the ipv6 of my linksys)
I add this line in openwrt linksys as said in th tuto:
ip -6 addr add 2001:4bd0:2000:71::1/64 dev br0
I add also that:
echo 1 > /proc/sys/net/ipv6/conf/all/forwarding
But it doesn't work when I try to ping6 from that linux client.
What do you think of that?
PS: I precise that the linksys is only connected to lan. My principal router forwards packet with protocol 41 to my linksys....
Thanks.
Bye
problem to share a ipv6 connexion
Carmen Sandiego on Thursday, 21 July 2005 21:53:57
You need to request a subnet for your tunnel :Y)
2001:4bd0:2000:71::1 and 2001:4bd0:2000:71::2 are only tunnel endpoints and the rest of the /64 subnet does.. err. nothing,. :{
problem to share a ipv6 connexion
Carmen Sandiego on Friday, 22 July 2005 09:55:23
ok.
Thanks.
Posting is only allowed when you are logged in. |