Last active
August 29, 2015 14:15
-
-
Save egi/b6b34b672cbcf63e7031 to your computer and use it in GitHub Desktop.
20150218. Cannot connect to 202.78.200.140.
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
nopro:~ egi$ ping 202.78.200.140 | |
PING 202.78.200.140 (202.78.200.140): 56 data bytes | |
Request timeout for icmp_seq 0 | |
Request timeout for icmp_seq 1 | |
Request timeout for icmp_seq 2 | |
^C | |
--- 202.78.200.140 ping statistics --- | |
4 packets transmitted, 0 packets received, 100.0% packet loss |
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
nopro:~ egi$ ssh [email protected] | |
ssh_exchange_identification: read: Operation timed out |
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
nopro:~ egi$ traceroute -n 202.78.200.140 | |
traceroute to 202.78.200.140 (202.78.200.140), 64 hops max, 52 byte packets | |
1 192.168.1.1 1.329 ms 0.819 ms 0.794 ms | |
2 10.68.128.1 9.198 ms 10.690 ms 10.737 ms | |
3 202.73.96.26 20.874 ms 54.030 ms 13.298 ms | |
4 202.73.96.25 11.612 ms 31.312 ms 15.171 ms | |
5 202.73.97.129 18.079 ms 42.965 ms 107.038 ms | |
6 218.100.36.2 28.115 ms 21.652 ms 50.611 ms | |
7 103.28.74.249 40.388 ms 38.484 ms 27.401 ms | |
8 202.78.192.118 14.894 ms 17.462 ms 11.981 ms | |
9 202.78.200.140 21.069 ms 38.010 ms 24.433 ms |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment