1

I am having an issue in prioritizing my IP network in Windows 8 to use IPv4 as default. Currently when ever I browser IP detection sites, they show me IPv6 address. How do I change this behavior??

Any help would be appreciated.

Thanks in advance.

Azfar Niaz
  • 143
  • 6

2 Answers2

1

Modern browsers will use IPv6 when it is available. As you see IPv6 addresses in address detection sites it means it works. Why disable it then? Be glad it works! :-)

Sander Steffann
  • 7,712
  • 19
  • 29
  • since browsers use IPv6 by default so those site that has IPv6 implemented, its transfer rate will be slower as the speed test result shows, because connection is not native. So I was wishing to get priorities reversed. – Azfar Niaz Jan 10 '13 at 17:25
  • 2
    `Why disable it then? Be glad it works!` - Perhaps he is getting his IPv6 over a low latency link. Perhaps there is some kind of routing issue or filtering issue over his IPv6 network. There are lots of reasons why you may want to choose one network path over another. – Zoredache Jan 10 '13 at 17:29
  • @AzfarNiaz In that case you will never use IPv6, so why have the tunnel at all? – Michael Hampton Jan 10 '13 at 17:38
  • 1
    @Micheal Hampton, just because of curiosity :) !!! – Azfar Niaz Jan 10 '13 at 17:57
  • 1
    `because of curiosity` very good reason! :-) – Sander Steffann Jan 11 '13 at 09:50
  • 2
    IPv6 should be disable as a last resort. We are in the midst of a transition to IPv6. If you find issues such as higher latency with IPv6, talk to your provider. The ISP may have incongruent IPv4 and IPv6 peering topologies. The engineers may not understand the ramifications to the user experience. We need more users using IPv6 in order to pressure infrastructure and content companies to fix problems. Most users will not be as technical as the OP and won't realize that turning off the IPv6 is an option...for now. – Jeff Loughridge Jan 11 '13 at 13:04
1

Applications implementing RFC6555 (Happy Eyes) do not require such changes, the majority of modern web browsers have already implemented it.

In the case of applications not implementing Happy Eyes the easiest route is to disable the IPv6 stack as workarounds may not be available for all supported platforms.

The RFC discusses an interesting point that the faster path is not always the best path as it can place additional undue burden on the IPv4 route when resources should be deployed to upgrade the IPv6 route.

Steve-o
  • 839
  • 6
  • 12