added the ikev2/any-interface scenario

This commit is contained in:
Andreas Steffen
2008-07-11 17:08:25 +00:00
parent 174960bedc
commit a771dc33d0
13 changed files with 184 additions and 0 deletions
@@ -0,0 +1,24 @@
# /etc/ipsec.conf - strongSwan IPsec configuration file
config setup
crlcheckinterval=180
strictcrlpolicy=no
plutostart=no
conn %default
ikelifetime=60m
keylife=20m
rekeymargin=3m
keyingtries=1
keyexchange=ikev2
mobike=no
type=transport
compress=yes
dpdaction=clear
dpddelay=10
left=%any
leftcert=aliceCert.pem
conn remote
right=%any
auto=add
@@ -0,0 +1,5 @@
# /etc/strongswan.conf - strongSwan configuration file
charon {
load = curl aes des sha1 sha2 md5 gmp random x509 pubkey hmac xcbc stroke
}