35 lines
607 B
Plaintext
35 lines
607 B
Plaintext
# The name of the local system for authentication purposes
|
|
name pptpd
|
|
|
|
# Refuse EAP, PAP, CHAP or MS-CHAP connections
|
|
# Accept ONLY MS-CHAPv2 or MPPE with 128-bit encryption
|
|
refuse-eap
|
|
refuse-pap
|
|
refuse-chap
|
|
refuse-mschap
|
|
require-mschap-v2
|
|
require-mppe
|
|
require-mppe-128
|
|
|
|
# Require authorization
|
|
auth
|
|
|
|
# Add entry to the ARP system table
|
|
proxyarp
|
|
|
|
# For the serial device to ensure exclusive access to the device
|
|
lock
|
|
|
|
# Disable BSD-Compress and Van Jacobson TCP/IP header compression
|
|
nobsdcomp
|
|
novj
|
|
novjccomp
|
|
|
|
# Disable logging
|
|
nolog
|
|
nologfd
|
|
|
|
# DNS options for Windows clients
|
|
ms-dns 8.8.8.8
|
|
ms-dns 8.8.4.4
|