 1 edit | reply to TSI Gabe
Re: IPv6 beta Thanks rpnc. Unfortunately it didn't work for me.
If anyone can get IPv6-west working on a router I would really like to hear how it's done. Or if anyone knows of instructions anywhere to get OpenWrt to function with a single /64 allocation. The IPv6 allocation seems to work easily for a single host with no router (who has that these days?) but I can't get a router to work. I have no objections to changing firmware, but Tomato doesn't support my router so that's not an option. Generally if it's possible OpenWrt should be able to do it.
It's screwy to the point that I have a Global IP on a host and some sites report my IPv6 address and say congrats and others say I don't even have a v6 IP. 
For now I've gone back to my HE.net tunnel and will try again when time permits. |
|
 isocat join:2012-06-03 Toronto, ON | I asked for some help a little earlier this week, but unfortunately none of the suggestions seemed to work. I gave up for a day, and when I come back, everything was suddenly working.
It continued to work until I had to reboot my router. Now I am back to where I started.
The only clue I have, is that when it wasn't working, I got this:
root@DeltaNet:~# ip -6 route 2607:f2c0:a000:xxxx::/64 dev br-lan metric 256 mtu 1280 advmss 1220 2607:f2c0:f00f:xxxx::/56 dev pppoe-wan metric 256 mtu 1280 advmss 1220 fe80::/64 dev eth0 metric 256 mtu 1500 advmss 1220 fe80::/64 dev eth0.1 metric 256 mtu 1280 advmss 1220 fe80::/64 dev eth0.0 metric 256 mtu 1500 advmss 1220 fe80::/64 dev br-lan metric 256 mtu 1280 advmss 1220 fe80::/64 dev wl0 metric 256 mtu 1500 advmss 1440 fe80::/64 dev pppoe-wan metric 256 mtu 1280 advmss 1220 fe80::/10 dev pppoe-wan metric 1 mtu 1280 advmss 1220 fe80::/10 dev pppoe-wan metric 256 mtu 1280 advmss 1220 ff00::/8 dev eth0 metric 256 mtu 1500 advmss 1220 ff00::/8 dev eth0.1 metric 256 mtu 1280 advmss 1220 ff00::/8 dev eth0.0 metric 256 mtu 1500 advmss 1220 ff00::/8 dev br-lan metric 256 mtu 1280 advmss 1220 ff00::/8 dev wl0 metric 256 mtu 1500 advmss 1440 ff00::/8 dev pppoe-wan metric 256 mtu 1280 advmss 1220 unreachable default dev lo proto none metric -1 error -128 advmss 1220
And after it started working, I noticed that the "unreachable default dev lo proto none metric -1 error -128 advmss 1220" was no longer there. Now that it has stopped working again, that line has returned. It seems pretty likely that this is related.
Does this make sense? Does anyone have an idea of what may have happened? |
|
 isocat join:2012-06-03 Toronto, ON | Solved. Seems like a bug in openwrt. This is how I fixed it:
root@DeltaNet:/etc/init.d# ip -6 route del default root@DeltaNet:/etc/init.d# ip -6 route add default dev pppoe-wan
Looks like this problem occurs everytime the router is rebooted. |
|
|
|
 | Yes, it looks like you were missing the default route. This should normally be configured for you. If it fails on you again I would look at your firewall and make sure none of the negotiations are being blocked. You can enable logging (option log 1) on your wan zone to identify what's not getting through. |
|