From owner-freebsd-net@FreeBSD.ORG Wed Oct 1 11:25:13 2003 Return-Path: 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 8558C16A4BF for ; Wed, 1 Oct 2003 11:25:13 -0700 (PDT) Received: from arginine.spc.org (arginine.spc.org [195.206.69.236]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6A0DB43FB1 for ; Wed, 1 Oct 2003 11:25:12 -0700 (PDT) (envelope-from bms@spc.org) Received: from localhost (localhost [127.0.0.1]) by arginine.spc.org (Postfix) with ESMTP id B3A2365449; Wed, 1 Oct 2003 19:25:10 +0100 (BST) Received: from arginine.spc.org ([127.0.0.1]) by localhost (arginine.spc.org [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 74363-01; Wed, 1 Oct 2003 19:25:10 +0100 (BST) Received: from saboteur.dek.spc.org (unknown [81.3.72.68]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by arginine.spc.org (Postfix) with ESMTP id 7A502653AC; Wed, 1 Oct 2003 19:25:09 +0100 (BST) Received: by saboteur.dek.spc.org (Postfix, from userid 1001) id 3AE849; Wed, 1 Oct 2003 19:25:08 +0100 (BST) Date: Wed, 1 Oct 2003 19:25:07 +0100 From: Bruce M Simpson To: Barney Wolff Message-ID: <20031001182507.GA24453@saboteur.dek.spc.org> References: <5.2.1.1.2.20030615064011.02e39eb8@194.184.65.4> <20031001170856.GJ13612@saboteur.dek.spc.org> <20031001181759.GA65157@pit.databus.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20031001181759.GA65157@pit.databus.com> cc: esperti@gufi.org cc: net@freebsd.org Subject: Re: ADSL PPoA or RFC1483, any solutions ? X-BeenThere: freebsd-net@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Networking and TCP/IP with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 01 Oct 2003 18:25:13 -0000 On Wed, Oct 01, 2003 at 02:17:59PM -0400, Barney Wolff wrote: > Are you talking about running the phone line directly to the fbsd box > with no dsl modem? Yes. Also, PPPoA in FreeBSD is currently only implemented if you use ngatm, because of the signalling involved. RFC 1483 framing is a simple bolt-on to the existing HARP drivers, but those don't support xDSL PHYs. BMS