On Fri, 20 Aug 1999, Michael R. Miller wrote:
|I am having problems with connecting to my ISP. The dialing script seems to
|work and has in the past worked with a different ISP. I am using Slackware
|linux version 2.0.33. I have also installed the ppp-2.3.4 and have built the
|kernel and installed both the kernel and pppd. The current problem is that I
|get the following message at the console when I launch the dial script.
|
|ppp: frame with bad fcs, excess = 6c2e
|ppp: frame with bad fcs, excess = 3d88
|ppp: frame with bad fcs, excess = 28a8
|ppp: frame with bad fcs, excess = ced7
|
|The debug logs are as follows:
[edited]
|Aug 20 08:47:53 miller pppd[979]: sent [LCP ConfReq id=0x1 <asyncmap 0x0>
<magic 0xde99c959> <pcomp> <accomp>]
|Aug 20 08:47:54 miller pppd[979]: rcvd [LCP ConfReq id=0x1 <asyncmap 0x0>
<magic 0xde99c959> <pcomp> <accomp>]
|Aug 20 08:47:54 miller pppd[979]: sent [LCP ConfNak id=0x1 <magic 0x99fb84ba>]
Pppd is talking to itself, note that the first sent and the rcvd message
have the same magic number. Pppd knows something is wrong since the third
message is a request to change the magic number. But it keeps on anyway.
|Aug 20 08:47:54 miller pppd[979]: rcvd [LCP ConfNak id=0x1 <magic 0x99fb84ba>]
|Aug 20 08:47:54 miller pppd[979]: sent [LCP ConfReq id=0x2 <asyncmap 0x0>
<magic 0x78c4bb5a> <pcomp> <accomp>]
Pppd gets his Nak back and decides to change magic numbers and restart
negotiations. The rest of the log was more of the same.
In my experience this has usually been due to a chat script that has not
properly terminated.
---
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]