Guest User

Untitled

a guest
Dec 26th, 2017
125
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.59 KB | None | 0 0
  1. **/etc/NetworkManager/system-connections/EMS**
  2.  
  3. [connection]
  4. id=EMS
  5. uuid=xxxx-xxxx-xxxx-xxx
  6. type=vpn
  7. autoconnect=false
  8. permissions=user:xxxx:;
  9. secondaries=
  10. timestamp=1514281080
  11.  
  12. [vpn]
  13. password-flags=0
  14. require-mppe=yes
  15. no-vj-comp=yes
  16. user=xxxxxx
  17. mppe-stateful=yes
  18. refuse-eap=yes
  19. refuse-chap=yes
  20. nobsdcomp=yes
  21. gateway=xxxxx
  22. refuse-mschap=yes
  23. refuse-pap=yes
  24. nodeflate=yes
  25. service-type=org.freedesktop.NetworkManager.pptp
  26.  
  27. [vpn-secrets]
  28. password=xxxxxxx
  29.  
  30. [ipv4]
  31. dns-search=
  32. ignore-auto-dns=true
  33. method=auto
  34.  
  35. [ipv6]
  36. addr-gen-mode=stable-privacy
  37. dns-search=
  38. ignore-auto-dns=true
  39. ip6-privacy=0
  40. method=auto
Add Comment
Please, Sign In to add comment