3. Connecting your RedHat Linux System to the World using PPP

Contents of this section

You need the following information about the ``far end'' of your connection (ie from your Internet Service Provider - ISP) :

You also need to know how your ISP's system prompts you for your username and password. The simplest way to find this out is to dial in using Minicom, capture the entire log in process to a file and print this out.

(This is also useful as it checks the modem configuration and serial port set up - make sure that your modem's ``stored'' configuration works fine for connecting to your ISP).

Make sure you have installed the PPP daemon (all RedHat precompiled kernels support PPP). To check this, login as root and type

        rpm -qa | grep ppp

Your RedHat system should respond with something like

        ppp-2.1.2d-2  (for a Linux 1.2.13 kernel)
        ppp-2.2....   (for a Linux 1.3.x kernel)

If you do NOT have the PPP daemon installed, do this now.

Make sure you are logged in as root.

The file /usr/sbin/ppp-on is a script for you to edit. When you have finished editing it, running this script will connecct your machine to your ISP.


Next Chapter, Previous Chapter

Table of contents of this chapter, General table of contents

Top of the document, Beginning of this Chapter