@Jaggies I hope this is of some help - it's how I've set up my VR400 for IPv6 and it seems to work.
Advanced > Network >Internet, modify the connection as below:
(As I'm on full fibre, your page may look slightly different but I believe that most of the settings are the same.
Then in LAN settings IPv6, I have these settings:
I did not do anything with IPv6, tunnel left if not enabled.
My status page for IPv6 now looks as below:
These settings seem to allocate IPv6 addresses to the hosts on my LAN.
There does not seem to be any way of seeing what addresses have been allocated from the router (as there is for IPv4 addresses that have been given out using DHCP) but that is the same on my other router.
I've not found a way to log into the router using IPv6, again that is the same for my other TP-Link router.
My test-ipv6.com result is as follows:
@IMM wrote:
There does not seem to be any way of seeing what addresses have been allocated from the router (as there is for IPv4 addresses that have been given out using DHCP) but that is the same on my other router.
That'll be due to you have RADVD enabled as to the router isn't actually handing out any addresses but merely a prefix against which clients can then generate their own addresses as they see fit. If you enabled DHCPv6 you'd likely then get a table of what addresses were allocated because that is what will have happened.
Thanks. I did wonder whether it was something like that.
If you enabled DHCPv6 you'd likely then get a table of what addresses were allocated
@MJN my tests seemed to show that Android clients still insisted on using SLAAC/RADVD even if a DHCPv6 server was available, so their addresses dont show in the DHCPv6 table
Superusers are not staff, but they do have a direct line of communication into the business in order to raise issues, concerns and feedback from the community.
@MJN my tests seemed to show that Android clients still insisted on using SLAAC/RADVD even if a DHCPv6 server was available, so their addresses dont show in the DHCPv6 table
Yeah, that's an 'Android-ism' as Google don't really believe in DHCPv6 being a valid approach to address assignment hence it doesn't currently implement it. There's a 13 year old issue on this which unfortunately remains marked as Won't Fix (Intended Behaviour).