Bob Mottram 11 лет назад
Родитель
Сommit
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