From owner-freebsd-questions@FreeBSD.ORG Mon Sep 3 12:53:36 2007 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 E83F016A41A for ; Mon, 3 Sep 2007 12:53:36 +0000 (UTC) (envelope-from jhary@unsane.co.uk) Received: from vps1.solepartners.com (vps1.solepartners.com [85.233.167.66]) by mx1.freebsd.org (Postfix) with ESMTP id 4B4CB13C45A for ; Mon, 3 Sep 2007 12:53:36 +0000 (UTC) (envelope-from jhary@unsane.co.uk) Received: (qmail 25878 invoked from network); 3 Sep 2007 13:53:07 +0100 Received: from 150.117-84-212.staticip.namesco.net (HELO prawn.unsane.co.uk) (212.84.117.150) by vps1.solepartners.com with SMTP; 3 Sep 2007 13:53:07 +0100 Message-ID: <46DC03B2.4010203@unsane.co.uk> Date: Mon, 03 Sep 2007 13:53:06 +0100 From: Vince User-Agent: Thunderbird 2.0.0.6 (X11/20070816) MIME-Version: 1.0 To: Freebsd Questions X-Enigmail-Version: 0.95.2 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: [Fwd: Re: Ethernet Bonding] 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: Mon, 03 Sep 2007 12:53:37 -0000 Doh I meant to send this to the list but must have just hit reply, sorry. Vince 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. > It your switch supports spanning tree you could just use if_bridge (multiple members but have the IP assigned to the brige interface.) If your running -STABLE or can wait for 6.3/7 then there is if_lagg which can run int failover mode as well as aggregation mode. I've never actually tried either method though so YMMV. Vince > Cheers, > -Joe > > P.S. > > I hope the administrator is happier with this post than with my last. > _______________________________________________ > 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"