[plug] squid.conf

Craig Ringer craig at postnewspapers.com.au
Tue Sep 16 19:48:43 WST 2003


Jon Miller wrote:
> In using squid, I want to give users on the network accessto the proxy to go to the Intenet.
> There are 3 networks 192.168.0.0, 192.168.5.0 and 192.168.1.0.
> Do I setup a acl with the following:

[looks reasonable]

> # Is this next line neccesary?
> # acl localhost src 127.0.0.1/255.255.255.255

If you want http access via squid from the local machine, yes.

You'll also need to add the appropriate	'http_access' lines to match 
your ACL lines, ie for an ACL defined as:
	acl source_localnet src 10.0.0.0/255.255.255.0
you'll want an http_access line like:
	http_access allow source_localnet

Craig Ringer


_______________________________________________
plug mailing list
plug at plug.linux.org.au
http://mail.plug.linux.org.au/cgi-bin/mailman/listinfo/plug


More information about the plug mailing list