In Windows 11 (same as 10 I think), the command ipconfig gives something like this
Connection-specific DNS Suffix . : lan
IPv6 Address. . . . . . . . . . . : ...:5c69
Temporary IPv6 Address. . . . . . : ...:d046
Link-local IPv6 Address . . . . . : fe80::...:73ee%14
IPv4 Address. . . . . . . . . . . : 192.168...
Subnet Mask . . . . . . . . . . . : 255.255.255.0
Default Gateway . . . . . . . . . : fe80::...:d531%14
192.168...
Now when I setup the Google Nest Pro router it shows this host with a different IPv6 address but I go ahead and add the port forwarding (443, I am running a local https server), then go to GoDaddy and add an AAAA record.
- If I use the "IPv6 Address" in the above (...5c69), access to my domain from outside timed out.
- If I use the "Temporary IPv6 Address (...d046), it will success but then I have to set it again because it changes after some time as it is "Temporary".
What can I do to make the ...5c69 address accessible from outside?
Update (2 days after initial post)
The "Temporary" address (...d046) still works. I don't know how long it would last, it is totally up to the router and I guess once I reset the router I will have to update it. Given all that, it would still be good to find a permanent solution.