From owner-freebsd-questions@FreeBSD.ORG Tue Oct 27 03:35:00 2009 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 A4342106568D for ; Tue, 27 Oct 2009 03:35:00 +0000 (UTC) (envelope-from psteele@maxiscale.com) Received: from server505.appriver.com (server505c.appriver.com [98.129.35.7]) by mx1.freebsd.org (Postfix) with ESMTP id 6C2A78FC14 for ; Tue, 27 Oct 2009 03:35:00 +0000 (UTC) X-Policy: GLOBAL - maxiscale.com X-Primary: psteele@maxiscale.com X-Note: This Email was scanned by AppRiver SecureTide X-ALLOW: psteele@maxiscale.com ALLOWED X-Virus-Scan: V- X-Note: Spam Tests Failed: X-Country-Path: UNITED STATES->UNITED STATES->UNITED STATES X-Note-Sending-IP: 98.129.23.14 X-Note-Reverse-DNS: ht01.exg5.exghost.com X-Note-WHTLIST: psteele@maxiscale.com X-Note: User Rule Hits: X-Note: Global Rule Hits: 112 113 114 115 119 120 131 217 X-Note: Mail Class: ALLOWEDSENDER X-Note: Headers Injected Received: from [98.129.23.14] (HELO ht01.exg5.exghost.com) by server505.appriver.com (CommuniGate Pro SMTP 5.2.14) with ESMTPS id 14686806 for freebsd-questions@freebsd.org; Mon, 26 Oct 2009 22:34:57 -0500 Received: from mbx03.exg5.exghost.com ([169.254.1.128]) by ht01.exg5.exghost.com ([98.129.23.14]) with mapi; Mon, 26 Oct 2009 22:34:59 -0500 From: Peter Steele To: "freebsd-questions@freebsd.org" Date: Mon, 26 Oct 2009 22:34:57 -0500 Thread-Topic: Lagg driver not working on HP Proliant Thread-Index: AcpWtnR4i25qQulaRBmcV75aBno0LQ== Message-ID: <7B9397B189EB6E46A5EE7B4C8A4BB7CB32620A15@MBX03.exg5.exghost.com> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: acceptlanguage: en-US MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: Lagg driver not working on HP Proliant 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, 27 Oct 2009 03:35:00 -0000 We just purchased an HP Proliant DL320 G6, a 1U server with two Broadcom NI= Cs. When configured as standalone interfaces, the two NICs work fine. Howev= er, when configured as a failover lagg pair, we cannot assign an IP to the = lagg0 interface. We are using the following entry in our rc.conf file: ifconfig_lagg0=3D"laggproto failover laggport bge0 laggport bge1 dhcp" This same setup works fine on our other 1U servers, the difference being th= at they have nVidia NICS instead of Broadcom (nfe instead of bge). Does any= one know if there is a driver patch for the Broadcom NICs that will solve t= his lagg issue? We are running a 7.0 system.