for: iptables -A PREROUTING -i eth0 -p tcp -m tcp --dport 80 -j REDIRECT --to-ports 3127 iptables return this error: iptables: No chain/target/match by thr name.
for: iptables -A PREROUTING -i eth0 -p tcp -m tcp --dport 80 -j REDIRECT --to-ports 3127 iptables return this error: iptables: No chain/target/match by thr name.