|
|
@ -41,7 +41,7 @@ echo "Now you should read https://wiki.altinea.fr/doku.php/wireguard#cote_concen |
|
|
|
read -n1 -r -p "Press space only AFTER configuration is done ..." |
|
|
|
|
|
|
|
# Enable and start interface (systemctl needed) |
|
|
|
systemctl enable wg-quick@vpnalinea.service && systemctl daemon-reload && systemctl start wg-quick@vpnaltinea |
|
|
|
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 |
|
|
|