From owner-freebsd-isp@FreeBSD.ORG Thu Mar 31 15:41:29 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 7562C16A4CE; Thu, 31 Mar 2005 15:41:29 +0000 (GMT) Received: from mail.yazzy.org (mail.yazzy.org [217.8.140.16]) by mx1.FreeBSD.org (Postfix) with ESMTP id F2FD543D48; Thu, 31 Mar 2005 15:41:28 +0000 (GMT) (envelope-from lists@yazzy.org) Received: from yazzy.yazzy.net (yazzy.yazzy.org [192.168.98.11]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.yazzy.org (Postfix) with ESMTP id A874F39911; Thu, 31 Mar 2005 17:43:17 +0200 (CEST) Date: Thu, 31 Mar 2005 15:41:50 +0000 From: Marcin Jessa To: Brian Somers Message-Id: <20050331154150.05ccb738.lists@yazzy.org> In-Reply-To: <20050331130213.656c4b88@dev.lan.Awfulhak.org> References: <200503311104.57782.bikrant_ml@wlink.com.np> <05af01c535b8$b4a51720$42764eca@ilo.skyinet.net> <20050331130213.656c4b88@dev.lan.Awfulhak.org> Organization: YazzY.org X-Mailer: Sylpheed version 1.0.0 (GTK+ 1.2.10; i686-pc-linux-gnu) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit cc: freebsd-isp@freebsd.org cc: fooler@skyinet.net cc: bikrant_ml@wlink.com.np 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 15:41:29 -0000 Hi Brian, guys. Do you plan to add additional radius atributes to the PPP code ? The one I really miss is tx/rx data rate limitation. It'd be great if PPP could set bandwith limit based on those atributes received from radius server(s). I can't unfortunately code that myself but I know this is done with Linux's ppp by www.mikrotik.com/ and http://www.staros.com/ They all provide their changed code as it's GPL'd. Cheers On Thu, 31 Mar 2005 13:02:13 +0100 Brian Somers wrote: > On Thu, 31 Mar 2005 14:13:06 +0800, "fooler" wrote: > > 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. > > Patches are always welcome :*P >