From owner-freebsd-questions Sun Sep 26 3:21:24 1999 Delivered-To: freebsd-questions@freebsd.org Received: from pc759.cs.msu.su (pc759.cs.msu.su [158.250.10.223]) by hub.freebsd.org (Postfix) with ESMTP id 4A1B214D4D for ; Sun, 26 Sep 1999 03:21:18 -0700 (PDT) (envelope-from der@pc759.cs.msu.su) Received: from localhost (der@localhost) by pc759.cs.msu.su (8.9.3/8.9.3) with ESMTP id OAA08017 for ; Sun, 26 Sep 1999 14:43:49 GMT (envelope-from der@pc759.cs.msu.su) Date: Sun, 26 Sep 1999 14:43:48 +0000 (GMT) From: Alex Derevyanko To: freebsd-questions@FreeBSD.org Subject: Pppd configuration in 3.3-RELEASE Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Yesterday i set up a 3.3-RELEASE on my dial-up server, and sticks in the pppd configuration problem. I can't configure pppd to make the PAP authentification. This is my /etc/ppp/options file: proxyarp 158.250.10.223:158.250.10.225 idle 600 require-pap refuse-chap auth and this is my /etc/ppp/pap-secrets file: der pc759 "password" there "password" - my system password. Every time i tryes to connect, the pppd logs: ... Sep 26 13:20:11 pc759 pppd[7836]: pppd 2.3.5 started by root, uid 0 Sep 26 13:20:11 pc759 pppd[7836]: Connect: ppp0 <--> /dev/ttyd1 Sep 26 13:20:14 pc759 pppd[7836]: PAP authentication failure for nikitina Sep 26 13:20:15 pc759 pppd[7836]: Connection terminated, connected for 1 minutes ... What's wrong with my pap-secrets file ? Alex Derevyanko. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message