ipsec.conf 362 B

123456789101112131415161718192021
  1. # /etc/ipsec.conf - strongSwan IPsec configuration file
  2. config setup
  3. conn %default
  4. keylife=20m
  5. ikelifetime=10s
  6. rekeymargin=5s
  7. rekeyfuzz=0%
  8. keyingtries=1
  9. conn home
  10. left=PH_IP_CAROL
  11. leftcert=carolCert.pem
  12. leftid=carol@strongswan.org
  13. leftfirewall=yes
  14. right=PH_IP_MOON
  15. rightid=@moon.strongswan.org
  16. rightsubnet=10.1.0.0/16
  17. keyexchange=ikev2
  18. auto=add