From 777067579fb89cf17e66801396313d5bb4ebaec0 Mon Sep 17 00:00:00 2001 From: root Date: Mon, 4 Dec 2023 09:20:51 +0100 Subject: [PATCH] mise a jour wireguard --- sio2/CYBER/Wireguard/wg0-a.conf | 15 --------------- sio2/CYBER/wg0-b.conf | 15 --------------- 2 files changed, 30 deletions(-) delete mode 100644 sio2/CYBER/Wireguard/wg0-a.conf delete mode 100644 sio2/CYBER/wg0-b.conf diff --git a/sio2/CYBER/Wireguard/wg0-a.conf b/sio2/CYBER/Wireguard/wg0-a.conf deleted file mode 100644 index a0fa043..0000000 --- a/sio2/CYBER/Wireguard/wg0-a.conf +++ /dev/null @@ -1,15 +0,0 @@ -# local settings for Endpoint A -[Interface] -PrivateKey = aLihTWpe3bt3XwNPGOVS0mB9vfr4JqeZPyzhlgQ052k= -Address = 10.0.0.1/32 -ListenPort = 51820 - -# IP forwarding -PreUp = sysctl -w net.ipv4.ip_forward=1 - -# remote settings for Endpoint B -[Peer] -PublicKey = 8bEwgf4jUaIvZslBNwQSP3sNrJPZg1YDiFqyMCvJszo= -Endpoint = 192.168.3.2:51820 -AllowedIPs = 10.0.0.2/32, 192.168.2.0/24 - diff --git a/sio2/CYBER/wg0-b.conf b/sio2/CYBER/wg0-b.conf deleted file mode 100644 index 15cbba5..0000000 --- a/sio2/CYBER/wg0-b.conf +++ /dev/null @@ -1,15 +0,0 @@ -# local settings for Endpoint B -[Interface] -PrivateKey = eLqg4jQCId97MOdcP5k0FIlxnaMBArlPPEaTVmRPWFk= -Address = 10.0.0.2/32 -ListenPort = 51820 - -# IP forwarding -PreUp = sysctl -w net.ipv4.ip_forward=1 - -# remote settings for Endpoint A -[Peer] -PublicKey = 5UQzcels7MqDXWdt2oDvfbjykISpYl4i8uYFytHijUc= -Endpoint = 192.168.3.2:51820 -AllowedIPs = 10.0.0.1/32, 192.168.1.0/24 -