FYI, I have always used remote desktop to setup my cameras (I login to my
Blue Iris machine) because I feel like the network separation is the most secure option for someone that doesn't fully understand VLANs.
However, just a quick Google, I was able to get the following also working. Although, I am not an expert in how this reduces security, I was able to at least see that it is possible to do this:
Initial Network Info you need to know:
My in-home "camera" network is 192.168.33.X -- it has only one device on it: the Blue Iris Computer at: 192.168.33.31
the Blue Iris machine has a 2nd NIC, and it is on subnet 192.168.1.X -- there I have multiple cameras, but for testing I wanted to pullup the interface on a specific camera.
On the Blue Iris machine I was able to do the following two steps:
configure windows port forward for traffic if received on a specific port: netsh interface portproxy add v4tov4 listenaddress=192.168.33.31 listenport=9108 connectaddress=192.168.1.108 connectport=80
configure windows firewall to allow inbound traffic on that port so it doesn't get rejected by Windows firewall on Blue Iris computer: Windows Defender Firewall >> Advanced Settings >> Inbound Rules >> Add a Rule >> TCP, Port Number: 9108 >> Allow
With that config I can pull up the camera admin interface on any computer by opening a browser
, but I'm not 100% certain of the security implications.