added ikev2/rw-eap-tls-only scenario

This commit is contained in:
Andreas Steffen
2010-08-04 08:36:27 +02:00
parent 9dffc26b73
commit f8bb082f1f
10 changed files with 109 additions and 0 deletions
@@ -0,0 +1,22 @@
# /etc/ipsec.conf - strongSwan IPsec configuration file
config setup
plutostart=no
conn %default
ikelifetime=60m
keylife=20m
rekeymargin=3m
keyingtries=1
keyexchange=ikev2
conn home
left=PH_IP_CAROL
leftcert=carolCert.pem
leftauth=eap
leftfirewall=yes
right=PH_IP_MOON
rightid="C=CH, O=Linux strongSwan, CN=moon.strongswan.org"
rightsubnet=10.1.0.0/16
rightsendcert=never
auto=add
@@ -0,0 +1,7 @@
# /etc/strongswan.conf - strongSwan configuration file
charon {
load = curl aes des sha1 sha2 md5 pem pkcs1 gmp random x509 revocation hmac xcbc stroke kernel-netlink socket-default eap-tls updown
multiple_authentication=no
send_vendor_id=yes
}