Advertisement
neonr4in

options-pptpd

Sep 12th, 2016
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.68 KB | None | 0 0
  1. # Read man pppd to see the full list of available options
  2.  
  3. # The name of the local system for authentication purposes
  4. name pptpd
  5.  
  6. # Refue PAP, CHAP, or MS-CHAP connections but accept connections with
  7. # MS-CHAPv2 or MPPE with 128-bit encryption
  8. refuse-pap
  9. refuse-chap
  10. refuse-mschap
  11. require-mschap-v2
  12. require-mpee-128
  13.  
  14. # Add entry to the ARP system table
  15. proxyarp
  16.  
  17. # For the serial device to ensure exclusive access to the device
  18. lock
  19.  
  20. # Disable BSD-Compress and Van Jacobson TCP/IP header compression
  21. nobsdcomp
  22. novj
  23. novjcomp
  24.  
  25. # Disable file logging
  26. nolog
  27.  
  28. # DNS servers for Microsoft Windows clients. Using Google's public servers here
  29. ms-dns 8.8.8.8
  30. ms-dns 8.8.4.4
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement