Browse Source

Verify firewall rules

Bob Mottram 11 years ago
parent
commit
572813d087
1 changed files with 12 additions and 0 deletions
  1. 12
    0
      beaglebone.txt

+ 12
- 0
beaglebone.txt View File

@@ -671,6 +671,18 @@ Save and exit.  It may be a good idea to reboot at this point and then log back
671 671
 reboot
672 672
 #+END_SRC
673 673
 
674
+After reboot and logging back in to the root account via /ssh/ you can verify that the firewall rules were restored correctly with:
675
+
676
+#+BEGIN_SRC: bash
677
+iptables -L
678
+#+END_SRC
679
+
680
+and
681
+
682
+#+BEGIN_SRC: bash
683
+ip6tables -L
684
+#+END_SRC
685
+
674 686
 ** Install Email
675 687
 
676 688
 #+BEGIN_VERSE