Configure SixxS subnet with radvd on a fritzbox
Shadow Hawkins on Sunday, 30 August 2009 15:01:25
Hi,
currently I'm using gw6 + radvd on the fritzbox to have a global ipv6 on all my machines and everything works fine.
I would switch this (slowly) configuration to sixxs but I encountered some problems.. I already have a subscription to sixxs with a tunnel and a subnet, the tunnel works fine on my fritzbox. However I can't set up the subnet in any way and I haven't ipv6 connectivity on my computers
in my sixxs page I've these info:
IPv6 Prefix 2001:1418:***:***::1/64
PoP IPv6 2001:1418:***:***::1
Your IPv6 2001:1418:***:***::2
Prefix 2001:1418:***::/48
In radvd config page:
IPv6 interface: lan
IPv6 address: 2001:1418:***:***::2/64
IPv6 prefix: 2001:1418:***::1/64
If I set in radvd config 2001:1418:***::1/48 my Linux machine says that it receive a wrong prefix. If I set 2001:1418:***::1/64 I get no errors and my machine get an ipv6 address but I can't ping any site (neither my fritz!)
the routing table on my fritzbox:
/var/mod/root # route
Kernel IP routing table
Destination Gateway Genmask Flags Metric Ref Use Iface
192.168.180.1 * 255.255.255.255 UH 2 0 0 dsl
151.48.**.*** * 255.255.255.255 UH 2 0 0 dsl
192.168.180.2 * 255.255.255.255 UH 2 0 0 dsl
192.168.1.201 * 255.255.255.255 UH 2 0 0 dsl
192.168.178.0 * 255.255.255.0 U 0 0 0 eth0
1.0.0.0 * 255.255.255.0 U 0 0 0 tap0
192.168.1.0 * 255.255.255.0 U 0 0 0 lan
169.254.0.0 * 255.255.0.0 U 0 0 0 lan
default * 0.0.0.0 U 2 0 0 dsl
/var/mod/root # route -A inet6
Kernel IPv6 routing table
Destination Next Hop Flags Metric Ref Use Iface
::1/128 :: U 0 0 1 lo
2001:1418:***:***::/128 :: U 0 0 2 lo
2001:1418:***:***::2/128 :: U 0 18 2 lo
2001:1418:***:***::2/128 :: U 0 32 1 lo
2001:1418:***:***::/64 :: U 256 1 0 sixxs
fe80::/128 :: U 0 0 2 lo
fe80::/128 :: U 0 0 2 lo
fe80::/128 :: U 0 0 2 lo
fe80::/128 :: U 0 0 2 lo
fe80::/128 :: U 0 0 2 lo
fe80::21f:3fff:fed7:3c47/128 :: U 0 0 1 lo
fe80::21f:3fff:fed7:3c47/128 :: U 0 0 1 lo
fe80::21f:3fff:fefa:5506/128 :: U 0 2 1 lo
fe80::1418:***:***:2/128 :: U 0 0 1 lo
fe80::4cd3:bfff:fe9b:b6c9/128 :: U 0 0 1 lo
fe80::/64 :: U 256 0 0 wifi0
fe80::/64 :: U 256 0 0 ath0
fe80::/64 :: U 256 0 0 lan
fe80::/64 :: U 256 0 0 tap0
fe80::/64 :: U 256 0 0 sixxs
ff00::/8 :: U 256 0 0 wifi0
ff00::/8 :: U 256 0 0 ath0
ff00::/8 :: U 256 0 0 lan
ff00::/8 :: U 256 0 0 tap0
ff00::/8 :: U 256 0 0 sixxs
::/0 2001:1418:***:***::1 UG 1024 306 0 sixxs
/var/mod/root #
Posting is only allowed when you are logged in. |