On Tue, 18 Aug 1998, Hatz Andrew (RBAU/EMA) wrote:
> > Well, I figured out why the pap was messing up, it was getting confused
> > with what user to use, so I have to explicitly put it in the pppd
> > command line... no big deal, but now it can't negotiate protocals! here
> > are the snippets of the log files....
Andreas' analysis is on the mark. BTW, CCP means "Compression Control
Protocol" and negotiates the software compression options for the link.
The protocol failures are pretty typical when connecting a Linux box to an
NT box that has all protocols enabled for PPP. I presume you don't care
about x802b (IPX) or x8029 (I can never remember this one), so ignore
these messages.
> now things start going a little haywire. your machine is now happy
> with the negotiation and tries to negotiate an IP address and then finish
> off. it sends a request fir IP address 0.0.0.0, but the peer sends a CCP
> config request of some kind (no idea what CCP is) your machine sends a ccp
> config request with id=0x1 and also rejects the ccp request with id=0x3...
>
> > Aug 17 23:42:58 chaoscentral pppd[169]: sent [IPCP ConfReq id=0x1 <addr
> > 0.0.0.0> <compress VJ 0f 01>]
> > Aug 17 23:42:58 chaoscentral pppd[169]: rcvd [CCP ConfReq id=0x3 < 12 06
> > 00 00 00 01> < 11 05 00 01 03> <bsd v1 12> <predictor 1>]
> > Aug 17 23:42:58 chaoscentral pppd[169]: sent [CCP ConfReq id=0x1]
> > Aug 17 23:42:58 chaoscentral pppd[169]: sent [CCP ConfRej id=0x3 < 12 06
> > 00 00 00 01> < 11 05 00 01 03>]
> >
> now the peer decides to do the IPCP config after all and requests
> the IP address of 207.250.150.101 which your machine acknowlages.
>
> > Aug 17 23:42:58 chaoscentral pppd[169]: rcvd [IPCP ConfReq id=0x4
> > <compress VJ 0f 01> <addr 207.250.150.101>]
> > Aug 17 23:42:58 chaoscentral pppd[169]: sent [IPCP ConfAck id=0x4
> > <compress VJ 0f 01> <addr 207.250.150.101>]
...
> >
> here there seems to be a second IPCP negotiation:
>
> > Aug 17 23:43:00 chaoscentral pppd[169]: rcvd [IPCP ConfNak id=0x1 <addr
> > 207.250.150.149>]
> > Aug 17 23:43:00 chaoscentral pppd[169]: sent [IPCP ConfReq id=0x2 <addr
> > 207.250.150.149> <compress VJ 0f 01>]
> >
...
> > Aug 17 23:43:00 chaoscentral pppd[169]: rcvd [IPCP ConfAck id=0x2 <addr
> > 207.250.150.149> <compress VJ 0f 01>]
> > Aug 17 23:43:00 chaoscentral pppd[169]: sent [IPCP TermReq id=0x3
> > "Interface configuration failed"]
...
> i think one needs to have a good look at your options file. my
> apologies if you have allready sent it.
I agree. It looks to me like you might be telling the ISP which IP
address to use (207.250.150.149). Do you have a line that specifies IP
addresses in your options (e.g., 0.0.0.0:207:250.150.149)? If so, remove
it and use only 'noipdefault'. You could also use 'ipcp-accept-local' and
'ipcp-accept-remote', which overrides any option-specified addresses with
ISP-provided addresses.
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]