Advertisement
Guest User

strongswan.conf

a guest
Jan 7th, 2015
356
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.55 KB | None | 0 0
  1. # strongswan.conf - strongSwan configuration file
  2. #
  3. # Refer to the strongswan.conf(5) manpage for details
  4. #
  5. # Configuration changes should be made in the included files
  6.  
  7. charon {
  8. # load = dhcp aes des sha1 sha2 md5 pem pkcs1 gmp random nonce x509 curl revocation hmac xcbc stroke kernel-netlink socket-default fips-prf eap-radius eap-identity updown
  9. dns1 = 192.168.3.1
  10. nbns1 = 192.168.3.1
  11.  
  12. plugins {
  13.  
  14. dhcp {
  15. server = 192.168.3.1
  16. }
  17. }
  18.  
  19. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement