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

javascript - THREE.js reposition vertices for RingGeometry -

javascript - I need to update the text of a paragraph by inline edit -

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