ipsec.conf 379 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 carol
  10. left=%any
  11. leftsubnet=10.1.0.0/16
  12. leftcert=moonCert.pem
  13. leftid=@moon.strongswan.org
  14. leftfirewall=yes
  15. right=%carol.strongswan.org
  16. rightid=carol@strongswan.org
  17. rightsourceip=PH_IP_CAROL1
  18. auto=add