<C) Version tproxy-4.1.0<br>
<   ================<br>
<     The ebtables/bridge notes above is equally applicable. However<br>
 <     the iptables rules are totally different.<br>
<<br>
 <     Something like this will be required :-<br>
<<br>
 <          iptables -t mangle -A PREROUTING -p tcp --dport 80 -j TPROXY \<br>
 <                 --tproxy-mark 0x1/0x1 -on-port 3128<br>
 <           iptables -t mangle -N DIVERT<br>
 <           iptables -t mangle -A PREROUTING -p tcp -m socket -j DIVERT<br>
<br>
  What is  "-m socket" ? is there any matches called socket?<br>
<br>
Thanks,<br>
-Bryan<br>