From owner-freebsd-isp@FreeBSD.ORG Thu Mar 31 06:13:09 2005 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 1029316A4CE; Thu, 31 Mar 2005 06:13:09 +0000 (GMT) Received: from smtp2.skyinet.net (smtp2.skyinet.net [202.78.97.7]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8446443D5D; Thu, 31 Mar 2005 06:13:08 +0000 (GMT) (envelope-from fooler@skyinet.net) Received: from fooler (fooler.ilo.skyinet.net [202.78.118.66]) by smtp2.skyinet.net (Postfix) with SMTP id 607F75BA72; Thu, 31 Mar 2005 14:13:06 +0800 (PHT) Message-ID: <05af01c535b8$b4a51720$42764eca@ilo.skyinet.net> From: "fooler" To: "Bikrant Neupane" , References: <200503311104.57782.bikrant_ml@wlink.com.np> Date: Thu, 31 Mar 2005 14:13:06 +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.1409 cc: freebsd-net@freebsd.org Subject: Re: radius client parameters 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: Thu, 31 Mar 2005 06:13:09 -0000 ----- Original Message ----- From: "Bikrant Neupane" To: Sent: Thursday, March 31, 2005 1:19 PM Subject: radius client parameters > Hi > > I would like the radius client send some optional parameters to my Radius > server ( running Radiator). How would I do that? > I am authenticating pppoe users with the radius server. Now I would like add > some features like MACAddress+UserName+Password authentication. So that I can > restrict the username on MAC address basis. > > I am running PPPoE with radius client on FreeBSD 4.10 and 4.9. > > Any help/pointer is highly appreciated. although brian somers (author of user ppp) forgot to document from the ppp's man page, the mac address is in the CALLING_STATION_ID (type 31) radius attribute :-> fooler.