I would like for Windows 10 to attempt connections to IPV6 before V4. Is there a setting I need to change in order to cause this preference?
Asked
Active
Viewed 1.8k times
2 Answers
3
Although an older question, I recently found a great answer and resources that you can download to use ipv6, ipv4, set precedence, etc.
I saw differences when tested with this free site: http://test-ipv6.com/
tabletguy
- 94
1
As CConard96 has mentioned above, since Windows Vista, the IPv6 is preferred on Windows OSes. The reason why the OS still use IPv4 to access the resources on net is because there is no available IPv6 path to the resource. One significant prove is that if you ping localhost on your Windows10, you will find that the reply is coming from ::1, which is the IPv6 loopback IP address.
Hope this helps.