OPNsense Forum

Archive => 18.7 Legacy Series => Topic started by: cclloyd on October 11, 2018, 09:10:46 am

Title: Unable to port forward SSH and unable to SSH on IPv6?
Post by: cclloyd on October 11, 2018, 09:10:46 am
I'm trying to make it so that when I ssh mydomain.com on port 22555, it will redirect it to 10.0.0.15 on port 22.

My NAT port forward rule is as follows:
Source Address: *
Source Ports: *
Destination Address: WAN address
Destination Ports: 22555
NAT IP: 10.0.0.15
NAT Ports: 22

But it doesn't seem to be letting me connect when I try `ssh user@mydomain.com -p 22555` my VPS.

Also when I try to `ssh ipv6:addr:here -p 22555` or `ssh ipv6:addr:here`, it also times out.

What am I doing wrong?