Created
January 23, 2011 04:41
-
-
Save BlackFoks/791825 to your computer and use it in GitHub Desktop.
host-pings-guest2
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
PS C:\Users\BlackFoks> ping 192.168.1.5 | |
Pinging 192.168.1.5 with 32 bytes of data: | |
Reply from 192.168.1.5: bytes=32 time<1ms TTL=128 | |
Reply from 192.168.1.5: bytes=32 time<1ms TTL=128 | |
Reply from 192.168.1.5: bytes=32 time<1ms TTL=128 | |
Reply from 192.168.1.5: bytes=32 time<1ms TTL=128 | |
Ping statistics for 192.168.1.5: | |
Packets: Sent = 4, Received = 4, Lost = 0 (0% loss), | |
Approximate round trip times in milli-seconds: | |
Minimum = 0ms, Maximum = 0ms, Average = 0ms |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment