~ubuntu-branches/ubuntu/maverick/strongswan/maverick

« back to all changes in this revision

Viewing changes to testing/tests/ikev2/any-interface/hosts/sun/etc/ipsec.conf

  • Committer: Bazaar Package Importer
  • Author(s): Rene Mayrhofer
  • Date: 2008-12-05 17:21:42 UTC
  • mfrom: (1.1.7 upstream)
  • Revision ID: james.westby@ubuntu.com-20081205172142-9g77wgyzcj0blq7p
* New upstream release, fixes a MOBIKE issue.
  Closes: #507542: strongswan: endless loop
* Explicitly enable compilation with libcurl for CRL fetching
  Closes: #497756: strongswan: not compiled with curl support; crl 
                   fetching not available
* Enable compilation with SSH agent support.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
# /etc/ipsec.conf - strongSwan IPsec configuration file
 
2
 
 
3
config setup
 
4
        crlcheckinterval=180
 
5
        strictcrlpolicy=no
 
6
        plutostart=no
 
7
 
 
8
conn %default
 
9
        ikelifetime=60m
 
10
        keylife=20m
 
11
        rekeymargin=3m
 
12
        keyingtries=1
 
13
        keyexchange=ikev2
 
14
        mobike=no
 
15
        type=transport
 
16
        compress=yes
 
17
        dpdaction=clear
 
18
        dpddelay=10
 
19
        left=%any
 
20
        leftcert=sunCert.pem
 
21
 
 
22
conn remote
 
23
        right=%any
 
24
        auto=add