squid access allow/deny

From: Marco Iannacone <miannacone@dont-contact.us>
Date: Tue, 03 Feb 1998 23:56:07 -0900

Hi,
I'd like to allow all our internal users (158.151.117.1-254) to
access only to some particular (internal) server wich are

158.151.234.14 , 194.185.83.10, 194.185.83.2

and to allow the other users (158.151.234.0-254)

to reach everything

for this reason I modified squid.conf in this way:

acl reporter src 158.151.117.1-158.151.117.254/255.255.255.0
acl ada dst 158.151.234.14/255.255.255.0
acl turing dst 194.185.83.10/0.0.0.0
acl dbk dst 194.185.83.2/0.0.0.0
acl edp src 158.151.234.0/255.255.255.0
acl SSL_ports port 443 563
acl CONNECT method CONNECT

http_access allow edp
http_access deny reporter !ada !turing !dbk

but everyone is able to go everywhere... :(
where am I making a mistake?

thanks,

Marco
Received on Tue Feb 03 1998 - 14:50:13 MST

This archive was generated by hypermail pre-2.1.9 : Tue Dec 09 2003 - 16:38:46 MST