Delete the rules in iptables – Clear/Remove iptables rules.

Before you do general cleaning in Make sure you know how to configure it according to your needs.

Clear /Debian iptables rules .

centos

The following command lines in the order below:

1. iptables -P INPUT ACCEPT
2. iptables -P FORWARD ACCEPT
3. iptables -P OUTPUT ACCEPT
4. iptables -F
5. iptables -X
6. iptables -t nat -F
7. iptables -t nat -X
8. iptables -t mangle -F
9. iptables -t mangle -X

iptables –help :

-P (policy) = chain target

–flush -F [chain] Delete all rules in chain or all chains

-table -t table table to manipulate (default: `filter’)

-X [chain] Delete a user-defined chain

Founder and editor Stealth Settings, din 2006 pana in prezent. Experienta pe sistemele de operare Linux (in special CentOS), Mac OS X , Windows XP > Windows 10 si WordPress (CMS).

Home Your source of IT tutorials, useful tips and news. Delete the rules in iptables – Clear/Remove iptables rules.
Leave a Comment