]> git.ipfire.org Git - thirdparty/strongswan.git/blob - testing/tests/net2net-route/hosts/moon/etc/ipsec.conf
- import of strongswan-2.7.0
[thirdparty/strongswan.git] / testing / tests / net2net-route / hosts / moon / 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 leftnexthop=%direct
16
17 conn net-net
18 left=PH_IP_MOON
19 leftsubnet=10.1.0.0/16
20 leftcert=moonCert.pem
21 leftid=@moon.strongswan.org
22 leftfirewall=yes
23 right=PH_IP_SUN
24 rightsubnet=10.2.0.0/16
25 rightid=@sun.strongswan.org
26 auto=route