Advertisement
Guest User

Untitled

a guest
Nov 30th, 2014
239
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.54 KB | None | 0 0
  1. config setup
  2. strictcrlpolicy=no
  3. #charonstart=yes
  4. #plutostart=no
  5. charondebug="default = 3,mgr = 1,ike = 1,net = 1,enc = 0,cfg = 2,asn = 1,job = 1,knl = 1,append=no,ike_name=no,flush_line=yes"
  6.  
  7. # Add connections here.
  8. conn vpn
  9. authby=secret
  10. ikelifetime=60m
  11. keyexchange=ikev2
  12. left=%any
  13. leftsubnet=10.10.10.0/24
  14. #rightauth=eap-mschapv2
  15. leftauth=psk
  16. rightauth=psk
  17. rightauth2=eap-mschapv2
  18. right=%any
  19. eap_identity=%any
  20. auto=add
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement