Hello,
I switched to OPNsense and actually everything is working so far except for the guest network/wifi (vlan 30).
The rules were created according to various templates and are correct in my opinion. Switch ports are set to ALL.
I currently have 2 rules for guest. 1) allow DNS 2) !RFC1918
dhcp uses my two piholes 10.10.10.3 and 10.10.10.4
LAN network works with these DNS without problems
When I create a guest any rule, it does not work either. The devices get a correct ip of the guest network and show my dns server
I hope someone has an idea why it does not work.
I would recommend flipping the rfc1818 rule by switching to a block rule, and then invert the !rfc1818 destination. After that rule, you can allow internet as open or as limited as you need for guests. By default the firewall will route, a block rule will stop this
Currently it is an inverted pass rule. Ill try it