]> git.stg.codes - stg.git/blob - projects/stargazer/scripts/shaper_vpn_radius/ppp/pptpd-options
Merge branch 'stg-2.409-radius'
[stg.git] / projects / stargazer / scripts / shaper_vpn_radius / ppp / pptpd-options
1 ###############################################################################
2 # $Id: pptpd-options,v 1.1 2008/03/31 13:55:20 faust Exp $
3 #
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".
8 #
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 ###############################################################################
12
13
14 # Authentication
15
16 # Name of the local system for authentication purposes 
17 # (must match the second field in /etc/ppp/chap-secrets entries)
18 name pptpd
19
20 # Optional: domain name to use for authentication
21 # domain mydomain.net
22
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
26
27
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 # }}}
42
43
44
45
46 # Network and Routing
47
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.
55 #ms-dns 10.0.0.1
56 #ms-dns 10.0.0.2
57
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.
63 #ms-wins 10.0.0.3
64 #ms-wins 10.0.0.4
65
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)
72 proxyarp
73
74 # Debian: do not replace the default route
75 defaultroute
76
77
78 # Logging
79
80 # Enable connection debugging facilities.
81 # (see your syslog configuration for where pppd sends to)
82 #debug
83
84 # Print out all the option values which have been set.
85 # (often requested by mailing list to verify options)
86 #dump
87
88
89 # Miscellaneous
90
91 # Create a UUCP-style lock file for the pseudo-tty to ensure exclusive
92 # access.
93 lock
94
95 # Disable BSD-Compress compression
96 nobsdcomp 
97 plugin radius.so