> The rule: > > iptables -A FORWARD -s 0.0.0.0/0 -d > 213.21.136.8/255.255.255.255 -dport > 80 -j ACCEPT > > shows me the following error: > > iptables v1.2.5: multiple -d flags not allowed You should use '--dport' instead of '-dport'.
> The rule: > > iptables -A FORWARD -s 0.0.0.0/0 -d > 213.21.136.8/255.255.255.255 -dport > 80 -j ACCEPT > > shows me the following error: > > iptables v1.2.5: multiple -d flags not allowed You should use '--dport' instead of '-dport'.