upgraded ikev2 scenarios to 5.0.0
This commit is contained in:
@@ -1,8 +1,6 @@
|
||||
# /etc/ipsec.conf - strongSwan IPsec configuration file
|
||||
|
||||
config setup
|
||||
crlcheckinterval=180
|
||||
strictcrlpolicy=no
|
||||
plutostart=no
|
||||
|
||||
conn %default
|
||||
@@ -11,14 +9,15 @@ conn %default
|
||||
rekeymargin=3m
|
||||
keyingtries=1
|
||||
keyexchange=ikev2
|
||||
authby=secret
|
||||
|
||||
conn home
|
||||
left=PH_IP_CAROL
|
||||
leftsourceip=%config
|
||||
[email protected]
|
||||
leftauth=psk
|
||||
leftfirewall=yes
|
||||
right=PH_IP_MOON
|
||||
[email protected]
|
||||
rightauth=pubkey
|
||||
rightsubnet=10.1.0.0/16
|
||||
auto=add
|
||||
|
||||
@@ -1,8 +1,6 @@
|
||||
# /etc/ipsec.conf - strongSwan IPsec configuration file
|
||||
|
||||
config setup
|
||||
crlcheckinterval=180
|
||||
strictcrlpolicy=no
|
||||
plutostart=no
|
||||
|
||||
conn %default
|
||||
@@ -11,14 +9,15 @@ conn %default
|
||||
rekeymargin=3m
|
||||
keyingtries=1
|
||||
keyexchange=ikev2
|
||||
authby=secret
|
||||
|
||||
conn home
|
||||
left=PH_IP_DAVE
|
||||
leftsourceip=%config
|
||||
[email protected]
|
||||
leftauth=psk
|
||||
leftfirewall=yes
|
||||
right=PH_IP_MOON
|
||||
[email protected]
|
||||
rightauth=pubkey
|
||||
rightsubnet=10.1.0.0/16
|
||||
auto=add
|
||||
|
||||
@@ -14,9 +14,11 @@ conn rw
|
||||
left=PH_IP_MOON
|
||||
leftcert=moonCert.pem
|
||||
[email protected]
|
||||
leftauth=pubkey
|
||||
leftsubnet=10.1.0.0/16
|
||||
leftfirewall=yes
|
||||
right=%any
|
||||
rightauth=psk
|
||||
rightsourceip=10.3.0.0/28
|
||||
rightsendcert=never
|
||||
auto=add
|
||||
|
||||
Reference in New Issue
Block a user