Simple PPTP, L2TP/IPsec, OpenVPN installers
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
vpn-install/pptp/options.pptp.dist

42 lines
713 B

# 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
# LCP echo-requests options
lcp-echo-interval 30
lcp-echo-failure 5
# MTU MRU options
mtu 1200
mru 1200
# DNS options for Windows clients
ms-dns 8.8.8.8
ms-dns 8.8.4.4