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