From owner-freebsd-questions@FreeBSD.ORG Sat Dec 18 12:38:21 2004 Return-Path: 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 AC82716A4CE for ; Sat, 18 Dec 2004 12:38:21 +0000 (GMT) Received: from abigail.blackend.org (blackend.org [212.11.35.229]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7C61643D4C for ; Sat, 18 Dec 2004 12:38:20 +0000 (GMT) (envelope-from marc@blackend.org) Received: from nosferatu.blackend.org (nosferatu.blackend.org [192.168.10.205])iBICXJ40030935; Sat, 18 Dec 2004 13:33:20 +0100 (CET) (envelope-from marc@abigail.blackend.org) Received: from nosferatu.blackend.org (localhost.blackend.org [127.0.0.1]) iBICc96I001455; Sat, 18 Dec 2004 13:38:09 +0100 (CET) (envelope-from marc@nosferatu.blackend.org) Received: (from marc@localhost) by nosferatu.blackend.org (8.13.1/8.13.1/Submit) id iBICUJP5001414; Sat, 18 Dec 2004 13:30:19 +0100 (CET) (envelope-from marc) Date: Sat, 18 Dec 2004 13:30:19 +0100 From: Marc Fonvieille To: "Andrew P." Message-ID: <20041218123019.GA631@nosferatu.blackend.org> References: <1356832694.20041217153250@hexren.net> <41C42058.3020303@mail.ru> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <41C42058.3020303@mail.ru> User-Agent: Mutt/1.4.2.1i X-Useless-Header: blackend.org X-Operating-System: FreeBSD 5.3-STABLE cc: questions@freebsd.org cc: Hexren Subject: Re: combining 2 ADSL Lines X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 18 Dec 2004 12:38:21 -0000 On Sat, Dec 18, 2004 at 03:19:36PM +0300, Andrew P. wrote: > Hexren wrote: > >I have the following problem, I have 2 ADSl Lines and would like to > >combine those 2 into 1 big. I have full control of both the gateway > >from my LAN and another Server in the internet which I coud use as a > >second gateway. > > > >What I am thinking of is something like virtualizing so that in the > >end I have VirtualInterface1 which is DSL1 and DSL2. > > > >p.s. Multilink PPP is unfortunately not an option as the lines are > >rented from different providers (I think that is prohibiting multilink > >isn't it ?) :( > > > > Sure you can combine two lines for bandwidth boost and redundancy. > Ports/net/mpd is probably the best choice considering you have FreeBSD > installed on both gateways. Get familiar with this port, its > configuration is not so difficult. You could even encrypt and/or > compress both links to gain even more speed and security (if the > external server is on a fast, secure line and has a fast CPU). You > should probably sign up with mpd-users mailing list at > http://sourceforge.net/projects/mpd. > ng_one2many(4) may be a better solution. Marc