linux - iptables Bad Argument 'PREROUTING' -



linux - iptables Bad Argument 'PREROUTING' -

i trying run command 
iptables -t nat -a prerouting -p tcp --destination-port 80 -j redirect --to-port 6666 , error bad argument 'prerouting'.

any ideas may causing this?

linux iptables nat kali-linux

Comments

Popular posts from this blog

assembly - What is the addressing mode for ld, add, and rjmp instructions? -

vowpalwabbit - Interpreting Vowpal Wabbit results: Why are some lines appended by "h"? -

Is there a way to convert an HTML page styled with Bootstrap CSS into email-compatible html? -