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
Post a Comment