I don&#39;t Belive.<br>
<br>
I compiled the kernel version 2.6.19 with cttproxy, iptables 1-3.7 and
squid2.6STABLE14, very well, it functioned perfectly, redirecting it I
only pass through way
iptables for squid and I did not insert no rule in the table of
tproxy. It follows below my configuration<br><br>
=====IPTABLES ONLY <br>
echo 1&nbsp; /proc/sys/net/ipv4/ip_forward<br>
echo 1&nbsp; /proc/sys/net/ipv4/ip_nonlocal_bind<br>
modprobe ipt_TPROXY<br>
squid -DNsY &amp;<br>
iptables -t nat -A PREROUTING -s <a href="http://200.200.200.0/28">200.200.200.0/28</a> -p TCP --dport 80 -j REDIRECT --to-ports 3128<br>
======SQUID<br>
http_port <a href="http://200.200.200.1:3128">200.200.200.1:3128</a> transparent tproxy<br>
tcp_outgoing_address <a href="http://200.200.200.1">200.200.200.1</a><br>
<br>
But nothing with kernel version <a href="http://2.6.22.9">2.6.22.9</a> + iptables-1.3.8.<br>
If somebody can help me.<br>
<br>
Regards<br>
<br>
Welisson<br>