From owner-freebsd-atm@FreeBSD.ORG Tue Jun 21 13:25:05 2005 Return-Path: X-Original-To: freebsd-atm@freebsd.org Delivered-To: freebsd-atm@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7C45016A41C; Tue, 21 Jun 2005 13:25:05 +0000 (GMT) (envelope-from bms@spc.org) Received: from arginine.spc.org (arginine.spc.org [83.167.185.2]) by mx1.FreeBSD.org (Postfix) with ESMTP id 37A6543D4C; Tue, 21 Jun 2005 13:25:04 +0000 (GMT) (envelope-from bms@spc.org) Received: from localhost (localhost [127.0.0.1]) by arginine.spc.org (Postfix) with ESMTP id 5275B6520E; Tue, 21 Jun 2005 14:24:59 +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 59252-03; Tue, 21 Jun 2005 14:24:58 +0100 (BST) Received: from empiric.dek.spc.org (host81-136-156-39.in-addr.btopenworld.com [81.136.156.39]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by arginine.spc.org (Postfix) with ESMTP id 7B6E4651F4; Tue, 21 Jun 2005 14:24:58 +0100 (BST) Received: by empiric.dek.spc.org (Postfix, from userid 1001) id 63AE461F0; Tue, 21 Jun 2005 14:24:48 +0100 (BST) Date: Tue, 21 Jun 2005 14:24:48 +0100 From: Bruce M Simpson To: Stephan Weaver Message-ID: <20050621132448.GD803@empiric.icir.org> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Cc: freebsd-atm@freebsd.org, freebsd-questions@freebsd.org Subject: Re: Connecting My ADSL MODEM To My FreeBSD Pc. X-BeenThere: freebsd-atm@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: ATM for FreeBSD! List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 21 Jun 2005 13:25:05 -0000 On Tue, Jun 21, 2005 at 08:59:38AM -0400, Stephan Weaver wrote: > My Isp Uses PPPoA, i used the instructions from the handbook; > Using 'mpd'. > I set the ADSL router in 'bridge' mode and connect the Ethernet cable > from the Dsl Router/Modem to my FreeBSD Firewall. ON the Interface vr0. > But i have little success getting the results i want. [The Firewall doesn't > connect to my ISP] I don't think the SpeedTouch modems support bridging from PPPoA to Ethernet to the best of my knowledge -- I only know of one very specific model of D-Link ADSL modem which will do this (DSL-500G+ I think). You'll probably have more luck using a native ATM card hooked up to the ATM-25 passthrough port on the SpeedTouch and using userland PPP to get PPPoA encapsulation through to the BSD box. We don't support PPPoA in Netgraph [yet], I have a paper design for such a thing I haven't had any free time to implement. BMS