vote up 0 vote down star

What's the difference between these lines:

::1             localhost

...and

127.0.0.1       localhost

in Windows hosts file?

Initially I had the line of the first kind in my hosts file and typing localhost in the browser led me to 127.0.0.1. Then I didn't use localhost prompt in the browser for some time, and when I needed to use it again it just didn't work. I changed the first line form the second one in my hosts file and it worked. Why could that happen?

flag

80% accept rate
Thanks. The box next to IPv6 is checked in Network Properties on my Vista. Can I somehow make sure that IPv6 is enabled for loopback? – Alex Apr 1 at 15:14

4 Answers

vote up 3 vote down check

::1 is IPv6.

127.0.0.1 is IPv4.

link|flag
vote up 1 vote down

::1 is IPv6

127.0.0.1 is IPv4

I guess you disabled IPv6 in between tests?

link|flag
vote up 0 vote down

The former, "::1" is IPv6 compressed syntax for the localhost. It is equivalent to 127.0.0.1. Did you disable IPv6 support in your OS or network adapter? Maybe that's why it stopped working.

link|flag
vote up 0 vote down

I believe ::1 is the IPV6 notation of 127.0.0.1.

link|flag
XP supports IPv6. It has to be enabled. – Joseph Apr 1 at 17:06
Ah, my mistake then. Sorry. – Brandon Apr 1 at 18:00

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.