Port forwarding problem

Dear
I have a problem with MT configuration. I dont why but when I add a NAT rule like this

/ip firewall nat add chain=dstnat dst-address=MY_PUBLIC_IP dst-port=80 action=dst-nat protocol=tcp to-address=10.0.0.101 to-port=80

I have no packages incoming

If I remove dst-address it’s start to work but then when I connect from local subnet I have an issue because I connect to Microsoft SQL web page or something like this.

I have a newest software release and the newest firmware (6.43.7)
I try to make downgrade but without success!!

Could someone help me!!!
Please!!!

Igor

  1. don’t specify the to-port=80, you don’t need to if the port is the same.

  2. check that you have an ip filter forward chain rule which allows the traffic to port 80 on 10.0.0.101

  3. check that the device 10.0.0.101 has a default route back to the routerboard.

Regarding the firewall filter rule noted above, only one rule is needed which covers all port forwarding
add action=accept chain=forward comment=
"Allow Port Forwarding " connection-nat-state=dstnat

This assumes you have a drop all else rule at the end of the forward chain.