Desde una máquina con Windows 7, hago ping a la dirección IP de una máquina apagada.
C:\>ping 192.168.1.222
Pinging 192.168.1.222 with 32 bytes of data:
Reply from 192.168.1.222: Destination host unreachable.
Reply from 192.168.1.222: Destination host unreachable.
Reply from 192.168.1.222: Destination host unreachable.
Ping statistics for 192.168.1.222:
Packets: Sent = 3, Received = 3, Lost = 0 (0% loss)
Aunque no hay respuesta, el nivel de error se establece en 0.
Lo que estoy tratando de hacer es averiguar si una máquina remota responde al ping. Una de mis pruebas es apagar la máquina y hacer ping. Por alguna razón, ping establece el nivel de error en 0.