From owner-freebsd-net@FreeBSD.ORG Sun Mar 28 08:40:20 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 7841116A4CE for ; Sun, 28 Mar 2004 08:40:20 -0800 (PST) Received: from mailhub.fokus.fraunhofer.de (mailhub.fokus.fraunhofer.de [193.174.154.14]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8B61B43D1D for ; Sun, 28 Mar 2004 08:40:19 -0800 (PST) (envelope-from brandt@fokus.fraunhofer.de) Received: from beagle (beagle [193.175.132.100])i2SGeAJ12136; Sun, 28 Mar 2004 18:40:11 +0200 (MEST) Date: Sun, 28 Mar 2004 18:40:10 +0200 (CEST) From: Harti Brandt To: User Ernie In-Reply-To: <200403272055.i2RKts0M078063@spooky.eis.net.au> Message-ID: <20040328183854.P10175@beagle.fokus.fraunhofer.de> References: <200403272055.i2RKts0M078063@spooky.eis.net.au> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII 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 16:40:20 -0000 On Sun, 28 Mar 2004, User Ernie wrote: UE>> On Sat, Mar 27, 2004 at 11:32:55PM +1000, User Ernie wrote: UE>> > Is it possible to use some like ng_ppp and mpd to hook to this card so I UE>> > can establish a PPPoA session? If so can anyone suggest an mpd config? UE>> UE>> Far simpler; if it supports the NATM API, you should be able to run UE>> userland ppp to begin with over it. This is documented in the Handbook UE>> now. Whilst userland PPP is 'teh suck', for the purposes of verifying that UE>> your configuration is working, it's useful. UE>> UE>> BMS UE>> UE> UE>I looked in the handbook orgilginally, chapter 18.6 is where I learnt about UE>mpd. The userland PPP example for PPPoA seemed to use and externam USB UE>modem. Which section is the NATM example in? I think there is no. I tried to contact Brian Somers to get some hints about the ppp/netgraph interface, to write a corresponding section, but without luck. harti