diff options
Diffstat (limited to 'testing/tests/ikev2/host2host-cert/hosts/sun/etc/ipsec.conf')
-rwxr-xr-x | testing/tests/ikev2/host2host-cert/hosts/sun/etc/ipsec.conf | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/testing/tests/ikev2/host2host-cert/hosts/sun/etc/ipsec.conf b/testing/tests/ikev2/host2host-cert/hosts/sun/etc/ipsec.conf index 311aa00ef..d127fda46 100755 --- a/testing/tests/ikev2/host2host-cert/hosts/sun/etc/ipsec.conf +++ b/testing/tests/ikev2/host2host-cert/hosts/sun/etc/ipsec.conf @@ -9,13 +9,14 @@ conn %default keylife=20m rekeymargin=3m keyingtries=1 + keyexchange=ikev2 conn host-host left=PH_IP_SUN leftnexthop=%direct leftcert=sunCert.pem leftid=@sun.strongswan.org + leftfirewall=yes right=PH_IP_MOON rightid=@moon.strongswan.org - keyexchange=ikev2 auto=add |