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