Verify firewall rules

This commit is contained in:
Bob Mottram 2014-03-08 10:59:50 +00:00
parent c6c2d36b4b
commit 572813d087
1 changed files with 12 additions and 0 deletions

View File

@ -671,6 +671,18 @@ Save and exit. It may be a good idea to reboot at this point and then log back
reboot
#+END_SRC
After reboot and logging back in to the root account via /ssh/ you can verify that the firewall rules were restored correctly with:
#+BEGIN_SRC: bash
iptables -L
#+END_SRC
and
#+BEGIN_SRC: bash
ip6tables -L
#+END_SRC
** Install Email
#+BEGIN_VERSE