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

« back to all changes in this revision

Viewing changes to testing/tests/pfkey/nat-two-rw/hosts/alice/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
                
 
15
conn nat-t
 
16
        left=%defaultroute
 
17
        leftcert=aliceCert.pem
 
18
        leftid=alice@strongswan.org
 
19
        leftfirewall=yes
 
20
        right=PH_IP_SUN
 
21
        rightid=@sun.strongswan.org
 
22
        rightsubnet=10.2.0.0/16
 
23
        auto=add