added ikev2/rw-hash-and-url scenario

This commit is contained in:
Andreas Steffen
2008-04-18 21:43:05 +00:00
parent 466abb49fc
commit 2eaf8db41a
11 changed files with 158 additions and 0 deletions
@@ -0,0 +1,28 @@
# /etc/ipsec.conf - strongSwan IPsec configuration file
config setup
crlcheckinterval=180
strictcrlpolicy=no
plutostart=no
ca strongswan
cacert=strongswanCert.pem
certuribase=http://winnetou.strongswan.org/certs/
auto=add
conn %default
ikelifetime=60m
keylife=20m
rekeymargin=3m
keyingtries=1
conn home
left=PH_IP_CAROL
leftcert=carolCert.pem
[email protected]
leftfirewall=yes
right=PH_IP_MOON
[email protected]
rightsubnet=10.1.0.0/16
keyexchange=ikev2
auto=add
@@ -0,0 +1,5 @@
# /etc/strongswan.conf - strongSwan configuration file
charon {
hash_and_url = yes
}