Advertisement
Guest User

Untitled

a guest
Nov 29th, 2014
297
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.51 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. leftauth=psk
  15. rightauth=psk
  16. rightauth2=eap-mschap
  17. right=%any
  18. eap_identity=unifiapp
  19. auto=add
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement