Page 1 of 1

mikrotik connect with DVR camera

Posted: Wed Jul 04, 2012 4:15 am
by chanrong
Dear support,

I bought one mikrotik router board RB751-2HnD

i use ip 118.103.176.10 on interface WAN(IP isp)
i use ip 192.168.1.1 on interface LAN

i use ip 192.168.1.2 in my DVR connect to my LAN

can some one help me , how can i do nat rule ?

Thanks

Re: mikrotik connect with DVR camera

Posted: Thu Jul 05, 2012 6:01 pm
by Feklar

Re: mikrotik connect with DVR camera

Posted: Thu Jul 05, 2012 9:12 pm
by estlin
This is what I did to access my webcam from outside the network.

Go to /IP Firewall NAT and create a new rule.
Chain=dstnat
Protocol=tcp for my camera
Dst.Port=the port you have set up for your camera.
In.Interface=ether1-gateway
Action=dst-nat
ToAddresses=192.168.1.2
ToPorts=again what your port is for your camera.

Re: mikrotik connect with DVR camera

Posted: Sat Jul 07, 2012 4:03 am
by chanrong
Thanks.

i will try