ipsec.conf 325 B

12345678910111213141516171819
  1. # /etc/ipsec.conf - strongSwan IPsec configuration file
  2. config setup
  3. conn %default
  4. ikelifetime=60m
  5. keylife=20m
  6. rekeymargin=3m
  7. keyingtries=1
  8. keyexchange=ikev2
  9. conn host-host
  10. right=PH_IP_SUN
  11. rightcert=sunCert.pem
  12. rightid=@sun.strongswan.org
  13. rightfirewall=yes
  14. left=PH_IP_MOON
  15. leftid=@moon.strongswan.org
  16. auto=add