From owner-freebsd-net@FreeBSD.ORG Mon Feb 9 02:37:42 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 ECC0116A4CE for ; Mon, 9 Feb 2004 02:37:42 -0800 (PST) Received: from arginine.spc.org (arginine.spc.org [195.206.69.236]) by mx1.FreeBSD.org (Postfix) with ESMTP id BC27543D1D for ; Mon, 9 Feb 2004 02:37:42 -0800 (PST) (envelope-from bms@spc.org) Received: from localhost (localhost [127.0.0.1]) by arginine.spc.org (Postfix) with ESMTP id B4AD8653E6; Mon, 9 Feb 2004 10:37:41 +0000 (GMT) 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 18501-05-8; Mon, 9 Feb 2004 10:37:41 +0000 (GMT) Received: from saboteur.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 86BDC651FC; Mon, 9 Feb 2004 10:37:40 +0000 (GMT) Received: by saboteur.dek.spc.org (Postfix, from userid 1001) id 4B51A11; Mon, 9 Feb 2004 10:37:38 +0000 (GMT) Date: Mon, 9 Feb 2004 10:37:38 +0000 From: Bruce M Simpson To: Mikhail Teterin Message-ID: <20040209103738.GJ750@saboteur.dek.spc.org> References: <200402052039.40634@misha-mx.virtual-estates.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200402052039.40634@misha-mx.virtual-estates.net> cc: Julian Elischer cc: net@FreeBSD.org Subject: Re: switching to an internal DSL modem -- natd, ipfw 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: Mon, 09 Feb 2004 10:37:43 -0000 On Thu, Feb 05, 2004 at 08:39:40PM -0500, Mikhail Teterin wrote: > Any other ATM card I should consider as an internal DSL modem? Thanks! You're likely to have better luck with an ATM25 card and an externally attached ATM25 DSL modem. I backported the idt(4) driver to 4.x for this reason but the card I purchased turned out to be an ATM155 model. http://people.freebsd.org/~bms/dump/idt/ BMS