Just picked up a new RB2011 for the house but having issues getting port 80 and 443 forwarded to an inside host. I have several other ports forwarded for various things like Foscam cameras, RDP, Plex, controlling my HTPC with the Ceton app, and it all works great. But when I try to forward port 80, 443, and 50500 to my Iomega / Lenovo IX2-DL network storage I can no longer surf the web.
Here are my firewall rules.
/ip firewall filter
add chain=input protocol=icmp
add chain=input connection-state=established
add chain=input connection-state=related
add action=drop chain=input in-interface=ether1-gateway
add chain=forward connection-state=established
add chain=forward connection-state=related
add action=drop chain=forward connection-state=invalid
Here are my NAT rules.
add action=masquerade chain=srcnat out-interface=ether1-gateway to-addresses=0.0.0.0
add action=dst-nat chain=dstnat comment=Foscam-1 dst-port=8080 protocol=tcp to-addresses=192.168.55.200 to-ports=8080
add action=dst-nat chain=dstnat comment=Foscam-2 dst-port=8081 protocol=tcp to-addresses=192.168.55.201 to-ports=8081
add action=dst-nat chain=dstnat comment=IX2 dst-port=80 protocol=tcp to-addresses=192.168.55.54 to-ports=80
add action=dst-nat chain=dstnat comment=IX2 dst-port=443 protocol=tcp to-addresses=192.168.55.54 to-ports=443
add action=dst-nat chain=dstnat comment=IX2 dst-port=50500 protocol=tcp to-addresses=192.168.55.54 to-ports=50500
add action=dst-nat chain=dstnat comment=Casey7-RDP dst-port=3389 protocol=tcp to-addresses=192.168.55.52 to-ports=3389
add action=dst-nat chain=dstnat comment=HTPC7-Plex dst-port=32400 protocol=tcp to-addresses=192.168.55.50 to-ports=32400
add action=dst-nat chain=dstnat comment=HTPC7-CetonApp dst-port=5832 protocol=tcp to-addresses=192.168.55.50 to-ports=5832