Why do I get a "Connection Timed Out" error when using PuTTY?
But the putty can't connect, and only error message "Network error : connection timed out".
Anyone know what is the problem?
5 Replies
@sohsoh5:
You be surprised how often this happens to people - me included! Glad you got things up and running again
:)
I'm getting the same network connection error. Other than a boot, what else could the problem arise from?
@jrod014:
@sohsoh5:You be surprised how often this happens to people - me included! Glad you got things up and running again
:) I'm getting the same network connection error. Other than a boot, what else could the problem arise from?
Quite a few things, the two places you wanna check is your PuTty settings. Make sure it's the right IP and port. The second place is within your server, run commands such as 'iptables-save' to see if you have any rules in place blocking the connection and 'netstat -plntu' to see what port your SSH is listening on. Hope this helps, good luck!