testing: Add ipv6/rw-compress-ikev2 scenario

This commit is contained in:
Tobias Brunner
2014-01-23 10:27:13 +01:00
parent 6055e347f8
commit 62e050e0ef
9 changed files with 125 additions and 0 deletions
@@ -0,0 +1,24 @@
# /etc/ipsec.conf - strongSwan IPsec configuration file
config setup
ca strongswan
cacert=strongswanCert.pem
crluri=http://ip6-winnetou.strongswan.org/strongswan.crl
auto=add
conn %default
ikelifetime=60m
keylife=20m
rekeymargin=3m
keyingtries=1
keyexchange=ikev2
compress=yes
leftfirewall=yes
conn rw
leftcert=moonCert.pem
[email protected]
leftsubnet=fec1::/16
right=%any
auto=add
@@ -0,0 +1,5 @@
# /etc/strongswan.conf - strongSwan configuration file
charon {
load = curl aes des sha1 sha2 md5 pem pkcs1 gmp random nonce x509 revocation hmac xcbc stroke kernel-netlink socket-default updown
}