SSH Access form WAN side

I'm in fact using the same port on the SSH client, so that should be what the firewall receives. But anyway, if I remove the src_port I also get connection refused--it only takes longer.

Verify with iptables-save -c -t filter | grep 2222 or whatever port you got there. If there are no hits, check with the tcpdump, where the packets are going to. In case everything is fine, the logread might give some hints.

1 Like