>> > Has anybody used Squid proxy-auth with squid as a Transparent Proxy ??
>> > Squid Docs says it wont work...but still!!
>>
>> Is that possible logically?  When you say transparent proxy, you mean
>> that the user has no knowledge of its existence.  If it goes about
>> advertising its presence by way of a huge authentication dialog box, how
>> transparent is that going to be?

The transparent proxy forces the user to use the  proxy server.
I have implemented a similar scheme a cyber cafe.
1. All the request to port 80 from all IP are diverted to port 81 where a
small perl script is running.
2. The script asks for the password and if correct, the http request for
that particular IP are directed to port 3128.
Not to mention, ip tables are extensively used here.
3. The perl script keeps the log of IP and time logged in, and kicks off the
user after one hour, by diverting the http request to port 81 again
requiring auth.
Regards,
Mukund Deshmukh
Beta Computronics Pvt. Ltd.
Web site - http://betacomp.com






_______________________________________________________________

Don't miss the 2002 Sprint PCS Application Developer's Conference
August 25-28 in Las Vegas -- http://devcon.sprintpcs.com/adp/index.cfm

_______________________________________________
linux-india-help mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/linux-india-help

Reply via email to