Hi <div> I am trying to build tproxy support for haproxy on Ubuntu 10.04 LTS 64 bit server.</div><div><br></div><div>The kernel has the tproxy support</div><div><br></div><div><div>.config  | grep -E &#39;(NF_CONNTRACK=|TPROXY|XT_MATCH_SOCKET|XT_TARGET_TPROXY)&#39;</div>
<div>CONFIG_NF_CONNTRACK=m</div><div>CONFIG_NETFILTER_TPROXY=m</div><div>CONFIG_NETFILTER_XT_TARGET_TPROXY=m</div><div>CONFIG_NETFILTER_XT_MATCH_SOCKET=m</div></div><div><br></div><div>and the iptables version is 1.4.4 </div>
<div><br></div><div><br></div><div>Now when I execute the iptables rule </div><div><div>iptables -t mangle -A PREROUTING -p tcp -m socket -j DIVERT</div><div>iptables: No chain/target/match by that name.</div></div><div><br>
</div><div>I get this issue. Any thought or advice will be highly appreciated.</div><div><br></div><div>regards</div>