ipsec.conf 404 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. ike=aes128-sha1-modp2048s224,aes128-sha1-modp1024s160!
  10. conn home
  11. left=PH_IP_CAROL
  12. leftcert=carolCert.pem
  13. leftid=carol@strongswan.org
  14. leftfirewall=yes
  15. right=PH_IP_MOON
  16. rightid=@moon.strongswan.org
  17. rightsubnet=10.1.0.0/16
  18. auto=add