added ikev1/dynamic scenarios using allow-any
This commit is contained in:
@@ -0,0 +1,29 @@
|
||||
# /etc/ipsec.conf - strongSwan IPsec configuration file
|
||||
|
||||
config setup
|
||||
plutostart=no
|
||||
|
||||
conn %default
|
||||
ikelifetime=60m
|
||||
keylife=20m
|
||||
rekeymargin=3m
|
||||
keyingtries=1
|
||||
keyexchange=ikev1
|
||||
left=%any
|
||||
leftsubnet=10.1.0.0/16
|
||||
leftsourceip=PH_IP_MOON1
|
||||
leftcert=moonCert.pem
|
||||
[email protected]
|
||||
leftfirewall=yes
|
||||
|
||||
conn carol
|
||||
right=%carol.strongswan.org
|
||||
[email protected]
|
||||
rightsourceip=PH_IP_CAROL1
|
||||
auto=add
|
||||
|
||||
conn dave
|
||||
right=%dave.strongswan.org
|
||||
[email protected]
|
||||
rightsourceip=PH_IP_DAVE1
|
||||
auto=add
|
||||
Reference in New Issue
Block a user