From owner-freebsd-net@FreeBSD.ORG Sun Mar 28 10:16:36 2004 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 13A7416A4CE for ; Sun, 28 Mar 2004 10:16:36 -0800 (PST) Received: from arginine.spc.org (arginine.spc.org [195.206.69.236]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7C8E943D55 for ; Sun, 28 Mar 2004 10:16:35 -0800 (PST) (envelope-from bms@spc.org) Received: from localhost (localhost [127.0.0.1]) by arginine.spc.org (Postfix) with ESMTP id 56DAE65218; Sun, 28 Mar 2004 19:16:33 +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 09299-04; Sun, 28 Mar 2004 19:16:32 +0100 (BST) Received: from empiric.dek.spc.org (82-147-17-88.dsl.uk.rapidplay.com [82.147.17.88]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by arginine.spc.org (Postfix) with ESMTP id C41A965216; Sun, 28 Mar 2004 19:16:30 +0100 (BST) Received: by empiric.dek.spc.org (Postfix, from userid 1001) id B3B466108; Sun, 28 Mar 2004 19:16:29 +0100 (BST) Date: Sun, 28 Mar 2004 19:16:29 +0100 From: Bruce M Simpson To: User Ernie Message-ID: <20040328181629.GD94618@empiric.dek.spc.org> Mail-Followup-To: User Ernie , freebsd-net@freebsd.org References: <20040327181345.GD90316@empiric.dek.spc.org> <200403272055.i2RKts0M078063@spooky.eis.net.au> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200403272055.i2RKts0M078063@spooky.eis.net.au> cc: freebsd-net@freebsd.org Subject: Re: PCI ADSL card and PPPoA 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: Sun, 28 Mar 2004 18:16:36 -0000 On Sun, Mar 28, 2004 at 06:55:54AM +1000, User Ernie wrote: > I looked in the handbook orgilginally, chapter 18.6 is where I learnt about > mpd. The userland PPP example for PPPoA seemed to use and externam USB > modem. Which section is the NATM example in? The USB modem in question *is* an NATM advice; the use of the PPPoA keyword in the device statement is NATM specific, not USB specific. This doesn't appear to be mentioned in the ppp(8) manpage which is perhaps a bug... BMS