Alan Baker <(E-Mail Removed)> wrote:
> Hello. I use PPP and dial-on-demand to call my ISP from my Linux
> (2.4) box. I've been using a chat script for about 5 years and it
> works just dandy (except when the modem fails). 8-)
> Recently my ISP added a new modem bank and a new phone number. They
> say that this new number is for PPP only. It will not work with
> telnet or scripts. Maybe they use AutoPPP and PAP. But how do I use
> these from my dial-on-demand Linux box?
Add the pppd option " user YOUR_ISP_USERNAME " and the line
YOUR_ISP_USERNAME * YOUR_ISP_PASSWORD
to both /etc/ppp/{pap,chap}-secrets, using the obvious substitutions.
Modify the chat script, replacing the login/password expect-sends
in it with
CONNECT \d\c
(or \\d\\c if the chat script is on the pppd command line). If there
already a line like ` CONNECT "" ' then remove it.
--
Clifford Kite Email: "echo
xvgr_yvahk-(E-Mail Removed)|rot13"
PPP-Q&A links, downloads:
http://ckite.no-ip.net/
/* "PPPoE has many advantages for DSL service providers, and
practically none for DSL consumers."
- David F. Skoll */