Actiontec electronic 56K manual Setting up and using PPP

Models: 56K

1 33
Download 33 pages 59.15 Kb
Page 20
Image 20
Setting up and using PPP

Step 4 Write down the first input/output range and IRQ. In this case, the I/O address is 0x6400 and the IRQ is 11. Type

# setserial /dev/modem uart 16550A port 0x6400 irq 11

(The IRQ and port may vary depending on the results from step 3.)

Step 5 Try out the settings in a program such as minicom.

Step 6 If the settings work, then add the line above in the /etc/rc.d/rc.local file. This way, the modem will be set properly each time Linux is booted.

Step 7 To set Linux to configure the modem on boot-up, there are several options. One method is going to the /etc/rc.d/ directory, and using an editing program such as jed edit the rc.local file, and insert

setserial /dev/modem uart 16550A prot 0x6400 irq 11

as the last line.

Setting up and using PPP

Note: A PPP package (such as ppp-2.3.5-1.i386.rpm) can be found on the installation CD-ROM or from ftp://ftp.redhat.com. The kernel should also have TCP/IP support enabled.

To be able to set up and use PPP, you must have an Internet Service Provider (ISP). The following information from the ISP is needed:

luser name and password

lphone number(s) used to dial into the ISP’s modems

lthe IP address assigned by the ISP (this is not necessary if the ISP dynamically assigns an IP address each time you connect)

lthe IP address of the ISP’s Domain Name Server. (Many ISPs have more than one server. You need at least one in order to translate a URL such as www.actiontec.com into an IP address, although you can still set up PPP without it.)

There are many tools that make setting up PPP easier. This section explains some basic ways to set up PPP.

20

Page 20
Image 20
Actiontec electronic 56K manual Setting up and using PPP