Skip Navigation Links | |
Exit Print View | |
Managing Serial Networks Using UUCP and PPP in Oracle Solaris 11.1 Oracle Solaris 11.1 Information Library |
2. Planning for the PPP Link (Tasks)
3. Setting Up a Dial-up PPP Link (Tasks)
Major Tasks for Setting Up the Dial-up PPP Link (Task Map)
Configuring the Dial-out Machine
Tasks for Configuring the Dial-out Machine (Task Map)
Configuring Devices on the Dial-out Machine
How to Configure the Modem and Serial Port (Dial-out Machine)
Configuring Communications on the Dial-out Machine
How to Define Communications Over the Serial Line
How to Create the Instructions for Calling a Peer
How to Define the Connection With an Individual Peer
Configuring the Dial-in Server
Tasks for Configuring the Dial-in Server (Task Map)
Configuring Devices on the Dial-in Server
How to Configure the Modem and Serial Port (Dial-in Server)
Setting Up Users of the Dial-in Server
How to Configure Users of the Dial-in Server
Configuring Communications Over the Dial-in Server
How to Define Communications Over the Serial Line (Dial-in Server)
4. Setting Up a Leased-Line PPP Link (Tasks)
5. Setting Up PPP Authentication (Tasks)
6. Setting Up a PPPoE Tunnel (Tasks)
7. Fixing Common PPP Problems (Tasks)
8. Solaris PPP 4.0 (Reference)
9. Migrating From Asynchronous Solaris PPP to Solaris PPP 4.0 (Tasks)
You establish a dial-up PPP link by having the dial-out machine call the dial-in server. You can instruct the dial-out machine to call the server by specifying the demand option in the local PPP configuration files. However, the most common method for establishing the link is for the user to run the pppd command on the dial-out machine.
Before you proceed to the next task, you should have done either or both of the following:
Set up the dial-out machine, as described in Configuring the Dial-out Machine
Set up the dial-in server, as described in Configuring the Dial-in Server
For example, the following command initiates a link between the dial-out machine and dial-in server myserver:
% pppd 57600 call myserver
Starts the call by invoking the pppd daemon
Sets the speed of the line between host and modem
Invokes the call option of pppd. pppd then reads options in the file /etc/ppp/peers/myserver, which was created in How to Define the Connection With an Individual Peer
ping lindyhop
If the link is not working correctly, refer to Chapter 7, Fixing Common PPP Problems (Tasks).
% pkill -x pppd
See Also
If you have followed all the procedures in this chapter, you have completed the configuration of the dial-up link. The following list provides references to related information.
To have users start working on their dial-out machines, see How to Call the Dial-in Server.
To fix problems on the link, see Chapter 7, Fixing Common PPP Problems (Tasks).
To learn more about the files and options that are used in this chapter, see Using PPP Options in Files and on the Command Line.