I don't Belive.
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
=====IPTABLES ONLY
echo 1 /proc/sys/net/ipv4/ip_forward
echo 1 /proc/sys/net/ipv4/ip_nonlocal_bind
modprobe ipt_TPROXY
squid -DNsY &
iptables -t nat -A PREROUTING -s 200.200.200.0/28 -p TCP --dport 80 -j REDIRECT --to-ports 3128
======SQUID
http_port 200.200.200.1:3128 transparent tproxy
tcp_outgoing_address 200.200.200.1
But nothing with kernel version 2.6.22.9 + iptables-1.3.8.
If somebody can help me.
Regards
Welisson