From owner-freebsd-questions@FreeBSD.ORG Fri May 8 12:21:09 2009 Return-Path: Delivered-To: questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 5C4DF1065672 for ; Fri, 8 May 2009 12:21:09 +0000 (UTC) (envelope-from nvass9573@gmx.com) Received: from mail.gmx.com (unknown [213.165.64.42]) by mx1.freebsd.org (Postfix) with SMTP id 9B80F8FC0A for ; Fri, 8 May 2009 12:21:08 +0000 (UTC) (envelope-from nvass9573@gmx.com) Received: (qmail invoked by alias); 08 May 2009 12:21:07 -0000 Received: from unknown (EHLO [192.168.16.100]) [79.107.161.216] by mail.gmx.com (mp-eu005) with SMTP; 08 May 2009 14:21:07 +0200 X-Authenticated: #46156728 X-Provags-ID: V01U2FsdGVkX1+POFlhbtmP9Kn9dElbL5M5ZMvZbcs5vCvXpIlwv9 +7hdZkIPYtt2EH Message-ID: <4A042396.6060508@gmx.com> Date: Fri, 08 May 2009 15:20:38 +0300 From: Nikos Vassiliadis User-Agent: Thunderbird 2.0.0.21 (Windows/20090302) MIME-Version: 1.0 To: Daniels Vanags References: In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Y-GMX-Trusted: 0 X-FuHaFi: 0.68 Cc: questions@freebsd.org Subject: Re: Teaming NIC 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: Fri, 08 May 2009 12:21:09 -0000 Daniels Vanags wrote: > FreeBSD 6.3 has new device called lagg(4). > > Lagg is a link aggregation and link failover interface. > > With lagg we can easily bond two NIC interfaces together. > > But how we can do NIC teaming in FreeBSD 6.2? Please help. Take a look at ng_fec, it implements Cisco's EtherChannel. ng_one2many can also be used to bond two or more interfaces, but keep in mind that it is not based on any standard and it will handle of course only outgoing traffic since incoming traffic must be handled from the remote side, the ethernet switch. There are plenty of choices to implement such a thing, beyond those two approaches... If you want some ideas, please state your needs. Nikos