]> git.ipfire.org Git - people/ms/strongswan.git/blob - testing/tests/wildcards/hosts/dave/etc/ipsec.conf
- import of strongswan-2.7.0
[people/ms/strongswan.git] / testing / tests / wildcards / hosts / dave / etc / ipsec.conf
1 # /etc/ipsec.conf - strongSwan IPsec configuration file
2
3 version 2.0 # conforms to second version of ipsec.conf specification
4
5 config setup
6 plutodebug=control
7 crlcheckinterval=180
8 strictcrlpolicy=no
9
10 conn %default
11 ikelifetime=60m
12 keylife=20m
13 rekeymargin=3m
14 keyingtries=1
15 left=PH_IP_DAVE
16 leftnexthop=%direct
17 leftcert=daveCert.pem
18 right=PH_IP_MOON
19 rightid=@moon.strongswan.org
20
21 conn alice
22 rightsubnet=PH_IP_ALICE/32
23 auto=add
24
25 conn venus
26 rightsubnet=PH_IP_VENUS/32
27 auto=add
28
29
30
31
32