[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: a script for internet zahav ppp link




Ishai Parasol wrote:

> hello
>
> does some one out there has a script for a ppp link with internet zahav ?
> should i use pap or chap in this link ? and if i should how do i edit this
> files ?
>
> thanks in advance,
> Ishai Parasol
> parasol@isdn.net.il

Try this silly script:

TIMEOUT 45
"" ATZ
OK ATDT7535000
ABORT "NO CARRIER"
ABORT BUSY
ABORT "NO DIALTONE"
ABORT WAITING
TIMEOUT 10
"name:" <you user name>
"word:" <password>

You'll notice that they have two kinds of remote access servers.
This script works at 99.9%.
You have to set your authentification type to PAP.

If you use KDE, then I have a better (and even more silly) script:
EXPECT :
WAIT 2
(SEND UserName)
EXPECT :
WAIT 2
(SEND Password)

This one works 100%.