[ Contents ]
[ Prev ]
[ Next ]
Easy Setup Using kppp
- The easiest way to set up a dial-up PPP connection over an analog modem,
is by using a program such as kppp.
- This program allows one to set up a connection in about 5 minutes - if
no problems occur...
- Parameters to set up include:
- modem settings - communications speed, data bits, parity bits, etc.
- dialing parameters - Internet service provider's phone number, optional
dial-prefix, dial timeout.
- account parameters - user name, password.
- login method parameters - PAP, CHAP or a login script.
- network setup parameters - name server address, type of IP address, etc.
- Today, most ISPs (Internet Service Providers) support PAP or CHAP
connections, but in order to be sure - ask your ISP.
- If you need to use a login script, be sure to make it as robust as
possible. Instead of waiting for 'login:', wait for 'ogin:'. Use only
prompts that are guaranteed not to be changed by your ISP.
- kppp tries to set up the name server configuration after it connects.
For this, it needs to be installed SUID to root. Make sure this is
how it is installed, or set up a permanent name server address on your
system.
- If you encounter problems - go over all connection parameters, even those
you are absolutely sure you entered in properly. Often, this is sufficient
to locate silly typing errors and fix the problem.
- If the connection fails - its time to resort to more manual debugging and
manual connection setup.
[ Contents ]
[ Prev ]
[ Next ]