From owner-freebsd-hackers@FreeBSD.ORG Tue Jun 24 16:13:59 2008 Return-Path: Delivered-To: hackers@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 2C6DC106566B for ; Tue, 24 Jun 2008 16:13:59 +0000 (UTC) (envelope-from xistence@0x58.com) Received: from mailexchange.osnn.net (1e.66.5646.static.theplanet.com [70.86.102.30]) by mx1.freebsd.org (Postfix) with SMTP id 050FD8FC0C for ; Tue, 24 Jun 2008 16:13:58 +0000 (UTC) (envelope-from xistence@0x58.com) Received: (qmail 32001 invoked by uid 0); 24 Jun 2008 15:47:18 -0000 Received: from unknown (HELO wideload.network.lan) (xistence@0x58.com@70.176.192.66) by mailexchange.osnn.net with SMTP; 24 Jun 2008 15:47:18 -0000 Message-Id: <28A84EAA-C3F4-4A9D-A4E4-3B4E58754F3E@0x58.com> From: Bert JW Regeer To: hackers@freebsd.org In-Reply-To: <2de331130806232137h18453fd5hf53296fba3033859@mail.gmail.com> Content-Type: multipart/signed; boundary=Apple-Mail-2--207962615; micalg=sha1; protocol="application/pkcs7-signature" Mime-Version: 1.0 (Apple Message framework v924) Date: Tue, 24 Jun 2008 08:47:18 -0700 References: <2de331130806232137h18453fd5hf53296fba3033859@mail.gmail.com> X-Mailer: Apple Mail (2.924) X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: 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 16:13:59 -0000 --Apple-Mail-2--207962615 Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit On Jun 25, 2008, at 00:07 , 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. > -- You could use PF's round-robin balancing to pick an outgoing connection: See: http://www.openbsd.org/faq/pf/pools.html#outgoing It contains examples and should help you get everything set up and working as you are asking for. One thing it won't do is make downloads faster, since it is not trunking, but if you have three downloads going, they might all use different paths, thus allowing you to utilise all connections, and thus have an over all faster connection. Bert JW Regeer --Apple-Mail-2--207962615--