Port forwarding does not work!

Hi,

I am trying to redirect ports 12000 and 8888 to IP 192.168.88.10.
What I am doing wrong?
Thank you in advance.

Hello,

I’m not an expert but could you humour me and add dst-address=your_WAN_IP in the NAT rule.

I had a funny case where I had what you had, but it was giving me strange results. Putting in the dst-address worked for me at least.

I have dynamic WAN IP. What should I put in dst-address?

/ip firewall nat
add action=dst-nat chain=dstnat disabled=no dst-port=12000 in-interface=pppoe-out1 protocol=tcp to-addresses=192.168.88.10 to-ports=12000

add action=dst-nat chain=dstnat disabled=no dst-port=8888 in-interface=pppoe-out1 protocol=tcp to-addresses=192.168.88.10 to-ports=8888


With traffic coming in on a PPPoE you should use the PPoE interface.