Hi all,
I have two wireless LAN networks and a Guest network.
LAN 1: 192.168.0.0/24
LAN 2: 192.168.1.0/24
Guest: 192.168.2.0/24
I previously had Guest as a NAT mode wireless network, which worked great to isolate clients but I could not identify clients in the Security Center (events showed AP MAC as source). I created a new VLAN and set the Guest SSID as a Bridged Mode network, tagged with the correct VLAN, and configured the firewall as follows:
LAN Isolation: Enabled
Layer 3 Firewall:
1: ALLOW 80/TCP 192.168.0.17/32 "HTTP Proxy"
2: ALLOW 443/TCP 192.168.0.17/32 "HTTPS Proxy"
3: DENY ANY/ANY Local LAN "Wireless clients accessing LAN"
Wireless clients get IP addresses in the correct range. Wireless clients are also isolated in the Guest network as expected, they cannot see each other.
However, Guest clients can still ping all clients on LAN 1 and LAN 2. So what gives? Is the SSID firewall being overridden somewhere else? When I inspect client details I don't see the "Deny Local LAN" policy but I do see the two HTTP exceptions I made. Even if I make explicit DENY rules to 192.168.0.0/24 and 192.168.1.0/24 I can still ping both LANs.