![]() |
PPP under RedHat Linux
Login/Username:
_________________ |
||||||||||||||||||||||
|
Once
connected, you can always access your e-mail by visiting http://webmail.avalon.net/ |
E-Mail
Addresses (you are allowed up to 4):
_____________________@avalon.net _____________________@avalon.net _____________________@avalon.net _____________________@avalon.net |
||||||||||||||||||||||
|
Avalon Networks Inc. PPP under RedHat Linux These instructions cover PPP setup under RedHat based Linux distributions (Mandrake, Yellow Dog, TurboLinux, or any other distribution that uses linuxconf). If you are running a different distribution, see the PPP documentation at http://www.linuxdoc.org/HOWTO/PPP-HOWTO.html First: Configuring
your Linux kernel
First of all, you'll need
to know how to compile your Linux kernel to include PPP support. Please
note that this is probably not going to be a problem with your system.
Most distributions already have PPP supprt compiled into the kernel. Getting information
from your ISP (Avalon)
Before you can establish a PPP connection with a server--in this case, Avalon--you need to know some information about the server. Here's what you need to know:
Avalon requires the use
of PAP. You will need to know the "id" and "secret" you use when connecting.
These are your username and password, respectively. Avalon automatically
starts PPP when you log in, so you don't need to worry about any commands
to start PPP.
Configuring your
modem
Next, you need to make
sure your modem is set up correctly and you know which serial port it
is on. If you used a Windows/DOS machine before, remember that
*Note: It is important to use ttySx devices for both dial-in and -out rather than cuaX devices, as the latter is rumored to disappear in future kernel versions. Putting it all to
use
Keeping all the above in
consideration, at the command line, do linuxconf
This will start the Linux configuration tool, which provides a very nice interface for configuring PPP. Choose Config > Networking > Client Tasks > Routing and Gateways > PPP/SLIP/PLIP.
Setting up Name to
Address Resolution (DNS)
Next, you'll need to tell
your computer how to translate (resolve)Domain Names (human given names)
into IP addresses (computer recognized names). We give computers names
such as arthur.avalon.net because they're easier to remember,
but the computer won't understand that. We need to tell it that arthur.avalon.net
is really 216.137.72.20. All you need to do here is edit the /etc/resolv.conf
file to include Avalon's nameservers. When you're done, it should look
like this example: Testing your connection
You should be ready to connect to Avalon now. Try to connect by typing ifup ppp0 You should hear the modem initialize and dial, and you should be returned to the command line shortly. Now try, ping avalon.net You should see something like this: arthur: /home/support $ ping avalon.net PING avalon.net: 64 byte packets 64 bytes from 204.71.106.20: icmp_seq=0. time=1. ms 64 bytes from 204.71.106.20: icmp_seq=1. time=0. ms 64 bytes from 204.71.106.20: icmp_seq=2. time=0. ms 64 bytes from 204.71.106.20: icmp_seq=3. time=0. ms 64 bytes from 204.71.106.20: icmp_seq=4. time=0. ms If so, all is well and you're ready to go! If you didn't get something that looked like the above, refer to the PPP-HOWTO at http://www.linuxdoc.org/HOWTO/PPP-HOWTO.html. To close your PPP connection, just do ifdown ppp0 Enjoy the Internet! |
|||||||||||||||||||||||