Hi Everyone,
I have two port forwarding issues that I just can’t seem to get working, I must be overlooking something. So this is my situation. I have a server and a DVR on my network. I replaced my broke DLink with a MikroTik RB951G router. I have read the steps on how i should be forwarding the ports for these two devices. I have checked and re-checked my settings and from what I can see it is all correct. These are my setting that I have for my Plex server.


I have used both WebFig v6.38 and also Winbox v3.7.
Here is an export of my Firewall and Nat settings..
/ip firewall filter
add action=accept chain=input comment="default configuration" disabled=yes \
protocol=icmp
add action=accept chain=input comment="default configuration" connection-state=\
established,related
add action=drop chain=input comment="default configuration" in-interface=\
ether1-gateway
add action=fasttrack-connection chain=forward comment="default configuration" \
connection-state=established,related
add action=accept chain=forward comment="default configuration" \
connection-state=established,related
add action=drop chain=forward comment="default configuration" connection-state=\
invalid
add action=drop chain=forward comment="default configuration" \
connection-nat-state=!dstnat connection-state=new in-interface=\
ether1-gateway
/ip firewall nat
add action=masquerade chain=srcnat comment="default configuration" \
out-interface=ether1-gateway
add action=dst-nat chain=dstnat dst-address=75.x.x.x dst-port=32400 \
in-interface=ether1-gateway protocol=tcp to-addresses=192.168.1.105 \
to-ports=32400
add action=dst-nat chain=dstnat dst-address=75.x.x.x dst-port=2050 \
in-interface=ether1-gateway protocol=tcp to-addresses=192.168.1.103 \
to-ports=2050
I edited the code to block out my WAN IP, but I can’t figure out why it’s not getting through? I can’t only think it might be a default Firewall filter that is causing it to not work? I have only disabled the ICMP filter and for services FTP, TELNET and SSH. Any help is greatly appreciated! It’s driving me crazy..
Thank you!