added ikev1/dynamic scenarios using allow-any

This commit is contained in:
Andreas Steffen
2012-06-08 22:54:12 +02:00
parent 7cc65a0376
commit 47f8ae7cfd
40 changed files with 676 additions and 0 deletions
@@ -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