On Sun, 28 May 2000, Chuck Meade wrote:
The PPP link negotiation messages below have been edited to remove
duplicate lines and kernel messages. Nice formatting though. :)
|My ppp startup scripts and the set of options I have
|been using to connect to Mindspring recently stopped
|working. Please forgive me if I have attached too
|much info. Shouldn't be too much more than a
|screenful
|or two.
|
|Here are the pppd options I'm using:
|
|debug
|kdebug 7
|asyncmap 0
|defaultroute
|noipdefault
|modem
|crtscts
|
|These options worked fine until recently.
|Here is the output of a connection attempt as captured
|from /var/log/messages:
|
|May 28 22:29:50 hi pppd[788]: Serial connection
|established.
|May 28 22:29:51 hi pppd[788]: Using interface ppp0
|May 28 22:29:51 hi pppd[788]: Connect: ppp0 <-->
|/dev/ttyS0
|May 28 22:29:51 hi pppd[788]: sent [LCP ConfReq id=0x1
|<asyncmap 0x0> <magic 0xfb590fa1> <pcomp> <accomp>]
|May 28 22:29:51 hi pppd[788]: rcvd [LCP ConfNak id=0x1
|<asyncmap 0xffffffff>]
|May 28 22:29:51 hi pppd[788]: sent [LCP ConfReq id=0x2
|<magic 0xfb590fa1> <pcomp> <accomp>]
|May 28 22:29:52 hi pppd[788]: rcvd [LCP ConfAck id=0x2
|<magic 0xfb590fa1> <pcomp> <accomp>]
|May 28 22:29:53 hi pppd[788]: rcvd [LCP ConfReq id=0x2
|<mru 1514> <asyncmap 0xffffffff> <magic 0xadac9569>
|<pcomp> <accomp> < 11 04 05 ea> < 13 03 00>]
|May 28 22:29:53 hi pppd[788]: sent [LCP ConfRej id=0x2
|< 11 04 05 ea> < 13 03 00>]
|May 28 22:29:54 hi pppd[788]: rcvd [LCP ConfReq id=0x3
|<mru 1514> <asyncmap 0xffffffff> <magic 0xadac9569>
|<pcomp> <accomp>]
|May 28 22:29:54 hi pppd[788]: sent [LCP ConfAck id=0x3
|<mru 1514> <asyncmap 0xffffffff> <magic 0xadac9569>
|<pcomp> <accomp>]
What's missing in the LCP negotiations is a request from the ISP for some
type of authentication. Are you using chat to do login/passwd entries?
If so then the ISP may now require that you connect and start PPP
negotiations immediately without the login/password, and use PAP or CHAP
authentication. What you are getting with a login/passwd may be a
legacy PPP implementation for login/password that no longer functions
correctly.
|May 28 22:29:54 hi pppd[788]: sent [IPCP ConfReq
|id=0x1 <addr 0.0.0.0> <compress VJ 0f 01>]
|May 28 22:29:54 hi pppd[788]: rcvd [IPCP ConfReq
|id=0x4 <compress VJ 0f 00> <addr 207.205.232.112>]
|May 28 22:29:54 hi pppd[788]: sent [IPCP ConfAck
|id=0x4 <compress VJ 0f 00> <addr 207.205.232.112>]
The peer requests VJ compression with the 00 option while pppd asks for VJ
compression with the 01 option. This has sometimes been a sign that the
peer VJ implementation is broken. The answer to such a problem is the pppd
"novj" option.
|May 28 22:29:55 hi pppd[788]: Hangup (SIGHUP)
|May 28 22:29:55 hi pppd[788]: Modem hangup
|May 28 22:29:55 hi pppd[788]: Connection terminated.
|May 28 22:29:56 hi pppd[788]: Exit.
|
|Any help/suggestions will be greatly appreciated.
|Thanks,
Of the two suggestions above, I'd guess that you need to remove chat
expect-sends that do login/password and configure for PAP and CHAP.
Configuring for PAP and CHAP is done by using the pppd option "user
<YourISPusername>" and inserting the line
YourISPusername * YourISPpassword
in both /etc/ppp/{pap,chap}-secrets files, with the obvious substitutions.
---
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]