We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 15f77bb commit 07a7c90Copy full SHA for 07a7c90
install/vst-install-rhel.sh
@@ -671,6 +671,8 @@ fi
671
672
# Disabling iptables
673
service iptables stop
674
+service firewalld stop >/dev/null 2>&1
675
+
676
677
# Configuring NTP synchronization
678
echo '#!/bin/sh' > /etc/cron.daily/ntpdate
@@ -1273,6 +1275,7 @@ ip=$(ip addr|grep 'inet '|grep global|head -n1|awk '{print $2}'|cut -f1 -d/)
1273
1275
1274
1276
# Configuring firewall
1277
if [ "$iptables" = 'yes' ]; then
1278
+ chkconfig firewalld off >/dev/null 2>&1
1279
$VESTA/bin/v-update-firewall
1280
fi
1281
0 commit comments