Home » Questions » Computers [ Ask a new question ]

Native IPv6 on openwrt

Native IPv6 on openwrt

I just flushed my linksys wrt54gl router with openwrt and was hoping to enable IPv6 connectivity, but I can't figure out how. Every tutorial I reed tells how to do it using e.g. tunnelbroker but I don't need a tunnel over IPv4 since I already have IPv6 into my house. When I SSH into the router I can run ping6 ipv6.google.com without a single problem, but I can't get it to work on my computer...

Asked by: Guest | Views: 255
Total answers/comments: 1
Guest [Entry]

"Sounds like you have got the connectivity part working, but you're actually not acting as a router.

You must find out the following from your ISP:

Whether the subnet assigned to your ppp0 interface is the same one you use for your LAN
How the subnet is delegated to you (static, DHCPv6, etc.)

These WRT54G builds include DHCPv6-PD support, which works with Internode, an Australian ISP, but you have said you are from Norway, and your ISP does not necessarily do it the same way.

You have mentioned radvd, but that is pretty much irrelevant — you need to figure out what the subnets are before you go anywhere near something like radvd. sysctl net.ipv6.conf.all.forwarding=1 is a good start, but you still need more.

If you go to the ADSL FAQ from Internode, they provide this information:

The IPv6 Broadband Trial allows
Internode customers to test and gain
experience with IPv6 using their
existing Internode ADSL service.

What will this give me?


Your existing IPv4 address (if static) and route(s)
A dual-stack IPv4/IPv6
A dynamic /64 IPv6 prefix for your PPP session
A stable /60 IPv6 prefix for your LAN (if you are using a router with Prefix Delegation)


How do hosts on my LAN obtain globally routed IPv6 addresses?

Your IPv6 Access Device/router should assign /64 subnets to it's interfaces after it obtains a DHCPv6 PD lease. It should then offer the prefix to your hosts via IPv6 Stateless Address Autoconfiguration. In more complicated setups you may choose to use DHCPv6 as well.

You must find out the equivalent information from your ISP. I'd hazard a guess that you need something like a DHCPv6-PD–enabled setup, but we can't know for sure until we get more information. Heck, we don't even know what your ISP is."