From f29abb78369f5f077d4f3c04059f2cf766500bd4 Mon Sep 17 00:00:00 2001 From: "john.ogness" Date: Sun, 15 Jan 2017 22:31:59 +0100 Subject: fix iptables comment --- security/firewall/pres_iptables.tex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 # 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} -- cgit v1.2.3