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