William Bohannan wrote:
> Hi I currently have been running squid for a while now and it work
> fantastic.  On one problem when I disable my firewall I notice that squid
> goes overtime on caching and external users start using it?  Is there a
> way
> to make squid only accept connections from my internal interface?

Bind Squid only to the internal interface:

http_port internal.interface.ipaddress:port

And deny access from non-internal clients:

acl my_lan network/mask
http_access allow my_lan
http_access deny all

Joost

Reply via email to