Managing Serial Networks Using UUCP and PPP in Oracle® Solaris 11.2

Exit Print View

Updated: July 2014
 
 

Where to Define PPP Options

    Solaris PPP 4.0 configuration is very flexible. You can define PPP options in the following places:

  • PPP configuration files

  • PPP commands that are issued on the command line

  • A combination of both places

The next table lists the PPP configuration files and commands.

Table 8-1  Summary of PPP Configuration Files and Commands
File or Command
Description
For Information
/etc/ppp/options
A file that contains characteristics that apply by default to all PPP links on the system, for example, whether the machine requires peers to authenticate themselves. If this file is absent, nonroot users are prohibited from using PPP.
/etc/ppp/options.ttyname
A file that describes the characteristics of all communications over the serial port ttyname.
/etc/ppp/peers
Directory that usually contains information about peers with which a dial-out machine connects. Files in this directory are used with the call option of the pppd command.
/etc/ppp/peers/peer-name
A file that contains characteristics of the remote peer peer-name. Typical characteristics include the remote peer's phone number and chat script for negotiating the link with the peer.
/etc/ppp/pap-secrets
A file that contains the necessary security credentials for Password Authentication Protocol (PAP) authentication.
/etc/ppp/chap-secrets
A file that contains the necessary security credentials for Challenge-Handshake Authentication Protocol (CHAP) authentication.
~/.ppprc
File in the home directory of a PPP user, most often used with dial-in servers. This file contains specific information about each user's configuration.
pppd options
Command and options for initiating a PPP link and describing its characteristics.

Refer to the pppd(1M) man page for details on the PPP files. pppd (1M) also includes comprehensive descriptions of all options that are available to the pppd command. Sample templates for all the PPP configuration files are available in /etc/ppp.