RB750 NOOB configuration question

Greetings all–
I am a new user to the RB750 and ROS (v4.11). I am trying to set up a simple configuration and have it mostly working, but I am having difficulty with port forwarding. No matter what I try, I can’t seem to get it working. The desired configuration is:

Static WAN: 192.168.1.253/24
WAN Gateway: 192.168.1.1
WAN DNS: 8.8.8.8
LAN Address: 10.0.0.1/8
No DHCP server

Port forwarding as follows:
Ports 20001-20005 TCP/UDP to 10.0.0.2
Port 40000 UDP to 10.0.0.2
Port 40001 TCP to 10.0.0.2
Port 443 TCP to 10.0.0.2
Port 22 TCP to 10.0.0.2

Any suggestions/examples would be appreciated!

-Scott

Just to be sure you’re not trying to do the impossible - are you aware that if your WAN address is really 192.168.1.253, then it’s unreachable for the rest of the world? (Unless your ISP also forwards the mentioned ports to it from some public IP address)

In case ISP does forward the ports to you, then rules like this must work:

/ip firewall nat
add action=dst-nat chain=dstnat dst-address=192.168.1.253 dst-port=443 \
    protocol=tcp to-addresses=10.0.0.2 to-ports=443