I am stuck with a simple port forwarding request. I just upgraded my r7000 nighthawk to the RB3011 with Ubiquiti Access Point (AT&T Fiber speeds are amazing). I’ve got my home network configured expect I am unable to access my security cameras remotely. I have watched videos, read tutorials, spent 5-6 hours trying all sorts of different settings but for the life of me I can not open port 81 on my Mikrotik Router. This worked without issue with the Netgear Nighthawk so I believe my modem is correctly configured in bridge mode. I’ve turned off the Windows Firewall on the local host computer. I am just plain stuck. Any help would be appreciated. My local IP address for the camera monitoring software is 192.168.1.10 over port 81. Here is my Firewall NAT print screen
0 ;;; defconf: masquerade
chain=srcnat action=masquerade out-interface-list=WAN log=no
log-prefix=“” ipsec-policy=out,none
1 chain=dstnat action=dst-nat to-addresses=192.168.1.10 to-ports=81
protocol=tcp in-interface=ether1 WAN log=no log-prefix=“”
2 chain=srcnat action=src-nat to-ports=81 protocol=tcp
src-address=192.168.1.10 out-interface=ether1 WAN log=no log-prefix=“”