Re: [squid-users] Invalid Request on Squid-2.6S4

From: zulkarnain <sizulku@dont-contact.us>
Date: Fri, 3 Nov 2006 01:13:51 -0800 (PST)

--- Mark Elsen <mark.elsen@gmail.com> wrote:
> - Check the squid faq on interception , you need
> extra setting in squid.conf,
> for that , don't know them on the fly.
>
> M.
>

Here is my squid.conf and iptables rule

---squid.conf
http_port 3128 tproxy transparent
 
acl john src 192.168.1.2/255.255.255.255
acl mary src 192.168.1.3/255.255.255.255
 
http_access allow john
http_access allow mary
http_access deny all
 
http_reply_access allow all
icp_access allow all
miss_access allow all
 
cache_effective_user squid
cache_effective_group squid
 
tcp_outgoing_address 192.168.1.2 john
tcp_outgoing_address 192.168.1.3 mary

---iptables rule
iptables -t tproxy -A PREROUTING -i eth1 -p tcp -m tcp
--dport 80 -j TPROXY --on-port 3128

did I miss something? Thanks.

rgds,
Zul

 
____________________________________________________________________________________
Everyone is raving about the all-new Yahoo! Mail
(http://advision.webevents.yahoo.com/mailbeta/)
Received on Fri Nov 03 2006 - 02:14:00 MST

This archive was generated by hypermail pre-2.1.9 : Fri Dec 01 2006 - 12:00:02 MST