ip6tables TPROXY not working
Posted
by
CookieMunster
on Server Fault
See other posts from Server Fault
or by CookieMunster
Published on 2013-06-26T15:57:18Z
Indexed on
2013/06/26
16:22 UTC
Read the original article
Hit count: 208
I have a problem, I need to have to run a java program on a port < 1024. authbind and jsvc are no alternatives, it is simply decided not to use.
But using
ip6tables -t mangle -A PREROUTING -p udp --dport 546 -j TPROXY --on-port 8547
gives me
ip6tables v1.4.7: unknown option `--on-port'
What did I miss?
uname -a
Linux vieppetat12 2.6.32-71.el6.x86_64 #1 SMP Wed Sep 1 01:33:01 EDT 2010 x86_64 x86_64 x86_64 GNU/Linux
© Server Fault or respective owner