Hi All,


I am trying to make transparent proxy in bridge setup. Squid responses very quick in direct proxy mode. But it takes too long in transparent mode. In access.log i saw it took more minutes for every single request



=======================

Interfaces:-

eth0 - Management

br0 - eth2

       eth3



I tried with following rules.



ebtables -t broute -A BROUTING -p IPv4 --ip-protocol 6 --ip-destination-port 80 -j redirect --redirect-target ACCEPT

iptables -t nat -A PREROUTING -i br0 -p tcp --dport 80 -j REDIRECT --to-port 3128



Squid - 2.7 stable 6

In squid.conf



http_port 3128 transparent



Thanks in advance.



Thanks,

Vivek
________________________________________________________________________
You are invited to Get a Free AOL Email ID. - http://webmail.aol.in

Reply via email to