Yes, i did configure the line &quot;tcp_outgoing_address&quot; in squid.conf, but exactly thus it didn&#39;t  resolved. The server not configure as Bridge Mode, and not Gateway mode.<br>As i said, i redirect the request with destination port 80 of out eth2 (Clients) gateway to eth1 (Proxy/Tproxy), to later out eth0 (link Internet).<br>
I am try route advanced with ip route, but without solution.<br>The answers, yes. <br>That is possible to be making activating tproxy, in another server and redirected all request with destination port 80, that they are passes for mine gateway, for this server whti squid/tproxy?<br>
<br><br> <br><div class="gmail_quote">2009/6/30 Vivek <span dir="ltr">&lt;<a href="mailto:vivek@visolve.com">vivek@visolve.com</a>&gt;</span><br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<div class="im">Did you configure the servers as Bridge Mode ?  Error : port=0 ERROR ASSIGN means you didn&#39;t configure the &#39; tcp_outgoing_address &#39; in squid.conf.<br>
<br>
Regards<br>
Vivek<br>
<br>
Welisson wrote:<br>
</div><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;"><div><div></div><div class="h5">
I would like of a help of yours, in the following situations.<br>
<br>
I need redirect all request of port 80, to my proxy server with tproxy active, however it will not be gateway of my network.<br>
I am using Debian 5 Etch, kernel 2.6.19 in the two servers and iptables 1.3.7.<br>
However i did the following, i redirected of gateway to my proxy server using the command below;<br>
<br>
iptables -t tproxy -A PREROUTING -s 189.111.xxx.2 -p TCP --dport 80 -j TPROXY --on-ip 189.4xx.xxx.10 --on-port 3129<br>
 I got the error below in cache.log<br>
<br>
2009/06/29 14:38:58| tproxy ip=189.111.xxx.2,0x2a07fbd,port=0 ERROR ASSIGN<br>
<br>
Then i did a DNAT rule, e.g below<br>
<br>
iptables -t nat -A PREROUTING -s 189.111.xxx.2 -p TCP --dport 80 -j DNAT --to-destination 189.4xx.xxx.10<br>
<br>
and in proxy server the following command<br>
<br>
iptables -t tproxy -A PREROUTING -s 189.111.xxx.2 -p TCP --dport 80 -j TPROXY  --on-port 3129<br>
<br>
The request finised giving timeout.<br>
<br>
<br>
I would like know, if possible used tproxy in this situation.<br>
<br>
station &lt;----------&gt;gateway&lt;----------&gt;InterNet<br>
                               | redirected to proxy using iptables<br>
                       Proxy/Tproxy<br>
<br>
Regards<br>
<br>
<br>
<br>
<br>
<br></div></div>
------------------------------------------------------------------------<div class="im"><br>
<br>
_______________________________________________<br>
tproxy mailing list<br>
<a href="mailto:tproxy@lists.balabit.hu" target="_blank">tproxy@lists.balabit.hu</a><br>
<a href="https://lists.balabit.hu/mailman/listinfo/tproxy" target="_blank">https://lists.balabit.hu/mailman/listinfo/tproxy</a><br>
  <br>
</div></blockquote>
</blockquote></div><br>