From dcec3f12a469bb63668fcf1c051ca9811d9db94c Mon Sep 17 00:00:00 2001 From: Angristan Date: Sun, 12 Nov 2017 18:30:05 +0100 Subject: [PATCH] Disable firewalld to allow iptables to start upon reboot --- openvpn-install.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/openvpn-install.sh b/openvpn-install.sh index 4b6f398..e3b8f8e 100755 --- a/openvpn-install.sh +++ b/openvpn-install.sh @@ -414,6 +414,8 @@ RemainAfterExit=yes WantedBy=multi-user.target" > /etc/systemd/system/iptables.service systemctl daemon-reload systemctl enable iptables.service + # Disable firewalld to allow iptables to start upon reboot + systemctl disable firewalld fi else # Else, the distro is ArchLinux