Hi,

has anyone out there connected succesfully to AT&T's worldnet service?

If so I need some help please...

I read the PPP howto and modem howto as well as followed Running Linux..
but alas, I'm still lost.. my modem is on /dev/modem linked to
/dev/ttyS1, I tested it with both minicom and wvdial and it dials
fine...

Here are my configuration files:

1) att-chap-script (/etc/ppp/att-chap-script)

#!/bin/sh
# att-chat-script: a program for dialing AT&T ISP
exec chat -v                                  \
     '' ATZ                                      \
     OK ATDT972-529-4410        \
     CONNECT  ''

2) ppp-on (/etc/ppp/ppp-on)

exec /usr/sbin/pppd /dev/modem 38400 lock crtscts noipdefault \
     user [EMAIL PROTECTED]                           \
     defaultroute 0.0.0.0:0.0.0.0 connect att-chat-script

3) chap-secrets (/etc/ppp/chap-secrets)

# Secrets for authentication using CHAP
# client        server  secret                  IP addresses
[EMAIL PROTECTED] * att-user-password


I also setup /etc/wvdial.conf for use with wvdial as follows:

[Dialer Defaults]
Modem = /dev/modem
Baud = 57600
Init = ATZ
Init2 = AT S11=50
Phone = 972-529-4410
Username = [EMAIL PROTECTED]
Password = att-user-password

[Dialer phone2]
Phone = 972-529-4410

[Dialer shh]
Init3 = ATM0

When I run wvdial the following output is produced:

--> WvDial: Internet dialer version 1.41
--> Initializing modem.
--> Sending: ATZ
ATZ
OK
--> Sending: AT S11=50
AT S11=50
OK
--> Modem initialized.
--> Sending: ATDT 972-529-4410
--> Waiting for carrier.
ATDT 972-529-4410
CONNECT 31200/ARQ/V34/LAPM/V42BIS
--> Carrier detected.  Waiting for prompt.
Returning not ok!!
--> Disconnecting at Mon May 22 22:27:26 2000

Now, I guess AT&T does not retun a prompt.... am I right? If so what do
I do from here...

Any help or suggestions are welcome...

thanks,

Ahbaid.


-- 
To unsubscribe: mail [EMAIL PROTECTED] with "unsubscribe"
as the Subject.

Reply via email to