Updates to Tomato RAF including NGINX && PHP
[tomato.git] / release / src / router / pptpd / debian / pptpd-options
blobe21093ace982df4e13e33d91debde09b7e85ba0a
1 ###############################################################################
2 # $Id: pptpd-options,v 1.1 2004/05/17 02:16:35 quozl 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 ###############################################################################
14 # Authentication
16 # Name of the local system for authentication purposes 
17 # (must match the second field in /etc/ppp/chap-secrets entries)
18 name pptpd
20 # Optional: domain name to use for authentication
21 # domain mydomain.net
23 # Strip the domain prefix from the username before authentication.
24 # (applies if you use pppd with chapms-strip-domain patch)
25 #chapms-strip-domain
28 # Encryption
29 # Debian: on systems with a kernel built with the package
30 # kernel-patch-mppe >= 2.4.2 and using ppp >= 2.4.2, ...
31 # {{{
32 refuse-pap
33 refuse-chap
34 refuse-mschap
35 # Require the peer to authenticate itself using MS-CHAPv2 [Microsoft
36 # Challenge Handshake Authentication Protocol, Version 2] authentication.
37 require-mschap-v2
38 # Require MPPE 128-bit encryption
39 # (note that MPPE requires the use of MSCHAP-V2 during authentication)
40 require-mppe-128
41 # }}}
46 # Network and Routing
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 #ms-dns 10.0.0.1
54 #ms-dns 10.0.0.2
56 # If pppd is acting as a server for Microsoft Windows or "Samba"
57 # clients, this option allows pppd to supply one or two WINS (Windows
58 # Internet Name Services) server addresses to the clients.  The first
59 # instance of this option specifies the primary WINS address; the
60 # second instance (if given) specifies the secondary WINS address.
61 #ms-wins 10.0.0.3
62 #ms-wins 10.0.0.4
64 # Add an entry to this system's ARP [Address Resolution Protocol]
65 # table with the IP address of the peer and the Ethernet address of this
66 # system.  This will have the effect of making the peer appear to other
67 # systems to be on the local ethernet.
68 # (you do not need this if your PPTP server is responsible for routing
69 # packets to the clients -- James Cameron)
70 proxyarp
72 # Debian: do not replace the default route
73 nodefaultroute
76 # Logging
78 # Enable connection debugging facilities.
79 # (see your syslog configuration for where pppd sends to)
80 #debug
82 # Print out all the option values which have been set.
83 # (often requested by mailing list to verify options)
84 #dump
87 # Miscellaneous
89 # Create a UUCP-style lock file for the pseudo-tty to ensure exclusive
90 # access.
91 lock
93 # Disable BSD-Compress compression
94 nobsdcomp