Date: Thu, 22 Feb 2001 10:11:50 -0500 From: "Clark Gaylord" <cgaylord@vt.edu> To: <gvf@nk.ukrtel.net> Cc: <freebsd-net@freebsd.org> Subject: Re: user PPP HDLC errors Message-ID: <009101c09ce1$c8bba810$6501000a@cns.vt.edu> References: <20010221132638.A12216@mailhub.nk.ukrtel.net>
next in thread | previous in thread | raw e-mail | index | archive | help
I noticed similar errors upon starting PPP sessions ... are you bringing up the second line every couple minutes? What this seemed to be was some ASCII overlap at the beginning of the PPP session. I was using ASCII (i.e. scripted) login at the time and the message the access server sent ("your address is x.x.x.x, etc") was being interpreted by PPP as invalid frames. Check that your access server isn't trying to send you some text garbage. My solution was to go to strictly PAP authentication, and in our case this meant the access server did not spew garbage after the authentication completed. Let me know if this sounds consistent with your situation. Clark Gaylord Blacksburg, VA cgaylord@vt.edu ----- Original Message ----- From: George Fedorenko <gvf@nk.ukrtel.net> To: <freebsd-net@freebsd.org> Sent: Wednesday, 21 February, 2001 06:26 Subject: user PPP HDLC errors > Hi, all > > I have a lot of such messages in my log file. > What do they mean? Is it a harware problem? > > ( PPP is in MP mode. FreeBSD 4.0R) > > Feb 18 16:54:51 smtp ppp[58]: tun0: Phase: 1: HDLC errors -> FCS: 2, ADDR: 0, COMD: 0, PROTO: 0 > Feb 18 16:55:52 smtp ppp[58]: tun0: Phase: 1: HDLC errors -> FCS: 3, ADDR: 0, COMD: 0, PROTO: 0 > Feb 18 16:56:53 smtp ppp[58]: tun0: Phase: 1: HDLC errors -> FCS: 2, ADDR: 0, COMD: 0, PROTO: 0 > Feb 18 16:58:55 smtp ppp[58]: tun0: Phase: 1: HDLC errors -> FCS: 3, ADDR: 0, COMD: 0, PROTO: 0 > Feb 18 16:59:57 smtp ppp[58]: tun0: Phase: 1: HDLC errors -> FCS: 3, ADDR: 0, COMD: 0, PROTO: 0 > Feb 18 17:00:58 smtp ppp[58]: tun0: Phase: 1: HDLC errors -> FCS: 7, ADDR: 0, COMD: 0, PROTO: 0 > > -- > George Fedorenko > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-net" in the body of the message > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-net" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?009101c09ce1$c8bba810$6501000a>