Skip to content

Instantly share code, notes, and snippets.

@rtrouton
Created October 25, 2016 18:03
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save rtrouton/f1795983b7d622585b92a0170670747a to your computer and use it in GitHub Desktop.
Save rtrouton/f1795983b7d622585b92a0170670747a to your computer and use it in GitHub Desktop.
Ping internal server
computername:~ username$ ping server.name.here
PING server.name.here (192.168.0.23): 56 data bytes
Request timeout for icmp_seq 0
Request timeout for icmp_seq 1
Request timeout for icmp_seq 2
Request timeout for icmp_seq 3
Request timeout for icmp_seq 4
^C
--- server.name.here ping statistics ---
6 packets transmitted, 0 packets received, 100.0% packet loss
computername:~ username$
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment