Innan du gör allmän städning i iptables se till att du vet hur du konfigurerar den efter dina behov.
Rensa Centro/Debian iptables regler .

Följande kommandorader i ordningen nedan:
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 –hjälp :
-P (policy) = kedjemål
–flush -F [kedja] Ta bort alla regler i kedjan eller alla kedjor
-table -t tabelltabell att manipulera (standard: `filter')
-X [kedja] Ta bort en användardefinierad kedja