I'm pinging from a Windows Box to a device that I rebooted.
PS C:\Users\administrador> ping 192.168.2.10 Pinging 192.168.2.10 with 32 bytes of data: Control-C PS C:\Users\administrador> ping -t 192.168.2.10 Pinging 192.168.2.10 with 32 bytes of data: Request timed out. Request timed out. Request timed out. Request timed out. Request timed out. Request timed out. Request timed out. Reply from 192.168.2.120: Destination host unreachable. Reply from 192.168.2.120: Destination host unreachable. Reply from 192.168.2.120: Destination host unreachable. Reply from 192.168.2.120: Destination host unreachable. Reply from 192.168.2.120: Destination host unreachable. Reply from 192.168.2.120: Destination host unreachable. Reply from 192.168.2.120: Destination host unreachable. Reply from 192.168.2.120: Destination host unreachable. Reply from 192.168.2.120: Destination host unreachable. Reply from 192.168.2.120: Destination host unreachable. Ping statistics for 192.168.2.10: Packets: Sent = 17, Received = 10, Lost = 7 (41% loss), Control-C After this, the host started to answer the ping probes.
So, my questions are:
- What's the difference between those answers?
- Why the ping result is showing only 41% loss instead of 100%?
- Is there any relation between the "Destination host unreachable" answer and the fact that the machine is starting?