Ignore:
Timestamp:
10/26/17 13:00:42 (8 years ago)
Author:
Edwin Eefting <edwin@datux.nl>
Branches:
gcc484, master, perl-5.22
Children:
21dd3b8
Parents:
d7191d1
Message:

update ppp pptp for windows 10

File:
1 edited

Legend:

Unmodified
Added
Removed
  • npl/internetserver/poptop_pptpd/ppp/options.pptpd

    rd7191d1 rddea341  
    1414# Authentication
    1515
    16 # Name of the local system for authentication purposes 
     16# Name of the local system for authentication purposes
    1717# (must match the second field in /etc/ppp/chap-secrets entries)
    1818name pptpd
     
    102102
    103103# Disable BSD-Compress compression
    104 nobsdcomp 
     104nobsdcomp
    105105
    106 # Disable Van Jacobson compression 
     106# Disable Van Jacobson compression
    107107# (needed on some networks with Windows 9x/ME/XP clients, see posting to
    108108# poptop-server on 14th April 2005 by Pawel Pokrywka and followups,
     
    111111novjccomp
    112112
    113 # turn off logging to stderr, since this may be redirected to pptpd, 
     113# turn off logging to stderr, since this may be redirected to pptpd,
    114114# which may trigger a loopback
    115115nologfd
    116116
    117 # put plugins here 
     117# put plugins here
    118118# (putting them higher up may cause them to sent messages to the pty)
    119119plugin radius.so
    120120plugin radrealms.so
    121121plugin radattr.so
    122 
    123 # nodig om connectie problemen op te lossen met servers achter 'broken routers'
    124 nomppe-lower-mtu
    125 
    126 
    127 
Note: See TracChangeset for help on using the changeset viewer.