chrislale@users.sourceforge.org
Revision History | ||
---|---|---|
Revision 1.2 | 8th September 2002 | Revised by: CTL |
Fixed some mistakes and checked that the instructions were valid in Woody 3.0. | ||
Revision 1.1 | 28th March 2002 | Revised by: CTL |
Completed sections on configuring ppp and testing the connection | ||
Revision 1.0 | 14th March 2002 | Revised by: CTL |
Initial release |
Copyright ©2002 Chris Lale (chrislale@users.sourceforge.org). Permission is granted to copy, distribute and/or modify this document with no Invariant Sections, with no Front-Cover texts and with no Back-Cover Texts under the terms of the GNU Free Documentation License, version 1.1 or any later version, published by the Free Software Foundation. A copy of the license can be found at http://www.fsf.org/copyleft/fdl.html
If you find any errors, omissions etc, please let me know at chrislale@users.sourceforge.net.
This document is written in British English (not American English). If you spot a mistake, please check with a British dictionary or spell-checker before contacting me! You can find a summary of English punctuation and grammar at http://www.bolton.ac.uk/webpublishing/guidelines/grammatical.html.
Start->Programs->Accessories->Communications->Dial-Up Networking right-click on ISP icon Properties |
Start->Programs->Accessories->Dial-Up Networking Choose ISP from drop-down menu More->Edit entry and modem properies |
Login: chris enter Password: ****** enter |
chris@debian:~$ startx enter |
Open a terminal window such as "xterm". Activate the desktop menu and choose xterm.
xterm |
debian:/home/chris# apt-get install pppconfig enter |
Media Change: Please insert the disc ... in the drive '/cdrom/' and press enter enter |
apt-get will unpack some files onto your hard drive. You may be asked to insert another CD-ROM.
Media Change: Please insert the disc ... in the drive '/cdrom/' and press enter enter |
You will be returned to the command prompt when apt-get has finished installing pppconfig..
Finally, remove any unwanted software.
debian:/home/chris# apt-get clean enter |
pppconfig is now installed. You are now ready to configure ppp.
From the main menu, choose "Create" and tap enter.
Main Menu Create Create a connection enter |
Provider Name provider enter |
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 |
Authentication Method for provider PAP Peer Authentication Protocol enter |
User Name Enter the username given to you by your ISP. username enter Password Enter the password your ISP gave you. ******* enter |
Speed 115200 enter Pulse or Tone (*)Tone tab enter OR Pulse or Tone (*)Pulse tab enter Phone number nnnnnnnnnnn enter |
Make sure your modem is switched on. pppconfig can then identify your modem port automatically.
Choose Modem Config Method Yes enter |
Select Modem Port
(*) /dev/ttySn tab enter |
Properties of provider Advanced Advanced Options enter |
You now have a list of advance options. Choose Add-user and enter the user's name.
Advanced Settings for provider
Add-user Add a ppp user enter
Add User
user's name enter |
Advanced Settings for provider Previous Properties of provider enter |
From here you can save your settings, return to the main menu and exit.
Properties of provider Finished Write files and return to main menu. enter Finished <OK> enter Main Menu Quit Exit this utility enter |
You no longer need to be logged in as the super user. Enter "exit" at the command prompt.
debian:/home/chris# exit enter chris@debian:~$ |
debian:/home/chris# pon enter |
If nothing happens, skip to the next section - "Don't panic".
debian:/home/chris# poff enter |
If nothing happens after a few seconds, check the following:
Logout...
Confirm Logout
Logout will close all active applications.
Procede?
OK
debian:/home/chris# logout
Login: root enter
Password: ****** enter
debian:~# pon enter |
debian:~# emacs /etc/group enter |
Look for a line beginning with "dip" and containing the ordinary user's name.
dip:x:30:chris |
dip::30:chris |
Save the changed file and exit emacs.
F10 f s F10 f e |
Open a ppp connection by entering pon.
debian:/home/chris# pon enter |
debian:/home/chris# poff enter |
Check the make and model of your modem. It should be an external, serial modem.
Check the port that your modem is attached to. It should be a serial port.
Make sure that you have the details of your ISP (Internet Service Provider) dialup account.
Check that the package "pppconfig" is installed. If not, install it