| 1234567891011121314151617181920 | # /etc/ipsec.conf - strongSwan IPsec configuration fileconfig setupconn %default	ikelifetime=60m	keylife=20m	rekeymargin=3m	keyingtries=1	keyexchange=ikev1	aggressive=yesconn rw	left=PH_IP_MOON	leftcert=moonCert.pem	leftid=@moon.strongswan.org	leftsubnet=10.1.0.0/16	leftfirewall=yes	right=%any	auto=add
 |