1 ###############################################################################
2 # $Id: pptpd-options,v 1.1 2008/03/31 13:55:20 faust Exp $
4 # Sample Poptop PPP options file /etc/ppp/pptpd-options
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 # Optional: domain name to use for authentication
23 # Strip the domain prefix from the username before authentication.
24 # (applies if you use pppd with chapms-strip-domain patch)
29 # Debian: on systems with a kernel built with the package
30 # kernel-patch-mppe >= 2.4.2 and using ppp >= 2.4.2, ...
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)
48 # If pppd is acting as a server for Microsoft Windows clients, this
49 # option allows pppd to supply one or two DNS (Domain Name Server)
50 # addresses to the clients. The first instance of this option
51 # specifies the primary DNS address; the second instance (if given)
52 # specifies the secondary DNS address.
53 # Attention! This information may not be taken into account by a Windows
54 # client. See KB311218 in Microsoft's knowledge base for more information.
58 # If pppd is acting as a server for Microsoft Windows or "Samba"
59 # clients, this option allows pppd to supply one or two WINS (Windows
60 # Internet Name Services) server addresses to the clients. The first
61 # instance of this option specifies the primary WINS address; the
62 # second instance (if given) specifies the secondary WINS address.
66 # Add an entry to this system's ARP [Address Resolution Protocol]
67 # table with the IP address of the peer and the Ethernet address of this
68 # system. This will have the effect of making the peer appear to other
69 # systems to be on the local ethernet.
70 # (you do not need this if your PPTP server is responsible for routing
71 # packets to the clients -- James Cameron)
74 # Debian: do not replace the default route
80 # Enable connection debugging facilities.
81 # (see your syslog configuration for where pppd sends to)
84 # Print out all the option values which have been set.
85 # (often requested by mailing list to verify options)
91 # Create a UUCP-style lock file for the pseudo-tty to ensure exclusive
95 # Disable BSD-Compress compression