Hi, I did once disable IPv6 (for reasons unknown even to myself). Now I am trying to get IPv6 properly working again and I seem to struggle (also, because I have no proper knowledge of ipv6).
So I managed to get IPv6 addresses for my OpenWRT device:
I probably missed something simple but I cannot figure out what it might be. I hope you can help me figuring out, what I might have missed. Also: The wan6 interface shows several /64 networks to be available. The uplink-router (by my ISP) officially does not support prefix delegation but it seems there are some prefixes available. Can I delegate IPs from within that ranges to the devices on my network?
Thank you for your help
what does the LAN interface page look like? I'm going to guess that whatever half-assed thing they're doing at your ISP, it's not the case that your router knows that it should assign a certain prefix to the LAN, and so your LAN has only ULA addresses (the fd66:cccb:2e1f::/48 prefix is a local prefix called Unique Local Address, it's a little like the 10.0.0.0/8 range except way bigger)
I thought that (because my ISP router does not really support prefix delegation), the openwrt device would likely do something like NAT with IPv6 as well.
Update: I rebooted the device and it now shows just one uplink IPv6 prefix.
It looks like this: 2003:c1:XXXX:XXXX:XXXX:XXXX:XXXX:35b8/64. I also noticed something else. The IPv6-Page on the wiki states that:
If the router can ping6 the internet, but lan machines get “Destination unreachable: Unknown code 5” or “Source address failed ingress/egress policy” then the ip6assign option is missing on your lan interface.
So to me it seems like if (off course) can not assign prefixes with a length of /64 to the lan devices as the uplink only got one /64 prefix assigned. My first try was setting ip6assign to something larger (respectively a smaller net) like /90 but that seems not accepted.
So I am still stuck with the issue. Any ideas?
Good to also hear that the IPv6 relay mode still works as intended. (There are every now and then questions about it, but hard to test if one already has a proper wide delegated prefix.)