Recommended Posts

If your not using IPv6 -- you can just disable it.

reg add hklm\system\currentcontrolset\services\tcpip6\parameters /v DisabledComponents /t REG_DWORD /d 255

As you see my win 7 box does not resolve localhost to the ipv6 address

Microsoft Windows [Version 6.1.7600]

Copyright © 2009 Microsoft Corporation. All rights reserved.

C:\Windows\System32>ping localhost

Pinging quad-w7.local.lan [127.0.0.1] with 32 bytes of data:

Reply from 127.0.0.1: bytes=32 time<1ms TTL=128

Reply from 127.0.0.1: bytes=32 time<1ms TTL=128

If your not using IPv6 -- you can just disable it.

reg add hklm\system\currentcontrolset\services\tcpip6\parameters /v DisabledComponents /t REG_DWORD /d 255

As you see my win 7 box does not resolve localhost to the ipv6 address

Microsoft Windows [Version 6.1.7600]

Copyright © 2009 Microsoft Corporation. All rights reserved.

C:\Windows\System32>ping localhost

Pinging quad-w7.local.lan [127.0.0.1] with 32 bytes of data:

Reply from 127.0.0.1: bytes=32 time<1ms TTL=128

Reply from 127.0.0.1: bytes=32 time<1ms TTL=128

Thanks BudMan~~ :shifty:

207624249.png

It's just the right thing to do if you have IPv6 enabled, it should try v6 first and fallback to v4 if it isn't possible.

Edit: It's so stuff like this works fine.

624247961.png

If you have v6 connectivity you should get the v6 address over the v4 one.

This topic is now closed to further replies.
  • Recently Browsing   0 members

    • No registered users viewing this page.