Skip to content

Instantly share code, notes, and snippets.

@vbrinza
Created March 2, 2016 09:54
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 vbrinza/07f6b0104a9e9305116d to your computer and use it in GitHub Desktop.
Save vbrinza/07f6b0104a9e9305116d to your computer and use it in GitHub Desktop.
[root@openstack ~(keystone_test)]# ping 192.168.1.12
PING 192.168.1.12 (192.168.1.12) 56(84) bytes of data.
^C
--- 192.168.1.12 ping statistics ---
5 packets transmitted, 0 received, 100% packet loss, time 3999ms
[root@openstack ~(keystone_test)]# ping 192.168.1.13
PING 192.168.1.13 (192.168.1.13) 56(84) bytes of data.
^C
--- 192.168.1.13 ping statistics ---
3 packets transmitted, 0 received, 100% packet loss, time 1999ms
[root@openstack ~(keystone_test)]# ping 10.10.0.3
PING 10.10.0.3 (10.10.0.3) 56(84) bytes of data.
From ........ icmp_seq=4 Destination Host Unreachable
From ........ icmp_seq=3 Destination Host Unreachable
From ........ icmp_seq=2 Destination Host Unreachable
^C
--- 10.10.0.3 ping statistics ---
4 packets transmitted, 0 received, +3 errors, 100% packet loss, time 2999ms
pipe 3
[root@openstack ~(keystone_test)]# ping 10.10.0.4
PING 10.10.0.4 (10.10.0.4) 56(84) bytes of data.
From ........... icmp_seq=4 Destination Host Unreachable
From ........... icmp_seq=3 Destination Host Unreachable
From ........... icmp_seq=2 Destination Host Unreachable
^C
--- 10.10.0.4 ping statistics ---
4 packets transmitted, 0 received, +3 errors, 100% packet loss, time 2999ms
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment