added ikev2/dynamic-two-peers scenario

This commit is contained in:
Andreas Steffen
2012-06-08 21:52:20 +02:00
parent 68f3e2462a
commit d9e1b4c033
12 changed files with 239 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=ikev2
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