Thixotropic wrote: ↑Sat Jul 25, 2020 10:16 pm
1) Are you saying to assign the 2nd NIC an address of 192.168.100.x?
2) The switch is dedicated to the cameras; they all connect to it and it's normally connected to the router.
3) My understanding is that the switch is supposed to be connected to the 2nd NIC so that it and all the cameras are isolated in their own private network. Have I misunderstood that, or...?
terk wrote: ↑Sat Jul 25, 2020 10:01 pm
If you router is on another subnet like 192.168.1.1 it shouldn't see anything going on on the 100.100.100.x subnet (also 100.100.100.x isn't an internal address so you should use something like 192.168.100.x instead for that internal network for the cameras. Also you have a switch between your BI server's second NIC and cameras right? It could be the same switch as you are using for the first NIC if that switch is not V-LANd although for security it would be best to have a dedicated switch to the camera subnet.
So the first item that terk was referencing is the use of "100.x.x.x". Technically speaking that is public address space thats allocated to something/someone/somewhere. You aren't breaking any laws or anything using it, but if you have a subnet using it, in theory there could be some internet websites that your BI server would no longer be able to reach. Officially you should use anything in the RFC1918 address allocation - which to save you time
is 10.x.x.x, 192.168.x.x, or 172.16.x.x - 172.31.x.x. Terks suggestion of making 192.168.100.x as your backend camera subnet is solid.
We're also trying to understand your setup with this switch. Ideally you want a dedicated switch that connects your 2nd NIC to your cameras and does NOT connect to your router. Your router is the gateway to the internet and it should be completely isolated. While technically possible to have two subnets on the same switch, or having more advanced managed switches that support vlans, we are speaking in simplistic terms. If you already have something more advanced, let us know. From there it *sounds* like you're doing it right. BI server gets 192.168.100.1/255.255.255.0 and camera gets 192.168.100.2/255.255.255.0 - both with empty/blank default gateways (this blank gateway is most important on your BI server though).
The only other thing I can think of is that sometimes it's tricky to re-IP a device that you're remotely connecting to because as soon as you hit submit, your connection is broken. Is your camera POE? If you unplugged the cable too soon, maybe it didn't finish committing your change and the power loss reverted something?
Give it another shot with the updated IP space, it's best to start this out right, and let us know. The more detail you can give in every step the more likely we can find where the issue is.