diff options
| -rw-r--r-- | security/firewall/pres_iptables.tex | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/security/firewall/pres_iptables.tex b/security/firewall/pres_iptables.tex index 1a99feb..b45eddf 100644 --- a/security/firewall/pres_iptables.tex +++ b/security/firewall/pres_iptables.tex @@ -304,7 +304,7 @@ iptables -F <CHAIN> # flush all rules in chain iptables -P INPUT DROP # opt: REJECT, ACCEPT iptables -P FORWARD DROP # opt: REJECT, ACCEPT iptables -P OUTPUT DROP # opt: REJECT, ACCEPT -# flush all tables +# flush all chains iptables -F ... \end{verbatim} |
