pppd.1 (2010 09)

p
pppd(1) pppd(1)
NAME
pppd - PPP point to point protocal daemon
SYNOPSIS
pppd [options ]...
DESCRIPTION
pppd is a daemon process used in UNIX systems to manage connections to other hosts using PPP (Point
to Point Protocol) or SLIP (Serial Line Internet Protocol). It uses the UNIX host’s native serial ports. It
communicates with the UNIX kernels own TCP/IP implementation via the HP IP tunnel driver.
The functionality supplied by this daemon supersedes that provided by
ppl in HP-UX prior to Release
10.30.
ppl only supported the SLIP and CSLIP (Compressed Header SLIP) protocols.
Daemon Management Options
auto Start in "autocall" mode and detach from the controlling terminal to run as a
daemon. Initiate a connection in response to a packet specified in the
"bringup" category in filter-file. Requires the remote address.
up When used with auto, bring the link up immediately rather than waiting for
trafc. If the link goes down, attempt to restart it (after the call retry delay
timer expires) without waiting for an outbound packet.
dedicated Treat the connection as a dedicated line rather than a demand-dial connec-
tion. This option tells pppd to never give up on the connection; that is, if the
peer tries to shut down the link, go ahead and do so, but then immediately try
to reestablish the connection. Similarly, when first trying to connect, pppd
will not give up after sending a fixed number of Configure-Request messages.
Hangup events (LQM failures, loss of Carrier Detect) will still cause the device
to be closed, just as with dial-up connections, and the
Systems file will then
be checked for alternate entries. If none are available, the connection will be
reestablished after the call retry delay timer expires. Use a short call retry
delay timer on dedicated circuits; something like Any;5-30 should work
well. Implies up.
altdelay delay Set the delay of delay seconds between dialing each alternate numbers in the
Systems file for the same destination. The default value is 1 second.
nodetach Don’t detach from the controlling terminal in "autocall" mode. When used
with log -, this can be useful for watching the progress of the PPP session.
log log-file Append logging messages to log-file (default: /var/adm/pppd.log
).
acct acct-file Append session accounting messages to acct-file.Ifacct-file is the same as
log-file, the session accounting messages will be interleaved with other logging
information.
filter filter-file Look in filter-file for packet filtering and link management information
(default: /etc/ppp/Filter).
debug debug-level Set the log file verbosity to the following debug-level and each debugging ver-
bosity level also provides the information of all the lower-numbered levels.
0 Daemon start messages
1 Link status messages, calling attempts (the default)
2 Chat script processing, input framing errors
3 LCP, IPCP, IPV6CP, PAP and CHAP negotiation
4 LQM status summaries
5 IP interface changes
6 IP message summaries
7 Full LQM reports
8 All PPP messages (without framing)
9 Characters read or written
10 Procedure call messages
11 Internal timers
HP-UX 11i Version 3: September 2010 1 Hewlett-Packard Company 1

Summary of content (8 pages)