# # MPD configuration file # # Mpd as a PPTP server compatible with Microsoft Dial-Up Networking clients. # # We have a private office LAN numbered 192.168.1.0/24. The machine running # mpd is at 192.168.1.1, and has an externally visible address of # 270.283.113.190. # # We assign clients addresses in the 192.168.150.0/24 network, and route # it locally. # # See also the 'pptp' link entry in mpd.links. # # Renaud Waldura, August 2000 # default: load pptp pptp: # create the bundle "main" with link "pptp" new main pptp # single link set bundle disable multilink set iface disable on-demand set iface idle 1800 # range of addresses assigned to clients set ipcp ranges 192.168.150.1/32 192.168.150.2/24 # we route this network set iface disable proxy-arp set iface route 192.168.150.0/24 # primary and secondary DNS servers set ipcp dns 192.168.1.1 # primary and secondary WINS servers #set ipcp nbns XXX # do VJ compression set ipcp yes vjcomp # accept compression & encryption? #set bundle accept compression #set bundle accept encryption #set bundle enable crypt-reqd # accept Microsoft compression and encryption set ccp accept mppc set ccp accept mpp-compress set ccp accept mpp-e40 set ccp accept mpp-e128 #set ccp accept mpp-stateless