From owner-freebsd-net@FreeBSD.ORG Wed Jul 6 23:34:49 2005 Return-Path: X-Original-To: freebsd-net@freebsd.org Delivered-To: freebsd-net@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D5A6A16A41C for ; Wed, 6 Jul 2005 23:34:49 +0000 (GMT) (envelope-from drgenio@gmail.com) Received: from wproxy.gmail.com (wproxy.gmail.com [64.233.184.193]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8365343D46 for ; Wed, 6 Jul 2005 23:34:49 +0000 (GMT) (envelope-from drgenio@gmail.com) Received: by wproxy.gmail.com with SMTP id i2so74077wra for ; Wed, 06 Jul 2005 16:34:47 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=nmHb2JK/tZsvNiDOgwoKF5fdLiOIBcRC6VWsZ1QNlVXZFWytMGmKNl3MzR+H4El6Sa5My9xMGYTGT7JF9wSqA4LQQAyU5RQSnxyl0flZI+XsOjNYwBYol8pegLPL5ulPOnGiVhT0ZJadL71qKP8/vsrEQLS923X2pwkwHqRvr4I= Received: by 10.54.25.38 with SMTP id 38mr225269wry; Wed, 06 Jul 2005 16:34:47 -0700 (PDT) Received: by 10.54.3.59 with HTTP; Wed, 6 Jul 2005 16:34:47 -0700 (PDT) Message-ID: <25a1a0990507061634655433ec@mail.gmail.com> Date: Wed, 6 Jul 2005 20:34:47 -0300 From: =?ISO-8859-1?Q?Hern=E1n_Freschi?= To: freebsd-net@freebsd.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline Subject: pppoe+radius server X-BeenThere: freebsd-net@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: =?ISO-8859-1?Q?Hern=E1n_Freschi?= List-Id: Networking and TCP/IP with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 06 Jul 2005 23:34:49 -0000 Hi everyone, I'm new to this list and I have a question about PPP. I'm trying to port to BSD what I have already done in Linux, it's a pppoe access server, like "Project Warta". On Linux I had a PPP plugin called "radattr.so", which writes a file named /var/run/radattr.ifacename containing the attr-values returned by the RADIUS server. When the interface comes up, the script parses the file and finds the speed limit for the user, for example "Download =3D 256". Is there anything like that plugin for FreeBSD? Thanks, Hernan Freschi