What does ::1 mean? I'm trying to find out my IP and the result is ::1.
Asked
Active
Viewed 4.4k times
3 Answers
44
Its the loopback address in ipv6, equal to 127.0.0.1 in ipv4.

Sirex
- 5,499
- 2
- 33
- 54
-
so i am using IPv6 connection now? – user45338 Feb 21 '11 at 09:41
-
1your local hostname is resolving to ipv6 before ipv4. – Sirex Feb 21 '11 at 10:55
20
::1 is the compressed format IPV6 loopback address 0:0:0:0:0:0:0:1. It is the equivalent of the IPV4 address 127.0.0.1.
If you are trying to find your machines public IP address then you can use whatsmyip.org.
If you want to know the IP address of a network interface then you would need to tell us what operating system you are using.

user9517
- 115,471
- 20
- 215
- 297
-
-
And I am having a problem on HTML 5 geolocation(the browser is having a problem getting my MAC address)...Additional details.. – user45338 Feb 21 '11 at 09:43
-
ipconfig is the command to use to find the IP address of a network interface in Windows 7. If you are having problems with geolocation then it is most likely the public IP address that you want. – user9517 Feb 21 '11 at 09:51
-1
Its the loopback address in ipv6, equal to 127.0.0.1
in ipv4 and its for 127.0.0.1
or localhost
Sent by a Serverfault.com Guest Login to remove this message