24 lines
407 B
Plaintext
24 lines
407 B
Plaintext
# /etc/ipsec.conf - strongSwan IPsec configuration file
|
|
|
|
config setup
|
|
charondebug="tnc 2, imc 2, imv 2"
|
|
|
|
conn %default
|
|
ikelifetime=60m
|
|
keylife=20m
|
|
rekeymargin=3m
|
|
keyingtries=1
|
|
keyexchange=ikev2
|
|
|
|
conn host-host
|
|
left=PH_IP_MOON
|
|
leftcert=moonCert.pem
|
|
leftid=moon.strongswan.org
|
|
leftauth=eap
|
|
leftfirewall=yes
|
|
right=PH_IP_SUN
|
|
rightid=sun.strongswan.org
|
|
rightsendcert=never
|
|
rightauth=any
|
|
auto=add
|