Frank Bonnet wrote:
hello

I have to forbid some IP addresses inside my LAN

I have such simple rule actually


acl mylan src 192.168.0.0/16
http_access allow mylan
http_access deny all


I want to forbid http access for some IP inside this subnet

should this rules will works ?

acl mylan src 192.168.182.0/24
acl forbidden src 192.168.182.2
http_access allow mylan
http_access deny forbidden
http_access deny all


Thanks a lot.


Forget my preceding post I found the right order ;-)

Reply via email to