System Administration Commands pppd(1M)
NAME
pppd - point to point protocol daemon
SYNOPSIS
pppd [ttyname] [speed] [options]
DESCRIPTION
The point-to-point protocol (P) provides a method for
transmitting datagrams over serial point-to-point links. P
is composed of three components: a facility for encapsulat-
ing datagrams over serial links, an extensible link control
protocol (LCP), and a family of network control protocols
(NCP) for establishing and configuring different network-
layer protocols.
The encapsulation scheme is provided by driver code in the
kernel. pppd provides the basic LCP authentication support
and several NCPs for establishing and configuring the Inter-
net Protocol (referred to as the IP Control Protocol or
"IPCP") and IPv6 (IPV6CP).
OPTIONS
The following sections discuss the pppd options:
Options Files
Options are taken from files and the command line. pppd
reads options from the files /etc/ppp/options, $HOME/.ppprc
and /etc/ppp/options.ttyname (in that order) before process-
ing the options on the command line. (Command-line options
are scanned for the terminal name before the options.ttyname
file is read.) To form the name of the options.ttyname file,
the initial /dev/ is removed from the terminal name, and any
remaining forward slash characters (/) are replaced with
dots. For example, with serial device /dev/cua/a, option
file /etc/ppp/options.cua.a is read.
An options file is parsed into a series of words that are
delimited by whitespace. Whitespace can be included in a
word by enclosing the word in double-quotes ("). A backslash
(\) quotes the succeeding character. A hash (#) starts a
comment, which continues until the end of the line. There is
no restriction on using the file or call options within an
options file.
Frequently Used Options
Communicate over the named device.
The string /dev/ is prepended if
necessary. If no device name is
given, or if the name of the terminal
SunOS 5.11 Last change: 21 Nov 2001 1
System Administration Commands pppd(1M)
connected to the standard input is
given, pppd uses that terminal and
does not fork to put itself in the
background. A value for this option
from a privileged source cannot be
overridden by a non-privileged user.
Set the baud rate to (a
decimal number). The default is to
leave the baud rate unchanged. This
option is normally needed for dial-
out only.
asyncmap |