diff options
author | Andreas Steffen <andreas.steffen@strongswan.org> | 2010-01-11 11:20:45 +0100 |
---|---|---|
committer | Andreas Steffen <andreas.steffen@strongswan.org> | 2010-01-11 11:20:45 +0100 |
commit | 8fb389b299af8ef6cf9b4138f641dbd69f985bfc (patch) | |
tree | e9cdd9183c4596e3639a56a186060a0aa386f471 /testing/tests/ikev2/rw-eap-sim-only-radius/hosts/carol/etc/ipsec.conf | |
parent | b9790320885b7f48e20cdf2384cf7e989a78ca70 (diff) | |
download | strongswan-8fb389b299af8ef6cf9b4138f641dbd69f985bfc.tar.bz2 strongswan-8fb389b299af8ef6cf9b4138f641dbd69f985bfc.tar.xz |
added ikev2/rw-eap-sim-only-radius scenario
Diffstat (limited to 'testing/tests/ikev2/rw-eap-sim-only-radius/hosts/carol/etc/ipsec.conf')
-rwxr-xr-x | testing/tests/ikev2/rw-eap-sim-only-radius/hosts/carol/etc/ipsec.conf | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/testing/tests/ikev2/rw-eap-sim-only-radius/hosts/carol/etc/ipsec.conf b/testing/tests/ikev2/rw-eap-sim-only-radius/hosts/carol/etc/ipsec.conf new file mode 100755 index 000000000..11b9f0d71 --- /dev/null +++ b/testing/tests/ikev2/rw-eap-sim-only-radius/hosts/carol/etc/ipsec.conf @@ -0,0 +1,21 @@ +# /etc/ipsec.conf - strongSwan IPsec configuration file + +config setup + plutostart=no + +conn %default + ikelifetime=60m + keylife=20m + rekeymargin=3m + keyingtries=1 + keyexchange=ikev2 + +conn home + left=PH_IP_CAROL + leftid=carol@strongswan.org + leftfirewall=yes + leftauth=eap + right=PH_IP_MOON + rightid=@moon.strongswan.org + rightsubnet=10.1.0.0/16 + auto=add |