Uh, question.
I have my camera NIC set to 192.168.2.100. One camera is set to 192.168.2.120. I have it connected to BI and seems to be working fine. (Yay! Thanks!)
I connected a second used Q-See camera (it was working fine during earlier testing) but Dahua utility—while it easily found the first camera set to 192.168.4.xxx before I reset it to 192.168.2.120—can't find this second camera. It only finds the first one. (Maybe the utility found that .4.x camera because it turns out my home network range was set to 192.168.4.x, I've changed it since to 172.16.x.x to be completely different!)
I just added a third used Q-See camera to the POE switch and the utility can't find that one either.
I ran Angry IP Scanner on 192.168.2.x but it only came up with the BI PC and the x.120 camera.
I changed the camera NIC to 192.168.4.1 and ran Angry IP again on the .4.x range to see if the cameras would show up, but no dice.
I changed the camera NIC to 192.168.1.1 and ran Angry IP again on the .1.x range . . . nada.
Just when I thought I had this figured out... sigh
Do I need to take apart these bullet cameras and do a hard reset? (PIA)
Thanks!
Andrew
It may may your life easier to keep the NIC your using for cameras on the same subnet as the default subnet of your preferred brand of camera
You can change the IP address range used by your router network to something like 192.168.0.1/24, 192.168.69.1/24, 10.1.1.1/24 and update your other devices accordingly. You technically don't even have to use a /24 network (net mask 255.255.255.0), but that's all most consumer routers can handle.
The main things that will cause you problems are ip address conflicts, multiple DHCP servers on the same subnet, and trying to talk to devices that are on a different subnet.
It's best to provision or setup your cameras one at a time. Otherwise you end up with an IP conflict and if your're lucky the cameras will detect it and one will auto increment by 1 its default ip (otherwise you'll have ip address conflict)
If you want to get fancy, it's actually possible to assign multiple ip addresses in different subnets to the same network interface.
Following the OSI model, if something doesn't work, start with the lower layers. For your purposes, that means check the link light and PoE lights on your switch as you connect devices. Also be mindful of if some jacks on the switch don't provide PoE and the switch's total power budget.
You can also try basic command line utilities like ping, ipconfig, and arp -a.
See previous links to make sense of any terms you don't understand.