From owner-freebsd-net@FreeBSD.ORG Thu Nov 15 22:03:16 2012 Return-Path: Delivered-To: freebsd-net@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 4F4C2CB3; Thu, 15 Nov 2012 22:03:16 +0000 (UTC) (envelope-from postnet@dragas.dyndns.org) Received: from mail.dragas.org (unknown [IPv6:2001:41d0:2:ca45::3]) by mx1.freebsd.org (Postfix) with ESMTP id DA3068FC12; Thu, 15 Nov 2012 22:03:15 +0000 (UTC) Received: from localhost (localhost.localdomain [127.0.0.1]) by mail.dragas.org (Postfix) with ESMTP id 3C54BE4365; Thu, 15 Nov 2012 23:03:14 +0100 (CET) Received: from mail.dragas.org ([127.0.0.1]) by localhost (dragas.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id YbLQPx2TBzpH; Thu, 15 Nov 2012 23:03:09 +0100 (CET) Received: from dragasmbp.lan (unknown [87.238.26.165]) (using TLSv1 with cipher AES128-SHA (128/128 bits)) (No client certificate requested) by mail.dragas.org (Postfix) with ESMTPSA id 18C1EE448E; Thu, 15 Nov 2012 23:03:09 +0100 (CET) Content-Type: text/plain; charset=us-ascii Mime-Version: 1.0 (Mac OS X Mail 6.2 \(1499\)) Subject: Re: "Weighted round robin" for LAGG - anyhow? From: Stefano Marinelli In-Reply-To: <50A41EE4.5060006@freebsd.org> Date: Thu, 15 Nov 2012 23:03:08 +0100 Content-Transfer-Encoding: quoted-printable Message-Id: References: <646662D0-E66C-4168-B351-482B06ACF26A@dragas.dyndns.org> <50A41EE4.5060006@freebsd.org> To: Julian Elischer X-Mailer: Apple Mail (2.1499) Cc: freebsd-net@freebsd.org X-BeenThere: freebsd-net@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Networking and TCP/IP with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 15 Nov 2012 22:03:16 -0000 Hi, > you can use mpd (or ppp) in multilink mode to encapsulate your = outgoing links via two different tcp paths to you other server where you = can undo it.. I didn't know about mpd (or ppp multilink). Actually, it seems to be = exactly what I need. Better than lagg, for this situation. The problem is: I never dealt with PPP links (not more than "connect" on = my modem), so I'm studying that for now. I've been able to set up a dual = link pptp connection (still can't figure out how to create just a TCP or = UDP flow, but I hope I'll sort it out). I'm going to do some tests. Thank you for your suggestion! Stefano=