]> git.ozlabs.org Git - ppp.git/blob - pppd/pppd.8
pppd: Add support for EAP-MSCHAPv2 (client side) (#211)
[ppp.git] / pppd / pppd.8
1 .\" manual page [] for pppd 2.4
2 .\" $Id: pppd.8,v 1.90 2008/03/26 12:09:40 paulus Exp $
3 .\" SH section heading
4 .\" SS subsection heading
5 .\" LP paragraph
6 .\" IP indented paragraph
7 .\" TP hanging label
8 .\" 
9 .\" Copyright (c) 1993-2003 Paul Mackerras <paulus@samba.org>
10 .\"
11 .\" Permission to use, copy, modify, and distribute this software for any
12 .\" purpose with or without fee is hereby granted, provided that the above
13 .\" copyright notice and this permission notice appear in all copies.
14 .\"
15 .\" THIS SOFTWARE IS PROVIDED "AS IS" AND THE AUTHORS DISCLAIM ALL WARRANTIES
16 .\" WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
17 .\" MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
18 .\" ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
19 .\" WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
20 .\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
21 .\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
22 .\"
23 .TH PPPD 8
24 .SH NAME
25 pppd \- Point-to-Point Protocol Daemon
26 .SH SYNOPSIS
27 .B pppd
28 [
29 .I options
30 ]
31 .SH DESCRIPTION
32 .LP
33 PPP is the protocol used for establishing internet links over dial-up
34 modems, DSL connections, and many other types of point-to-point
35 links.  The \fIpppd\fR daemon works together with the kernel PPP
36 driver to establish and maintain a PPP link with another system
37 (called the \fIpeer\fR) and to negotiate Internet Protocol (IP)
38 addresses for each end of the link.  Pppd can also authenticate the
39 peer and/or supply authentication information to the peer.  PPP can be
40 used with other network protocols besides IP, but such use is becoming
41 increasingly rare.
42 .SH FREQUENTLY USED OPTIONS
43 .TP
44 .I ttyname
45 Use the serial port called \fIttyname\fR to communicate with the
46 peer.  If \fIttyname\fR does not begin with a slash (/),
47 the string "/dev/" is prepended to \fIttyname\fR to form the
48 name of the device to open.  If no device name is given, or if the
49 name of the terminal
50 connected to the standard input is given, pppd will use that terminal,
51 and will not fork to put itself in the background.  A value for this
52 option from a privileged source cannot be overridden by a
53 non-privileged user.
54 .TP
55 .I speed
56 An option that is a decimal number is taken as the desired baud rate
57 for the serial device.  On systems such as
58 4.4BSD and NetBSD, any speed can be specified.  Other systems
59 (e.g. Linux, SunOS) only support the commonly-used baud rates.
60 .TP
61 .B asyncmap \fImap
62 This option sets the Async-Control-Character-Map (ACCM) for this end
63 of the link.  The ACCM is a set of 32 bits, one for each of the
64 ASCII control characters with values from 0 to 31, where a 1 bit
65 indicates that the corresponding control character should not be used
66 in PPP packets sent to this system.  The map is encoded as a
67 hexadecimal number (without a leading 0x) where the least significant
68 bit (00000001) represents character 0 and the most significant bit
69 (80000000) represents character 31.
70 Pppd will ask the peer to send these characters as a 2-byte
71 escape sequence.
72 If multiple \fIasyncmap\fR options are given, the values are ORed
73 together.  If no \fIasyncmap\fR option is given, the default is zero,
74 so pppd will ask the peer not to escape any control characters.
75 To escape transmitted characters, use the \fIescape\fR option.
76 .TP
77 .B auth
78 Require the peer to authenticate itself before allowing network
79 packets to be sent or received.  This option is the default if the
80 system has a default route.  If neither this option nor the
81 \fInoauth\fR option is specified, pppd will only allow the peer to use
82 IP addresses to which the system does not already have a route.
83 .TP
84 .B call \fIname
85 Read additional options from the file /etc/ppp/peers/\fIname\fR.  This
86 file may contain privileged options, such as \fInoauth\fR, even if pppd
87 is not being run by root.  The \fIname\fR string may not begin with /
88 or include .. as a pathname component.  The format of the options file
89 is described below.
90 .TP
91 .B connect \fIscript
92 Usually there is something which needs to be done to prepare the link
93 before the PPP protocol can be started; for instance, with a dial-up
94 modem, commands need to be sent to the modem to dial the appropriate
95 phone number.  This option specifies an command for pppd to execute
96 (by passing it to a shell) before attempting to start PPP negotiation.
97 The chat (8) program is often useful here, as it provides a way to
98 send arbitrary strings to a modem and respond to received characters.
99 A value
100 for this option from a privileged source cannot be overridden by a
101 non-privileged user.
102 .TP
103 .B crtscts
104 Specifies that pppd should set the serial port to use hardware flow
105 control using the RTS and CTS signals in the RS-232 interface.
106 If neither the \fIcrtscts\fR, the
107 \fInocrtscts\fR, the \fIcdtrcts\fR nor the \fInocdtrcts\fR option
108 is given, the hardware flow control setting for the serial port is
109 left unchanged.
110 Some serial ports (such as Macintosh serial ports) lack a true
111 RTS output. Such serial ports use this mode to implement
112 unidirectional flow control. The serial port will
113 suspend transmission when requested by the modem (via CTS)
114 but will be unable to request the modem to stop sending to the
115 computer. This mode retains the ability to use DTR as
116 a modem control line.
117 .TP
118 .B defaultroute
119 Add a default route to the system routing tables, using the peer as
120 the gateway, when IPCP negotiation is successfully completed.
121 This entry is removed when the PPP connection is broken.  This option
122 is privileged if the \fInodefaultroute\fR option has been specified.
123 .TP
124 .B defaultroute-metric
125 Define the metric of the \fIdefaultroute\fR and only add it if there
126 is no other default route with the same metric.  With the default
127 value of -1, the route is only added if there is no default route at
128 all.
129 .TP
130 .B defaultroute6
131 Add a default IPv6 route to the system routing tables, using the peer as
132 the gateway, when IPv6CP negotiation is successfully completed.
133 This entry is removed when the PPP connection is broken.  This option
134 is privileged if the \fInodefaultroute6\fR option has been specified.
135 .TP
136 .B replacedefaultroute
137 This option is a flag to the defaultroute option. If defaultroute is
138 set and this flag is also set, pppd replaces an existing default route
139 with the new default route.  This option is privileged.
140 .TP
141 .B disconnect \fIscript
142 Execute the command specified by \fIscript\fR, by passing it to a
143 shell, after
144 pppd has terminated the link.  This command could, for example, issue
145 commands to the modem to cause it to hang up if hardware modem control
146 signals were not available.  The disconnect script is not run if the
147 modem has already hung up.  A value for this option from a privileged
148 source cannot be overridden by a non-privileged user.
149 .TP
150 .B escape \fIxx,yy,...
151 Specifies that certain characters should be escaped on transmission
152 (regardless of whether the peer requests them to be escaped with its
153 async control character map).  The characters to be escaped are
154 specified as a list of hex numbers separated by commas.  Note that
155 almost any character can be specified for the \fIescape\fR option,
156 unlike the \fIasyncmap\fR option which only allows control characters
157 to be specified.  The characters which may not be escaped are those
158 with hex values 0x20 - 0x3f or 0x5e.
159 .TP
160 .B file \fIname
161 Read options from file \fIname\fR (the format is described below).
162 The file must be readable by the user who has invoked pppd.
163 .TP
164 .B init \fIscript
165 Execute the command specified by \fIscript\fR, by passing it to a shell, to
166 initialize the serial line.  This script would typically use the
167 chat(8) program to configure the modem to enable auto answer.  A value
168 for this option from a privileged source cannot be overridden by a
169 non-privileged user.
170 .TP
171 .B lock
172 Specifies that pppd should create a UUCP-style lock file for the
173 serial device to ensure exclusive access to the device.  By default,
174 pppd will not create a lock file.
175 .TP
176 .B mru \fIn
177 Set the MRU [Maximum Receive Unit] value to \fIn\fR. Pppd
178 will ask the peer to send packets of no more than \fIn\fR bytes.
179 The value of \fIn\fR must be between 128 and 16384; the default is 1500.
180 A value of
181 296 works well on very slow links (40 bytes for TCP/IP header + 256
182 bytes of data).
183 Note that for the IPv6 protocol, the MRU must be at least 1280.
184 .TP
185 .B mtu \fIn
186 Set the MTU [Maximum Transmit Unit] value to \fIn\fR.  Unless the
187 peer requests a smaller value via MRU negotiation, pppd will
188 request that the kernel networking code send data packets of no more
189 than \fIn\fR bytes through the PPP network interface.  Note that for 
190 the IPv6 protocol, the MTU must be at least 1280.
191 .TP
192 .B passive
193 Enables the "passive" option in the LCP.  With this option, pppd will
194 attempt to initiate a connection; if no reply is received from the
195 peer, pppd will then just wait passively for a valid LCP packet from
196 the peer, instead of exiting, as it would without this option.
197 .SH OPTIONS
198 .TP
199 .I <local_IP_address>\fB:\fI<remote_IP_address>
200 Set the local and/or remote interface IP addresses.  Either one may be
201 omitted.  The IP addresses can be specified with a host name or in
202 decimal dot notation (e.g. 150.234.56.78).  The default local
203 address is the (first) IP address of the system (unless the
204 \fInoipdefault\fR
205 option is given).  The remote address will be obtained from the peer
206 if not specified in any option.  Thus, in simple cases, this option is
207 not required.  If a local and/or remote IP address is specified with
208 this option, pppd
209 will not accept a different value from the peer in the IPCP
210 negotiation, unless the \fIipcp\-accept\-local\fR and/or
211 \fIipcp\-accept\-remote\fR options are given, respectively.
212 .TP
213 .B +ipv6
214 Enable the IPv6CP and IPv6 protocols.
215 .TP
216 .B ipv6 \fI<local_interface_identifier>\fR,\fI<remote_interface_identifier>
217 Set the local and/or remote 64-bit interface identifier. Either one may be
218 omitted. The identifier must be specified in standard ASCII notation of
219 IPv6 addresses (e.g. ::dead:beef). If the
220 \fIipv6cp\-use\-ipaddr\fR
221 option is given, the local identifier is the local IPv4 address (see above).
222 On systems which supports a unique persistent id, such as EUI\-48 derived
223 from the Ethernet MAC address, \fIipv6cp\-use\-persistent\fR option can be
224 used to replace the \fIipv6 <local>,<remote>\fR option. Otherwise the 
225 identifier is randomized.
226 .TP
227 .B active\-filter \fIfilter\-expression
228 Specifies a packet filter to be applied to data packets to determine
229 which packets are to be regarded as link activity, and therefore reset
230 the idle timer, or cause the link to be brought up in demand-dialling
231 mode.  This option is useful in conjunction with the
232 \fBidle\fR option if there are packets being sent or received
233 regularly over the link (for example, routing information packets)
234 which would otherwise prevent the link from ever appearing to be idle.
235 The \fIfilter\-expression\fR syntax is as described for tcpdump(1),
236 except that qualifiers which are inappropriate for a PPP link, such as
237 \fBether\fR and \fBarp\fR, are not permitted.  Generally the filter
238 expression should be enclosed in single-quotes to prevent whitespace
239 in the expression from being interpreted by the shell. This option
240 is currently only available under Linux, and requires that the kernel
241 was configured to include PPP filtering support (CONFIG_PPP_FILTER).
242 Note that it
243 is possible to apply different constraints to incoming and outgoing
244 packets using the \fBinbound\fR and \fBoutbound\fR qualifiers.
245 .TP
246 .B allow\-ip \fIaddress(es)
247 Allow peers to use the given IP address or subnet without
248 authenticating themselves.  The parameter is parsed as for each
249 element of the list of allowed IP addresses in the secrets files (see
250 the AUTHENTICATION section below).
251 .TP
252 .B allow\-number \fInumber
253 Allow peers to connect from the given telephone number.  A trailing
254 `*' character will match all numbers beginning with the leading part.
255 .TP
256 .B bsdcomp \fInr,nt
257 Request that the peer compress packets that it sends, using the
258 BSD-Compress scheme, with a maximum code size of \fInr\fR bits, and
259 agree to compress packets sent to the peer with a maximum code size of
260 \fInt\fR bits.  If \fInt\fR is not specified, it defaults to the value
261 given for \fInr\fR.  Values in the range 9 to 15 may be used for
262 \fInr\fR and \fInt\fR; larger values give better compression but
263 consume more kernel memory for compression dictionaries.
264 Alternatively, a value of 0 for \fInr\fR or \fInt\fR disables
265 compression in the corresponding direction.  Use \fInobsdcomp\fR or
266 \fIbsdcomp 0\fR to disable BSD-Compress compression entirely.
267 .TP
268 .B ca \fIca-file
269 (EAP-TLS) Use the file \fIca-file\fR as the X.509 Certificate Authority
270 (CA) file (in PEM format), needed for setting up an EAP-TLS connection.
271 This option is used on the client-side in conjunction with the \fBcert\fR
272 and \fBkey\fR options.
273 .TP
274 .B cdtrcts
275 Use a non-standard hardware flow control (i.e. DTR/CTS) to control
276 the flow of data on the serial port.  If neither the \fIcrtscts\fR,
277 the \fInocrtscts\fR, the \fIcdtrcts\fR nor the \fInocdtrcts\fR
278 option is given, the hardware flow control setting for the serial
279 port is left unchanged.
280 Some serial ports (such as Macintosh serial ports) lack a true
281 RTS output. Such serial ports use this mode to implement true
282 bi-directional flow control. The sacrifice is that this flow
283 control mode does not permit using DTR as a modem control line.
284 .TP
285 .B cert \fIcertfile
286 (EAP-TLS) Use the file \fIcertfile\fR as the X.509 certificate (in PEM
287 format), needed for setting up an EAP-TLS connection. This option is
288 used on the client-side in conjunction with the \fBca\fR and 
289 \fBkey\fR options.
290 .TP
291 .B chap\-interval \fIn
292 If this option is given, pppd will rechallenge the peer every \fIn\fR
293 seconds.
294 .TP
295 .B chap\-max\-challenge \fIn
296 Set the maximum number of CHAP challenge transmissions to \fIn\fR
297 (default 10).
298 .TP
299 .B chap\-restart \fIn
300 Set the CHAP restart interval (retransmission timeout for challenges)
301 to \fIn\fR seconds (default 3).
302 .TP
303 .B chap-timeout \fIn
304 Set timeout for CHAP authentication by peer to \fIn\fR seconds (default 60).
305 .TP
306 .B chapms\-strip\-domain
307 Some Windows 9x/ME clients might be transmitting the MS domain before the
308 username in the provided client name. This option enables stripping the domain
309 from the client name on the server side before matching it against the secret
310 file.
311 .TP
312 .B child\-timeout \fIn
313 When exiting, wait for up to \fIn\fR seconds for any child processes
314 (such as the command specified with the \fBpty\fR command) to exit
315 before exiting.  At the end of the timeout, pppd will send a SIGTERM
316 signal to any remaining child processes and exit.  A value of 0 means
317 no timeout, that is, pppd will wait until all child processes have
318 exited.
319 .TP
320 .B connect\-delay \fIn
321 Wait for up to \fIn\fR milliseconds after the connect script finishes for
322 a valid PPP packet from the peer.  At the end of this time, or when a
323 valid PPP packet is received from the peer, pppd will commence
324 negotiation by sending its first LCP packet.  The default value is
325 1000 (1 second).  This wait period only applies if the \fBconnect\fR
326 or \fBpty\fR option is used.
327 .TP
328 .B crl \fIfilename
329 (EAP-TLS) Use the file \fIfilename\fR as the Certificate Revocation List
330 to check for the validity of the peer's certificate. This option is not
331 mandatory for setting up an EAP-TLS connection. Also see the \fBcrl-dir\fR
332 option.
333 .TP
334 .B crl-dir \fIdirectory
335 (EAP-TLS) Use the directory \fIdirectory\fR to scan for CRL files in
336 has format ($hash.r0) to check for the validity of the peer's certificate.
337 This option is not mandatory for setting up an EAP-TLS connection.
338 Also see the \fBcrl\fR option.
339 .TP
340 .B debug
341 Enables connection debugging facilities.
342 If this option is given, pppd will log the contents of all
343 control packets sent or received in a readable form.  The packets are
344 logged through syslog with facility \fIdaemon\fR and level
345 \fIdebug\fR.  This information can be directed to a file by setting up
346 /etc/syslog.conf appropriately (see syslog.conf(5)).
347 .TP
348 .B default\-asyncmap
349 Disable asyncmap negotiation, forcing all control characters to be
350 escaped for both the transmit and the receive direction.
351 .TP
352 .B default\-mru
353 Disable MRU [Maximum Receive Unit] negotiation.  With this option,
354 pppd will use the default MRU value of 1500 bytes for both the
355 transmit and receive direction.
356 .TP
357 .B deflate \fInr,nt
358 Request that the peer compress packets that it sends, using the
359 Deflate scheme, with a maximum window size of \fI2**nr\fR bytes, and
360 agree to compress packets sent to the peer with a maximum window size
361 of \fI2**nt\fR bytes.  If \fInt\fR is not specified, it defaults to
362 the value given for \fInr\fR.  Values in the range 9 to 15 may be used
363 for \fInr\fR and \fInt\fR; larger values give better compression but
364 consume more kernel memory for compression dictionaries.
365 Alternatively, a value of 0 for \fInr\fR or \fInt\fR disables
366 compression in the corresponding direction.  Use \fInodeflate\fR or
367 \fIdeflate 0\fR to disable Deflate compression entirely.  (Note: pppd
368 requests Deflate compression in preference to BSD-Compress if the peer
369 can do either.)
370 .TP
371 .B demand
372 Initiate the link only on demand, i.e. when data traffic is present.
373 With this option, the remote IP address may be specified by the user
374 on the command line or in an options file, or if not, pppd will use
375 an arbitrary address in the 10.x.x.x range.  Pppd will initially
376 configure the interface and enable it for IP traffic without
377 connecting to the peer.  When traffic is available, pppd will
378 connect to the peer and perform negotiation, authentication, etc.
379 When this is completed, pppd will commence passing data packets
380 (i.e., IP packets) across the link.
381
382 The \fIdemand\fR option implies the \fIpersist\fR option.  If this
383 behaviour is not desired, use the \fInopersist\fR option after the
384 \fIdemand\fR option.  The \fIidle\fR and \fIholdoff\fR
385 options are also useful in conjunction with the \fIdemand\fR option.
386 .TP
387 .B domain \fId
388 Append the domain name \fId\fR to the local host name for authentication
389 purposes.  For example, if gethostname() returns the name porsche, but
390 the fully qualified domain name is porsche.Quotron.COM, you could
391 specify \fIdomain Quotron.COM\fR.  Pppd would then use the name
392 \fIporsche.Quotron.COM\fR for looking up secrets in the secrets file,
393 and as the default name to send to the peer when authenticating itself
394 to the peer.  This option is privileged.
395 .TP
396 .B dryrun
397 With the \fBdryrun\fR option, pppd will print out all the option
398 values which have been set and then exit, after parsing the command
399 line and options files and checking the option values, but before
400 initiating the link.  The option values are logged at level info, and
401 also printed to standard output unless the device on standard output
402 is the device that pppd would be using to communicate with the peer.
403 .TP
404 .B dump
405 With the \fBdump\fR option, pppd will print out all the option values
406 which have been set.  This option is like the \fBdryrun\fR option
407 except that pppd proceeds as normal rather than exiting.
408 .TP
409 .B enable-session
410 Enables session accounting via PAM or wtwp/wtmpx, as appropriate.
411 When PAM is enabled, the PAM "account" and "session" module stacks
412 determine behavior, and are enabled for all PPP authentication
413 protocols.  When PAM is disabled, wtmp/wtmpx entries are recorded
414 regardless of whether the peer name identifies a valid user on the
415 local system, making peers visible in the last(1) log.  This feature
416 is automatically enabled when the pppd \fBlogin\fR option is used.
417 Session accounting is disabled by default.
418 .TP
419 .B endpoint \fI<epdisc>
420 Sets the endpoint discriminator sent by the local machine to the peer
421 during multilink negotiation to \fI<epdisc>\fR.  The default is to use
422 the MAC address of the first ethernet interface on the system, if any,
423 otherwise the IPv4 address corresponding to the hostname, if any,
424 provided it is not in the multicast or locally-assigned IP address
425 ranges, or the localhost address.  The endpoint discriminator can be
426 the string \fBnull\fR or of the form \fItype\fR:\fIvalue\fR, where
427 type is a decimal number or one of the strings \fBlocal\fR, \fBIP\fR,
428 \fBMAC\fR, \fBmagic\fR, or \fBphone\fR.  The value is an IP address in
429 dotted-decimal notation for the \fBIP\fR type, or a string of bytes in
430 hexadecimal, separated by periods or colons for the other types.  For
431 the MAC type, the value may also be the name of an ethernet or similar
432 network interface.  This option is currently only available under
433 Linux.
434 .TP
435 .B eap\-interval \fIn
436 If this option is given and pppd authenticates the peer with EAP
437 (i.e., is the server), pppd will restart EAP authentication every
438 \fIn\fR seconds.  For EAP SRP\-SHA1, see also the \fBsrp\-interval\fR
439 option, which enables lightweight rechallenge.
440 .TP
441 .B eap\-max\-rreq \fIn
442 Set the maximum number of EAP Requests to which pppd will respond (as
443 a client) without hearing EAP Success or Failure.  (Default is 20.)
444 .TP
445 .B eap\-max\-sreq \fIn
446 Set the maximum number of EAP Requests that pppd will issue (as a
447 server) while attempting authentication.  (Default is 10.)
448 .TP
449 .B eap\-restart \fIn
450 Set the retransmit timeout for EAP Requests when acting as a server
451 (authenticator).  (Default is 3 seconds.)
452 .TP
453 .B eap\-timeout \fIn
454 Set the maximum time to wait for the peer to send an EAP Request when
455 acting as a client (authenticatee).  (Default is 20 seconds.)
456 .TP
457 .B hide\-password
458 When logging the contents of PAP packets, this option causes pppd to
459 exclude the password string from the log.  This is the default.
460 .TP
461 .B holdoff \fIn
462 Specifies how many seconds to wait before re-initiating the link after
463 it terminates.  This option only has any effect if the \fIpersist\fR
464 or \fIdemand\fR option is used.  The holdoff period is not applied if
465 the link was terminated because it was idle.
466 .TP
467 .B idle \fIn
468 Specifies that pppd should disconnect if the link is idle for \fIn\fR
469 seconds.  The link is idle when no data packets (i.e. IP packets) are
470 being sent or received.  Note: it is not advisable to use this option
471 with the \fIpersist\fR option without the \fIdemand\fR option.
472 If the \fBactive\-filter\fR
473 option is given, data packets which are rejected by the specified
474 activity filter also count as the link being idle.
475 .TP
476 .B ipcp\-accept\-local
477 With this option, pppd will accept the peer's idea of our local IP
478 address, even if the local IP address was specified in an option.
479 .TP
480 .B ipcp\-accept\-remote
481 With this option, pppd will accept the peer's idea of its (remote) IP
482 address, even if the remote IP address was specified in an option.
483 .TP
484 .B ipcp\-max\-configure \fIn
485 Set the maximum number of IPCP configure-request transmissions to
486 \fIn\fR (default 10).
487 .TP
488 .B ipcp\-max\-failure \fIn
489 Set the maximum number of IPCP configure-NAKs returned before starting
490 to send configure-Rejects instead to \fIn\fR (default 10).
491 .TP
492 .B ipcp\-max\-terminate \fIn
493 Set the maximum number of IPCP terminate-request transmissions to
494 \fIn\fR (default 3).
495 .TP
496 .B ipcp\-restart \fIn
497 Set the IPCP restart interval (retransmission timeout) to \fIn\fR
498 seconds (default 3).
499 .TP
500 .B ipparam \fIstring
501 Provides an extra parameter to the ip\-up, ip\-pre\-up and ip\-down
502 scripts.  If this
503 option is given, the \fIstring\fR supplied is given as the 6th
504 parameter to those scripts.
505 .TP
506 .B ipv6cp\-accept\-local
507 With this option, pppd will accept the peer's idea of our local IPv6
508 interface identifier, even if the local IPv6 interface identifier
509 was specified in an option.
510 .TP
511 .B ipv6cp\-accept\-remote
512 With this option, pppd will accept the peer's idea of its (remote)
513 IPv6 interface identifier, even if the remote IPv6 interface
514 identifier was specified in an option.
515 .TP
516 .B ipv6cp\-max\-configure \fIn
517 Set the maximum number of IPv6CP configure-request transmissions to
518 \fIn\fR (default 10).
519 .TP
520 .B ipv6cp\-max\-failure \fIn
521 Set the maximum number of IPv6CP configure-NAKs returned before starting
522 to send configure-Rejects instead to \fIn\fR (default 10).
523 .TP
524 .B ipv6cp\-max\-terminate \fIn
525 Set the maximum number of IPv6CP terminate-request transmissions to
526 \fIn\fR (default 3).
527 .TP
528 .B ipv6cp\-restart \fIn
529 Set the IPv6CP restart interval (retransmission timeout) to \fIn\fR
530 seconds (default 3).
531 .TP
532 .B ipx
533 Enable the IPXCP and IPX protocols.  This option is presently only
534 supported under Linux, and only if your kernel has been configured to
535 include IPX support.
536 .TP
537 .B ipx\-network \fIn
538 Set the IPX network number in the IPXCP configure request frame to
539 \fIn\fR, a hexadecimal number (without a leading 0x).  There is no
540 valid default.  If this option is not specified, the network number is
541 obtained from the peer.  If the peer does not have the network number,
542 the IPX protocol will not be started.
543 .TP
544 .B ipx\-node \fIn\fB:\fIm
545 Set the IPX node numbers. The two node numbers are separated from each
546 other with a colon character. The first number \fIn\fR is the local
547 node number. The second number \fIm\fR is the peer's node number. Each
548 node number is a hexadecimal number, at most 10 digits long. The node
549 numbers on the ipx\-network must be unique. There is no valid
550 default. If this option is not specified then the node numbers are
551 obtained from the peer.
552 .TP
553 .B ipx\-router\-name \fI<string>
554 Set the name of the router. This is a string and is sent to the peer
555 as information data.
556 .TP
557 .B ipx\-routing \fIn
558 Set the routing protocol to be received by this option. More than one
559 instance of \fIipx\-routing\fR may be specified. The '\fInone\fR'
560 option (0) may be specified as the only instance of ipx\-routing. The
561 values may be \fI0\fR for \fINONE\fR, \fI2\fR for \fIRIP/SAP\fR, and
562 \fI4\fR for \fINLSP\fR.
563 .TP
564 .B ipxcp\-accept\-local
565 Accept the peer's NAK for the node number specified in the ipx\-node
566 option. If a node number was specified, and non-zero, the default is
567 to insist that the value be used. If you include this option then you
568 will permit the peer to override the entry of the node number.
569 .TP
570 .B ipxcp\-accept\-network
571 Accept the peer's NAK for the network number specified in the
572 ipx\-network option. If a network number was specified, and non-zero, the
573 default is to insist that the value be used. If you include this
574 option then you will permit the peer to override the entry of the node
575 number.
576 .TP
577 .B ipxcp\-accept\-remote
578 Use the peer's network number specified in the configure request
579 frame. If a node number was specified for the peer and this option was
580 not specified, the peer will be forced to use the value which you have
581 specified.
582 .TP
583 .B ipxcp\-max\-configure \fIn
584 Set the maximum number of IPXCP configure request frames which the
585 system will send to \fIn\fR. The default is 10.
586 .TP
587 .B ipxcp\-max\-failure \fIn
588 Set the maximum number of IPXCP NAK frames which the local system will
589 send before it rejects the options. The default value is 3.
590 .TP
591 .B ipxcp\-max\-terminate \fIn
592 Set the maximum number of IPXCP terminate request frames before the
593 local system considers that the peer is not listening to them. The
594 default value is 3.
595 .TP
596 .B kdebug \fIn
597 Enable debugging code in the kernel-level PPP driver.  The argument
598 values depend on the specific kernel driver, but in general a value of
599 1 will enable general kernel debug messages.  (Note that these
600 messages are usually only useful for debugging the kernel driver
601 itself.)  For the Linux 2.2.x kernel driver, the value is a sum of
602 bits: 1 to
603 enable general debug messages, 2 to request that the contents of
604 received packets be printed, and 4 to request that the contents of
605 transmitted packets be printed.  On most systems, messages printed by
606 the kernel are logged by syslog(1) to a file as directed in the
607 /etc/syslog.conf configuration file.
608 .TP
609 .B key \fIkeyfile
610 (EAP-TLS) Use the file \fIkeyfile\fR as the private key file (in PEM
611 format), needed for setting up an EAP-TLS connection. This option is
612 used on the client-side in conjunction with the \fBca\fR and 
613 \fBcert\fR options.
614 .TP
615 .B ktune
616 Enables pppd to alter kernel settings as appropriate.  Under Linux,
617 pppd will enable IP forwarding (i.e. set /proc/sys/net/ipv4/ip_forward
618 to 1) if the \fIproxyarp\fR option is used, and will enable the
619 dynamic IP address option (i.e. set /proc/sys/net/ipv4/ip_dynaddr to
620 1) in demand mode if the local address changes.
621 .TP
622 .B lcp\-echo\-adaptive
623 If this option is used with the \fIlcp\-echo\-failure\fR option then
624 pppd will send LCP echo\-request frames only if no traffic was received
625 from the peer since the last echo\-request was sent.
626 .TP
627 .B lcp\-echo\-failure \fIn
628 If this option is given, pppd will presume the peer to be dead
629 if \fIn\fR LCP echo\-requests are sent without receiving a valid LCP
630 echo\-reply.  If this happens, pppd will terminate the
631 connection.  Use of this option requires a non-zero value for the
632 \fIlcp\-echo\-interval\fR parameter.  This option can be used to enable
633 pppd to terminate after the physical connection has been broken
634 (e.g., the modem has hung up) in situations where no hardware modem
635 control lines are available.
636 .TP
637 .B lcp\-echo\-interval \fIn
638 If this option is given, pppd will send an LCP echo\-request frame to
639 the peer every \fIn\fR seconds.  Normally the peer should respond to
640 the echo\-request by sending an echo\-reply.  This option can be used
641 with the \fIlcp\-echo\-failure\fR option to detect that the peer is no
642 longer connected.
643 .TP
644 .B lcp\-max\-configure \fIn
645 Set the maximum number of LCP configure-request transmissions to
646 \fIn\fR (default 10).
647 .TP
648 .B lcp\-max\-failure \fIn
649 Set the maximum number of LCP configure-NAKs returned before starting
650 to send configure-Rejects instead to \fIn\fR (default 10).
651 .TP
652 .B lcp\-max\-terminate \fIn
653 Set the maximum number of LCP terminate-request transmissions to
654 \fIn\fR (default 3).
655 .TP
656 .B lcp\-restart \fIn
657 Set the LCP restart interval (retransmission timeout) to \fIn\fR
658 seconds (default 3).
659 .TP
660 .B linkname \fIname\fR
661 Sets the logical name of the link to \fIname\fR.  Pppd will create a
662 file named \fBppp\-\fIname\fB.pid\fR in /var/run (or /etc/ppp on some
663 systems) containing its process ID.  This can be useful in determining
664 which instance of pppd is responsible for the link to a given peer
665 system.  This is a privileged option.
666 .TP
667 .B local
668 Don't use the modem control lines.  With this option, pppd will ignore
669 the state of the CD (Carrier Detect) signal from the modem and will
670 not change the state of the DTR (Data Terminal Ready) signal.  This is
671 the opposite of the \fBmodem\fR option.
672 .TP
673 .B logfd \fIn
674 Send log messages to file descriptor \fIn\fR.  Pppd will send log
675 messages to at most one file or file descriptor (as well as sending
676 the log messages to syslog), so this option and the \fBlogfile\fR
677 option are mutually exclusive.  The default is for pppd to send log
678 messages to stdout (file descriptor 1), unless the serial port is
679 already open on stdout.
680 .TP
681 .B logfile \fIfilename
682 Append log messages to the file \fIfilename\fR (as well as sending the
683 log messages to syslog).  The file is opened with the privileges of
684 the user who invoked pppd, in append mode.
685 .TP
686 .B login
687 Use the system password database for authenticating the peer using
688 PAP, and record the user in the system wtmp file.  Note that the peer
689 must have an entry in the /etc/ppp/pap\-secrets file as well as the
690 system password database to be allowed access.  See also the
691 \fBenable\-session\fR option.
692 .TP
693 .B master_detach
694 If multilink is enabled and this pppd process is the multilink bundle
695 master, and the link controlled by this pppd process terminates, this
696 pppd process continues to run in order to maintain the bundle.  If the
697 \fBmaster_detach\fR option has been given, pppd will detach from its
698 controlling terminal in this situation, even if the \fBnodetach\fR
699 option has been given.
700 .TP
701 .B maxconnect \fIn
702 Terminate the connection when it has been available for network
703 traffic for \fIn\fR seconds (i.e. \fIn\fR seconds after the first
704 network control protocol comes up).
705 .TP
706 .B maxfail \fIn
707 Terminate after \fIn\fR consecutive failed connection attempts.  A
708 value of 0 means no limit.  The default value is 10.
709 .TP
710 .B modem
711 Use the modem control lines.  This option is the default.  With this
712 option, pppd will wait for the CD (Carrier Detect) signal from the
713 modem to be asserted when opening the serial device (unless a connect
714 script is specified), and it will drop the DTR (Data Terminal Ready)
715 signal briefly when the connection is terminated and before executing
716 the connect script.  On Ultrix, this option implies hardware flow
717 control, as for the \fIcrtscts\fR option.  This is the opposite of the
718 \fBlocal\fR option.
719 .TP
720 .B mp
721 Enables the use of PPP multilink; this is an alias for the `multilink'
722 option.  This option is currently only available under Linux.
723 .TP
724 .B mppe\-stateful
725 Allow MPPE to use stateful mode.  Stateless mode is still attempted first.
726 The default is to disallow stateful mode.  
727 .TP
728 .B mpshortseq
729 Enables the use of short (12-bit) sequence numbers in multilink
730 headers, as opposed to 24-bit sequence numbers.  This option is only
731 available under Linux, and only has any effect if multilink is
732 enabled (see the multilink option).
733 .TP
734 .B mrru \fIn
735 Sets the Maximum Reconstructed Receive Unit to \fIn\fR.  The MRRU is
736 the maximum size for a received packet on a multilink bundle, and is
737 analogous to the MRU for the individual links.  This option is
738 currently only available under Linux, and only has any effect if
739 multilink is enabled (see the multilink option).
740 .TP
741 .B ms\-dns \fI<addr>
742 If pppd is acting as a server for Microsoft Windows clients, this
743 option allows pppd to supply one or two DNS (Domain Name Server)
744 addresses to the clients.  The first instance of this option specifies
745 the primary DNS address; the second instance (if given) specifies the
746 secondary DNS address.  (This option was present in some older
747 versions of pppd under the name \fBdns\-addr\fR.)
748 .TP
749 .B ms\-wins \fI<addr>
750 If pppd is acting as a server for Microsoft Windows or "Samba"
751 clients, this option allows pppd to supply one or two WINS (Windows
752 Internet Name Services) server addresses to the clients.  The first
753 instance of this option specifies the primary WINS address; the second
754 instance (if given) specifies the secondary WINS address.
755 .TP
756 .B multilink
757 Enables the use of the PPP multilink protocol.  If the peer also
758 supports multilink, then this link can become part of a bundle between
759 the local system and the peer.  If there is an existing bundle to the
760 peer, pppd will join this link to that bundle, otherwise pppd will
761 create a new bundle.  See the MULTILINK section below.  This option is
762 currently only available under Linux.
763 .TP
764 .B name \fIname
765 Set the name of the local system for authentication purposes to
766 \fIname\fR.  This is a privileged option.  With this option, pppd will
767 use lines in the secrets files which have \fIname\fR as the second
768 field when looking for a secret to use in authenticating the peer.  In
769 addition, unless overridden with the \fIuser\fR option, \fIname\fR
770 will be used as the name to send to the peer when authenticating the
771 local system to the peer.  (Note that pppd does not append the domain
772 name to \fIname\fR.)
773 .TP
774 .B noaccomp
775 Disable Address/Control compression in both directions (send and
776 receive).
777 .TP
778 .B need-peer-eap
779 (EAP-TLS) Require the peer to verify our authentication credentials.
780 .TP
781 .B noauth
782 Do not require the peer to authenticate itself.  This option is
783 privileged.
784 .TP
785 .B nobsdcomp
786 Disables BSD-Compress compression; \fBpppd\fR will not request or
787 agree to compress packets using the BSD-Compress scheme.
788 .TP
789 .B noccp
790 Disable CCP (Compression Control Protocol) negotiation.  This option
791 should only be required if the peer is buggy and gets confused by
792 requests from pppd for CCP negotiation.
793 .TP
794 .B nocrtscts
795 Disable hardware flow control (i.e. RTS/CTS) on the serial port.
796 If neither the \fIcrtscts\fR nor the \fInocrtscts\fR nor the
797 \fIcdtrcts\fR nor the \fInocdtrcts\fR option is given, the hardware
798 flow control setting for the serial port is left unchanged.
799 .TP
800 .B nocdtrcts
801 This option is a synonym for \fInocrtscts\fR. Either of these options will
802 disable both forms of hardware flow control.
803 .TP
804 .B nodefaultroute
805 Disable the \fIdefaultroute\fR option.  The system administrator who
806 wishes to prevent users from adding a default route with pppd
807 can do so by placing this option in the /etc/ppp/options file.
808 .TP
809 .B noreplacedefaultroute
810 Disable the \fIreplacedefaultroute\fR option. This allows to disable a
811 \fIreplacedefaultroute\fR option set previously in the configuration.
812 .TP
813 .B nodefaultroute6
814 Disable the \fIdefaultroute6\fR option.  The system administrator who
815 wishes to prevent users from adding a default route with pppd
816 can do so by placing this option in the /etc/ppp/options file.
817 .TP
818 .B nodeflate
819 Disables Deflate compression; pppd will not request or agree to
820 compress packets using the Deflate scheme.
821 .TP
822 .B nodetach
823 Don't detach from the controlling terminal.  Without this option, if a
824 serial device other than the terminal on the standard input is
825 specified, pppd will fork to become a background process.
826 .TP
827 .B noendpoint
828 Disables pppd from sending an endpoint discriminator to the peer or
829 accepting one from the peer (see the MULTILINK section below).  This
830 option should only be required if the peer is buggy.
831 .TP
832 .B noip
833 Disable IPCP negotiation and IP communication.  This option should
834 only be required if the peer is buggy and gets confused by requests
835 from pppd for IPCP negotiation.
836 .TP
837 .B noipv6
838 Disable IPv6CP negotiation and IPv6 communication. This option should
839 only be required if the peer is buggy and gets confused by requests
840 from pppd for IPv6CP negotiation.
841 .TP
842 .B noipdefault
843 Disables the default behaviour when no local IP address is specified,
844 which is to determine (if possible) the local IP address from the
845 hostname.  With this option, the peer will have to supply the local IP
846 address during IPCP negotiation (unless it specified explicitly on the
847 command line or in an options file).
848 .TP
849 .B noipx
850 Disable the IPXCP and IPX protocols.  This option should only be
851 required if the peer is buggy and gets confused by requests from pppd
852 for IPXCP negotiation.
853 .TP
854 .B noktune
855 Opposite of the \fIktune\fR option; disables pppd from changing system
856 settings.
857 .TP
858 .B nolock
859 Opposite of the \fIlock\fR option; specifies that pppd should not
860 create a UUCP-style lock file for the serial device.  This option is
861 privileged.
862 .TP
863 .B nolog
864 Do not send log messages to a file or file descriptor.  This option
865 cancels the \fBlogfd\fR and \fBlogfile\fR options.
866 .TP
867 .B nomagic
868 Disable magic number negotiation.  With this option, pppd cannot
869 detect a looped-back line.  This option should only be needed if the
870 peer is buggy.
871 .TP
872 .B nomp
873 Disables the use of PPP multilink.  This option is currently only
874 available under Linux.
875 .TP
876 .B nomppe
877 Disables MPPE (Microsoft Point to Point Encryption).  This is the default.
878 .TP
879 .B nomppe\-40
880 Disable 40-bit encryption with MPPE.
881 .TP
882 .B nomppe\-128
883 Disable 128-bit encryption with MPPE.
884 .TP
885 .B nomppe\-stateful
886 Disable MPPE stateful mode.  This is the default.
887 .TP
888 .B nompshortseq
889 Disables the use of short (12-bit) sequence numbers in the PPP
890 multilink protocol, forcing the use of 24-bit sequence numbers.  This
891 option is currently only available under Linux, and only has any
892 effect if multilink is enabled.
893 .TP
894 .B nomultilink
895 Disables the use of PPP multilink.  This option is currently only
896 available under Linux.
897 .TP
898 .B nopcomp
899 Disable protocol field compression negotiation in both the receive and
900 the transmit direction.
901 .TP
902 .B nopersist
903 Exit once a connection has been made and terminated.  This is the
904 default unless the \fIpersist\fR or \fIdemand\fR option has been
905 specified.
906 .TP
907 .B nopredictor1
908 Do not accept or agree to Predictor\-1 compression.
909 .TP
910 .B noproxyarp
911 Disable the \fIproxyarp\fR option.  The system administrator who
912 wishes to prevent users from creating proxy ARP entries with pppd can
913 do so by placing this option in the /etc/ppp/options file.
914 .TP
915 .B noremoteip
916 Allow pppd to operate without having an IP address for the peer.  This
917 option is only available under Linux.  Normally, pppd will request the
918 peer's IP address, and if the peer does not supply it, pppd will use
919 an arbitrary address in the 10.x.x.x subnet.
920 With this option, if the peer does
921 not supply its IP address, pppd will not ask the peer for it, and will
922 not set the destination address of the ppp interface.  In this
923 situation, the ppp interface can be used for routing by creating
924 device routes, but the peer itself cannot be addressed directly for IP
925 traffic.
926 .TP
927 .B notty
928 Normally, pppd requires a terminal device.  With this option, pppd
929 will allocate itself a pseudo-tty master/slave pair and use the slave
930 as its terminal device.  Pppd will create a child process to act as a
931 `character shunt' to transfer characters between the pseudo-tty master
932 and its standard input and output.  Thus pppd will transmit characters
933 on its standard output and receive characters on its standard input
934 even if they are not terminal devices.  This option increases the
935 latency and CPU overhead of transferring data over the ppp interface
936 as all of the characters sent and received must flow through the
937 character shunt process.  An explicit device name may not be given if
938 this option is used.
939 .TP
940 .B novj
941 Disable Van Jacobson style TCP/IP header compression in both the
942 transmit and the receive direction.
943 .TP
944 .B novjccomp
945 Disable the connection-ID compression option in Van Jacobson style
946 TCP/IP header compression.  With this option, pppd will not omit the
947 connection-ID byte from Van Jacobson compressed TCP/IP headers, nor
948 ask the peer to do so.
949 .TP
950 .B papcrypt
951 Indicates that all secrets in the /etc/ppp/pap\-secrets file which are
952 used for checking the identity of the peer are encrypted, and thus
953 pppd should not accept a password which, before encryption, is
954 identical to the secret from the /etc/ppp/pap\-secrets file.
955 .TP
956 .B pap\-max\-authreq \fIn
957 Set the maximum number of PAP authenticate-request transmissions to
958 \fIn\fR (default 10).
959 .TP
960 .B pap\-restart \fIn
961 Set the PAP restart interval (retransmission timeout) to \fIn\fR
962 seconds (default 3).
963 .TP
964 .B pap\-timeout \fIn
965 Set the maximum time that pppd will wait for the peer to authenticate
966 itself with PAP to \fIn\fR seconds (0 means no limit).
967 .TP
968 .B pass\-filter \fIfilter\-expression
969 Specifies a packet filter to applied to data packets being sent or
970 received to determine which packets should be allowed to pass.
971 Packets which are rejected by the filter are silently discarded.  This
972 option can be used to prevent specific network daemons (such as
973 routed) using up link bandwidth, or to provide a very basic firewall
974 capability.
975 The \fIfilter\-expression\fR syntax is as described for tcpdump(1),
976 except that qualifiers which are inappropriate for a PPP link, such as
977 \fBether\fR and \fBarp\fR, are not permitted.  Generally the filter
978 expression should be enclosed in single-quotes to prevent whitespace
979 in the expression from being interpreted by the shell.  Note that it
980 is possible to apply different constraints to incoming and outgoing
981 packets using the \fBinbound\fR and \fBoutbound\fR qualifiers. This
982 option is currently only available under Linux, and requires that the
983 kernel was configured to include PPP filtering support (CONFIG_PPP_FILTER).
984 .TP
985 .B password \fIpassword\-string
986 Specifies the password to use for authenticating to the peer.  Use
987 of this option is discouraged, as the password is likely to be visible
988 to other users on the system (for example, by using ps(1)).
989 .TP
990 .B persist
991 Do not exit after a connection is terminated; instead try to reopen
992 the connection. The \fBmaxfail\fR option still has an effect on
993 persistent connections.
994 .TP
995 .B plugin \fIfilename
996 Load the shared library object file \fIfilename\fR as a plugin.  This
997 is a privileged option.  If \fIfilename\fR does not contain a slash
998 (/), pppd will look in the \fB/usr/lib/pppd/\fIversion\fR directory
999 for the plugin, where
1000 \fIversion\fR is the version number of pppd (for example, 2.4.2).
1001 .TP
1002 .B predictor1
1003 Request that the peer compress frames that it sends using Predictor-1
1004 compression, and agree to compress transmitted frames with Predictor-1
1005 if requested.  This option has no effect unless the kernel driver
1006 supports Predictor-1 compression.
1007 .TP
1008 .B privgroup \fIgroup\-name
1009 Allows members of group \fIgroup\-name\fR to use privileged options.
1010 This is a privileged option.  Use of this option requires care as
1011 there is no guarantee that members of \fIgroup\-name\fR cannot use pppd
1012 to become root themselves.  Consider it equivalent to putting the
1013 members of \fIgroup\-name\fR in the kmem or disk group.
1014 .TP
1015 .B proxyarp
1016 Add an entry to this system's ARP [Address Resolution Protocol] table
1017 with the IP address of the peer and the Ethernet address of this
1018 system.  This will have the effect of making the peer appear to other
1019 systems to be on the local ethernet.
1020 .TP
1021 .B pty \fIscript
1022 Specifies that the command \fIscript\fR is to be used to communicate
1023 rather than a specific terminal device.  Pppd will allocate itself a
1024 pseudo-tty master/slave pair and use the slave as its terminal
1025 device.  The \fIscript\fR will be run in a child process with the
1026 pseudo-tty master as its standard input and output.  An explicit
1027 device name may not be given if this option is used.  (Note: if the
1028 \fIrecord\fR option is used in conjunction with the \fIpty\fR option,
1029 the child process will have pipes on its standard input and output.)
1030 .TP
1031 .B receive\-all
1032 With this option, pppd will accept all control characters from the
1033 peer, including those marked in the receive asyncmap.  Without this
1034 option, pppd will discard those characters as specified in RFC1662.
1035 This option should only be needed if the peer is buggy.
1036 .TP
1037 .B record \fIfilename
1038 Specifies that pppd should record all characters sent and received to
1039 a file named \fIfilename\fR.  This file is opened in append mode,
1040 using the user's user-ID and permissions.  This option is implemented
1041 using a pseudo-tty and a process to transfer characters between the
1042 pseudo-tty and the real serial device, so it will increase the latency
1043 and CPU overhead of transferring data over the ppp interface.  The
1044 characters are stored in a tagged format with timestamps, which can be
1045 displayed in readable form using the pppdump(8) program.
1046 .TP
1047 .B remotename \fIname
1048 Set the assumed name of the remote system for authentication purposes
1049 to \fIname\fR.
1050 .TP
1051 .B remotenumber \fInumber
1052 Set the assumed telephone number of the remote system for authentication
1053 purposes to \fInumber\fR.
1054 .TP
1055 .B refuse\-chap
1056 With this option, pppd will not agree to authenticate itself to the
1057 peer using CHAP.
1058 .TP
1059 .B refuse\-mschap
1060 With this option, pppd will not agree to authenticate itself to the
1061 peer using MS\-CHAP.
1062 .TP
1063 .B refuse\-mschap\-v2
1064 With this option, pppd will not agree to authenticate itself to the
1065 peer using MS\-CHAPv2.
1066 .TP
1067 .B refuse\-eap
1068 With this option, pppd will not agree to authenticate itself to the
1069 peer using EAP.
1070 .TP
1071 .B refuse\-pap
1072 With this option, pppd will not agree to authenticate itself to the
1073 peer using PAP.
1074 .TP
1075 .B require\-chap
1076 Require the peer to authenticate itself using CHAP [Challenge
1077 Handshake Authentication Protocol] authentication.
1078 .TP
1079 .B require\-mppe
1080 Require the use of MPPE (Microsoft Point to Point Encryption).  This
1081 option disables all other compression types.  This option enables
1082 both 40-bit and 128-bit encryption.  In order for MPPE to successfully
1083 come up, you must have authenticated with either MS\-CHAP or MS\-CHAPv2.
1084 This option is presently only supported under Linux, and only if your
1085 kernel has been configured to include MPPE support.
1086 .TP
1087 .B require\-mppe\-40
1088 Require the use of MPPE, with 40-bit encryption.
1089 .TP
1090 .B require\-mppe\-128
1091 Require the use of MPPE, with 128-bit encryption.
1092 .TP
1093 .B require\-mschap
1094 Require the peer to authenticate itself using MS\-CHAP [Microsoft Challenge
1095 Handshake Authentication Protocol] authentication.
1096 .TP
1097 .B require\-mschap\-v2
1098 Require the peer to authenticate itself using MS\-CHAPv2 [Microsoft Challenge
1099 Handshake Authentication Protocol, Version 2] authentication.
1100 .TP
1101 .B require\-eap
1102 Require the peer to authenticate itself using EAP [Extensible
1103 Authentication Protocol] authentication.
1104 .TP
1105 .B require\-pap
1106 Require the peer to authenticate itself using PAP [Password
1107 Authentication Protocol] authentication.
1108 .TP
1109 .B set \fIname\fR=\fIvalue
1110 Set an environment variable for scripts that are invoked by pppd.
1111 When set by a privileged source, the variable specified by \fIname\fR
1112 cannot be changed by options contained in an unprivileged source.  See
1113 also the \fIunset\fR option and the environment described in
1114 \fISCRIPTS\fR.
1115 .TP
1116 .B show\-password
1117 When logging the contents of PAP packets, this option causes pppd to
1118 show the password string in the log message.
1119 .TP
1120 .B silent
1121 With this option, pppd will not transmit LCP packets to initiate a
1122 connection until a valid LCP packet is received from the peer (as for
1123 the `passive' option with ancient versions of pppd).
1124 .TP
1125 .B srp\-interval \fIn
1126 If this parameter is given and pppd uses EAP SRP\-SHA1 to authenticate
1127 the peer (i.e., is the server), then pppd will use the optional
1128 lightweight SRP rechallenge mechanism at intervals of \fIn\fR
1129 seconds.  This option is faster than \fBeap\-interval\fR
1130 reauthentication because it uses a hash\-based mechanism and does not
1131 derive a new session key.
1132 .TP
1133 .B srp\-pn\-secret \fIstring
1134 Set the long-term pseudonym-generating secret for the server.  This
1135 value is optional and if set, needs to be known at the server
1136 (authenticator) side only, and should be different for each server (or
1137 poll of identical servers).  It is used along with the current date to
1138 generate a key to encrypt and decrypt the client's identity contained
1139 in the pseudonym.
1140 .TP
1141 .B srp\-use\-pseudonym
1142 When operating as an EAP SRP\-SHA1 client, attempt to use the pseudonym
1143 stored in ~/.ppp_pseudonym first as the identity, and save in this
1144 file any pseudonym offered by the peer during authentication.
1145 .TP
1146 .B stop\-bits \fIn
1147 Set the number of stop bits for the serial port. Valid values are 1 or 2.
1148 The default value is 1.
1149 .TP
1150 .B sync
1151 Use synchronous HDLC serial encoding instead of asynchronous.
1152 The device used by pppd with this option must have sync support.
1153 Currently supports Microgate SyncLink adapters
1154 under Linux and FreeBSD 2.2.8 and later.
1155 .TP
1156 .B unit \fInum
1157 Sets the ppp unit number (for a ppp0 or ppp1 etc interface name) for outbound
1158 connections.  If the unit is already in use a dynamically allocated number will
1159 be used.
1160 .TP
1161 .B ifname \fIstring
1162 Set the ppp interface name for outbound connections.  If the interface name is
1163 already in use, or if the name cannot be used for any other reason, pppd will
1164 terminate.
1165 .TP
1166 .B unset \fIname
1167 Remove a variable from the environment variable for scripts that are
1168 invoked by pppd.  When specified by a privileged source, the variable
1169 \fIname\fR cannot be set by options contained in an unprivileged
1170 source.  See also the \fIset\fR option and the environment described
1171 in \fISCRIPTS\fR.
1172 .TP
1173 .B updetach
1174 With this option, pppd will detach from its controlling terminal once
1175 it has successfully established the ppp connection (to the point where
1176 the first network control protocol, usually the IP control protocol,
1177 has come up).
1178 .TP
1179 .B up_sdnotify
1180 Use this option to run pppd in systemd service units of Type=notify
1181 (\fBup_sdnotify\fR implies \fBnodetach\fR).
1182 When \fBup_sdnotify\fR is enabled, pppd will notify systemd once
1183 it has successfully established the ppp connection (to the point where
1184 the first network control protocl, usually the IP control protocol,
1185 has come up). This option is only availble when pppd is compiled with
1186 systemd support.
1187 .TP
1188 .B usehostname
1189 Enforce the use of the hostname (with domain name appended, if given)
1190 as the name of the local system for authentication purposes (overrides
1191 the \fIname\fR option).  This option is not normally needed since the
1192 \fIname\fR option is privileged.
1193 .TP
1194 .B usepeerdns
1195 Ask the peer for up to 2 DNS server addresses.  The addresses supplied
1196 by the peer (if any) are passed to the /etc/ppp/ip\-up script in the
1197 environment variables DNS1 and DNS2, and the environment variable
1198 USEPEERDNS will be set to 1.  In addition, pppd will create an
1199 /etc/ppp/resolv.conf file containing one or two nameserver lines with
1200 the address(es) supplied by the peer.
1201 .TP
1202 .B user \fIname
1203 Sets the name used for authenticating the local system to the peer to
1204 \fIname\fR.
1205 .TP
1206 .B vj\-max\-slots \fIn
1207 Sets the number of connection slots to be used by the Van Jacobson
1208 TCP/IP header compression and decompression code to \fIn\fR, which
1209 must be between 2 and 16 (inclusive).
1210 .TP
1211 .B welcome \fIscript
1212 Run the executable or shell command specified by \fIscript\fR before
1213 initiating PPP negotiation, after the connect script (if any) has
1214 completed.  A value for this option from a privileged source cannot be
1215 overridden by a non-privileged user.
1216 .TP
1217 .B xonxoff
1218 Use software flow control (i.e. XON/XOFF) to control the flow of data on
1219 the serial port.
1220 .SH PPPOE OPTIONS
1221 To establish PPP link over Ethernet (PPPoE) it is needed to load pppd's
1222 \fBplugin pppoe.so\fR and then specify option \fBnic-\fIinterface\fR
1223 instead of modem options \fIttyname\fR and \fIspeed\fR.
1224 Recognized pppd's PPPoE options are:
1225 .TP
1226 .B nic-\fIinterface
1227 Use the ethernet device \fIinterface\fR to communicate with the peer.
1228 For example, establishing PPPoE link on \fIeth0\fR interface is done
1229 by specifying ppp'd option \fBnic-eth0\fR. Prefix \fBnic-\fR for this
1230 option may be avoided if interface name is unambiguous and does not
1231 look like any other pppd's option.
1232 .TP
1233 .B pppoe-service \fIname
1234 Connect to specified PPPoE service name. For backward compatibility also
1235 \fBrp_pppoe_service\fP option name is supported.
1236 .TP
1237 .B pppoe-ac \fIname
1238 Connect to specified PPPoE access concentrator name. For backward
1239 compatibility also \fBrp_pppoe_ac\fP option name is supported.
1240 .TP
1241 .B pppoe-sess \fIsessid\fP:\fImacaddr
1242 Attach to existing PPPoE session. For backward compatibility also
1243 \fBrp_pppoe_sess\fP option name is supported.
1244 .TP
1245 .B pppoe-verbose \fIn
1246 Be verbose about discovered access concentrators. For backward
1247 compatibility also \fBrp_pppoe_verbose\fP option name is supported.
1248 .TP
1249 .B pppoe-mac \fImacaddr
1250 Connect to specified MAC address.
1251 .TP
1252 .B pppoe-host-uniq \fIstring
1253 Set the PPPoE Host-Uniq tag to the supplied hex string.
1254 By default PPPoE Host-Uniq tag is set to the pppd's process PID.
1255 For backward compatibility this option may be specified without
1256 \fBpppoe-\fP prefix.
1257 .TP
1258 .B pppoe-padi-timeout \fIn
1259 Initial timeout for discovery packets in seconds (default 5).
1260 .TP
1261 .B pppoe-padi-attempts \fIn
1262 Number of discovery attempts (default 3).
1263 .SH OPTIONS FILES
1264 Options can be taken from files as well as the command line.  Pppd
1265 reads options from the files /etc/ppp/options, ~/.ppprc and
1266 /etc/ppp/options.\fIttyname\fR (in that order) before processing the
1267 options on the command line.  (In fact, the command-line options are
1268 scanned to find the terminal name before the options.\fIttyname\fR
1269 file is read.)  In forming the name of the options.\fIttyname\fR file,
1270 the initial /dev/ is removed from the terminal name, and any remaining
1271 / characters are replaced with dots.
1272 .PP
1273 An options file is parsed into a series of words, delimited by
1274 whitespace.  Whitespace can be included in a word by enclosing the
1275 word in double-quotes (").  A backslash (\e) quotes the following character.
1276 A hash (#) starts a comment, which continues until the end of the
1277 line.  There is no restriction on using the \fIfile\fR or \fIcall\fR
1278 options within an options file.
1279 .SH SECURITY
1280 .I pppd
1281 provides system administrators with sufficient access control that PPP
1282 access to a server machine can be provided to legitimate users without
1283 fear of compromising the security of the server or the network it's
1284 on.  This control is provided through restrictions on which IP
1285 addresses the peer may use, based on its authenticated identity (if
1286 any), and through restrictions on which options a non-privileged user
1287 may use.  Several of pppd's options are privileged, in particular
1288 those which permit potentially insecure configurations; these options
1289 are only accepted in files which are under the control of the system
1290 administrator, or if pppd is being run by root.
1291 .PP
1292 The default behaviour of pppd is to allow an unauthenticated peer to
1293 use a given IP address only if the system does not already have a
1294 route to that IP address.  For example, a system with a
1295 permanent connection to the wider internet will normally have a
1296 default route, and thus all peers will have to authenticate themselves
1297 in order to set up a connection.  On such a system, the \fIauth\fR
1298 option is the default.  On the other hand, a system where the
1299 PPP link is the only connection to the internet will not normally have
1300 a default route, so the peer will be able to use almost any IP address
1301 without authenticating itself.
1302 .PP
1303 As indicated above, some security-sensitive options are privileged,
1304 which means that they may not be used by an ordinary non-privileged
1305 user running a setuid-root pppd, either on the command line, in the
1306 user's ~/.ppprc file, or in an options file read using the \fIfile\fR
1307 option.  Privileged options may be used in /etc/ppp/options file or in
1308 an options file read using the \fIcall\fR option.  If pppd is being
1309 run by the root user, privileged options can be used without
1310 restriction.
1311 .PP
1312 When opening the device, pppd uses either the invoking user's user ID
1313 or the root UID (that is, 0), depending on whether the device name was
1314 specified by the user or the system administrator.  If the device name
1315 comes from a privileged source, that is, /etc/ppp/options or an
1316 options file read using the \fIcall\fR option, pppd uses full root
1317 privileges when opening the device.  Thus, by creating an appropriate
1318 file under /etc/ppp/peers, the system administrator can allow users to
1319 establish a ppp connection via a device which they would not normally
1320 have permission to access.  Otherwise pppd uses the invoking user's
1321 real UID when opening the device.
1322 .SH AUTHENTICATION
1323 Authentication is the process whereby one peer convinces the other of
1324 its identity.  This involves the first peer sending its name to the
1325 other, together with some kind of secret information which could only
1326 come from the genuine authorized user of that name.  In such an
1327 exchange, we will call the first peer the "client" and the other the
1328 "server".  The client has a name by which it identifies itself to the
1329 server, and the server also has a name by which it identifies itself
1330 to the client.  Generally the genuine client shares some secret (or
1331 password) with the server, and authenticates itself by proving that it
1332 knows that secret.  Very often, the names used for authentication
1333 correspond to the internet hostnames of the peers, but this is not
1334 essential.
1335 .LP
1336 At present, pppd supports three authentication protocols: the Password
1337 Authentication Protocol (PAP), Challenge Handshake Authentication
1338 Protocol (CHAP), and Extensible Authentication Protocol (EAP).  PAP
1339 involves the client sending its name and a cleartext password to the
1340 server to authenticate itself.  In contrast, the server initiates the
1341 CHAP authentication exchange by sending a challenge to the client (the
1342 challenge packet includes the server's name).  The client must respond
1343 with a response which includes its name plus a hash value derived from
1344 the shared secret and the challenge, in order to prove that it knows
1345 the secret.  EAP supports CHAP-style authentication, and also includes
1346 the SRP\-SHA1 mechanism, which is resistant to dictionary-based attacks
1347 and does not require a cleartext password on the server side.
1348 .LP
1349 The PPP protocol, being symmetrical, allows both peers to require the
1350 other to authenticate itself.  In that case, two separate and
1351 independent authentication exchanges will occur.  The two exchanges
1352 could use different authentication protocols, and in principle,
1353 different names could be used in the two exchanges.
1354 .LP
1355 The default behaviour of pppd is to agree to authenticate if
1356 requested, and to not require authentication from the peer.  However,
1357 pppd will not agree to authenticate itself with a particular protocol
1358 if it has no secrets which could be used to do so.
1359 .LP
1360 Pppd stores secrets for use in authentication in secrets
1361 files (/etc/ppp/pap\-secrets for PAP, /etc/ppp/chap\-secrets for CHAP,
1362 MS\-CHAP, MS\-CHAPv2, and EAP MD5-Challenge, and /etc/ppp/srp\-secrets
1363 for EAP SRP\-SHA1).
1364 All secrets files have the same format.  The secrets files can
1365 contain secrets for pppd to use in authenticating itself to other
1366 systems, as well as secrets for pppd to use when authenticating other
1367 systems to itself.
1368 .LP
1369 Each line in a secrets file contains one secret.  A given secret is
1370 specific to a particular combination of client and server - it can
1371 only be used by that client to authenticate itself to that server.
1372 Thus each line in a secrets file has at least 3 fields: the name of
1373 the client, the name of the server, and the secret.  These fields may
1374 be followed by a list of the IP addresses that the specified client
1375 may use when connecting to the specified server.
1376 .LP
1377 A secrets file is parsed into words as for a options file, so the
1378 client name, server name and secrets fields must each be one word,
1379 with any embedded spaces or other special characters quoted or
1380 escaped.  Note that case is significant in the client and server names
1381 and in the secret.
1382 .LP
1383 If the secret starts with an `@', what follows is assumed to be the
1384 name of a file from which to read the secret.  A "*" as the client or
1385 server name matches any name.  When selecting a secret, pppd takes the
1386 best match, i.e.  the match with the fewest wildcards.
1387 .LP
1388 Any following words on the same line are taken to be a list of
1389 acceptable IP addresses for that client.  If there are only 3 words on
1390 the line, or if the first word is "\-", then all IP addresses are
1391 disallowed.  To allow any address, use "*".  A word starting with "!"
1392 indicates that the specified address is \fInot\fR acceptable.  An
1393 address may be followed by "/" and a number \fIn\fR, to indicate a
1394 whole subnet, i.e. all addresses which have the same value in the most
1395 significant \fIn\fR bits.  In this form, the address may be followed
1396 by a plus sign ("+") to indicate that one address from the subnet is
1397 authorized, based on the ppp network interface unit number in use.
1398 In this case, the host part of the address will be set to the unit
1399 number plus one.
1400 .LP
1401 Thus a secrets file contains both secrets for use in authenticating
1402 other hosts, plus secrets which we use for authenticating ourselves to
1403 others.  When pppd is authenticating the peer (checking the peer's
1404 identity), it chooses a secret with the peer's name in the first
1405 field and the name of the local system in the second field.  The
1406 name of the local system defaults to the hostname, with the domain
1407 name appended if the \fIdomain\fR option is used.  This default can be
1408 overridden with the \fIname\fR option, except when the
1409 \fIusehostname\fR option is used.  (For EAP SRP\-SHA1, see the
1410 srp\-entry(8) utility for generating proper validator entries to be
1411 used in the "secret" field.)
1412 .LP
1413 When pppd is choosing a secret to use in authenticating itself to the
1414 peer, it first determines what name it is going to use to identify
1415 itself to the peer.  This name can be specified by the user with the
1416 \fIuser\fR option.  If this option is not used, the name defaults to
1417 the name of the local system, determined as described in the previous
1418 paragraph.  Then pppd looks for a secret with this name in the first
1419 field and the peer's name in the second field.  Pppd will know the
1420 name of the peer if CHAP or EAP authentication is being used, because
1421 the peer will have sent it in the challenge packet.  However, if PAP
1422 is being used, pppd will have to determine the peer's name from the
1423 options specified by the user.  The user can specify the peer's name
1424 directly with the \fIremotename\fR option.  Otherwise, if the remote
1425 IP address was specified by a name (rather than in numeric form), that
1426 name will be used as the peer's name.  Failing that, pppd will use the
1427 null string as the peer's name.
1428 .LP
1429 When authenticating the peer with PAP, the supplied password is first
1430 compared with the secret from the secrets file.  If the password
1431 doesn't match the secret, the password is encrypted using crypt() and
1432 checked against the secret again.  Thus secrets for authenticating the
1433 peer can be stored in encrypted form if desired.  If the
1434 \fIpapcrypt\fR option is given, the first (unencrypted) comparison is
1435 omitted, for better security.
1436 .LP
1437 Furthermore, if the \fIlogin\fR option was specified, the username and
1438 password are also checked against the system password database.  Thus,
1439 the system administrator can set up the pap\-secrets file to allow PPP
1440 access only to certain users, and to restrict the set of IP addresses
1441 that each user can use.  Typically, when using the \fIlogin\fR option,
1442 the secret in /etc/ppp/pap\-secrets would be "", which will match any
1443 password supplied by the peer.  This avoids the need to have the same
1444 secret in two places.
1445 .LP
1446 Authentication must be satisfactorily completed before IPCP (or any
1447 other Network Control Protocol) can be started.  If the peer is
1448 required to authenticate itself, and fails to do so, pppd will
1449 terminated the link (by closing LCP).  If IPCP negotiates an
1450 unacceptable IP address for the remote host, IPCP will be closed.  IP
1451 packets can only be sent or received when IPCP is open.
1452 .LP
1453 In some cases it is desirable to allow some hosts which can't
1454 authenticate themselves to connect and use one of a restricted set of
1455 IP addresses, even when the local host generally requires
1456 authentication.  If the peer refuses to authenticate itself when
1457 requested, pppd takes that as equivalent to authenticating with PAP
1458 using the empty string for the username and password.  Thus, by adding
1459 a line to the pap\-secrets file which specifies the empty string for
1460 the client and password, it is possible to allow restricted access to
1461 hosts which refuse to authenticate themselves.
1462 .SH ROUTING
1463 .LP
1464 When IPCP negotiation is completed successfully, pppd will inform the
1465 kernel of the local and remote IP addresses for the ppp interface.
1466 This is sufficient to create a host route to the remote end of the
1467 link, which will enable the peers to exchange IP packets.
1468 Communication with other machines generally requires further
1469 modification to routing tables and/or ARP (Address Resolution
1470 Protocol) tables.  In most cases the \fIdefaultroute\fR and/or
1471 \fIproxyarp\fR options are sufficient for this, but in some cases
1472 further intervention is required.  The /etc/ppp/ip\-up script can be
1473 used for this.
1474 .LP
1475 Sometimes it is desirable to add a default route through the remote
1476 host, as in the case of a machine whose only connection to the
1477 Internet is through the ppp interface.  The \fIdefaultroute\fR option
1478 causes pppd to create such a default route when IPCP comes up, and
1479 delete it when the link is terminated.
1480 .LP
1481 In some cases it is desirable to use proxy ARP, for example on a
1482 server machine connected to a LAN, in order to allow other hosts to
1483 communicate with the remote host.  The \fIproxyarp\fR option causes
1484 pppd to look for a network interface on the same subnet as the remote
1485 host (an interface supporting broadcast and ARP, which is up and not a
1486 point-to-point or loopback interface).  If found, pppd creates a
1487 permanent, published ARP entry with the IP address of the remote host
1488 and the hardware address of the network interface found.
1489 .LP
1490 When the \fIdemand\fR option is used, the interface IP addresses have
1491 already been set at the point when IPCP comes up.  If pppd has not
1492 been able to negotiate the same addresses that it used to configure
1493 the interface (for example when the peer is an ISP that uses dynamic
1494 IP address assignment), pppd has to change the interface IP addresses
1495 to the negotiated addresses.  This may disrupt existing connections,
1496 and the use of demand dialling with peers that do dynamic IP address
1497 assignment is not recommended.
1498 .SH MULTILINK
1499 Multilink PPP provides the capability to combine two or more PPP links
1500 between a pair of machines into a single `bundle', which appears as a
1501 single virtual PPP link which has the combined bandwidth of the
1502 individual links.  Currently, multilink PPP is only supported under
1503 Linux.
1504 .LP
1505 Pppd detects that the link it is controlling is connected to the same
1506 peer as another link using the peer's endpoint discriminator and the
1507 authenticated identity of the peer (if it authenticates itself).  The
1508 endpoint discriminator is a block of data which is hopefully unique
1509 for each peer.  Several types of data can be used, including
1510 locally-assigned strings of bytes, IP addresses, MAC addresses,
1511 randomly strings of bytes, or E\-164 phone numbers.  The endpoint
1512 discriminator sent to the peer by pppd can be set using the endpoint
1513 option.
1514 .LP
1515 In some circumstances the peer may send no endpoint discriminator or a
1516 non-unique value.  The bundle option adds an extra string which is
1517 added to the peer's endpoint discriminator and authenticated identity
1518 when matching up links to be joined together in a bundle.  The bundle
1519 option can also be used to allow the establishment of multiple bundles
1520 between the local system and the peer.  Pppd uses a TDB database in
1521 /var/run/pppd2.tdb to match up links.
1522 .LP
1523 Assuming that multilink is enabled and the peer is willing to
1524 negotiate multilink, then when pppd is invoked to bring up the first
1525 link to the peer, it will detect that no other link is connected to
1526 the peer and create a new bundle, that is, another ppp network
1527 interface unit.  When another pppd is invoked to bring up another link
1528 to the peer, it will detect the existing bundle and join its link to
1529 it.
1530 .LP
1531 If the first link terminates (for example, because of a hangup or a
1532 received LCP terminate-request) the bundle is not destroyed unless
1533 there are no other links remaining in the bundle.  Rather than
1534 exiting, the first pppd keeps running after its link terminates, until
1535 all the links in the bundle have terminated.  If the first pppd
1536 receives a SIGTERM or SIGINT signal, it will destroy the bundle and
1537 send a SIGHUP to the pppd processes for each of the links in the
1538 bundle.  If the first pppd receives a SIGHUP signal, it will terminate
1539 its link but not the bundle.
1540 .LP
1541 Note: demand mode is not currently supported with multilink.
1542 .SH EXAMPLES
1543 .LP
1544 The following examples assume that the /etc/ppp/options file contains
1545 the \fIauth\fR option (as in the default /etc/ppp/options file in the
1546 ppp distribution).
1547 .LP
1548 Probably the most common use of pppd is to dial out to an ISP.  This
1549 can be done with a command such as
1550 .IP
1551 pppd call isp
1552 .LP
1553 where the /etc/ppp/peers/isp file is set up by the system
1554 administrator to contain something like this:
1555 .IP
1556 ttyS0 19200 crtscts
1557 .br
1558 connect '/usr/sbin/chat \-v \-f /etc/ppp/chat\-isp'
1559 .br
1560 noauth
1561 .LP
1562 In this example, we are using chat to dial the ISP's modem and go
1563 through any logon sequence required.  The /etc/ppp/chat\-isp file
1564 contains the script used by chat; it could for example contain
1565 something like this:
1566 .IP
1567 ABORT "NO CARRIER"
1568 .br
1569 ABORT "NO DIALTONE"
1570 .br
1571 ABORT "ERROR"
1572 .br
1573 ABORT "NO ANSWER"
1574 .br
1575 ABORT "BUSY"
1576 .br
1577 ABORT "Username/Password Incorrect"
1578 .br
1579 "" "at"
1580 .br
1581 OK "at&d0&c1"
1582 .br
1583 OK "atdt2468135"
1584 .br
1585 "name:" "^Umyuserid"
1586 .br
1587 "word:" "\eqmypassword"
1588 .br
1589 "ispts" "\eq^Uppp"
1590 .br
1591 "~\-^Uppp\-~"
1592 .LP
1593 See the chat(8) man page for details of chat scripts.
1594 .LP
1595 Pppd can also be used to provide a dial-in ppp service for users.  If
1596 the users already have login accounts, the simplest way to set up the
1597 ppp service is to let the users log in to their accounts and run pppd
1598 (installed setuid-root) with a command such as
1599 .IP
1600 pppd proxyarp
1601 .LP
1602 To allow a user to use the PPP facilities, you need to allocate an IP
1603 address for that user's machine and create an entry in
1604 /etc/ppp/pap\-secrets, /etc/ppp/chap\-secrets, or /etc/ppp/srp\-secrets
1605 (depending on which authentication method the PPP implementation on
1606 the user's machine supports), so that the user's machine can
1607 authenticate itself.  For example, if Joe has a machine called
1608 "joespc" that is to be allowed to dial in to the machine called
1609 "server" and use the IP address joespc.my.net, you would add an entry
1610 like this to /etc/ppp/pap\-secrets or /etc/ppp/chap\-secrets:
1611 .IP
1612 joespc  server  "joe's secret"  joespc.my.net
1613 .LP
1614 (See srp\-entry(8) for a means to generate the server's entry when
1615 SRP\-SHA1 is in use.)
1616 Alternatively, you can create a username called (for example) "ppp",
1617 whose login shell is pppd and whose home directory is /etc/ppp.
1618 Options to be used when pppd is run this way can be put in
1619 /etc/ppp/.ppprc.
1620 .LP
1621 If your serial connection is any more complicated than a piece of
1622 wire, you may need to arrange for some control characters to be
1623 escaped.  In particular, it is often useful to escape XON (^Q) and
1624 XOFF (^S), using \fIasyncmap a0000\fR.  If the path includes a telnet,
1625 you probably should escape ^] as well (\fIasyncmap 200a0000\fR).  If
1626 the path includes an rlogin, you will need to use the \fIescape ff\fR
1627 option on the end which is running the rlogin client, since many
1628 rlogin implementations are not transparent; they will remove the
1629 sequence [0xff, 0xff, 0x73, 0x73, followed by any 8 bytes] from the
1630 stream.
1631 .SH DIAGNOSTICS
1632 .LP
1633 Messages are sent to the syslog daemon using facility LOG_DAEMON.
1634 (This can be overridden by recompiling pppd with the macro
1635 LOG_PPP defined as the desired facility.)  See the syslog(8)
1636 documentation for details of where the syslog daemon will write the
1637 messages.  On most systems, the syslog daemon uses the
1638 /etc/syslog.conf file to specify the destination(s) for syslog
1639 messages.  You may need to edit that file to suit.
1640 .LP
1641 The \fIdebug\fR option causes the contents of all control packets sent
1642 or received to be logged, that is, all LCP, PAP, CHAP, EAP, or IPCP packets.
1643 This can be useful if the PPP negotiation does not succeed or if
1644 authentication fails.
1645 If debugging is enabled at compile time, the \fIdebug\fR option also
1646 causes other debugging messages to be logged.
1647 .LP
1648 Debugging can also be enabled or disabled by sending a SIGUSR1 signal
1649 to the pppd process.  This signal acts as a toggle.
1650 .SH EXIT STATUS
1651 The exit status of pppd is set to indicate whether any error was
1652 detected, or the reason for the link being terminated.  The values
1653 used are:
1654 .TP
1655 .B 0
1656 Pppd has detached, or otherwise the connection was successfully
1657 established and terminated at the peer's request.
1658 .TP
1659 .B 1
1660 An immediately fatal error of some kind occurred, such as an essential
1661 system call failing, or running out of virtual memory.
1662 .TP
1663 .B 2
1664 An error was detected in processing the options given, such as two
1665 mutually exclusive options being used.
1666 .TP
1667 .B 3
1668 Pppd is not setuid-root and the invoking user is not root.
1669 .TP
1670 .B 4
1671 The kernel does not support PPP, for example, the PPP kernel driver is
1672 not included or cannot be loaded.
1673 .TP
1674 .B 5
1675 Pppd terminated because it was sent a SIGINT, SIGTERM or SIGHUP
1676 signal.
1677 .TP
1678 .B 6
1679 The serial port could not be locked.
1680 .TP
1681 .B 7
1682 The serial port could not be opened.
1683 .TP
1684 .B 8
1685 The connect script failed (returned a non-zero exit status).
1686 .TP
1687 .B 9
1688 The command specified as the argument to the \fIpty\fR option could
1689 not be run.
1690 .TP
1691 .B 10
1692 The PPP negotiation failed, that is, it didn't reach the point where
1693 at least one network protocol (e.g. IP) was running.
1694 .TP
1695 .B 11
1696 The peer system failed (or refused) to authenticate itself.
1697 .TP
1698 .B 12
1699 The link was established successfully and terminated because it was
1700 idle.
1701 .TP
1702 .B 13
1703 The link was established successfully and terminated because the
1704 connect time limit was reached.
1705 .TP
1706 .B 14
1707 Callback was negotiated and an incoming call should arrive shortly.
1708 .TP
1709 .B 15
1710 The link was terminated because the peer is not responding to echo
1711 requests.
1712 .TP
1713 .B 16
1714 The link was terminated by the modem hanging up.
1715 .TP
1716 .B 17
1717 The PPP negotiation failed because serial loopback was detected.
1718 .TP
1719 .B 18
1720 The init script failed (returned a non-zero exit status).
1721 .TP
1722 .B 19
1723 We failed to authenticate ourselves to the peer.
1724 .SH SCRIPTS
1725 Pppd invokes scripts at various stages in its processing which can be
1726 used to perform site-specific ancillary processing.  These scripts are
1727 usually shell scripts, but could be executable code files instead.
1728 Pppd does not wait for the scripts to finish (except for the ip-pre-up
1729 script).  The scripts are
1730 executed as root (with the real and effective user-id set to 0), so
1731 that they can do things such as update routing tables or run
1732 privileged daemons.  Be careful that the contents of these scripts do
1733 not compromise your system's security.  Pppd runs the scripts with
1734 standard input, output and error redirected to /dev/null, and with an
1735 environment that is empty except for some environment variables that
1736 give information about the link.  The environment variables that pppd
1737 sets are:
1738 .TP
1739 .B DEVICE
1740 The name of the serial tty device being used.
1741 .TP
1742 .B IFNAME
1743 The name of the network interface being used.
1744 .TP
1745 .B IPLOCAL
1746 The IP address for the local end of the link.  This is only set when
1747 IPCP has come up.
1748 .TP
1749 .B IPREMOTE
1750 The IP address for the remote end of the link.  This is only set when
1751 IPCP has come up.
1752 .TP
1753 .B PEERNAME
1754 The authenticated name of the peer.  This is only set if the peer
1755 authenticates itself.
1756 .TP
1757 .B SPEED
1758 The baud rate of the tty device.
1759 .TP
1760 .B ORIG_UID
1761 The real user-id of the user who invoked pppd.
1762 .TP
1763 .B PPPLOGNAME
1764 The username of the real user-id that invoked pppd. This is always set.
1765 .P
1766 For the ip-down and auth-down scripts, pppd also sets the following
1767 variables giving statistics for the connection:
1768 .TP
1769 .B CONNECT_TIME
1770 The number of seconds from when the PPP negotiation started until the
1771 connection was terminated.
1772 .TP
1773 .B BYTES_SENT
1774 The number of bytes sent (at the level of the serial port) during the
1775 connection.
1776 .TP
1777 .B BYTES_RCVD
1778 The number of bytes received (at the level of the serial port) during
1779 the connection.
1780 .TP
1781 .B LINKNAME
1782 The logical name of the link, set with the \fIlinkname\fR option.
1783 .TP
1784 .B CALL_FILE
1785 The value of the \fIcall\fR option.
1786 .TP
1787 .B DNS1
1788 If the peer supplies DNS server addresses, this variable is set to the
1789 first DNS server address supplied (whether or not the usepeerdns
1790 option was given).
1791 .TP
1792 .B DNS2
1793 If the peer supplies DNS server addresses, this variable is set to the
1794 second DNS server address supplied (whether or not the usepeerdns
1795 option was given).
1796 .P
1797 Pppd invokes the following scripts, if they exist.  It is not an error
1798 if they don't exist.
1799 .TP
1800 .B /etc/ppp/auth\-up
1801 A program or script which is executed after the remote system
1802 successfully authenticates itself.  It is executed with the parameters
1803 .IP
1804 \fIinterface\-name peer\-name user\-name tty\-device speed\fR
1805 .IP
1806 Note that this script is not executed if the peer doesn't authenticate
1807 itself, for example when the \fInoauth\fR option is used.
1808 .TP
1809 .B /etc/ppp/auth\-down
1810 A program or script which is executed when the link goes down, if
1811 /etc/ppp/auth\-up was previously executed.  It is executed in the same
1812 manner with the same parameters as /etc/ppp/auth\-up.
1813 .TP
1814 .B /etc/ppp/ip\-pre\-up
1815 A program or script which is executed just before the ppp network
1816 interface is brought up.  It is executed with the same parameters as
1817 the ip\-up script (below).  At this point the interface exists and has
1818 IP addresses assigned but is still down.  This can be used to
1819 add firewall rules before any IP traffic can pass through the
1820 interface.  Pppd will wait for this script to finish before bringing
1821 the interface up, so this script should run quickly.
1822 .TP
1823 .B /etc/ppp/ip\-up
1824 A program or script which is executed when the link is available for
1825 sending and receiving IP packets (that is, IPCP has come up).  It is
1826 executed with the parameters
1827 .IP
1828 \fIinterface\-name tty\-device speed local\-IP\-address
1829 remote\-IP\-address ipparam\fR
1830 .TP
1831 .B /etc/ppp/ip\-down
1832 A program or script which is executed when the link is no longer
1833 available for sending and receiving IP packets.  This script can be
1834 used for undoing the effects of the /etc/ppp/ip\-up and
1835 /etc/ppp/ip\-pre\-up scripts.  It is
1836 invoked in the same manner and with the same parameters as the ip\-up
1837 script.
1838 .TP
1839 .B /etc/ppp/ipv6\-up
1840 Like /etc/ppp/ip\-up, except that it is executed when the link is available 
1841 for sending and receiving IPv6 packets. It is executed with the parameters
1842 .IP
1843 \fIinterface\-name tty\-device speed local\-link\-local\-address
1844 remote\-link\-local\-address ipparam\fR
1845 .TP
1846 .B /etc/ppp/ipv6\-down
1847 Similar to /etc/ppp/ip\-down, but it is executed when IPv6 packets can no
1848 longer be transmitted on the link. It is executed with the same parameters 
1849 as the ipv6\-up script.
1850 .TP
1851 .B /etc/ppp/ipx\-up
1852 A program or script which is executed when the link is available for
1853 sending and receiving IPX packets (that is, IPXCP has come up).  It is
1854 executed with the parameters
1855 .IP
1856 \fIinterface\-name tty\-device speed network\-number local\-IPX\-node\-address
1857 remote\-IPX\-node\-address local\-IPX\-routing\-protocol remote\-IPX\-routing\-protocol
1858 local\-IPX\-router\-name remote\-IPX\-router\-name ipparam pppd\-pid\fR 
1859 .IP
1860 The local\-IPX\-routing\-protocol and remote\-IPX\-routing\-protocol field
1861 may be one of the following:
1862 .IP
1863 NONE      to indicate that there is no routing protocol
1864 .br
1865 RIP       to indicate that RIP/SAP should be used
1866 .br
1867 NLSP      to indicate that Novell NLSP should be used
1868 .br
1869 RIP NLSP  to indicate that both RIP/SAP and NLSP should be used
1870 .TP
1871 .B /etc/ppp/ipx\-down
1872 A program or script which is executed when the link is no longer
1873 available for sending and receiving IPX packets.  This script can be
1874 used for undoing the effects of the /etc/ppp/ipx\-up script.  It is
1875 invoked in the same manner and with the same parameters as the ipx\-up
1876 script.
1877 .SH FILES
1878 .TP
1879 .B /var/run/ppp\fIn\fB.pid \fR(BSD or Linux), \fB/etc/ppp/ppp\fIn\fB.pid \fR(others)
1880 Process-ID for pppd process on ppp interface unit \fIn\fR.
1881 .TP
1882 .B /var/run/ppp\-\fIname\fB.pid \fR(BSD or Linux),
1883 \fB/etc/ppp/ppp\-\fIname\fB.pid \fR(others)
1884 Process-ID for pppd process for logical link \fIname\fR (see the
1885 \fIlinkname\fR option).
1886 .TP
1887 .B /var/run/pppd2.tdb
1888 Database containing information about pppd processes, interfaces and
1889 links, used for matching links to bundles in multilink operation.  May
1890 be examined by external programs to obtain information about running
1891 pppd instances, the interfaces and devices they are using, IP address
1892 assignments, etc.
1893 .B /etc/ppp/pap\-secrets
1894 Usernames, passwords and IP addresses for PAP authentication.  This
1895 file should be owned by root and not readable or writable by any other
1896 user.  Pppd will log a warning if this is not the case.
1897 .TP
1898 .B /etc/ppp/chap\-secrets
1899 Names, secrets and IP addresses for CHAP/MS\-CHAP/MS\-CHAPv2 authentication.
1900 As for /etc/ppp/pap\-secrets, this file should be owned by root and not
1901 readable or writable by any other user.  Pppd will log a warning if
1902 this is not the case.
1903 .TP
1904 .B /etc/ppp/srp\-secrets
1905 Names, secrets, and IP addresses for EAP authentication.  As for
1906 /etc/ppp/pap\-secrets, this file should be owned by root and not
1907 readable or writable by any other user.  Pppd will log a warning if
1908 this is not the case.
1909 .TP
1910 .B ~/.ppp_pseudonym
1911 Saved client-side SRP\-SHA1 pseudonym.  See the \fIsrp\-use\-pseudonym\fR
1912 option for details.
1913 .TP
1914 .B /etc/ppp/options
1915 System default options for pppd, read before user default options or
1916 command-line options.
1917 .TP
1918 .B ~/.ppprc
1919 User default options, read before /etc/ppp/options.\fIttyname\fR.
1920 .TP
1921 .B /etc/ppp/options.\fIttyname
1922 System default options for the serial port being used, read after
1923 ~/.ppprc.  In forming the \fIttyname\fR part of this
1924 filename, an initial /dev/ is stripped from the port name (if
1925 present), and any slashes in the remaining part are converted to
1926 dots.
1927 .TP
1928 .B /etc/ppp/peers
1929 A directory containing options files which may contain privileged
1930 options, even if pppd was invoked by a user other than root.  The
1931 system administrator can create options files in this directory to
1932 permit non-privileged users to dial out without requiring the peer to
1933 authenticate, but only to certain trusted peers.
1934 .SH SEE ALSO
1935 .BR chat (8),
1936 .BR pppstats (8)
1937 .TP
1938 .B RFC1144
1939 Jacobson, V.
1940 \fICompressing TCP/IP headers for low-speed serial links.\fR
1941 February 1990.
1942 .TP
1943 .B RFC1321
1944 Rivest, R.
1945 .I The MD5 Message-Digest Algorithm.
1946 April 1992.
1947 .TP
1948 .B RFC1332
1949 McGregor, G.
1950 .I PPP Internet Protocol Control Protocol (IPCP).
1951 May 1992.
1952 .TP
1953 .B RFC1334
1954 Lloyd, B.; Simpson, W.A.
1955 .I PPP authentication protocols.
1956 October 1992.
1957 .TP
1958 .B RFC1661
1959 Simpson, W.A.
1960 .I The Point-to-Point Protocol (PPP).
1961 July 1994.
1962 .TP
1963 .B RFC1662
1964 Simpson, W.A.
1965 .I PPP in HDLC-like Framing.
1966 July 1994.
1967 .TP
1968 .B RFC1990
1969 Sklower, K.; et al.,
1970 .I The PPP Multilink Protocol (MP).
1971 August 1996.
1972 .TP
1973 .B RFC2284
1974 Blunk, L.; Vollbrecht, J.,
1975 .I PPP Extensible Authentication Protocol (EAP).
1976 March 1998.
1977 .TP
1978 .B RFC2472
1979 Haskin, D.
1980 .I IP Version 6 over PPP
1981 December 1998.
1982 .TP
1983 .B RFC2945
1984 Wu, T.,
1985 .I The SRP Authentication and Key Exchange System
1986 September 2000.
1987 .TP
1988 .B draft\-ietf\-pppext\-eap\-srp\-03.txt
1989 Carlson, J.; et al.,
1990 .I EAP SRP\-SHA1 Authentication Protocol.
1991 July 2001.
1992 .SH NOTES
1993 Some limited degree of control can be exercised over a running pppd
1994 process by sending it a signal from the list below.
1995 .TP
1996 .B SIGINT, SIGTERM
1997 These signals cause pppd to terminate the link (by closing LCP),
1998 restore the serial device settings, and exit.  If a connector or
1999 disconnector process is currently running, pppd will send the same
2000 signal to its process group, so as to terminate the connector or
2001 disconnector process.
2002 .TP
2003 .B SIGHUP
2004 This signal causes pppd to terminate the link, restore the serial
2005 device settings, and close the serial device.  If the \fIpersist\fR or
2006 \fIdemand\fR option has been specified, pppd will try to reopen the
2007 serial device and start another connection (after the holdoff period).
2008 Otherwise pppd will exit.  If this signal is received during the
2009 holdoff period, it causes pppd to end the holdoff period immediately.
2010 If a connector or disconnector process is running, pppd will send the
2011 same signal to its process group.
2012 .TP
2013 .B SIGUSR1
2014 This signal toggles the state of the \fIdebug\fR option.
2015 .TP
2016 .B SIGUSR2
2017 This signal causes pppd to renegotiate compression.  This can be
2018 useful to re-enable compression after it has been disabled as a result
2019 of a fatal decompression error.  (Fatal decompression errors generally
2020 indicate a bug in one or other implementation.)
2021
2022 .SH AUTHORS
2023 Paul Mackerras (paulus@samba.org), based on earlier work by
2024 Drew Perkins,
2025 Brad Clements,
2026 Karl Fox,
2027 Greg Christy,
2028 and
2029 Brad Parker.
2030
2031 .SH COPYRIGHT
2032 Pppd is copyrighted and made available under conditions which provide
2033 that it may be copied and used in source or binary forms provided that
2034 the conditions listed below are met.  Portions of pppd are covered by
2035 the following copyright notices:
2036 .LP
2037 Copyright (c) 1984-2000 Carnegie Mellon University. All rights
2038 reserved.
2039 .br
2040 Copyright (c) 1993-2004 Paul Mackerras. All rights reserved.
2041 .br
2042 Copyright (c) 1995 Pedro Roque Marques.  All rights reserved.
2043 .br
2044 Copyright (c) 1995 Eric Rosenquist.  All rights reserved.
2045 .br
2046 Copyright (c) 1999 Tommi Komulainen.  All rights reserved.
2047 .br
2048 Copyright (C) Andrew Tridgell 1999
2049 .br
2050 Copyright (c) 2000 by Sun Microsystems, Inc.  All rights reserved.
2051 .br
2052 Copyright (c) 2001 by Sun Microsystems, Inc.  All rights reserved.
2053 .br
2054 Copyright (c) 2002 Google, Inc.  All rights reserved.
2055 .LP
2056 The copyright notices contain the following statements.
2057 .LP
2058 Redistribution and use in source and binary forms, with or without
2059 modification, are permitted provided that the following conditions
2060 are met:
2061 .LP
2062 1. Redistributions of source code must retain the above copyright
2063    notice, this list of conditions and the following disclaimer.
2064 .LP
2065 2. Redistributions in binary form must reproduce the above copyright
2066    notice, this list of conditions and the following disclaimer in
2067    the documentation and/or other materials provided with the
2068    distribution.
2069 .LP
2070 3. The name "Carnegie Mellon University" must not be used to
2071    endorse or promote products derived from this software without
2072    prior written permission. For permission or any legal
2073    details, please contact
2074 .br
2075      Office of Technology Transfer
2076 .br
2077      Carnegie Mellon University
2078 .br
2079      5000 Forbes Avenue
2080 .br
2081      Pittsburgh, PA  15213-3890
2082 .br
2083      (412) 268-4387, fax: (412) 268-7395
2084 .br
2085      tech-transfer@andrew.cmu.edu
2086 .LP
2087 3b. The name(s) of the authors of this software must not be used to
2088    endorse or promote products derived from this software without
2089    prior written permission.
2090 .LP
2091 4. Redistributions of any form whatsoever must retain the following
2092    acknowledgements:
2093 .br
2094    "This product includes software developed by Computing Services
2095     at Carnegie Mellon University (http://www.cmu.edu/computing/)."
2096 .br
2097    "This product includes software developed by Paul Mackerras
2098     <paulus@samba.org>".
2099 .br
2100    "This product includes software developed by Pedro Roque Marques
2101     <pedro_m@yahoo.com>".
2102 .br
2103    "This product includes software developed by Tommi Komulainen
2104     <Tommi.Komulainen@iki.fi>".
2105 .LP
2106 CARNEGIE MELLON UNIVERSITY DISCLAIMS ALL WARRANTIES WITH REGARD TO
2107 THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
2108 AND FITNESS, IN NO EVENT SHALL CARNEGIE MELLON UNIVERSITY BE LIABLE
2109 FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
2110 WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN
2111 AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING
2112 OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
2113 .LP
2114 THE AUTHORS OF THIS SOFTWARE DISCLAIM ALL WARRANTIES WITH REGARD TO
2115 THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
2116 AND FITNESS, IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY
2117 SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
2118 WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN
2119 AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING
2120 OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.