How to set up IP cams remotely?
Posted: Mon Nov 23, 2015 6:31 pm
Hi all! I'm trying to set up a big CCTV system at my parents' house. Last time I visited, I set up a pretty extensive network for it along with the first few cameras. But it's not nearly finished yet; lots more cameras to go! This is the network topology:
Where double lines (==) are wired connections and single (--) are wireless. All the routers are WRT54GLs running DD-WRT. The server runs ZoneMinder on Debian.
My problem is that I need to set up various brands of IP cameras remotely, because troubleshooting over the phone is terrible. I've set up remote access to each router and to the server. My original plan was to have them plug cameras one by one into router2 by ethernet, and I would do the rest. I figured they would get DHCP addresses, I would forward a port to the camera, then log in and set everything up. But it's not working! I can ping the camera, and check that it has port 80 open (or 81 on some models) by scanning with for example:
from the server. But when I forward a TCP port and go to it in a browser I don't get anything.
Anything obvious I'm missing? I can add a lot more detail about the subnets/DHCP/ports/whatever if that helps. Also open to asking other places, like maybe SuperUser or the DD-WRT forum. But I thought you guys would have more experience setting up cameras.
Code: Select all
internet <==> modem <==> router1 <==> router2 <==> server
^ ^ ^ ^ ^ ^ ^
| | | | | | |
| | v | | | v
| v laptops | | v router3 <--> cams
v phones | v router4 <--> cams
xbox v router5 <--> cams
router6 <--> cams
My problem is that I need to set up various brands of IP cameras remotely, because troubleshooting over the phone is terrible. I've set up remote access to each router and to the server. My original plan was to have them plug cameras one by one into router2 by ethernet, and I would do the rest. I figured they would get DHCP addresses, I would forward a port to the camera, then log in and set everything up. But it's not working! I can ping the camera, and check that it has port 80 open (or 81 on some models) by scanning with for example:
Code: Select all
nmap 192.168.2.105
Anything obvious I'm missing? I can add a lot more detail about the subnets/DHCP/ports/whatever if that helps. Also open to asking other places, like maybe SuperUser or the DD-WRT forum. But I thought you guys would have more experience setting up cameras.