Page 1 of 1

Can't view the CCTV DVR

Posted: Fri May 18, 2012 12:17 am
by utahflik
I replaced an old Linksys router with an RB450. Everything works wonderfully except the camera system (which work fine with the Linksys). I have a Talon DVR with 8 cameras and now I can't see the cameras on the LAN or remotely. Here are my NAT rules for the DVR.

chain=dstnat action=dst-nat to-addresses=192.168.0.150 to-ports=3000-3007 protocol=udp dst-address=74.122.xxx.xxx dst-port=80

chain=dstnat action=dst-nat to-addresses=192.168.0.150 to-ports=3000-3007 protocol=tcp dst-address=74.122.xxx.xxx dst-port=80

chain=dstnat action=dst-nat to-addresses=192.168.0.150 to-ports=8800 protocol=tcp dst-address=74.122.xxx.xxx dst-port=80

chain=dstnat action=dst-nat to-addresses=192.168.0.150 to-ports=8800 protocol=udp dst-address=74.122.xxx.xxx dst-port=80

chain=srcnat action=src-nat to-addresses=74.122.xxx.xxx to-ports=0-65535 protocol=tcp src-address=192.168.0.0/24

chain=srcnat action=src-nat to-addresses=74.122.xxx.xxx to-ports=0-65535 protocol=udp src-address=192.168.0.0/24

Please help. This is driving me crazy.

Re: Can't view the CCTV DVR

Posted: Fri May 18, 2012 3:37 pm
by cbrown
You should be able to view it on the lan. Do you have the proper IP and gateway?

Re: Can't view the CCTV DVR

Posted: Fri May 18, 2012 10:14 pm
by utahflik
everything is correct. I have set up port forwarding for IP cameras, ap's, and a bunch of other network devices. I cant for the life of me figure out why DVR's wont work.

Re: Can't view the CCTV DVR

Posted: Sun May 20, 2012 12:45 am
by pacoss
Try to redirect all trafic to that ip. That is called "DMZ" zone.

/ip firewall nat add chain=dstnat dst-address=(wan-ip-address) action=dst-nat to-addresses=192.168.0.150