Hello,
I am having an issue, which i encountered two separate router OS version 6.40.5.
I have two different IPs ( 192.168.1.1 and 192.168.1.2 ), two DVRs. Both of them are using the same internal port ( 8000 ).
These are the rules used for port forwarding:
/ip firewall nat
add action=dst-nat chain=dstnat comment="DVR 1" dst-address=XXX.XXX.XXX.XXX dst-port=8001 protocol=tcp to-addresses=192.168.1.1 to-ports=8000
add action=dst-nat chain=dstnat comment="DVR 2" dst-address=XXX.XXX.XXX.XXX dst-port=8002 protocol=tcp to-addresses=192.168.1.2 to-ports=8000
When i am accessing the public IP XXX.XXX.XXX.XXX:8001 , i can access the DVR 1 just fine.
But the issue is when i try to access the 2nd DVR XXX.XXX.XXX.XXX:8002, i am still accessing the 1st DVR.
The issue is “resolved” if i change the internal ports in the DVRs, to be different from each other:
XXX.XXX.XXX.XXX:8001 > 192.168.1.1:8003
XXX.XXX.XXX.XXX:8002 > 192.168.1.2:8005
But i dont want to make these changes.
Those 2 port forwarding rules worked just fine on router OS 6.3 or below. I havent changed them at all, now they’re not working properly