diff --git a/Partie2/Wireguard/srvlog31/wg0.conf b/Partie2/Wireguard/srvlog31/wg0.conf new file mode 100644 index 0000000..998ffd2 --- /dev/null +++ b/Partie2/Wireguard/srvlog31/wg0.conf @@ -0,0 +1,18 @@ +#Fichier wg0-a.conf +# local settings for Endpoint A +[Interface] +PrivateKey = iD/nJRCNKIVrCjJQh8ay49jaWuo/WF7iXylGg6GvwmI= +Address = 10.0.0.1/32 +ListenPort = 51820 + +# remote settings for Endpoint B +[Peer] +PublicKey = O1jQuesiC2HEP2Sght/usrjV7KtqF+JLHJ77JhsMPDY= +Endpoint = 172.16.0.95:51820 +AllowedIPs = 10.0.0.2/32 + +# remote settings for Endpoint C +[Peer] +PublicKey = K78Gxh0wHPPPbQxJg8JpbOsS9dRLrG2AqZcCs3W2UR0= +Endpoint = 172.16.0.82:51820 +AllowedIPs = 10.0.0.3/32