<table cellspacing="0" cellpadding="0" border="0" ><tr><td valign="top" style="font: inherit;">hi. i'm make a bridge whit open suse 10.2 and get tproxy patched on the box. all step has finished,and no error...&nbsp; at the squid acceess.log i see the request traffict from client ip, but why on the web server log or on the router the request for the web is came from the bridge ip not the original ip ( client ). I have net.ipv4. &amp;&nbsp; ip_nonlocal_bind =&nbsp; 1 my squid get compiled whit --enable-linux-tproxy. when i tcpdump on the ethetnet that shown a request / search&nbsp; the dns / ip&nbsp; of the destination server but, the squid did not request the web.and the client get error message ( 22 )<br>here is my network diagram :<br><br><br>Client ( 10.0.0.0/24 ) &lt; -- &gt;&nbsp; | eth0 = Bridge = eth1 | &lt;--&gt; router (10.0.0.254)&nbsp; &lt;--&gt; web
 srvr<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; |<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; tproxy + squid 2.6 stable 21<br><br>here the script :<br><br> ifconfig eth0 down<br>ifconfig eth1 down<br>ifconfig eth0 0.0.0.0 up<br>ifconfig eth1 0.0.0.0 up<br><br>brctl addbr br0<br>brctl addif br0 eth0<br>brctl addif br0 eth1<br><br>ifconfig br0 10.0.0.250 up<br>route add default gw 10.0.0.254<br><br>brctl stp off<br>btctl setfd br0 off<br><br><br>&nbsp;ebtables -t broute -A BROUTING -p IPv4 --ip-protocol 6
 --ip-destination-port 80 -j redirect --redirect-target ACCEPT<br>&nbsp;iptables -t tproxy -A PREROUTING -i br0 -p tcp -m tcp --dport 80 -j TPROXY --on-port 3128<br><br></td></tr></table><br>