Hi,
I've seen some messages in the forum talking about tproxy funcionality.
Has anybody success configuring this scenario in bridge mode ?
I have a box with Centos 5.3 + Kernel 2.6.30 + iptables 1.4.3 + squid 3.1
I've read and applied this howto
(http://wiki.squid-cache.org/Features/Tproxy4) but in bridge mode with
no success.
I've applied this rules too (ebtables)
-p IPv4 -i eth1 --ip-proto tcp --ip-dport 80 -j redirect --redirect-target
DROP
-p IPv4 -i eth0 --ip-proto tcp --ip-sport 80 -j redirect --redirect-target
DROP
I can see the matchs in the mangle table but the access.log does not
report any traffic.
Thanks four your comments.
Alejandro