diff options
author | Andreas Steffen <andreas.steffen@strongswan.org> | 2006-09-25 05:42:13 +0000 |
---|---|---|
committer | Andreas Steffen <andreas.steffen@strongswan.org> | 2006-09-25 05:42:13 +0000 |
commit | b3fcb01fd23993d297281597e5c7f5c38ba027b9 (patch) | |
tree | 9b2f8ee2d8b189e5ab324133b7a5d91f4d466476 /testing/tests/ikev2/protoport-dual/hosts/moon | |
parent | 2fcc4168f82eb77ef7b9b95066b0295062693ebe (diff) | |
download | strongswan-b3fcb01fd23993d297281597e5c7f5c38ba027b9.tar.bz2 strongswan-b3fcb01fd23993d297281597e5c7f5c38ba027b9.tar.xz |
added new test scenarios
Diffstat (limited to 'testing/tests/ikev2/protoport-dual/hosts/moon')
-rwxr-xr-x | testing/tests/ikev2/protoport-dual/hosts/moon/etc/ipsec.conf | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/testing/tests/ikev2/protoport-dual/hosts/moon/etc/ipsec.conf b/testing/tests/ikev2/protoport-dual/hosts/moon/etc/ipsec.conf new file mode 100755 index 000000000..19da44c49 --- /dev/null +++ b/testing/tests/ikev2/protoport-dual/hosts/moon/etc/ipsec.conf @@ -0,0 +1,29 @@ +# /etc/ipsec.conf - strongSwan IPsec configuration file + +config setup + strictcrlpolicy=no + plutostart=no + +conn %default + ikelifetime=60m + keylife=20m + rekeymargin=3m + keyingtries=1 + keyexchange=ikev2 + left=PH_IP_MOON + leftnexthop=%direct + leftcert=moonCert.pem + leftid=@moon.strongswan.org + leftfirewall=yes + leftsubnet=10.1.0.0/16 + right=%any + auto=add + +conn rw-icmp + lefthostaccess=yes + leftprotoport=icmp + rightprotoport=icmp + +conn rw-ssh + leftprotoport=tcp/ssh + rightprotoport=tcp |