in reply to Re: How do I enable TPROXY in Perl?
in thread How do I enable TPROXY in Perl?

Hello.

I was quite sure I should have used IP_TRANSPARENT but it wasn't defined in the headers files I had searched earlier. Doing a full system search revealed its definition and simply replacing IP_FREEBIND with IP_TRANSPARENT solved my problem.

iptables work just fine, I'm using the mangle table with the TPROXY and socket targets and a custom route table as widely recommended.

Thanks for the help. Charles