ipsec.conf 597 B

1234567891011121314151617181920212223242526272829303132
  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=ikev2
  14. fragmentation=yes
  15. mobike=no
  16. conn net-net
  17. also=host-host
  18. leftsubnet=fec2::0/16
  19. rightsubnet=fec1::0/16
  20. conn host-host
  21. left=PH_IP6_SUN
  22. leftcert=sunCert.pem
  23. leftid=@sun.strongswan.org
  24. leftfirewall=yes
  25. right=PH_IP6_MOON
  26. rightid=@moon.strongswan.org
  27. auto=add