Hello!

I dont know much of the ACL's, here are the current ACL's that I have.
(squid 2.1.2)
----------------------------------------
#
#Defaults:
acl all src 0.0.0.0/0.0.0.0
acl manager proto cache_object
acl localhost src 127.0.0.1/255.255.255.255
acl SSL_ports port 443 563
acl Safe_ports port 80 21 443 563 70 210 1025-65535
acl purge method PURGE
acl CONNECT method CONNECT
acl clients src a.b.c.129-a.b.c.255/255.255.255.128

#Default configuration:
http_access allow manager localhost
http_access deny manager
http_access allow purge localhost
http_access deny purge
http_access deny !Safe_ports
http_access deny CONNECT !SSL_ports
#
# INSERT YOUR OWN RULE(S) HERE TO ALLOW ACCESS FROM YOUR CLIENTS
#
http_access deny all
http_access allow clients

icp_access allow all

miss_access allow all
---------------------------------------------------

With this ACL's 

No client in the a.b.c.129-255 can browse using the proxy

more than only the 'localhost' can access the 'manager'.

I would like to only have access to 'manager' from 'localhost'

and any IP in the range of a.b.c.129-255 with the netmask
255.255.255.128 can use the cache. I mean all the half class C.


Bye
    Carlos Barros.

-
To unsubscribe from this list: send the line "unsubscribe linux-net" in
the body of a message to [EMAIL PROTECTED]

Reply via email to