diff options
author | Silvino Silva <silvino@bk.ru> | 2017-08-02 01:01:58 +0100 |
---|---|---|
committer | Silvino Silva <silvino@bk.ru> | 2017-08-02 01:01:58 +0100 |
commit | 65167272a3ba52dc4d032a1c60a9ff030408047d (patch) | |
tree | 0f40548a2b5c8eaf9bd99423e21b8baf63b83d65 /core/network.html | |
parent | 079066bc153f3a6fe84b5da0b8fa8e584641b46d (diff) | |
download | doc-65167272a3ba52dc4d032a1c60a9ff030408047d.tar.gz |
first hardened test
Diffstat (limited to 'core/network.html')
-rw-r--r-- | core/network.html | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/core/network.html b/core/network.html index 4f1f20a..92f0e1e 100644 --- a/core/network.html +++ b/core/network.html @@ -138,6 +138,12 @@ # sh /etc/rc.d/iptables start </pre> + <p>See current rules and packets;</p> + + <pre> + # iptables -L -n -v | less + </pre> + <p>Copy init script, edit if you dont like to let drop when you call stop.</p> |