I setup VLAN20 and assinged to my LAN interface, enabled, created DHCP scope, and created firewall rules under the VLAN20 interface named IOT.
The clients get a DHCP address in the correct network, 192.168.20.0/24,but I can't access the other VLAN or the internet. Looking at the firewall logs I see the following:
2020-09-05T15:51:57 filterlog[78388] 6,,,0,em1_vlan20,match,block,in,4,0x0,,128,20785,0,none,17,udp,64,192.168.20.100,192.168.20.1,65037,53,44
Here is the firewall rule I created just to test:
IPv4 * IOT net * * * * *
What am I missing?
Thanks
Check the interface configuration if you have the "block private networks" checkbox enabled.
Quote from: banym on September 05, 2020, 11:34:14 PM
Check the interface configuration if you have the "block private networks" checkbox enabled.
Thanks for the reply, that box is unchecked.
Well after hours and hours of troubleshooting and clearing states, I rebooted all my APs, switch, and FW/OPNSense and now it's working :o
No idea what was going on, any ideas?