35 lines
818 B
Plaintext
35 lines
818 B
Plaintext
###############################################################################
|
|
# $Id: options.pptpd,v 1.11 2005/12/29 01:21:09 quozl Exp $
|
|
#
|
|
# Sample Poptop PPP options file /etc/ppp/options.pptpd
|
|
# Options used by PPP when a connection arrives from a client.
|
|
# This file is pointed to by /etc/pptpd.conf option keyword.
|
|
# Changes are effective on the next connection. See "man pppd".
|
|
#
|
|
# You are expected to change this file to suit your system. As
|
|
# packaged, it requires PPP 2.4.2 and the kernel MPPE module.
|
|
###############################################################################
|
|
|
|
# Authentication
|
|
name pptpd
|
|
#chapms-strip-domain
|
|
|
|
# Encryption
|
|
refuse-pap
|
|
refuse-chap
|
|
refuse-mschap
|
|
require-mschap-v2
|
|
require-mppe-128
|
|
|
|
# Options
|
|
proxyarp
|
|
nobsdcomp
|
|
nodeflate
|
|
lock
|
|
novj
|
|
novjccomp
|
|
nologfd
|
|
|
|
mtu 1496
|
|
mru 1496
|