I have been playing about with pinging website and getting their IP addresses while seeing how quickly a packet be sent and back, now i tried to ping my own PC and instead of getting the ip address format of 193.22.33.201 etc im now getting fe80::18od etc etc why would this be happening?
feedback
|
migrated from stackoverflow.com Dec 31 '10 at 18:43
This question came from our site for professional and enthusiast programmers.
|
That's your link-local IPv6 address. | |||
|
feedback
|
|
You can use the -4 command line parameter to force the ping command to use IPv4. | |||
|
feedback
|
|
It is happening because your system has used an IPv6 resolution of the name instead of an IPv4 resolution; in general, names map to more than one address and it is up to negotiation (typically done automatically for you by system functions like | |||
|
feedback
|