Re: [squid-users] Firewall config and authentication

From: <Squid@dont-contact.us>
Date: Tue, 15 May 2001 14:39:32 +0530

> Can someone point me to an ipchains firewall / squid setup that
> will only let proxy authenticated users use the connection?

You will be using the ipchains when you are going for the transparent
caching. It is not adviceable to use authentication, If squid is in
transparent mode.

Normally this is the configuration to use authentication

acl password proxy_auth REQUIRED
http_access allow password
http_access deny all

You may use any of the authentication module which comes with squid. Can
find authenticate programs in $squid-src/auth_modules.

> So if someone say sticks there laptop on the network and gets a DHCP
> address and doesnt config IE to sue proxy, I dont want them to get out...
> How do I do this?! ;)

Run Squid in transparent mode. For that Use IPChains to redirect the network
packets to the Squid application. For more information Visit
http://visolve.com/images/wptrcache.pdf .

Regards,
squid@visolve.com
www.visolve.com
Received on Tue May 15 2001 - 05:47:23 MDT

This archive was generated by hypermail pre-2.1.9 : Tue Dec 09 2003 - 17:00:01 MST