From RootdevWiki

Jump to: navigation, search

Never Do This

IPTables

  • Do not run this command on a remote server - especially if the default policies are DROP.
iptables -F

Of course, you have checks in place to ensure that in the event of the above the previous ruleset will be automatically replaced. Don't you?