I’ve recently replaced my old router with an RB750, and I’m trying to replicate my previous port forwards, but seem to be having some issues. The ports had forwarded on previous routers without issue, so I know there isn’t an issue of ISP blocking, or the destination devices not listening on those ports.
I have worked on Mikrotiks before so have some competency, but wouldn’t consider myself as expert, at least not yet.
I have an ADSL modem running in bridge mode connected to Eth1 of the Routerboard and a pppoe account set on interface Eth1. Eth3 then runs into my LAN switch. The connection to the net connects fine, just the various port forwards fail.
Here are some examples from /ip firewall nat:
chain=dstnat action=dst-nat to-addresses=192.168.6.1 protocol=tcp
in-interface=pppoe-out1 dst-port=9091
chain=dstnat action=dst-nat to-addresses=192.168.6.253 protocol=tcp
in-interface=pppoe-out1 dst-port=8080
chain=dstnat action=dst-nat to-addresses=192.168.6.1 to-ports=80
protocol=tcp in-interface=pppoe-out1 dst-port=8081
Interesting thing is if I go into winbox and then get a friend to try connect from their internet, I do see the “bytes” and “packet” counters increment at the time they try connect. So the traffic is being processed by the Mikrotik, but the connection always times out.
I did go through the following forum post, but nothing posted there seems to have helped me: http://forum.mikrotik.com/t/port-forwarding-not-working/43010/1