From owner-freebsd-isp@FreeBSD.ORG Mon Dec 13 05:33:48 2004 Return-Path: Delivered-To: freebsd-isp@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E1E6616A4CE for ; Mon, 13 Dec 2004 05:33:48 +0000 (GMT) Received: from smtp1.skyinet.net (smtp1.skyinet.net [202.78.97.6]) by mx1.FreeBSD.org (Postfix) with ESMTP id B198443D39 for ; Mon, 13 Dec 2004 05:33:47 +0000 (GMT) (envelope-from fooler@skyinet.net) Received: from fooler (fooler.ilo.skyinet.net [202.78.118.66]) by smtp1.skyinet.net (Postfix) with SMTP id 2E78158328; Mon, 13 Dec 2004 13:33:37 +0800 (PHT) Message-ID: <0d7001c4e0d5$549f2bf0$42764eca@ilo.skyinet.net> From: "fooler" To: "Tim McCullagh" , References: <034001c4dcdd$fc02c6a0$6500a8c0@halenet.com.au> Date: Mon, 13 Dec 2004 13:33:52 +0800 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 1 X-MSMail-Priority: High X-Mailer: Microsoft Outlook Express 6.00.2800.1437 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1441 Subject: Re: PPPOE and radius X-BeenThere: freebsd-isp@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Internet Services Providers List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 13 Dec 2004 05:33:49 -0000 ----- Original Message ----- From: "Tim McCullagh" To: Sent: Wednesday, December 08, 2004 12:25 PM Subject: PPPOE and radius > Hi Fellows > > Has anyone on the list implemented a FreeBSD PPPOE server with radius > requests to a Separate FreeBSD server running the radiator radius server? > > I have set up such a system as the diagram below > | Public IP > FreeBSD radius server running Radiator > | Private IP 192.168.x.x > | > Switch > | > | Private IP 192.168.x.x > Freebsd Gateway PPPOE server > | Public IP 61.x.x.1 > | Public IP 61.x.x.10 or dynamically assigned > Dlink 704P router > | Private IP NAT > > > The problem I am having is that the Freebsd gateway server is sending radius > requests to the FreeBSD radius server, the radius server is processing the > request and logging an Access-Accept however the FreeBSD gateway is > reporting an error No valid radius reply received. > > It would appear as if the problem lies in the format of the reply > attributes. I have logged all the incoming connections and there is an > incoming radius reply request. > > Can anyone tell me what attributes the Freebsd Gateway server would be > looking for in the return reply try to do some tcpdump at your freebsd gateway pppoe server if there is a radius packet coming in... i successfully setup pppoed + ppp as pppoe gateway and authenticating at radiator radius server on the other machine... the interface card facing the pppoe clients doesnt have an ip address... let the ppp session take care of it... fooler.