Search squid archive

http_access allow ,deny , order ?

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



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.


[Index of Archives]     [Linux Audio Users]     [Samba]     [Big List of Linux Books]     [Linux USB]     [Yosemite News]

  Powered by Linux