From owner-freebsd-hackers@FreeBSD.ORG Tue Jun 24 07:26:23 2008 Return-Path: Delivered-To: freebsd-hackers@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 125401065674 for ; Tue, 24 Jun 2008 07:26:23 +0000 (UTC) (envelope-from julian@elischer.org) Received: from outC.internet-mail-service.net (outc.internet-mail-service.net [216.240.47.226]) by mx1.freebsd.org (Postfix) with ESMTP id E98208FC14 for ; Tue, 24 Jun 2008 07:26:22 +0000 (UTC) (envelope-from julian@elischer.org) Received: from idiom.com (mx0.idiom.com [216.240.32.160]) by out.internet-mail-service.net (Postfix) with ESMTP id D7F72245A; Tue, 24 Jun 2008 00:26:22 -0700 (PDT) Received: from julian-mac.elischer.org (localhost [127.0.0.1]) by idiom.com (Postfix) with ESMTP id 53AAC2D6006; Tue, 24 Jun 2008 00:26:22 -0700 (PDT) Message-ID: <4860A1AA.4000709@elischer.org> Date: Tue, 24 Jun 2008 00:26:34 -0700 From: Julian Elischer User-Agent: Thunderbird 2.0.0.14 (Macintosh/20080421) MIME-Version: 1.0 To: Andres Chavez References: <2de331130806232137h18453fd5hf53296fba3033859@mail.gmail.com> In-Reply-To: <2de331130806232137h18453fd5hf53296fba3033859@mail.gmail.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-hackers@freebsd.org Subject: Re: 3 connections as one X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 24 Jun 2008 07:26:23 -0000 Andres Chavez wrote: > Hi, a friend is challenge me to make use of 3 different connections (one > adsl, one cable, and one Evdo) as one single connection to internet, i > believe for make faster downloads or something such, its that can be > possible ?, if so, can anybody help me with this?, this sounds interesting > for know tricks on the FreeBSD operating system, he need to use this box as > the network manager and firewall as well, but the connection thing its > killing me i dont know how. > -- > _______________________________________________ > freebsd-hackers@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-hackers > To unsubscribe, send any mail to "freebsd-hackers-unsubscribe@freebsd.org" do you have a place ountside in the internet that can be used to recobine these three streams? generally if you want to trunk multiple pipes you need to control both ends, if not immediatly, then at least some palce a few hops where tunnels can be terminated and recombined.. I have used mpd for this, but it really dpends on what EXACTLY you consider to be "success".