Date: Sun, 22 Nov 1998 14:48:00 +0000 From: Brian Somers <brian@Awfulhak.org> To: richard <richard@sneaker.net.au> Cc: freebsd-questions@FreeBSD.ORG Subject: Re: ppp pap failed ? Message-ID: <199811221448.OAA42841@woof.lan.awfulhak.org> In-Reply-To: Your message of "Sat, 21 Nov 1998 16:47:38 %2B0800." <36567E2A352.5BD7RICHARD@mail.sneaker.net.au>
next in thread | previous in thread | raw e-mail | index | archive | help
> Hi all, > > using freebsd 3.0 > ppp myisp connect to my ISP with dns enalbe in ppp.conf. > Also, an entrent of my user name > and passsword in /etc/ppp/ppp.secrete file. You must use ``set authname'' and ``set authkey'' if you want to reply to your ISPs PAP demands. ppp.secret is for when you demand that the peer authenticates themselves. [.....] > Nov 19 16:31:46 myname ppp[395]: tun0: Command: myisp: set authname myname > Nov 19 16:31:46 myname ppp[395]: tun0: Command: myisp: set authkey ******** Looks good. [.....] > Nov 19 16:35:15 myname ppp[395]: tun0: LCP: deflink: SendConfigReq(1) state = Ack-Sent > Nov 19 16:35:15 myname ppp[395]: tun0: LCP: ACFCOMP[2] > Nov 19 16:35:15 myname ppp[395]: tun0: LCP: PROTOCOMP[2] > Nov 19 16:35:15 myname ppp[395]: tun0: LCP: ACCMAP[6] 0x00000000 > Nov 19 16:35:15 myname ppp[395]: tun0: LCP: MRU[4] 1500 > Nov 19 16:35:15 myname ppp[395]: tun0: LCP: MAGICNUM[6] 0x58f9d9a0 > Nov 19 16:35:15 myname ppp[395]: tun0: LCP: deflink: RecvConfigReq(1) state = Ack-Sent > Nov 19 16:35:15 myname ppp[395]: tun0: LCP: MRU[4] 296 > Nov 19 16:35:15 myname ppp[395]: tun0: LCP: AUTHPROTO[4] 0xc023 (PAP) > Nov 19 16:35:15 myname ppp[395]: tun0: LCP: MAGICNUM[6] 0x1f2d6144 > Nov 19 16:35:15 myname ppp[395]: tun0: LCP: PROTOCOMP[2] > Nov 19 16:35:15 myname ppp[395]: tun0: LCP: ACFCOMP[2] [.....] The peer doesn't seem to want to acknowledge any of your requests. Maybe this is something to do with the funny MRU they're asking for. Can you try ``set mru 296' in your config file and see if that helps ? Cheers. -- Brian <brian@Awfulhak.org>, <brian@FreeBSD.org>, <brian@OpenBSD.org> <http://www.Awfulhak.org> Don't _EVER_ lose your sense of humour.... To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199811221448.OAA42841>