Which of the following commands will enforce this rule?
A. iptables -f filter -I INPUT -p tcp –dport 4000:5000 -A ACCEPT
B. iptables -t filter -A INPUT -p tcp –dport 4000:5000 -j ACCEPT
C. iptables filter -A INPUT -p tcp –dport 4000:5000 -D ACCEPT
D. iptables filter -S INPUT -p tcp –dport 4000:5000 -A ACCEPT