readthefuckingmanual.net

[SOLVED] ssh: connect to host 192.168.2.3 port 22: No route to host

Error added: 2011-02-15T13:32:19Z

0 people waiting for the answer...

1 answers found.

Answer 1653 (0.0% helpful)

The server you are on doesn't have a route to 192.168.2.3. Check:
ip route get 192.168.2.3
and
arp -an | grep 192.168.2.3
if you're on the same subnet as 192.168.2.3

If it's on another network run:
route add 192.168.2.3 gw x.x.x.x (where x.x.x.x is the box that you have to go through to reach 2.3)
Permalink

Add an answer/solution

If you know the answer, please add your own solution below.
If you don't know, but find out later, please come back and share your answer - there will be other people struggling with this too.


Please enter 61948 here

If you want to be notified via email when this is solved, enter your email address here: