RE: [squid-users] Trans Proxy w/ Web Cache

From: <lokesh.khanna@dont-contact.us>
Date: Thu, 1 Sep 2005 06:39:34 +0100

Make these changes in squid.conf for transparent proxy.

httpd_accel_host virtual
httpd_accel_port 80
httpd_accel_with_proxy on
httpd_accel_uses_host_header on

acl my-lan src 192.168.0.0/255.255.0.0
http_access allow my-lan
http_access deny All

You need to redirect http traffic to port 3128. You can use iptable for
that

/sbin/iptables -t nat -A PREROUTING -s any/0 -p tcp -d any/0 --dport 80
-j REDIRECT --to-port 5102

I hope this will help :-)

-----Original Message-----
From: Kyle Dunn [mailto:kdunn926@gmail.com]
Sent: Thursday, September 01, 2005 5:59 AM
To: squid-users@squid-cache.org
Subject: [squid-users] Trans Proxy w/ Web Cache

What options do I need to configure in the squid.conf in order to run a
transparent proxy (port 80) with web cache without the need for any
authentication (windows xp pro is installed on the server). I already
have it mostly configured, and have been doing so via cygwin, the
service starts and functions normally but it seems there are a few
things incorrect and i only need the 192.168.0.0 network in the acl.
Disclaimer
****************************************************************************************************************************
The information contained in this e-mail, any attached files, and response threads are confidential and
may be legally privileged. It is intended solely for the use of individual(s) or entity to which it is addressed
and others authorised to receive it. If you are not the intended recipient, kindly notify the sender by return
mail and delete this message and any attachment(s) immediately.
 
Save as expressly permitted by the author, any disclosure, copying, distribution or taking action in reliance
on the contents of the information contained in this e-mail is strictly prohibited and may be unlawful.
 
Unless otherwise clearly stated, and related to the official business of Accelon Nigeria Limited, opinions,
conclusions, and views expressed in this message are solely personal to the author.
 
Accelon Nigeria Limited accepts no liability whatsoever for any loss, be it direct, indirect or consequential,
arising from information made available in this e-mail and actions resulting there from.
 
For more information about Accelon Nigeria Limited, please see our website at
http://www.accelonafrica.com
******************************************************************************************************************************
Received on Wed Aug 31 2005 - 23:39:39 MDT

This archive was generated by hypermail pre-2.1.9 : Thu Sep 01 2005 - 12:00:03 MDT