Created
March 2, 2016 09:54
This file contains hidden or 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
[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