ipsec.conf 374 B

123456789101112131415161718192021
  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=ikev1
  9. conn moon
  10. left=%any
  11. leftsourceip=%config
  12. leftcert=carolCert.pem
  13. leftid=carol@strongswan.org
  14. leftfirewall=yes
  15. right=%moon.strongswan.org
  16. rightsubnet=10.1.0.0/16
  17. rightid=@moon.strongswan.org
  18. auto=add