From owner-freebsd-questions Wed Nov 15 19:52:52 2000 Delivered-To: freebsd-questions@freebsd.org Received: from ns1.hutchtel.net (ns1.hutchtel.net [206.9.112.100]) by hub.freebsd.org (Postfix) with ESMTP id 07E7437B479 for ; Wed, 15 Nov 2000 19:52:46 -0800 (PST) Received: from mark8 (hutch-264.hutchtel.net [206.10.67.192]) by ns1.hutchtel.net (8.9.1/8.9.0) with SMTP id VAA13629; Wed, 15 Nov 2000 21:52:41 -0600 (CST) Message-ID: <00d701c04f80$ff3a6880$0200000a@vladsempire.net> From: "Josh Paetzel" To: , "FreeBSD Questions" References: Subject: Re: User PPP Won't Authenticate (third request) Date: Wed, 15 Nov 2000 21:55:00 -0600 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.00.2919.6600 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2919.6600 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG ----- Original Message ----- From: "Robert Goff" To: "FreeBSD Questions" Sent: Friday, November 10, 2000 12:33 PM Subject: User PPP Won't Authenticate (third request) > I have two modems connected to cuaa0 and cuaa1. User ppp in interactive > mode can talk to both of them. ppp in auto seems to intialize ok, and can > dial and connect on the first modem. However, it can't authenticate with > the server, and I can't read the log well enough to determine why. It looks > like the server is asking for PAP, but after ppp sends the username and > password something seems to go wrong and I don't know what. > > I tried it with a unix-style login chat script, but that's definitly wrong. > The server never sends a login: prompt in the clear. I checked that in > interactive mode too. > > Could someone look this over and tell me what you see? Thanks. (ppp.conf > is at the bottom) > What are the options that you are passing to ppp? For instance, I start ppp with the command... ppp -auto -nat -quiet papchap It looks like ppp is trying to use the chat script, which is going to fail every time if the server is using PAP. To get ppp to use PAP with your ppp.conf you will need to do something like this.... ppp -auto fisi_auth Josh (SNIP) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message