From owner-freebsd-questions@FreeBSD.ORG Tue Jun 26 15:36:51 2007 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 2C81316A468 for ; Tue, 26 Jun 2007 15:36:51 +0000 (UTC) (envelope-from dan@dan.emsphone.com) Received: from dan.emsphone.com (dan.emsphone.com [199.67.51.101]) by mx1.freebsd.org (Postfix) with ESMTP id C542C13C468 for ; Tue, 26 Jun 2007 15:36:50 +0000 (UTC) (envelope-from dan@dan.emsphone.com) Received: (from dan@localhost) by dan.emsphone.com (8.14.1/8.13.8) id l5QFaJdD042548; Tue, 26 Jun 2007 10:36:19 -0500 (CDT) (envelope-from dan) Date: Tue, 26 Jun 2007 10:36:19 -0500 From: Dan Nelson To: Frank Bonnet Message-ID: <20070626153618.GG6494@dan.emsphone.com> References: <46812FE9.2050104@esiee.fr> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <46812FE9.2050104@esiee.fr> X-OS: FreeBSD 6.2-STABLE User-Agent: Mutt/1.5.15 (2007-04-06) Cc: freebsd-questions@freebsd.org Subject: Re: Bondbind like for FreeBSD ? 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, 26 Jun 2007 15:36:51 -0000 In the last episode (Jun 26), Frank Bonnet said: > Hello > > Is there a FreeBSD tool that is equivalent of "bondbind" for Linux ( > ethernet load balancing or trunking that use the Cisco's > etherchannel ) ? You can use the lagg device in 6-stable and -current; if you're running 6.2 or older you can use ng_fec or ng_one2many, but they both use static configuration and aren't as nice. http://www.freebsd.org/cgi/man.cgi?query=lagg&manpath=FreeBSD+7-current -- Dan Nelson dnelson@allantgroup.com