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 ;-)
Received on Fri Feb 08 2008 - 06:35:48 MST
This archive was generated by hypermail pre-2.1.9 : Sat Mar 01 2008 - 12:00:05 MST