From 572813d087fad1566950d8d04797236766089925 Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Sat, 8 Mar 2014 10:59:50 +0000 Subject: [PATCH] Verify firewall rules --- beaglebone.txt | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/beaglebone.txt b/beaglebone.txt index 66a5d4a0..9edde079 100644 --- a/beaglebone.txt +++ b/beaglebone.txt @@ -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