sharing cameras with tenant & separate web access

blahhhh

Reputable
Aug 1, 2015
5
0
4,510
i've been reading about NAT & subnet routing & i hope i can get some help to better understand what network tools & settings are involved in the following scenario allowing tenant to view cams they have permission for from their network & the internet, while keeping each network separate & secure:

192.168.0 owner
192.168.1 cams - server 192.168.1.200: cams xxx201 xxx202 etc
192.168.2 tenant

192.168.0 & 2 with set routes to match cams, such as
192.168.0.200 = 192.168.1.200 ; etc
192.168.2.200 = 192.168.1.200 ; etc

then the last step would be port forwarding for 192.168.x.200 for internet access to server (password protected to get to any resource).

the server & cams will all have static IPs. do i need to put them on a router, or will a switch do the job here?

any links, search phrases/terms would be appreciated as well. thanks for your attention
 

blahhhh

Reputable
Aug 1, 2015
5
0
4,510
i might be making this more complex than needed. after reading about the server setup & looking at network traffic there are only 3 ports being used. so try this

192.168.0.200 cams - server
192.168.0.1 owner router
wireless access point wired to 192.168.0 with fixed IP of 192.168.2.200
192.168.2.1 tenant router

server uses ports 1234 1235 1236 which are forwarded to the net by 192.168.0.1 for owner access. so i would need to know what features - vlan, firewall, subnet routing will allow tenant to send requests on those 3 ports to reach the server & get video back whether they are local or remote via their own internet & ignore any other requests.

does dd-wrt have such features ? any links to scripts if they would be needed ? thanks again