Ive tried various combinations, but is it possible to accept an inbound connection to the OpenWRT router on port 2222 and translate the port to 22? Effectively using port 2222 as the SSH connection port to the router. I can open port 2222 in dropper but wanted to do this via the firewall.
Also, if the destination is a server inside the lan, such as ServerA.lan, and I want to connect via SSH, is it possible to both translate the port and forward to that server on port 22 when the client port is 3322? translate 3322 to 22
Final question, if using port forwarding as in ServerA above, is a traffic rule also required to open the port? Or does the port forward open the port and forward in using one rule?