From owner-freebsd-net@FreeBSD.ORG Mon Sep 3 17:37:58 2007 Return-Path: Delivered-To: net@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C5A6F16A417 for ; Mon, 3 Sep 2007 17:37:58 +0000 (UTC) (envelope-from thompsa@FreeBSD.org) Received: from heff.fud.org.nz (203-109-251-39.static.bliink.ihug.co.nz [203.109.251.39]) by mx1.freebsd.org (Postfix) with ESMTP id 6E13313C45D for ; Mon, 3 Sep 2007 17:37:58 +0000 (UTC) (envelope-from thompsa@FreeBSD.org) Received: by heff.fud.org.nz (Postfix, from userid 1001) id A06711CC2C; Tue, 4 Sep 2007 05:37:57 +1200 (NZST) Date: Tue, 4 Sep 2007 05:37:57 +1200 From: Andrew Thompson To: mer mite , net@freebsd.org Message-ID: <20070903173757.GB9902@heff.fud.org.nz> References: <20070903121620.GB1767@haakonia.hitnet.RWTH-Aachen.DE> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20070903121620.GB1767@haakonia.hitnet.RWTH-Aachen.DE> User-Agent: Mutt/1.5.13 (2006-08-11) Cc: Subject: Re: Ethernet Bonding X-BeenThere: freebsd-net@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Networking and TCP/IP with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 03 Sep 2007 17:37:58 -0000 On Mon, Sep 03, 2007 at 02:16:20PM +0200, Christian Brueffer wrote: > On Mon, Sep 03, 2007 at 01:59:47PM +0200, mer mite wrote: > > Hi All, > > > > I'm looking for a way to provide ethernet interface bonding in FreeBSD > > similar to ipmp in Solaris or just ethernet bonding in Linux. Don't want to > > do anything fancy. Just want a second interface to take over for one which > > has failed. Preferable would be a solution that doesn't require a specific > > configuration on our switches or routers. > > > > I have perused the www and have found multiple articles describing the > > procedure in HP-UX, Solaris, Linux, etc., but nothing for FreeBSD. > > > > Thanks in advance for your responses. > > Take a look at lagg(4), it's available in 6-STABLE (not included in any > release yet, 6.3 will be the first one shipping with it). There is a bit more information here too, http://nzfug.nz.freebsd.org/nzfug/HandbookUpdates/NetworkAggregation Andrew