1
General Discussion / Re: Block internet access from VLAN. But whats the right way to do it?
« on: May 11, 2024, 12:01:14 am »
I think they mean they only want to access the network locally.
If that's the case, you'd have to create rules on the interface(s) which should have access to the camera network. I suppose something like this:
Interface: LAN (or whichever VLAN you want to access the camera network from)
Protocol: TCP/UDP (or just TCP or UDP, depending on your needs)
Source: LAN net
Destination: IP(s) of the camera, OR the camera network net for simplicity (e.g. CAM VLAN net)
Destination port range: any (if you know the ports your cameras need then use those. If e.g. you simply want to access a web portal to your cameras, use 80 or 443 depending on encryption or not)
I believe you don't need to configure any firewall rules on the CAM VLAN interface.
If that's the case, you'd have to create rules on the interface(s) which should have access to the camera network. I suppose something like this:
Interface: LAN (or whichever VLAN you want to access the camera network from)
Protocol: TCP/UDP (or just TCP or UDP, depending on your needs)
Source: LAN net
Destination: IP(s) of the camera, OR the camera network net for simplicity (e.g. CAM VLAN net)
Destination port range: any (if you know the ports your cameras need then use those. If e.g. you simply want to access a web portal to your cameras, use 80 or 443 depending on encryption or not)
I believe you don't need to configure any firewall rules on the CAM VLAN interface.