Initial commit.
This commit is contained in:
33
ppp/options.pptp
Normal file
33
ppp/options.pptp
Normal file
@@ -0,0 +1,33 @@
|
||||
# Lock the port
|
||||
lock
|
||||
|
||||
# Authentication
|
||||
noauth
|
||||
|
||||
# We won't do PAP, EAP, CHAP, or MSCHAP, but we will accept MSCHAP-V2
|
||||
refuse-pap
|
||||
refuse-eap
|
||||
refuse-chap
|
||||
refuse-mschap
|
||||
|
||||
# Compression
|
||||
# Turn off compression protocols we know won't be used
|
||||
nobsdcomp
|
||||
nodeflate
|
||||
|
||||
mtu 1496
|
||||
mru 1496
|
||||
#lcp-echo-interval 30
|
||||
# http://ppp.samba.org/ the PPP project version of PPP by Paul Mackarras
|
||||
# ppp-2.4.2 or later with MPPE only, kernel module ppp_mppe.o
|
||||
# {{{
|
||||
# Require MPPE 128-bit encryption
|
||||
#require-mppe-128
|
||||
# }}}
|
||||
|
||||
# http://polbox.com/h/hs001/ fork from PPP project by Jan Dubiec
|
||||
# ppp-2.4.2 or later with MPPE and MPPC, kernel module ppp_mppe_mppc.o
|
||||
# {{{
|
||||
# Require MPPE 128-bit encryption
|
||||
#mppe required,stateless
|
||||
# }}}
|
||||
Reference in New Issue
Block a user