From owner-freebsd-questions@FreeBSD.ORG Tue Nov 9 20:33:40 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 A5126106566B for ; Tue, 9 Nov 2010 20:33:40 +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 31FB18FC12 for ; Tue, 9 Nov 2010 20:33:39 +0000 (UTC) Received: by ewy28 with SMTP id 28so3983527ewy.13 for ; Tue, 09 Nov 2010 12:33:39 -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=pbR0i2YeQCvX3k/lmaVMGf3eF5d4Y2pjYHcm7PhcaLk=; b=NFTcsytIzPHRvB1qrOV4epXTi84OZEZLBoORbokCNomgc1jB0hbGCZLHBqnQNE8kKx QGUnIfQCBEwn6v+p29h9SVpZC7CCDKaQihfg4uB6ay9243W6cMn8UzNrR9bqTISnnUFa JkzjTTQYGjd340GlL9iWEsyHPDqbSrS18Hg78= 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=F+xqtnTj2xR5ebnuwXdIuT5g5tIl6didN8ZX9Q6jblOIKDzIKAdJog42UFV8XGTW+w JEm3fMq9QKFslfYJN/nWdYRooygBJxDzVi68cc0c/ZLhxfzo39ppv+36HorqCGe5TON4 PXXWaUBAqEqSPYfEieymTyl+vUkITS3ukFFQc= MIME-Version: 1.0 Received: by 10.216.13.17 with SMTP id a17mr172578wea.46.1289334818484; Tue, 09 Nov 2010 12:33:38 -0800 (PST) Received: by 10.216.35.2 with HTTP; Tue, 9 Nov 2010 12:33:38 -0800 (PST) In-Reply-To: References: Date: Tue, 9 Nov 2010 17:33:38 -0300 Message-ID: From: Leonardo Santagostini To: Nathan Vidican 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 20:33:40 -0000 I was looking for mlppp and as far as i could see, mlppp works only on dsl connections. In my case im working with 3 3G usb dongles, so its no pppoe, just ppp Do you have some working config? Thanks in advance, Leonardo Santagostini 2010/11/9 Leonardo Santagostini > WOW Excellent !! > > I'll give it a try at night, later i will reply my result. > > Thank you > > Leonardo Santagostini > > > 2010/11/9 Nathan Vidican > > Might I suggest you look into MultiLink PPP, or MLPPP - standard FreeBSD >> ppp does support it. It allows for round-robin, or packet-splitting accross >> multiple PPP connections to pool bandwidth. I am currently using MLPPP on >> FreeBSD 8 with multiple DSL connections to the internet and thus far it >> works great. >> >> 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" >>> >> >> >> >> -- >> Nathan Vidican >> nathan@vidican.com >> (519) 962-9987 (Canada) >> (313) 586-1982 (USA) >> > >