summaryrefslogtreecommitdiff
path: root/testing/tests/ikev1/ip-two-pools-mixed/hosts/alice/etc/ipsec.conf
blob: e8077b22ad9f26b86ca335ef6d21fa3b56e73092 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
# /etc/ipsec.conf - strongSwan IPsec configuration file

config setup
        crlcheckinterval=180
	strictcrlpolicy=no
	charonstart=no
	plutodebug=control

conn %default
	ikelifetime=60m
	keylife=20m
	rekeymargin=3m
	keyingtries=1
	keyexchange=ikev1
		
conn home 
	left=%defaultroute
	leftsourceip=%config
	leftcert=aliceCert.pem
	leftid=alice@strongswan.org
	leftfirewall=yes
	right=PH_IP_MOON1
	rightid=@moon.strongswan.org
	auto=add