Dear fellow Debian users,
        I'm having a little bit of trouble in establishing a PPP connection to 
my
ISP, Sprynet.  I have been watching the PPP questions in this forum, and
have adopted the wait 1 second (\d) statements at the end of the script
after a successful connection in order to provide the IPS side time to get
ready for PPP LCP.

        However, this appears to not have fixed things up.  Below is the 
messages
log lines that are pertinent to the problem encountered.
----------------------
<... snip previous log lines where chatscript dials phone number, gets
connected, inserts host, user id, and password>
Oct  6 01:26:50 linux486 chat[3194]:  xxxxxxxxxx^M
Oct  6 01:26:50 linux486 chat[3194]: Password:
Oct  6 01:26:50 linux486 chat[3194]:  -- got it
Oct  6 01:26:50 linux486 chat[3194]: send (xxxxxxxx^M)
Oct  6 01:26:51 linux486 chat[3194]: send (\d^M)
Oct  6 01:26:52 linux486 chat[3194]: send (\d^M)
Oct  6 01:26:53 linux486 pppd[3193]: Serial connection established.
Oct  6 01:26:54 linux486 pppd[3193]: Using interface ppp0
Oct  6 01:26:54 linux486 pppd[3193]: Connect: ppp0 <--> /dev/ttyS3
Oct  6 01:27:05 linux486 kernel: Appletalk 0.17 for Linux NET3.035
Oct  6 01:28:24 linux486 pppd[3193]: LCP: timeout sending Config-Requests
Oct  6 01:28:24 linux486 pppd[3193]: Connection terminated.
Oct  6 01:28:24 linux486 pppd[3193]: Receive serial link is not 8-bit clean:
Oct  6 01:28:24 linux486 pppd[3193]: Problem: all had bit 7 set to 1
Oct  6 01:28:25 linux486 pppd[3193]: Exit.
----------------------

        I can, and do connect using Windows NT as well as Windows 95/98, and the
DUN script outline looks like this:

set port databits 7
set port parity even
transmit "^M"
waitfor "Host Name:"
transmit "xxxxx^M"
waitfor "UIC:"
transmit $USERID
transmit "^M"
waitfor "Password: "
transmit $PASSWORD
transmit "^M"
set port databits 8
set port parity none

        How can I make the chatscript or pppd work the same way?  Is there 
anything
that I can do?  Does anyone have a sample Sprynet script for connecting?
And why is it that Appletalk seems to be wanting to respond to the PPP
connection?

        With greatest thanks and appreciation,

                Erik.

 
"You use a Windows machine and the golden rule is: Save, and save often,"
Torvalds said. "It's scary how people have grown used to the idea that
computers are unreliable when it is not the computer at all -- it's the
operating system that just doesn't cut it."

Reply via email to