From owner-freebsd-questions@FreeBSD.ORG Tue Nov 9 19:31:50 2010 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 0DB7C106566B for ; Tue, 9 Nov 2010 19:31:50 +0000 (UTC) (envelope-from dak.col@gmail.com) Received: from mail-gx0-f182.google.com (mail-gx0-f182.google.com [209.85.161.182]) by mx1.freebsd.org (Postfix) with ESMTP id BA8F58FC1A for ; Tue, 9 Nov 2010 19:31:49 +0000 (UTC) Received: by gxk9 with SMTP id 9so4792979gxk.13 for ; Tue, 09 Nov 2010 11:31:48 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:received:in-reply-to :references:date:message-id:subject:from:to:cc:content-type; bh=SNE3hVRZK0pctAH4Rec+gcR+mGzRMtJYjxk0u4LkvEw=; b=tuqeK4hNH6wnks7fgLOume9Gn/IvkluPdJxdoYOSd/IiYgyGV2oeuCo5+jLxpIcDU9 eLIycouPlXMYwrCvazDirjHv93r47hs7xKtr4IueJ3OL+5T5i1XMd5u5a3O5f4lb2QuB N+gtXHLHt529EfGPtJACB1cDhyKfUtGSN+u5E= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; b=LChio80tmyGFWKyd6k/1jDDyzsoIzATzQxPS06KvrIXQwo/m0oGhsLWw38yOEdwtx+ bbbVjDxyk9tQ060a9YgYo/khbeGpZLXWG+HufRrGOuwhrdAGuKg+ZcQ16e72EGeh2kZN bdBpiDyn4nRV9QzBjLU4pQfx8V0U3b46pqQYY= MIME-Version: 1.0 Received: by 10.204.116.74 with SMTP id l10mr6926416bkq.113.1289331107822; Tue, 09 Nov 2010 11:31:47 -0800 (PST) Received: by 10.204.127.149 with HTTP; Tue, 9 Nov 2010 11:31:47 -0800 (PST) In-Reply-To: References: Date: Tue, 9 Nov 2010 14:31:47 -0500 Message-ID: From: Diego Arias To: Leonardo Santagostini Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: freebsd-questions@freebsd.org Subject: Re: Multiple tun loadbalancing question 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: Tue, 09 Nov 2010 19:31:50 -0000 On Tue, Nov 9, 2010 at 1:55 PM, Leonardo Santagostini < lsantagostini@gmail.com> wrote: > Hello all, > > I have one freebsd 8.1 box with 3 3G mobile broadband connection. > > All connections works fine, but i want to do loadbalancing / fault tolerant > with this 3 connections. > > I was reading about lagg interfaces, but i think is not the proper > direction. > > Someone can point me to the rigth one? > > Thank you very much. > Leonardo Santagostini > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to " > freebsd-questions-unsubscribe@freebsd.org" > I think lagg will not do the job, you have to set up PF(packet Filter) to do some kind of Round-Robin. -- Still Going Strong!!!