1 ###############################################################################
2 # $Id: options.pptpd,v 1.6 2004/12/22 22:39:30 quozl Exp $
4 # Sample Poptop PPP options file /etc/ppp/options.pptpd
5 # Options used by PPP when a connection arrives from a client.
6 # This file is pointed to by /etc/pptpd.conf option keyword.
7 # Changes are effective on the next connection. See "man pppd".
9 # You are expected to change this file to suit your system. As
10 # packaged, it requires PPP 2.4.2 and the kernel MPPE module.
11 ###############################################################################
16 # Name of the local system for authentication purposes
17 # (must match the second field in /etc/ppp/chap-secrets entries)
20 # Strip the domain prefix from the username before authentication.
21 # (applies if you use pppd with chapms-strip-domain patch)
26 # (There have been multiple versions of PPP with encryption support,
27 # choose with of the following sections you will use.)
30 # BSD licensed ppp-2.4.2 upstream with MPPE only, kernel module ppp_mppe.o
35 # Require the peer to authenticate itself using MS-CHAPv2 [Microsoft
36 # Challenge Handshake Authentication Protocol, Version 2] authentication.
38 # Require MPPE 128-bit encryption
39 # (note that MPPE requires the use of MSCHAP-V2 during authentication)
44 # OpenSSL licensed ppp-2.4.1 fork with MPPE only, kernel module mppe.o
48 # Require the peer to authenticate itself using MS-CHAPv2 [Microsoft
49 # Challenge Handshake Authentication Protocol, Version 2] authentication.
51 # Require MPPE encryption
52 # (note that MPPE requires the use of MSCHAP-V2 during authentication)
53 #mppe-40 # enable either 40-bit or 128-bit, not both
61 # If pppd is acting as a server for Microsoft Windows clients, this
62 # option allows pppd to supply one or two DNS (Domain Name Server)
63 # addresses to the clients. The first instance of this option
64 # specifies the primary DNS address; the second instance (if given)
65 # specifies the secondary DNS address.
69 # If pppd is acting as a server for Microsoft Windows or "Samba"
70 # clients, this option allows pppd to supply one or two WINS (Windows
71 # Internet Name Services) server addresses to the clients. The first
72 # instance of this option specifies the primary WINS address; the
73 # second instance (if given) specifies the secondary WINS address.
77 # Add an entry to this system's ARP [Address Resolution Protocol]
78 # table with the IP address of the peer and the Ethernet address of this
79 # system. This will have the effect of making the peer appear to other
80 # systems to be on the local ethernet.
81 # (you do not need this if your PPTP server is responsible for routing
82 # packets to the clients -- James Cameron)
88 # Enable connection debugging facilities.
89 # (see your syslog configuration for where pppd sends to)
92 # Print out all the option values which have been set.
93 # (often requested by mailing list to verify options)
99 # Create a UUCP-style lock file for the pseudo-tty to ensure exclusive
103 # Disable BSD-Compress compression
106 # turn off logging to stderr, since this may be redirected to pptpd