Hi all,

I just installed freewrt since it seems to be the most promising
choice to setup ipv6 on my linksys-router with a tunnel by sixxs.net.
I configured an image at wib.freewrt.org

IPv4 is currently working fine, eth0.0 and eth1 are bridged, eth1 uses
WPA2, eth0.1 is uplink, ppp0 does pppoe, NAT is configured.

However, IPv6 doesn't work properly. The module is loaded, kmod-tun
was missing but is installed now, aiccu doesn't report any problems,
starts a connection and the tunnel-endpoint-ip is configured with the
device sixxs. Looks fine.

However:
[EMAIL PROTECTED]:~# ip -f inet6 route show
2a01:198:200:1b8::/64 dev sixxs  metric 256
fe80::/64 dev eth0  metric 256
fe80::/64 dev eth0.1  metric 256
fe80::/64 dev eth0.0  metric 256
fe80::/64 dev eth1  metric 256
fe80::/64 dev br0  metric 256
fe80::/64 dev sixxs  metric 256
ff00::/8 dev eth0  metric 256
ff00::/8 dev eth0.1  metric 256
ff00::/8 dev eth0.0  metric 256
ff00::/8 dev eth1  metric 256
ff00::/8 dev br0  metric 256
ff00::/8 dev sixxs  metric 256
default dev eth0  metric 256
default dev eth0.1  metric 256
default dev eth0.0  metric 256
default dev eth1  metric 256
default dev br0  metric 256
default dev sixxs  metric 256
default via 2a01:198:200:1b8::1 dev sixxs  metric 1024
unreachable default dev lo  metric -1  error -128
[EMAIL PROTECTED]:~# fping6 2a01:198:200:1b8::1
2a01:198:200:1b8::1 is unreachable


so there are lots of default-routes, I'm not surprised that there are
problems. I tried deleting all of them, but failed with the
default-route using lo. Strange.

Currently:
[EMAIL PROTECTED]:~# ip -f inet6 route show
2a01:198:200:1b8::/64 dev sixxs  metric 256
fe80::/64 dev eth0  metric 256
fe80::/64 dev eth0.1  metric 256
fe80::/64 dev eth0.0  metric 256
fe80::/64 dev eth1  metric 256
fe80::/64 dev br0  metric 256
fe80::/64 dev sixxs  metric 256
ff00::/8 dev eth0  metric 256
ff00::/8 dev eth0.1  metric 256
ff00::/8 dev eth0.0  metric 256
ff00::/8 dev eth1  metric 256
ff00::/8 dev br0  metric 256
ff00::/8 dev sixxs  metric 256
unreachable default dev lo  metric -1  error -128
[EMAIL PROTECTED]:~#

I can ping the local ipv6-tunnel-endpoint, but not the remote
endpoint, which should be no problem and is specified in the first
route entry.

Any ideas anybody? Same config on my private desktop works flawless
(opensuse 11). I'm not sure wheter or not I should activate the
aiccu-option "behindnat", but both settings won't work.

-- 
CU,
 Patrick.
_______________________________________________
freewrt-users mailing list
[email protected]
https://www.freewrt.org/lists/listinfo/freewrt-users

Reply via email to