Quote:
Originally Posted by schneidz
please post the output of:
Code:
ping -c 5 www.02144.com
ping -c 5 11.111.11
ssh -v -v -v example@11.111.11
replace whatever is in red with the actual user name or server address you are trying to connect to.
|
PING 02144.com (64.235.229.141) 56(84) bytes of data.
64 bytes from 64.235.229.141: icmp_req=1 ttl=50 time=511 ms
64 bytes from 64.235.229.141: icmp_req=2 ttl=50 time=629 ms
^C64 bytes from 64.235.229.141: icmp_req=3 ttl=50 time=317 ms
--- 02144.com ping statistics ---
3 packets transmitted, 3 received, 0% packet loss, time 12687ms
rtt min/avg/max/mdev = 317.364/486.385/629.813/128.834 ms
PING xxx.xx.xxx.xxx (xxx.xx.xxx.xxx) 56(84) bytes of data.
64 bytes from xxx.xx.xxx.xxx: icmp_req=1 ttl=54 time=137 ms
64 bytes from xxx.xx.xxx.xxx: icmp_req=2 ttl=54 time=20.9 ms
64 bytes from xxx.xx.xxx.xxx: icmp_req=3 ttl=54 time=21.9 ms
64 bytes from xxx.xx.xxx.xxx: icmp_req=4 ttl=54 time=21.3 ms
64 bytes from xxx.xx.xxx.xxx: icmp_req=5 ttl=54 time=22.6 ms
--- xxx.xx.xxx.xxx ping statistics ---
5 packets transmitted, 5 received, 0% packet loss, time 4005ms
rtt min/avg/max/mdev = 20.984/44.799/137.127/46.167 ms
OpenSSH_5.8p1 Debian-7ubuntu1, OpenSSL 1.0.0e 6 Sep 2011
debug1: Reading configuration data /etc/ssh/ssh_config
debug1: Applying options for *
debug2: ssh_connect: needpriv 0
debug1: Connecting to xxx.xx.xxx.xxx [xxx.xx.xxx.xxx] port 22.
debug1: connect to address xxx.xx.xxx.xxx port 22: Connection timed out
ssh: connect to host xxx.xx.xxx.xxx port 22: Connection timed out