From owner-freebsd-questions@FreeBSD.ORG Thu May 8 19:44:58 2003 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7D5E437B401 for ; Thu, 8 May 2003 19:44:58 -0700 (PDT) Received: from marshlands.net (acecomms.acenet.net.au [202.83.84.95]) by mx1.FreeBSD.org (Postfix) with ESMTP id BDF5243FCB for ; Thu, 8 May 2003 19:44:51 -0700 (PDT) (envelope-from andrew@marshlands.net) Received: from (202.83.84.95 [202.83.84.95]) by MailEnable Inbound Mail Agent with ESMTP; Fri, 09 May 2003 12:44:38 +1000 Message-ID: <001a01c315d4$eef4da60$5f5453ca@acegroupcentral.net> From: "Systems Administrator" To: Date: Fri, 9 May 2003 12:44:38 +1000 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 6.00.2800.1106 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106 Subject: PPPD + Radius X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 09 May 2003 02:44:58 -0000 Hi All, I am running FreeBSD 5.0 . Can anybody PLEASE tell me how to get PPP to work with radius! I have installed RadiusClient library, and my ppp config files are as follows; /etc/ppp/ppp.conf --------- set radius /etc/radius.conf /etc/radius.conf ---------------- acct ServerIP Secret auth ServerIP Secret I receive the following error when trying to initate the PPPD; xxx /usr/sbin/pppd: peer authentication required but no suitable secret(s) found xxx pppd[695]: peer authentication required but no suitable secret(s) found xxx /usr/sbin/pppd: for authenticating any peer to us (HOST) xxx pppd[695]: for authenticating any peer to us (HOST) Thanks. Andrew andrew@marshlands.net