From be38bd02516ee458079b3ccef8c41ce455704acb Mon Sep 17 00:00:00 2001 From: Mathis Laceppe Date: Wed, 1 Feb 2023 17:16:04 +0100 Subject: [PATCH] ajout activation wg0 --- scripts/r-vp2-post.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/scripts/r-vp2-post.sh b/scripts/r-vp2-post.sh index 9317c75..665ef76 100644 --- a/scripts/r-vp2-post.sh +++ b/scripts/r-vp2-post.sh @@ -3,3 +3,5 @@ wget http://r-vp1.gsb.adm:8000/wg0-b.qconf #renomage fichier et mv mv ./wg0-b.conf /etc/wireguard/wg0.conf +#activation interface wg0 +systemctl enable wg-quick@wg0 && systemctl start wg-quick@wg0