Hi,<br><br>I&#39;m running Linux 2.6.22, Iptables 1.3.8, with Tproxy 4.0.3 patches<br><br>I&#39;ve added the following rules in iptables :<br><br>iptables -t tproxy -A PREROUTING -i eth0 -p tcp -m tcp --dport 80 -j TPROXY --on-port 50080
<br>iptables -t tproxy -A PREROUTING -i eth1 -p tcp -m tcp --dport 80 -j TPROXY --on-port 50080<br>
&nbsp;<br clear="all">but nothing happens, connexions to port 80 are not redirected to local port 50080.<br><br>Can I use NETMAP target in nat table while using tproxy ?<br>Did I miss something ?<br><br>thank you.<br>