The home page talks about “Reach you private hosts”
My router updates its IPv4, IPv6 and delegated prefix to dynv6.
How do I need to setup my zone for dynv6 to use prefix+ mac address so I can reach hosts behind the router with IPv6 ?
Thanks !
The home page talks about “Reach you private hosts”
My router updates its IPv4, IPv6 and delegated prefix to dynv6.
How do I need to setup my zone for dynv6 to use prefix+ mac address so I can reach hosts behind the router with IPv6 ?
Thanks !
Just add a AAAA record with the MAC address of your device. Your device needs to use stateless address autoconfiguration (SLAAC) to generate its public address. If you have a firewall on your router you also need to allow incoming connections to your device.
That’s everything.
Thanks for the reply !
Meanwhile I found out, so I’ll clarify the procedure:
Yes, that’s it. Thanks for sharing!
Windows 10 randomizes the SLAAC input address even for the permanent one, which means you may not use the MAC address. This can either be deactivated; or one can use the non-temporary IP address or its host part (which, as with SLAAC, is the same as the link-local adress, just not determined by the MAC anymore).
Good to know. I just found this:
Set-NetIPv6Protocol -RandomizeIdentifiers Disabled