help on setting up ppp dialin

mike h foobar at u.washington.edu
Thu Sep 30 23:40:06 PDT 1999


David,

I assume you're using chat(8) to write your modem script.  It works great
for me every time.  Here's what I use when dialing the student modem pool:

'ABORT' 'BUSY'
'ABORT' 'ERROR'
'ABORT' 'NO CARRIER'
'ABORT' 'NO DIALTONE'
'ABORT' 'Invalid Login'
'ABORT' 'Login incorrect'
'' 'ATZ'
'OK' 'ATDT*70,8125577'
'CONNECT' ''
'rname:' 'XXXXX'
'ord:' 'YYYYY'
'>>' 'PPP'


where "XXXXX" is your login (UW NetID) and "YYYYY" is your password.  You
also need to have a functional /etc/ppp/options.  Mine looks like:

lock passive defaultroute crtscts ipcp-accept-local ipcp-max-configure 50

-----------------------------------------------
Michael Hornung		foobar at u.washington.edu

On Wed, 29 Sep 1999, david mai wrote:

|hey guys,
|
|some of you must have figured out how to set up ppp dialin for linux
|box at home, right?
|
|i just installed redhat6.0 at home but can't get the dialin to work. i
|used netcfg & to create a ppp0 interface, then when i activate it, i
|can hear the modem dialing the number, but the log shows as follows:
|ATZ
|OK
|--got it
|ATDT8125577
|^M
|User authentication verification
|alarm
|Script failed
|Exit
|
|i know i should get CONNECT back from cac, but what's going on here?
|did it time out or some? i have tried to insert TIMEOUT into the
|script, but it didn't help.
|
|so if any of you have successfully done it, please let me know!!!
|
|thanks a lot.
|
|david
|
|



More information about the Linux mailing list