Advertisement
Guest User

Config

a guest
Jul 23rd, 2013
158
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.73 KB | None | 0 0
  1. #ipsec.conf - StrongSwan Common Gateway Configuration
  2.  
  3. # Basic Configuration
  4.  
  5. config setup
  6. #crlcheckinterval=180
  7. #strictcrlpolicy=no
  8. #plutostart=no
  9.  
  10. conn %default
  11. ikelifetime=60m
  12. keylife=20m
  13. rekeymargin=3m
  14. keyingtries=1
  15. ike=aes256-sha256-modp1024
  16. esp=aes256-sha256
  17.  
  18. conn windows8
  19. #left is gateway
  20. left 10.1.0.2
  21. leftcert=ssCert.pem
  22. leftid="C=EN, O=Corp, CN=10.1.0.2"
  23. #Protected Resources
  24. leftsubnet=172.17.81.128/27
  25. #assume manual firewall configuration
  26. leftfirewall=no
  27. #right is client
  28. right=%any
  29. #DNS [Comma separated list]
  30. rightdns=162.17.81.142
  31. # Identidy device based on Certificate DN wildcard
  32. rightid="C=EN,O=Corp,OU=Dev,CN=*"
  33. keyexchange=ikev2
  34. auto=add
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement