diff options
author | Andreas Steffen <andreas.steffen@strongswan.org> | 2010-10-07 07:31:44 +0200 |
---|---|---|
committer | Andreas Steffen <andreas.steffen@strongswan.org> | 2010-10-07 07:31:44 +0200 |
commit | 84babfb8957382530dc86e4cb3bf9c5dcac105c2 (patch) | |
tree | 6141dbb1154b9373a3e216d752c7379080826ecb /testing/tests/ike/rw-cert | |
parent | 9b201cf859dae8cb3fa6b762cc1f3ab536a3fd96 (diff) | |
download | strongswan-84babfb8957382530dc86e4cb3bf9c5dcac105c2.tar.bz2 strongswan-84babfb8957382530dc86e4cb3bf9c5dcac105c2.tar.xz |
define explicit IKEv1 key exchange mode
Diffstat (limited to 'testing/tests/ike/rw-cert')
-rwxr-xr-x | testing/tests/ike/rw-cert/hosts/dave/etc/ipsec.conf | 2 | ||||
-rwxr-xr-x | testing/tests/ike/rw-cert/hosts/moon/etc/ipsec.conf | 1 |
2 files changed, 2 insertions, 1 deletions
diff --git a/testing/tests/ike/rw-cert/hosts/dave/etc/ipsec.conf b/testing/tests/ike/rw-cert/hosts/dave/etc/ipsec.conf index a42c7a5bd..3be21d055 100755 --- a/testing/tests/ike/rw-cert/hosts/dave/etc/ipsec.conf +++ b/testing/tests/ike/rw-cert/hosts/dave/etc/ipsec.conf @@ -9,6 +9,7 @@ conn %default keylife=20m rekeymargin=3m keyingtries=1 + keyexchange=ikev2 conn home left=PH_IP_DAVE @@ -17,5 +18,4 @@ conn home right=PH_IP_MOON rightid=@moon.strongswan.org rightsubnet=10.1.0.0/16 - keyexchange=ikev2 auto=add diff --git a/testing/tests/ike/rw-cert/hosts/moon/etc/ipsec.conf b/testing/tests/ike/rw-cert/hosts/moon/etc/ipsec.conf index 340b1a176..d90ab485c 100755 --- a/testing/tests/ike/rw-cert/hosts/moon/etc/ipsec.conf +++ b/testing/tests/ike/rw-cert/hosts/moon/etc/ipsec.conf @@ -9,6 +9,7 @@ conn %default keylife=20m rekeymargin=3m keyingtries=1 + keyexchange=ikev1 conn rw left=PH_IP_MOON |