From fb0d69c19abc9f09ec0ddc678b2b2e7f75ce5386 Mon Sep 17 00:00:00 2001 From: Julien Escario Date: Mon, 23 Nov 2020 18:31:25 +0100 Subject: [PATCH] Fixed first ping IP address --- wireguard/deploy-wg-clients.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wireguard/deploy-wg-clients.sh b/wireguard/deploy-wg-clients.sh index 9f1eb5b..8b994d5 100755 --- a/wireguard/deploy-wg-clients.sh +++ b/wireguard/deploy-wg-clients.sh @@ -52,6 +52,6 @@ read -n1 -r -p "Press space only AFTER configuration is done ..." systemctl enable wg-quick@vpnaltinea.service && systemctl daemon-reload && systemctl start wg-quick@vpnaltinea # Run a ping to make the interface usable -ping -c1 192.168.25.1 +ping -c1 10.17.25.1 exit 0;