Are these two rules essentially the same ? Thanks, Mike iptables -A FORWARD -i eth2 -o eth0 -m state --state NEW,ESTABLISHED,RELATED -j ACCEPT iptables -A FORWARD -i eth2 -o eth0 -p tcp --dport 2000:2050 -m state --state NEW,ESTABLISHED,RELATED -j ACCEPT