|
BSD BSD, sometimes called Berkeley Unix, is a Unix operating system developed by the Computer Systems Research Group of the UC Berkeley. |
Tags |
no route to host, openbsd, ssh |
![]() |
|
Thread Tools | Search this Thread | Display Modes |
#8
|
||||
|
||||
Is that a new problem? New system installation? Recent ssh update? Any recent changes?
Is port 22 open and sshd listening on the remote node? |
Sponsored Links | ||
|
#9
|
||||
|
||||
So, this is a connection to a public IP address. It could well be one or more of:-
The above list is not exhaustive, but they might give you a start. A few questions to explore with:-
Robin |
The Following User Says Thank You to rbatte1 For This Useful Post: | ||
jim mcnamara (03-06-2018) |
Sponsored Links | ||
|
#10
|
||||
|
||||
Quote:
As I tried to explain it before, I can not ssh out from the server which runs OpenBSD to any other server. Yes, I can ssh from home, or from any other server. I can't make outbound ssh connections from the server which runs OpenBSD. |
#11
|
||||
|
||||
Hi,
There are quite a number of possibilities here, but lets start with the simple things first.
It is also worth running a traceroute from your Linux system and post the output. For reference you can also run a traceroute to googles servers with traceroute 8.8.8.8 - a comparison of the results may give you a hint. You could also compare the /etc/networks file with a working system, in case there are any routes defined. You could also post the output of ifconfig -a check that there is a gateway address assigned. Regards Gull04 Last edited by rbatte1; 03-07-2018 at 11:30 AM.. Reason: Added ICODE tags |
Sponsored Links | |
|
#12
|
||||
|
||||
Quote:
Code:
~ ping -c 4 grex.org PING grex.org (75.61.90.157) 56(84) bytes of data. --- grex.org ping statistics --- 4 packets transmitted, 0 received, 100% packet loss, time 3105ms I do not have root privileges on that system. Code:
~ telnet 75.61.90.157 22 Trying 75.61.90.157... Connected to 75.61.90.157. Escape character is '^]'. SSH-2.0-OpenSSH_7.5 Connection closed by foreign host. Code:
~ ifconfig -a lo0: flags=8049<UP,LOOPBACK,RUNNING,MULTICAST> mtu 32768 index 3 priority 0 llprio 3 groups: lo inet6 ::1 prefixlen 128 inet6 fe80::1%lo0 prefixlen 64 scopeid 0x3 inet 127.0.0.1 netmask 0xff000000 em0: flags=8843<UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST> mtu 1500 lladdr 2a:69:d3:eb:66:a0 index 1 priority 0 llprio 3 groups: egress media: Ethernet autoselect (1000baseT full-duplex) status: active inet 75.61.90.157 netmask 0xffffffc0 broadcast 75.61.90.191 enc0: flags=0<> index 2 priority 0 llprio 3 groups: enc status: active pflog0: flags=141<UP,RUNNING,PROMISC> mtu 33188 index 4 priority 0 llprio 3 groups: pflog |
Sponsored Links | ||
|
![]() |
Thread Tools | Search this Thread |
Display Modes | |
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
Proxy tunneling failed: ForbiddenUnable to establish SSL connection. | charli1 | Red Hat | 3 | 05-08-2017 04:02 AM |
Connection establish two server | Mani T | Red Hat | 3 | 11-11-2016 06:01 AM |
Establish ODBC connection from Linux | Nagaraja Akkiva | Shell Programming and Scripting | 0 | 01-31-2014 12:20 AM |
Xterm :Cannot establish a connection to "Server IP" on port 22 | smartyshan | HP-UX | 3 | 06-24-2009 05:11 AM |
|