Site Tools


clearing_iptables

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
clearing_iptables [2024/10/31 21:08] – -Formatting, condense hogwildclearing_iptables [2024/10/31 21:09] (current) hogwild
Line 16: Line 16:
  
  \\ Here are a few rules to remember when using these commands:  \\ Here are a few rules to remember when using these commands:
 +
 + \\
  
   * First, you need to dereference the custom table from the built-in one, \\ using the above method.   * First, you need to dereference the custom table from the built-in one, \\ using the above method.
   * A table must then be emptied with the **-F** (Flush) switch/parameter \\ (for example: "**iptables -F $TABLE_NAME") **.   * A table must then be emptied with the **-F** (Flush) switch/parameter \\ (for example: "**iptables -F $TABLE_NAME") **.
-  * Only at this point will you be allowed to remove the table by using\\ the command:  "**iptables -X $TABLE_NAME"**.+  * Only then will you be allowed to remove the table by using the command: \\ "**iptables -X $TABLE_NAME"**.
  
  \\  \\
  
  
clearing_iptables.1730408902.txt.gz · Last modified: 2024/10/31 21:08 by hogwild