>iptables -t nat -A PREROUTING -i eth2 -p tcp --dport 10000:11000 -j REJECT --reject-with icmp-host-unreachable > >The above command returns with "Invalid Argument". REJECT is to be used in -t filter. Jan Engelhardt --
>iptables -t nat -A PREROUTING -i eth2 -p tcp --dport 10000:11000 -j REJECT --reject-with icmp-host-unreachable > >The above command returns with "Invalid Argument". REJECT is to be used in -t filter. Jan Engelhardt --