Newbie Need help with Mikrotik RB750GL Router (Security Camera / DVR) setup

On my old Fast Ethernet Router I would go into my NAT / Virtual Server Setting and Setup my Security system like below. How can I set it up on the New Router Mikrotik RB750GL?

Thanks for your help.

Hello,

Here is how to do :

/ip firewall nat

add action=dst-nat chain=dstnat dst-port=9000 in-interface=WAN1 protocol=tcp to-addresses=192.168.10.3 to-ports=9000
add action=dst-nat chain=dstnat dst-port=8000 in-interface=WAN1 protocol=tcp to-addresses=192.168.10.3 to-ports=8000


Just adjust your WAN interface.

Regards,

Like the below?
try.JPG

I get the following errors

in/out-interface matcher not possible when interface (ether3-slave-local) is slave - use master instead (ether2-master-local)

No, your in-terface must be the WAN, not your local-bridge