From owner-freebsd-questions Sun Nov 22 06:49:16 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id GAA13164 for freebsd-questions-outgoing; Sun, 22 Nov 1998 06:49:16 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from awfulhak.org (awfulhak.force9.co.uk [195.166.136.63]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id GAA13155 for ; Sun, 22 Nov 1998 06:49:12 -0800 (PST) (envelope-from brian@Awfulhak.org) Received: from woof.lan.awfulhak.org (woof.lan.Awfulhak.org [172.16.0.7]) by awfulhak.org (8.8.8/8.8.8) with ESMTP id OAA05662; Sun, 22 Nov 1998 14:47:59 GMT (envelope-from brian@Awfulhak.org) Received: from woof.lan.awfulhak.org (localhost [127.0.0.1]) by woof.lan.awfulhak.org (8.9.1/8.9.1) with ESMTP id OAA42841; Sun, 22 Nov 1998 14:48:00 GMT (envelope-from brian@woof.lan.awfulhak.org) Message-Id: <199811221448.OAA42841@woof.lan.awfulhak.org> X-Mailer: exmh version 2.0.2 2/24/98 To: richard cc: freebsd-questions@FreeBSD.ORG Subject: Re: ppp pap failed ? In-reply-to: Your message of "Sat, 21 Nov 1998 16:47:38 +0800." <36567E2A352.5BD7RICHARD@mail.sneaker.net.au> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Sun, 22 Nov 1998 14:48:00 +0000 From: Brian Somers Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > 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 , , 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