1
vote
2answers
1k views

Disable ipv6 loopback

I am trying to get the IPv6 loopback completely disabled/disconnected. Searching the posts here I see everything that I have done so far. 1)Un-check the IPv6 on the adapter which will disable IPv6 ...
6
votes
6answers
14k views

Disable IPv6 on Loopback address (Localhost, Computer name, …)

We tried installing a 3rd party software product on a new Windows Server 2008 R2 machine and found that everything works except for accessing local services through loopback addresses such as ...
0
votes
2answers
462 views

ipv6 Loopback Addresses (equivalent to 127.x.x.x)

I have a development environment set up where I have a separate loopback address for multiple websites. For example, I have the following: 127.0.0.1 www.mysite.dev 127.0.0.2 foo.mysite.dev 127.0.0.3 ...