On Thu, 27 Aug 1998, Wally Taylor wrote:
> Can't establish dial-up ppp connection to my ISP. I am using RedHat Linux
> 5.1. The modems connect, login and password sequence is ok. I have
> previously verified via minicom that the ISP host is sending the "garbage"
> string to indicate the beginning of ppp.
> But when pppd begins, my box sends repeated lcp-confreq messages without
> receiving any. After about 90 seconds, the modem hangs up. The provider
> indicates that he is receiving and sending lcp messages. Our side doesn't
> see the replies.
Presuming that this is the log from your system, the log says that you are
sending a config request but not receiving a response from the ISP.
> Our ppp options file includes:
> /dev/cua0
Not important, but you might want to use ttyS0. The cua devices are
deprecated. I wish RedHat would remove them.
...
> mru 542
This is an odd value, but I don't see any documentation saying it
shouldn't work. The minimum is 128, the recommendation for slow links is
296 (256 bytes + 40 bytes overhead), and I usually expect (256*n)+40
(e.g., 552 for n=2). You might want to comment this out (i.e., use the
default 1500) and see what happens.
...
> 7. Aug 24 10:14:58 ourhost pppd[1362]: sent [LCP ConfReq id=0x1 <mru 542>
> <magic 0x3fff> <pcomp> <accomp>]
> 8. Aug 24 10:15:31 ourhost last message repeated 11 times
> 9. Aug 24 10:16:07 ourhost last message repeated 12 times
You send the request, yet receive no response. If you use chat, add the
-v (verbose) option and examine the output. Although you tested the
connection with minicom, you might have missed something. It appears that
the remote side isn't running pppd, yet.
Geof
DISCLAIMER: The comments above are my own and may not represent the views
of my employer.
+-------------------------------+-------------------------------------------+
: Geoffrey P. Goodrum : US Department of Commerce :
: +1-301-457-5100 : NOAA/NESDIS National Climatic Data Center :
: [EMAIL PROTECTED]: Satellite Services Branch :
+-------------------------------+-------------------------------------------+
-
To unsubscribe from this list: send the line "unsubscribe linux-ppp" in
the body of a message to [EMAIL PROTECTED]