ssh: connect to host [ip] port 22: No route to host

25,747

thanks for the reply!

$ ip route 
default dev ppp0 proto static 
192.168.1.145 dev ppp0 proto kernel scope link src 192.168.1.153 
192.168.10.0/24 dev wlan0 proto kernel scope link src 192.168.10.106 metric 9
193.228.153.48 via 192.168.10.1 dev wlan0 proto static 
193.228.153.48 via 192.168.10.1 dev wlan0 src 192.168.10.106

However, at the suggestion of a friend, I previously changed my IP in the LAN settings of my router (192.168.10.1, instead of 192.168.1.1) and now everything works just fine.

Share:
25,747

Related videos on Youtube

cristic
Author by

cristic

Updated on September 18, 2022

Comments

  • cristic
    cristic over 1 year

    The VPN connection was successful, but:

    $ ssh -X -l cristic 192.168.1.40
    ssh: connect to host 192.168.1.40 port 22: No route to host
    

    It may be of importance that I am abroad, visiting a friend, and using a different internet provider than usual. Please help. I am pretty new to linux and the IT guy is on vacation.

    • goo
      goo over 8 years
      Please Edit your question and add (formatted with '{}') the results of ip route.
    • Charles Green
      Charles Green over 8 years
      Are you actually away from your server right now, and entering the command ssh -X -l cristic 192.168.1.40