On Thu, 20 Jan 2000, Evan Alter wrote:
|# this is our actual dialer for Mindspring
|/usr/sbin/pppd connect "/usr/sbin/chat -v -f /etc/ppp/pppscript" &
|
|calls this script:
|
|ABORT ERROR
|ABORT BUSY
|ABORT "NO CARRIER"
|ABORT "NO DIALTONE"
|"" "AT&F1"
|OK "atdt6876884"
|TIMEOUT 75
|CONNECT
|[EMAIL PROTECTED]
|ogin: *****
The script is not going to work, even if mindspring really is using
login/password to authenticate rather than the PAP authentication that
has become standard at a large majority of ISPs. Instead it causes the
Mindspring connection program to wait at a prompt or menu for 5 minutes
before hanging up (most ISPs aren't that patient).
A login/password chat script should read, starting with the CONNECT line:
CONNECT \d\c
login: [EMAIL PROTECTED]
after which there should be a password prompt, perhaps followed by
a prompt to start or select ppp or another program. The minicom
program is a good way to find out what the prompt or menu might need.
No login/password chatting may be necessary however.
You have the pppd "name [EMAIL PROTECTED]" option suggesting that
you do expect PAP or CHAP and have a secrets file with your username
and password. There's a good chance that you can configure for PAP
authentication and omit the login/password chat expect/sends, keeping
only CONNECT \d\c as the last line in the chat script.
The line in the /etc/ppp/pap-secrets (or /etc/chap/secrets) file is
usually of the form
username * secret
in which username is your ISP username and secret is the ISP password.
---
Clifford Kite Not a guru. (tm)
-
To unsubscribe from this list: send the line "unsubscribe linux-ppp" in
the body of a message to [EMAIL PROTECTED]