Re: [squid-users] Firewall config and authentication

From: <squid@dont-contact.us>
Date: Tue, 15 May 2001 07:56:57 -0400 (EDT)

I do not want to run squid in transparent mode. I want users to have to
login, but I want them to have to use the proxy. If the proxy is not
configured on the client machiens I dont want anything to work. Is this
even possible with one server doing firewall/dhcp/squid?

On Tue, 15 May 2001, Squid@Visolve.com wrote:

>
>
>
> > 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:57:01 MDT

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