added openssl-ikev2/alg-aes-gcm scenario

This commit is contained in:
Andreas Steffen
2013-03-03 11:43:52 +01:00
parent 81419b9748
commit f7580a5a67
11 changed files with 158 additions and 0 deletions
@@ -0,0 +1,22 @@
# /etc/ipsec.conf - strongSwan IPsec configuration file
config setup
conn %default
ikelifetime=60m
keylife=20m
rekeymargin=3m
keyingtries=1
keyexchange=ikev2
ike=aes128gcm128-prfsha256-modp1536!
esp=aes128gcm128-modp1536!
conn home
left=PH_IP_DAVE
leftfirewall=yes
leftcert=daveCert.pem
[email protected]
right=PH_IP_MOON
rightsubnet=10.1.0.0/16
[email protected]
auto=add