ipsec.conf 326 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_MOON
  11. rightcert=moonCert.pem
  12. rightid=@moon.strongswan.org
  13. rightfirewall=yes
  14. left=PH_IP_SUN
  15. leftid=@sun.strongswan.org
  16. auto=add