From 043e6c8166ac280ff2ea6f5170d6fea1d22d2217 Mon Sep 17 00:00:00 2001 From: A Holt Date: Sun, 19 May 2019 06:49:30 -0400 Subject: [PATCH] Explanation better --- roles/network/templates/gateway/iiab-gen-iptables | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/roles/network/templates/gateway/iiab-gen-iptables b/roles/network/templates/gateway/iiab-gen-iptables index e46278641..6e554aab9 100755 --- a/roles/network/templates/gateway/iiab-gen-iptables +++ b/roles/network/templates/gateway/iiab-gen-iptables @@ -55,7 +55,7 @@ samba_tcp_mports={{ samba_tcp_mports }} # # # /etc/iiab/local_vars.yml # # # -# It must be an integer {0...5} as follows: # +# This firewall variable must be an integer {0...5} as follows: # # # # 0 = none # # 1 = ssh only # @@ -64,7 +64,7 @@ samba_tcp_mports={{ samba_tcp_mports }} # 4 = ssh + Admin Console + common IIAB services + Samba # # 5 = all but databases # # # -# Then enable it in iptables by running: cd /opt/iiab/iiab; ./iiab-network # +# Then enable it with iptables by running: cd /opt/iiab/iiab; ./iiab-network # # # ################################################################################