LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   Error: No route to host! (https://www.linuxquestions.org/questions/linux-newbie-8/error-no-route-to-host-160549/)

CRB314 03-21-2004 10:03 AM

Error: No route to host!
 
I am using Putty and works great logging in to two servers but the third server is where I get a problem giving me the following error:

"ssh: connect to address 192.168.0.1 port 22: No route to host"

Does anyone have suggestions?

/bin/bash 03-22-2004 03:37 AM

Are all the servers on this 192.168.0.0 network?
Does the server have sshd running?
Does the server have port 22 opened in it's firewall?
Try nmap -sS -F 192.168.0.1 to make sure the port is open.


All times are GMT -5. The time now is 07:54 AM.