Sfoglia il codice sorgente

Verify firewall rules

Bob Mottram 11 anni fa
parent
commit
572813d087
1 ha cambiato i file con 12 aggiunte e 0 eliminazioni
  1. 12
    0
      beaglebone.txt

+ 12
- 0
beaglebone.txt Vedi File

671
 reboot
671
 reboot
672
 #+END_SRC
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
 ** Install Email
686
 ** Install Email
675
 
687
 
676
 #+BEGIN_VERSE
688
 #+BEGIN_VERSE