aboutsummaryrefslogtreecommitdiffstats
path: root/testing/tests/p2pnat/medsrv-psk/hosts/bob/etc/ipsec.conf
blob: fb95f5637b47b1fc717a2a7ca7c51c64570362ba (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
25
26
27
28
29
30
31
32
33
34
# /etc/ipsec.conf - strongSwan IPsec configuration file

config setup

conn %default
	ikelifetime=60m
	keylife=20m
	rekeymargin=3m
	keyingtries=1
	keyexchange=ikev2
	mobike=no
	dpdaction=restart
	dpddelay=60s
	left=%defaultroute
	leftfirewall=yes

conn medsrv
	leftid=av9oEPMz@medsrv.org
	leftauth=psk
	right=PH_IP_CAROL
	rightid=carol@strongswan.org
	rightauth=pubkey
	mediation=yes
	auto=start

conn peer
	leftcert=bobCert.pem
	leftid=bob@strongswan.org
	right=%any
	rightid=alice@strongswan.org
	rightsubnet=PH_IP_ALICE/32
	mediated_by=medsrv
	me_peerid=6cu1UTVw@medsrv.org
	auto=add