Setting up a serial modem on a Debian PC

Chris Lale

          chrislale@users.sourceforge.org
        

Revision History
Revision 1.28th September 2002Revised by: CTL
Fixed some mistakes and checked that the instructions were valid in Woody 3.0.
Revision 1.128th March 2002Revised by: CTL
Completed sections on configuring ppp and testing the connection
Revision 1.014th March 2002Revised by: CTL
Initial release

Table of Contents
1. About this article
1.1. Copyright information
1.2. Bugs, errors and mistakes
1.3. Spelling, punctuation and grammar
2. Preparing for the installation
2.1. System requirements
2.2. Gathering information about your modem
2.3. Gathering information about your dial-up connection
3. Installing pppconfig
3.1. Logging in as an ordinary user
3.2. Becoming a super-user
3.3. Running apt-get install
3.4. Tidying up
4. Configuring ppp
4.1. Running pppconfig
4.2. Entering the information
4.3. Adding normal users
4.4. Finishing off
5. Testing the connection
5.1. starting a ppp connection
5.2. Testing a browser
6. Checklist

1. About this article


2. Preparing for the installation


2.3. Gathering information about your dial-up connection


3. Installing pppconfig

You set up (or change) the ppp settings using pppconfig. You must have "super user" permissions to install and run pppconfig. You will need the root password.


4. Configuring ppp

pppconfig is a utility that automates the setting up of a dial-up ppp connection. (You can find out more by entering "man pppconfig" at the command prompt.)


4.2. Entering the information


4.2.2. Configuring DNS

If your ISP connection uses server assigned name server addresses, choose "Dynamic" and skip to next section.

Configure Nameservers (DNS)
(*) Dynamic    Use dynamic DNS   enter

If your ISP connection specifies name server addresses, choose "Static" and enter the addresses.

Configure Nameservers (DNS)
(*) Static    Use static DNS   enter

IP number
Enter the IP number for your primary nameserver.
nnn.nnn.nnn.nnn enter

IP number
Enter the IP number for your secondary nameserver (if any).
nnn.nnn.nnn.nnn enter

5. Testing the connection

You should have finished configuring your ppp dial-up connection. You should be logged in as an ordinary user, and your modem should be connected and switched on.


5.1. starting a ppp connection


6. Checklist

  1. Check the make and model of your modem. It should be an external, serial modem.

  2. Check the port that your modem is attached to. It should be a serial port.

  3. Make sure that you have the details of your ISP (Internet Service Provider) dialup account.

  4. Check that the package "pppconfig" is installed. If not, install it

  5. Make sure that the modem is attached to the serial port and the telephone line, and that it is switched on.

  6. Configure the modem using "pppconfig".

  7. Test the ISP connection using "pon" and "poff".

  8. Test connection using a browser.