Online computer not responding to pings

Posted by mastercork889 on Super User See other posts from Super User or by mastercork889
Published on 2014-06-09T09:01:00Z Indexed on 2014/06/09 9:28 UTC
Read the original article Hit count: 302

I was doing a bit of scanning on my network lately, knew all the hostnames to each computer connected. But whilst pinging one of them ping returned Request timed out.. This is strange as I know the computer is online and that the computer responds correctly to pinging on a different (enterprise) network. Is there something on the computer, my network, or my computer that is bugging with this? - That's just a sub-question, I don't expect this to be the main answer.

The real question: Why does this happen? Why does pinging the IP4 address not work?


EDIT :

Pinging the Hostname used to default to the IP4 address, but now it defaults to the IP6 address. Why does this happen? But now that it pings using IP6, how come it all of a sudden works?

> ping -6 THE_COMPUTER
Pinging THE_COMPUTER [lengthy IP6 address] with 32 bytes of data:
Reply from [lengthy IP6 address]: time=1ms
Reply from [lengthy IP6 address]: time=1ms
Reply from [lengthy IP6 address]: time=1ms
Reply from [lengthy IP6 address]: time=1ms

Ping stats: Sent = 4, Recieved = 4, Lost = 0 (0% loss)

But when this is done using IP4 it doesn't work. So there are now two questions:

  • How come IP6 works and not IP4?
  • Why does IP4 not work?

© Super User or respective owner

Related posts about windows-7

Related posts about networking