Go to main content

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

Exit Print View

Updated: February 2022
 
 

Calling the Dial-In Server


Note - PPP was removed in the Oracle Solaris 11.4 SRU 24 release.

You establish a dial-up PPP link by having the dial-out system call the dial-in server. You can instruct the dial-out system 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 system.

How to Call the Dial-In Server


Note - PPP was removed in the Oracle Solaris 11.4 SRU 24 release.
  1. Log in to the dial-out system by using your regular user account, not root.
  2. Call the dial-in server by running the pppd command.

    For example, the following command initiates a link between the dial-out system and dial-in server myserver:

    $ pppd 57600 call myserver

      Where:

    • pppd starts the call by invoking the pppd daemon.

    • 57600 sets the speed of the line between host and modem.

    • call myserver 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,

  3. Contact a host on the server's network.

    For example, contact the host lindyhop from Sample Dial-Up Link.

    $ ping lindyhop

    If the link is not working correctly, refer to Troubleshooting Common Point-to-Point Protocol Problems.

  4. Terminate the PPP session.
    $ 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.