This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

ssh from Astaro to another system

Hello all.

I'm trying to ssh from my Astaro system into another system in the same
network but it never connects; it just times out:

borg@ironwall:/ > ssh -v borg@192.168.1.3
OpenSSH_3.4p1, SSH protocols 1.5/2.0, OpenSSL 0x0090607f
30641: debug1: Reading configuration data /etc/ssh/ssh_config
30641: debug1: Applying options for *
30641: debug1: Rhosts Authentication disabled, originating port will not be trusted.
30641: debug1: ssh_connect: needpriv 0
30641: debug1: Connecting to 192.168.1.3 [192.168.1.3] port 22.
30641: ssh: connect to address 192.168.1.3 port 22: Connection timed out

However, when I ssh into my Astaro system, I'm able to get in; only
when I ssh from my Astarto system that I can't get out.

I used to be able to do this but now I can't. I'm not sure if it has anything
to do with my upgrade to 5. Remote access is enabled.

So:
A=Astaro
B=another system on same network

B ssh into A - okay
A ssh into B - timesout

How can I fix this? Any idea or suggestion is much appreciated.

Thanks!
jav


This thread was automatically locked due to age.
Parents
  • Packet Filter is blocking the connection.

    Add a Packet Filter rule in WebAdmin with the IP address of the internal interface as source (there is a pre-definition normally called "Internal (Address)" for that), destination 'Any' or the internal network, service 'SSH' and action 'allow'. Then the ssh from ASG to any host in the internal network should work.
  • Packet Filter is blocking the connection.

    Add a Packet Filter rule in WebAdmin with the IP address of the internal interface as source (there is a pre-definition normally called "Internal (Address)" for that), destination 'Any' or the internal network, service 'SSH' and action 'allow'. Then the ssh from ASG to any host in the internal network should work.


    Worked as prescribed, thanks!

    I swear it, it used to work, you must believe me! [:D]

    Thanks a bunch,
    jav
Reply
  • Packet Filter is blocking the connection.

    Add a Packet Filter rule in WebAdmin with the IP address of the internal interface as source (there is a pre-definition normally called "Internal (Address)" for that), destination 'Any' or the internal network, service 'SSH' and action 'allow'. Then the ssh from ASG to any host in the internal network should work.


    Worked as prescribed, thanks!

    I swear it, it used to work, you must believe me! [:D]

    Thanks a bunch,
    jav
Children