pptpd-options 3.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596
  1. ###############################################################################
  2. # $Id$
  3. #
  4. # Sample Poptop PPP options file /etc/ppp/pptpd-options
  5. # Options used by PPP when a connection arrives from a client.
  6. # This file is pointed to by /etc/pptpd.conf option keyword.
  7. # Changes are effective on the next connection. See "man pppd".
  8. #
  9. # You are expected to change this file to suit your system. As
  10. # packaged, it requires PPP 2.4.2 and the kernel MPPE module.
  11. ###############################################################################
  12. # Authentication
  13. # Name of the local system for authentication purposes
  14. # (must match the second field in /etc/ppp/chap-secrets entries)
  15. name pptpd
  16. # Optional: domain name to use for authentication
  17. # domain mydomain.net
  18. # Strip the domain prefix from the username before authentication.
  19. # (applies if you use pppd with chapms-strip-domain patch)
  20. #chapms-strip-domain
  21. # Encryption
  22. # Debian: on systems with a kernel built with the package
  23. # kernel-patch-mppe >= 2.4.2 and using ppp >= 2.4.2, ...
  24. # {{{
  25. refuse-pap
  26. refuse-chap
  27. refuse-mschap
  28. # Require the peer to authenticate itself using MS-CHAPv2 [Microsoft
  29. # Challenge Handshake Authentication Protocol, Version 2] authentication.
  30. require-mschap-v2
  31. # Require MPPE 128-bit encryption
  32. # (note that MPPE requires the use of MSCHAP-V2 during authentication)
  33. require-mppe-128
  34. # }}}
  35. # Network and Routing
  36. # If pppd is acting as a server for Microsoft Windows clients, this
  37. # option allows pppd to supply one or two DNS (Domain Name Server)
  38. # addresses to the clients. The first instance of this option
  39. # specifies the primary DNS address; the second instance (if given)
  40. # specifies the secondary DNS address.
  41. # Attention! This information may not be taken into account by a Windows
  42. # client. See KB311218 in Microsoft's knowledge base for more information.
  43. #ms-dns 10.0.0.1
  44. #ms-dns 10.0.0.2
  45. # If pppd is acting as a server for Microsoft Windows or "Samba"
  46. # clients, this option allows pppd to supply one or two WINS (Windows
  47. # Internet Name Services) server addresses to the clients. The first
  48. # instance of this option specifies the primary WINS address; the
  49. # second instance (if given) specifies the secondary WINS address.
  50. #ms-wins 10.0.0.3
  51. #ms-wins 10.0.0.4
  52. # Add an entry to this system's ARP [Address Resolution Protocol]
  53. # table with the IP address of the peer and the Ethernet address of this
  54. # system. This will have the effect of making the peer appear to other
  55. # systems to be on the local ethernet.
  56. # (you do not need this if your PPTP server is responsible for routing
  57. # packets to the clients -- James Cameron)
  58. proxyarp
  59. # Debian: do not replace the default route
  60. nodefaultroute
  61. # Logging
  62. # Enable connection debugging facilities.
  63. # (see your syslog configuration for where pppd sends to)
  64. #debug
  65. # Print out all the option values which have been set.
  66. # (often requested by mailing list to verify options)
  67. #dump
  68. # Miscellaneous
  69. # Create a UUCP-style lock file for the pseudo-tty to ensure exclusive
  70. # access.
  71. lock
  72. # Disable BSD-Compress compression
  73. nobsdcomp