I'm trying to ssh to an SME 6.0.1-01 from a different subnet and the connection is refused. Is there a way to allow this?
subnet1: 10.10.2.1 | 255.255.0.0
subnet2: 192.168.1.1 | 255.255.255.0
The two subnets are connected via a VPN tunnel from router to router. The SME server is in server only mode behind the router/firewall that manages the VPN.
I can ping the server from the other subnet. Also, I have setup the additional subnet in the server-manager and can access the server-manager from the other subnet using https.
I can also ssh to the server from within the same subnet. But, when I try to connect from the other subnet with putty or using the ssh command, the connection is refused.
My assumption is that the server is not allowing the ssh connection because I'm from a different subnet.
Is there a way to allow ssh to connect from a different subnet?