From owner-freebsd-hackers@freebsd.org Mon Feb 20 19:56:29 2017 Return-Path: Delivered-To: freebsd-hackers@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 52EBBCE6EC7 for ; Mon, 20 Feb 2017 19:56:29 +0000 (UTC) (envelope-from amvandemore@gmail.com) Received: from mail-wr0-x232.google.com (mail-wr0-x232.google.com [IPv6:2a00:1450:400c:c0c::232]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id DC4068ED for ; Mon, 20 Feb 2017 19:56:28 +0000 (UTC) (envelope-from amvandemore@gmail.com) Received: by mail-wr0-x232.google.com with SMTP id 89so65777276wrr.3 for ; Mon, 20 Feb 2017 11:56:28 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc; bh=0C6Hcqcc9G25WyGJ1b0M5DP6xuCNn8tvYIn/hkh68Nc=; b=p7LV/5AvcrSgLc5jemmaQIkCt6QYLpcjgiTPC12V13uygyBfnFswXCk6ECyO/Lqd5C Je2QMixuNIkP3VR7K9RD2bhP9kiNZM/Eh3VkI7oH8SNaKPTXkZ+2hi2brapP3YEtBsKf ADD0l0GWT3G70oeBktonN4FtknzJq/bhy8pw+nYTcwiTYSCI+e4oSy10LcZzshYEFE+/ IWavRSXLmMgXfDebrqZEBp9eqLD74Jz2l681mlnfsknS6bjacwb3q+08laAkO2gQSEDT oW5kSkEXlWpSq8XKa/hSUwmVR9z8feILE95NbrxzIvpXB6BNSZ77FfDpnkpoDVYJYyk0 pZjw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to:cc; bh=0C6Hcqcc9G25WyGJ1b0M5DP6xuCNn8tvYIn/hkh68Nc=; b=gBJbczBH1LLK6Haw10bn00xpxJWWsNjW/Z98KSIYHi23J3TwBwP5V5a/6PQ2sWdVE/ qtYxllPY2BsufMxp782ad/FsYEOJoN1q43fJqqLwM9Amei0IX6OcQbZcNXgBCG+tM2wz EM4z0f5Rdh1MGRerz/PFsB7oCTUDX/HIFzmgJ11CEEXHKZFLh3OMDsSQb+FEBPtax2ii jMe5C3Tr+YFzxa2IDdLxYNo8M0YBiV0scGJqeMXc3KHsPY2iDtDppcF9EWj5C+cF+PoU d+9y5U97FYUzh8Jys0ng9aBZtiQ5dkjjh0zwcCjvw8DzXQBO3b/yaby2pVFS8d+JaOP9 EIOw== X-Gm-Message-State: AMke39nkJv1HawcjkrEYZknnLg+30cN839UCzDXXTzS5BKccgVfk72XSej0wRq/5KVxDJtg2sAXPIIBIqMgfxQ== X-Received: by 10.223.164.210 with SMTP id h18mr5220756wrb.17.1487620586636; Mon, 20 Feb 2017 11:56:26 -0800 (PST) MIME-Version: 1.0 Received: by 10.80.164.65 with HTTP; Mon, 20 Feb 2017 11:56:26 -0800 (PST) In-Reply-To: References: <5e139f90-89c0-e4c4-46c3-457f1fd02c74@multiplay.co.uk> From: Adam Vande More Date: Mon, 20 Feb 2017 13:56:26 -0600 Message-ID: Subject: Re: FreeBSD CARP load balancing. To: Gleb Popov <6yearold@gmail.com> Cc: Steven Hartland , freebsd-hackers Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.23 X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 20 Feb 2017 19:56:29 -0000 On Mon, Feb 20, 2017 at 1:07 PM, Gleb Popov <6yearold@gmail.com> wrote: > On Mon, Feb 20, 2017 at 12:01 PM, Steven Hartland > > wrote: > > > Does LAGG do what you need? > > > Doesn't seem so. I need to balance incoming traffic between several hosts. > If I understood it correctly, lagg can be used to load-balance outgoing > traffic only. > What kind of traffic? Like HTTP? www/pound or net/haproxy may be what you are looking for. It's difficult to tell with such a sparse description. -- Adam