CompTIA Security+ SY0-601 – Question385

A cybersecurity administrator is using iptables as an enterprise firewall. The administrator created some rules,
but the network now seems to be unresponsive. All connections are being dropped by the firewall. Which of the
following would be the BEST option to remove the rules?


A.
# iptables -t mangle -X
B. # iptables -F
C. # iptables -Z
D. # iptables -P INPUT -j DROP

Correct Answer: B