Port forwarding DVR CCTV camera,

Hello,

I have RB450 . I want to configure port forwarding toward our private IPs which is connected with our four DVR system. I hv only one live IP provided by our ISP. Now i want to access all DVRs through single live IP with different port from remotely.

Live IP : 182.73.184.66
Private IP : 192.168.1.2 DVR 1
: 192.168.1.3 DVR 2
: 192.168.1.4 DVR 3
: 192.168.1.5 DVR 4

I have enabled nating on RB. please help me to done this configuration in RB. it will be very appreciated. Network diagram attached herewith.

Regards,
Mak
Port_forwarding.jpg

What ports do you want to forward? And to what port on the dvrs?

Sent from my SCH-I545 using Tapatalk 4

DVR 1 : port 80
DVR 2 : port 81
DVR 3 : port 83
DVR 4 : port 84

/ip firewall nat add chain=dstnat dst-address=182.73.184.66 dst-port=80 action=dst-nat protocol=tcp to-address=192.168.1.2 to-port=80
/ip firewall nat add chain=dstnat dst-address=182.73.184.66 dst-port=81 action=dst-nat protocol=tcp to-address=192.168.1.3 to-port=80
/ip firewall nat add chain=dstnat dst-address=182.73.184.66 dst-port=82 action=dst-nat protocol=tcp to-address=192.168.1.4 to-port=80
/ip firewall nat add chain=dstnat dst-address=182.73.184.66 dst-port=83 action=dst-nat protocol=tcp to-address=192.168.1.5 to-port=80