ipsec.conf 529 B

123456789101112131415161718192021222324252627
  1. # /etc/ipsec.conf - strongSwan IPsec configuration file
  2. config setup
  3. ca strongswan
  4. cacert=strongswanCert.pem
  5. certuribase=http://ip6-winnetou.strongswan.org/certs/
  6. crluri=http://ip6-winnetou.strongswan.org/strongswan.crl
  7. auto=add
  8. conn %default
  9. ikelifetime=60m
  10. keylife=20m
  11. rekeymargin=3m
  12. keyingtries=1
  13. keyexchange=ikev1
  14. fragmentation=yes
  15. conn home
  16. left=PH_IP6_DAVE
  17. leftcert=daveCert.pem
  18. leftid=dave@strongswan.org
  19. leftfirewall=yes
  20. right=PH_IP6_MOON
  21. rightid=@moon.strongswan.org
  22. rightsubnet=fec1::/16
  23. auto=add