]> git.ipfire.org Git - thirdparty/strongswan.git/blob - testing/tests/protoport-dual/hosts/carol/etc/ipsec.conf
- import of strongswan-2.7.0
[thirdparty/strongswan.git] / testing / tests / protoport-dual / hosts / carol / 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_CAROL
16 leftnexthop=%direct
17 leftcert=carolCert.pem
18 leftid=carol@strongswan.org
19 leftfirewall=yes
20 right=PH_IP_MOON
21 rightsubnet=10.1.0.0/16
22 rightid=@moon.strongswan.org
23 auto=add
24
25 conn home-icmp
26 leftprotoport=icmp
27 rightprotoport=icmp
28
29 conn home-ssh
30 leftprotoport=tcp
31 rightprotoport=tcp/ssh