29

What does ::1 mean? I'm trying to find out my IP and the result is ::1.

Coops
  • 6,055
  • 1
  • 34
  • 54
user45338
  • 401
  • 1
  • 4
  • 4

3 Answers3

44

Its the loopback address in ipv6, equal to 127.0.0.1 in ipv4.

Sirex
  • 5,499
  • 2
  • 33
  • 54
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
  • I am using windows 7... – user45338 Feb 21 '11 at 09:41
  • 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