From owner-freebsd-questions@FreeBSD.ORG Wed Mar 15 13:33:44 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2004A16A425 for ; Wed, 15 Mar 2006 13:33:44 +0000 (UTC) (envelope-from cswiger@mac.com) Received: from pi.codefab.com (pi.codefab.com [199.103.21.227]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4D8E243D5D for ; Wed, 15 Mar 2006 13:33:40 +0000 (GMT) (envelope-from cswiger@mac.com) Received: from localhost (localhost [127.0.0.1]) by pi.codefab.com (Postfix) with ESMTP id A4F7E5D0E; Wed, 15 Mar 2006 08:33:39 -0500 (EST) Received: from pi.codefab.com ([127.0.0.1]) by localhost (pi.codefab.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 06467-06; Wed, 15 Mar 2006 08:33:38 -0500 (EST) Received: from [192.168.1.3] (pool-68-160-194-11.ny325.east.verizon.net [68.160.194.11]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by pi.codefab.com (Postfix) with ESMTP id 9D1295CFC; Wed, 15 Mar 2006 08:33:38 -0500 (EST) Message-ID: <441817B6.2040905@mac.com> Date: Wed, 15 Mar 2006 08:33:42 -0500 From: Chuck Swiger Organization: The Courts of Chaos User-Agent: Thunderbird 1.5 (Windows/20051201) MIME-Version: 1.0 To: Iantcho Vassilev References: <20060306094635.59779.qmail@web31608.mail.mud.yahoo.com> <44145F35.70906@nagilum.org> <18e02bd30603150358k71358e96t43f5f58b89342526@mail.gmail.com> In-Reply-To: <18e02bd30603150358k71358e96t43f5f58b89342526@mail.gmail.com> X-Enigmail-Version: 0.94.0.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Virus-Scanned: amavisd-new at codefab.com Cc: FreeBSD Questions Subject: Re: Natd with Multiple DSL Connections X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 15 Mar 2006 13:33:44 -0000 Iantcho Vassilev wrote: > On 3/12/06, Nagilum wrote: [ ... ] > I checked the man page but really didn`t understand - it will forward the > traffic simultaneously threw two interfaces ? Based on IP? No, you would use IPFW to forward different IP ranges through one interface or the other to obtain crude load balancing. Getting two connections from the same ISP would possibly let you do multilink aggregation. You could also look into CARP. > The man page is so shortly explaing ... > > Can you give suggestions? The other choice is to obtain a routable subnet from ARIN or your local IP registrar and set up BGP multihoming, but it's unlikely that your DSL provider is willing to do so. -- -Chuck