ipsec.conf 569 B

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