Hello everyone, I have a Netgear WAX202 with OpenWRT 23.05.5. I would like to segregate my network into 3 zones:
Main - personal devices, access to WAN, cannot talk to each other
IoT - appliances and sensors, access to WAN, can talk to each other
Guest - visitor devices, access to WAN, cannot talk to each other
Main - 1x PC connected to lan2, multiple phones connected to AP1
IoT - 1x TV connected to lan3, multiple devices connected to AP2
Guest - multiple devices connected to AP3
Perhaps this diagram could better describe my network.
Could I achieve this using firewall zones and rules? I have read that VLANs are level 2 while firewall rules are level 3. From my understanding this means firewall cannot prevent communication within the same LAN zone? (Let's say, phones connected to AP1 talking to each other.)
Currently I separated lan2 and lan3 by creating 2 interfaces, and 3 SSIDs with their own interfaces. lan2, lan3 and the 3 SSIDs have their own firewall zones, so 5 total.
My question is, is separating lan2 and lan3 into 2 interfaces and firewall zones an effective way to segregate the 2 devices, or it has to be done with VLANs? For Wi-Fi, I enabled 'client isolation' option, is this enough to prevent clients from talking to each other?
I have limited knowledge so please bear with me, thanks in advance!