diff options
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> |