Script conf pour srvlog31
This commit is contained in:
parent
9a85d79e62
commit
8183dae78d
18
Partie2/Wireguard/srvlog31/wg0.conf
Normal file
18
Partie2/Wireguard/srvlog31/wg0.conf
Normal file
@ -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
|
Loading…
x
Reference in New Issue
Block a user