Port 81 redirects to local port 81

Hi,

I think I have a problem with the mikrotik nat configuration. I forwarded port 81 to the IP address of my DVR but now every time I try to open any website with the port 81 for example yahoo.com:81 it redirects me to the DVR. Is there any way to fix this and make the DVR accessible only with its local IP.

Here is the forwarding rule

chain=dstnat action=dst-nat to-addresses=192.168.4.156 to-ports=81
protocol=tcp dst-port=81 log=no log-prefix=“”

Thank you

remove the rule :slight_smile:

why did you add it in the first place?

You probably want the DVR to be reachable from the outside.
If that is the case, add in-interface= to your rule.

Yup, that worked, now I feel stupid :laughing:
Thank you