mirror of
https://github.com/namibia/openvpn-install.git
synced 2024-12-23 07:18:54 +00:00
Disable firewalld to allow iptables to start upon reboot
This commit is contained in:
parent
ed17fc074d
commit
dcec3f12a4
@ -414,6 +414,8 @@ RemainAfterExit=yes
|
|||||||
WantedBy=multi-user.target" > /etc/systemd/system/iptables.service
|
WantedBy=multi-user.target" > /etc/systemd/system/iptables.service
|
||||||
systemctl daemon-reload
|
systemctl daemon-reload
|
||||||
systemctl enable iptables.service
|
systemctl enable iptables.service
|
||||||
|
# Disable firewalld to allow iptables to start upon reboot
|
||||||
|
systemctl disable firewalld
|
||||||
fi
|
fi
|
||||||
else
|
else
|
||||||
# Else, the distro is ArchLinux
|
# Else, the distro is ArchLinux
|
||||||
|
Loading…
Reference in New Issue
Block a user