diff --git a/scripts/r-vp1-post.sh b/scripts/r-vp1-post.sh index 0054163..fd099fe 100644 --- a/scripts/r-vp1-post.sh +++ b/scripts/r-vp1-post.sh @@ -1,2 +1,5 @@ #!/bin/bash +#stoper le fw +systemctl stop ferm +#ouverture du service web pour copie distante cd /root/confwg/ && python3 -m http.server 8000 & diff --git a/scripts/r-vp2-post.sh b/scripts/r-vp2-post.sh index 7b61d08..9317c75 100644 --- a/scripts/r-vp2-post.sh +++ b/scripts/r-vp2-post.sh @@ -1,3 +1,5 @@ #!/bin/bash - +#recuperation du fichier de config wget http://r-vp1.gsb.adm:8000/wg0-b.qconf +#renomage fichier et mv +mv ./wg0-b.conf /etc/wireguard/wg0.conf