Brian wrote:
> > What is your method of TCP interception?
>
> Henrik,
>
> Currently iptables:
>
> iptables -t nat -A PREROUTING -i eth0 -p tcp --dport 80 -j REDIRECT --to-port 3128
Then make sure you are using a netfilter enabled Squid. If not, Squid
won't be able to find the true destination on some requests and thinks
the request was for it's own IP.
Requires: Squid-2.4 compiled with --enable-linux-netfilter
-- Henrik Nordstrom Squid HackerReceived on Tue Sep 18 2001 - 13:24:38 MDT
This archive was generated by hypermail pre-2.1.9 : Tue Dec 09 2003 - 17:02:15 MST