Configuring Windows 10 to prefer IPV6

11,339

Solution 1

Although an older question, I recently found a great answer and resources that you can download to use ipv6, ipv4, set precedence, etc.

https://support.microsoft.com/en-in/help/929852/guidance-for-configuring-ipv6-in-windows-for-advanced-users

I saw differences when tested with this free site: http://test-ipv6.com/

Solution 2

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.

Share:
11,339

Related videos on Youtube

Jon Will
Author by

Jon Will

Updated on September 18, 2022

Comments

  • Jon Will
    Jon Will over 1 year

    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?

    • CConard96
      CConard96 almost 8 years
      By default, IPv6 should be the preferred connection type. Otherwise, see this previous post and this Microsoft KB article.
    • Admin
      Admin almost 2 years
      First verify with v6 ping that connection works ping -6 google.com if that fails there is connection/routing issues, but if it works but v6 still isn't preferred and DisabledComponents is unset, then what is the culprit?
  • Admin
    Admin almost 2 years
    First we check is that we have connection ping -6 google.com that works fine. Without -6 we get a v4 reply, and DisabledComponents is not set. So even if this answer can be correct in some cases. it often isn't.