| 12345678910111213141516171819202122232425262728293031323334 | # /etc/ipsec.conf - strongSwan IPsec configuration fileconfig setupconn %default	ikelifetime=60m	keylife=20m	rekeymargin=3m	keyingtries=1	keyexchange=ikev2	mobike=no	dpdaction=restart	dpddelay=60s	left=%defaultroute	leftfirewall=yesconn medsrv	leftid=av9oEPMz@medsrv.org	leftauth=psk	right=PH_IP_CAROL	rightid=carol@strongswan.org	rightauth=pubkey	mediation=yes	auto=startconn 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
 |