]> git.ipfire.org Git - people/ms/strongswan.git/blob - testing/tests/net2net-pgp/hosts/sun/etc/ipsec.conf
- import of strongswan-2.7.0
[people/ms/strongswan.git] / testing / tests / net2net-pgp / hosts / sun / 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 nocrsend=yes
8
9 conn %default
10 ikelifetime=60m
11 keylife=20m
12 rekeymargin=3m
13 keyingtries=1
14 leftnexthop=%direct
15
16 conn net-net
17 left=PH_IP_SUN
18 leftsubnet=10.2.0.0/16
19 leftcert=sunCert.asc
20 leftfirewall=yes
21 right=PH_IP_MOON
22 rightsubnet=10.1.0.0/16
23 rightcert=moonCert.asc
24 auto=add