Souri Ranjan Das wrote:

Dear Linux user

  I want to configure Transparent squid proxy in FC3.
 All my client are Windows.I want the iptables statements & squid
confiuration file yes i want also download restriction upo say 50 MB.
Please guide me implement the above

Souri Ranjan Das



HI,

In order for Transparent Proxy to work, add the following lines in squid.conf in addition to the normal squid configuration directives.

httpd_accel_host virtual
httpd_accel_port 80
httpd_accel_with_proxy on
httpd_accel_uses_host_header on

Make sure your kernel supports Transparent Proxying.

Allow access to hosts using the ACLS and using iptables make rules to redirect tcp packets destined for port 80 to squid port on the host where squid is running. The iptables statements would vary depending upon your network setup and you can refer to the following document for more details:

http://www.tldp.org/HOWTO/TransparentProxy.html

--
Manish Kathuria
http://www.tuxspace.com



-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click
_______________________________________________
linux-india-help mailing list
linux-india-help@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/linux-india-help

Reply via email to