-3

please check this weird ping i'm having

What may have caused this problem

1 Answers1

3

The first ping that times out is typically your gateway creating an ARP entry for the port address.

If you make no changes, and immediately ping the same address again, do you still get the first ping to time out? If yes, then try to 'ping 192.168.22.181 -c 30' and see if you get any time outs in the 30 ping reqeusts that get sent out.

jermlac
  • 86
  • 2
  • Hi if I immediately make another ping request to the same IP, I don't get the timeout, however if I wait for a certain amount of time it will be having the same issue of an unreachable host – user4025978 Jan 28 '15 at 07:18
  • 3
    That's perfectly normal. The ARP cache is transient. The ARP cache entries will "age out" and once they do, the ip address will have to be resolved to the MAC address again, which will generate the `Destination host unreachable` message. – joeqwerty Jan 28 '15 at 07:30