Clear iptables rules - Clear / Remove iptables rules.

Before doing general cleaning make sure you know how to configure it according to your needs

Clear / Debian iptables rules .

centos

The following command lines in the following order:

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, from 2006 to the present. Experience on operating systems Linux (in particular CentOS), Mac OS X, Windows XP> Windows 10 si WordPress (CMS).

How to » Linux » Clear iptables rules - Clear / Remove iptables rules.
Leave a Comment