DOC HOME SITE MAP MAN PAGES GNU INFO SEARCH PRINT BOOK
 
Configuring the Point-to-Point Protocol (PPP)

Configuring PPP asynchronous serial driver support

To implement PPP support for a third-party smart serial device on an existing system:

  1. Log in as root.

  2. Create an /etc/pppstack file (see the new pppstack(SFF) manual page) that defines the third-party vendor's driver and associated STREAMS module(s).

    When the PPP daemon (see pppd(ADMN)) configures a PPP interface, it will configure the PPP stack to use the third-party driver and modules defined in /etc/pppstack. If a serial device does not have an entry in /etc/pppstack, the PPP daemon uses the SCO PPP stack instead.

  3. Send a SIGHUP signal to the PPP daemon to make it re-read its configuration files:

    kill -HUP `cat /etc/pppd.pid`


NOTE: The installation procedure for the third-party driver and PPP stack software may perform some or all of these steps for you. Refer to the documentation that was provided with the smart serial port device hardware for more information.


Next topic: Example PPP endpoint configurations
Previous topic: PPP MIB support

© 2003 Caldera International, Inc. All rights reserved.
SCO OpenServer Release 5.0.7 -- 11 February 2003