From 1c036df5c4e6ce5f8faaa14ed37bf3c4dd0e2d59 Mon Sep 17 00:00:00 2001 From: Theo Vallet Date: Thu, 28 Jan 2021 17:08:58 +0100 Subject: [PATCH] modif routes ipsec.conf x509 --- roles/x509-l/files/ipsec.conf | 4 ++-- roles/x509-r/files/ipsec.conf | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/roles/x509-l/files/ipsec.conf b/roles/x509-l/files/ipsec.conf index f671978..5467d9d 100644 --- a/roles/x509-l/files/ipsec.conf +++ b/roles/x509-l/files/ipsec.conf @@ -7,7 +7,7 @@ conn tunnel # left=192.168.0.52 leftsubnet=172.16.128.0/24 right=192.168.0.51 - rightsubnet=192.168.0.0/16, 172.16.0.0/24 + rightsubnet=192.168.1.0/24, 192.168.200.0/24, 172.16.0.0/24 ike=aes256-sha2_256-modp1024! esp=aes256-sha2_256! keyingtries=0 @@ -22,4 +22,4 @@ conn tunnel # type=tunnel leftcert=r-vp2Cert.pem leftid="C=CH, O=GSB, CN=r-vp2" - rightid="C=CH, O=GSB, CN=r-vp1" \ No newline at end of file + rightid="C=CH, O=GSB, CN=r-vp1" diff --git a/roles/x509-r/files/ipsec.conf b/roles/x509-r/files/ipsec.conf index 62dfa9c..0fc2758 100644 --- a/roles/x509-r/files/ipsec.conf +++ b/roles/x509-r/files/ipsec.conf @@ -5,7 +5,7 @@ config setup conn %default conn tunnel # left=192.168.0.51 - leftsubnet=192.168.0.0/16, 172.16.0.0/24 + leftsubnet=192.168.1.0/24, 192.168.200.0/24, 172.16.0.0/24 right=192.168.0.52 rightsubnet=172.16.128.0/24 ike=aes256-sha2_256-modp1024! @@ -22,4 +22,4 @@ conn tunnel # type=tunnel leftcert=r-vp1Cert.pem leftid="C=CH, O=GSB, CN=r-vp1" - rightid="C=CH, O=GSB, CN=r-vp2" \ No newline at end of file + rightid="C=CH, O=GSB, CN=r-vp2"