浏览代码

Verify firewall rules

Bob Mottram 11 年前
父节点
当前提交
572813d087
共有 1 个文件被更改,包括 12 次插入0 次删除
  1. 12
    0
      beaglebone.txt

+ 12
- 0
beaglebone.txt 查看文件

@@ -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