From 0648e6a0b7e0ae2c6f3bfafbfeb1becc4c42b52c Mon Sep 17 00:00:00 2001 From: angristan Date: Thu, 27 Sep 2018 19:52:52 +0200 Subject: [PATCH] Fix IPv6 connectivity test --- openvpn-install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openvpn-install.sh b/openvpn-install.sh index 470954d..cfc0754 100644 --- a/openvpn-install.sh +++ b/openvpn-install.sh @@ -211,7 +211,7 @@ function installQuestions () { echo "" echo "Checking for IPv6 connectivity..." echo "" - if ping -c4 ipv6.google.com > /dev/null 2>&1; then + if ping6 -c4 ipv6.google.com > /dev/null 2>&1; then echo "Your host appears to have IPv6 connectivity." SUGGESTION="y" else