From owner-freebsd-questions@FreeBSD.ORG Tue Nov 9 19:59:22 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 5B38F106567A for ; Tue, 9 Nov 2010 19:59:22 +0000 (UTC) (envelope-from lsantagostini@gmail.com) Received: from mail-ew0-f54.google.com (mail-ew0-f54.google.com [209.85.215.54]) by mx1.freebsd.org (Postfix) with ESMTP id DC0E18FC1C for ; Tue, 9 Nov 2010 19:59:21 +0000 (UTC) Received: by ewy28 with SMTP id 28so3953148ewy.13 for ; Tue, 09 Nov 2010 11:59:20 -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=Wxhe6A43VvVjITWWHu+a64ntTvv60EqT4OiIQ3Xqw+w=; b=Vckmd04BasAxUjQntjrIR0o0fnr88zfdEFhjnchH3aZcoLYWMilCFy6Eu5gPS8iMLy IOVzI0fxcIYtDpqR7Qc5o3mOPxF7Zfiyze2scRkH/9tMQPVTj4dCK9s7cuH8Q5QBx96E kulvw3g29Xj7o3Awe08lOwdUxeTj6vRF2EvNc= 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=l51F1FiChRCT8uSEncODJcsKF4OZVls2/r+AUd0Vb3IMNAAb6Z+UicCQkKBy/7jhh+ YlafUaCziiAZletOmkwENInjGaMVm8EygS3pqYVxGuPXySO8l4yH9KDBDITLUEcA9VZE jRvARQNW4vf5oEIwDpAWza3lLi4bwmxn3jaSk= MIME-Version: 1.0 Received: by 10.216.13.17 with SMTP id a17mr135425wea.46.1289332759831; Tue, 09 Nov 2010 11:59:19 -0800 (PST) Received: by 10.216.35.2 with HTTP; Tue, 9 Nov 2010 11:59:19 -0800 (PST) In-Reply-To: References: Date: Tue, 9 Nov 2010 16:59:19 -0300 Message-ID: From: Leonardo Santagostini To: Diego Arias 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:59:22 -0000 I will also probe PF !!! Kind regards Leonardo Santagostini 2010/11/9 Diego Arias > > > 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!!! >