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