diff --git a/install_pve7.sh b/install_pve7.sh index e188204..55b8355 100644 --- a/install_pve7.sh +++ b/install_pve7.sh @@ -21,6 +21,8 @@ if [ $current_priority != "4" ]; then else echo "The network priority is already set to IPv4." fi +# sudo sysctl -w net.ipv6.conf.all.disable_ipv6=1 +# sudo sysctl -w net.ipv6.conf.default.disable_ipv6=1 apt-get install gnupg -y if ! nc -z localhost 7789; then iptables -A INPUT -p tcp --dport 7789 -j ACCEPT