Guest Wifi on Access Point

config rule 'guest_private'
        option name 'Drop forward guest zone to private nets'
        option src 'Guest'
        option family 'ipv4'
        option dest '*'
        list dest_ip '192.168.0.0/16'
        list dest_ip '172.16.0.0/12'
        list dest_ip '10.0.0.0/8'
        option target 'REJECT'
        list proto 'tcp'
        list proto 'udp'
        list proto 'icmp'

1 Like

I don't know, however, if the firewall rule I posted to yours works because you have enabled masking to the LAN

my config is

immagine

freely drawn from

and thanks to:

Thanks for your input. However, I realised that I hadn't setup a firewall rule to Block access to the LAN. Once I setup the rule, it stopped the access to the Local LAN devices.

Great Forum, Thanks to ALL involved !

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.