modif routes ipsec.conf x509
This commit is contained in:
parent
a9b757dafa
commit
1c036df5c4
@ -7,7 +7,7 @@ conn tunnel #
|
|||||||
left=192.168.0.52
|
left=192.168.0.52
|
||||||
leftsubnet=172.16.128.0/24
|
leftsubnet=172.16.128.0/24
|
||||||
right=192.168.0.51
|
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!
|
ike=aes256-sha2_256-modp1024!
|
||||||
esp=aes256-sha2_256!
|
esp=aes256-sha2_256!
|
||||||
keyingtries=0
|
keyingtries=0
|
||||||
@ -22,4 +22,4 @@ conn tunnel #
|
|||||||
type=tunnel
|
type=tunnel
|
||||||
leftcert=r-vp2Cert.pem
|
leftcert=r-vp2Cert.pem
|
||||||
leftid="C=CH, O=GSB, CN=r-vp2"
|
leftid="C=CH, O=GSB, CN=r-vp2"
|
||||||
rightid="C=CH, O=GSB, CN=r-vp1"
|
rightid="C=CH, O=GSB, CN=r-vp1"
|
||||||
|
@ -5,7 +5,7 @@ config setup
|
|||||||
conn %default
|
conn %default
|
||||||
conn tunnel #
|
conn tunnel #
|
||||||
left=192.168.0.51
|
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
|
right=192.168.0.52
|
||||||
rightsubnet=172.16.128.0/24
|
rightsubnet=172.16.128.0/24
|
||||||
ike=aes256-sha2_256-modp1024!
|
ike=aes256-sha2_256-modp1024!
|
||||||
@ -22,4 +22,4 @@ conn tunnel #
|
|||||||
type=tunnel
|
type=tunnel
|
||||||
leftcert=r-vp1Cert.pem
|
leftcert=r-vp1Cert.pem
|
||||||
leftid="C=CH, O=GSB, CN=r-vp1"
|
leftid="C=CH, O=GSB, CN=r-vp1"
|
||||||
rightid="C=CH, O=GSB, CN=r-vp2"
|
rightid="C=CH, O=GSB, CN=r-vp2"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user