Search squid archive

Re: blocking external users on a bridge when firewall is disabled

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

 



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


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

  Powered by Linux