|
Modified June 1, 2002
This guide shows you how to install Linux's Internet connection capabilities
for use with programs such as a Web browser or Email package.
Installation Steps
-
Login to your Linux system as root.
-
Open the file /etc/resolv.conf in your favorite text editor, and add the
following lines:
OlympusNet DNS servers
nameserver 198.133.237.1
nameserver 198.133.237.19
-
Copy the files ppp-on, ppp-on-dialer, and ppp-off to your /etc/ppp directory.
In many versions of Linux, these are already present in the correct directory,
but under Red Hat 5.2 they are initially located in /usr/doc/ppp-2.3.5/scripts.
-
Alter the permission on the copied files to make them executable (e.g.
chmod 700 ppp-on)
-
Open the ppp-on file in your favorite text editor, and make the following
changes:
-
Set TELEPHONE to the appropriate number from our list
of modem telephone numbers
-
Set ACCOUNT to your OlympusNet email address
-
Set PASSWORD to your OlympusNet password
-
On the line beginning with "exec /usr/sbin/pppd" (it's near the bottom of
the file), change "/dev/ttyS2" to the appropriate port for your modem. Modem
ports compare to DOS communication ports as follows
/dev/ttyS0 = com1 under DOS
/dev/ttyS1 = com2 under DOS
/dev/ttyS2 = com3 under DOS
/dev/ttyS3 = com4 under DOS
-
Save the changes to the file.
Congratulations, you have finished setting up your PPP connection.
Execute the ppp-on script to connect to OlympusNet, and ppp-off to disconnect.
|