Disable the Privacy Extensions
The Privacy Extensions you can disable in the PowerShell or by netsh.
- Run the Powershell as Administrator
- Run this 3 Commands (last one will reboot your system)
Set-NetIPv6Protocol -RandomizeIdentifiers Disabled
Set-NetIPv6Protocol -UseTemporaryAddresses Disabled
Restart-Computer