We will show you how to configure Port Forwarding in MikroTik for remote view Camera from Outside and Inside LAN (Masquerade) via Public IP Address.
Public IP: 96.9.67.2
LAN: 192.168.1.0/24
DVR IP: 192.168.1.168, Port: 8000
$$$ Port Forwarding $$$
/ip firewall nat
add action=dst-nat chain=dstnat dst-address=96.9.67.2 dst-port=8000 protocol=tcp to-addresses=192.168.1.168 to-ports=8000
$$$ To view Camera Inside LAN via Public IP we need to masquerade $$$
/ip firewall nat
add action=masquerade chain=srcnat dst-address=192.168.1.168 protocol=tcp src-address=192.168.1.0/24
https://www.youtube.com/watch?v=Ky7we5coclw
This comment has been removed by the author.
ReplyDelete