From owner-freebsd-questions@FreeBSD.ORG Mon Oct 22 12:40:12 2012 Return-Path: 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 9B225138 for ; Mon, 22 Oct 2012 12:40:12 +0000 (UTC) (envelope-from f.bonnet@esiee.fr) Received: from hp9.esiee.fr (hp9.esiee.fr [147.215.1.4]) by mx1.freebsd.org (Postfix) with ESMTP id 4E5BC8FC16 for ; Mon, 22 Oct 2012 12:40:11 +0000 (UTC) Received: from mail.esiee.fr (mail.esiee.fr [147.215.1.3]) by hp9.esiee.fr (Postfix) with ESMTP id 3Xlcck2wP5z3DMYS for ; Mon, 22 Oct 2012 14:34:46 +0200 (CEST) X-DKIM: OpenDKIM Filter v2.5.2 hp9.esiee.fr 3Xlcck2wP5z3DMYS DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=esiee.fr; s=MAILOUT; t=1350909286; bh=4g7dqeQb6qC9cHewbfe/YCqvWwVCxXbpB//o3stMJLw=; h=Date:From:To:Subject; b=kjVqyCXxYG9hrFQIPYNXBqxiTHgZw/BH1rOC4NJl8BVcIfIU1O/L4pYKYr8j4/w/A P5feQ34gzizGka6lRb3FNtWOuUfzNirOmROXqAgjifQzu/dwoy1LAtg3hWAia2pPLw PRXw4ox8w0ZC5GXKBuCKmeaoHvvFhaRFDhoh2uao= Received: from mail.esiee.fr (localhost [127.0.0.1]) by VAMS.dummy (Postfix) with SMTP id 3Xlcck2BHDzYkkp for ; Mon, 22 Oct 2012 14:34:46 +0200 (CEST) Received: from smtps.esiee.fr (privftp.esiee.fr [147.215.1.190]) by mail.esiee.fr (Postfix) with ESMTP id 3Xlcck1WfvzYkkj for ; Mon, 22 Oct 2012 14:34:46 +0200 (CEST) Received: from [147.215.1.21] (lisa.esiee.fr [147.215.1.21]) (using TLSv1 with cipher DHE-RSA-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) (Authenticated sender: bonnetf) by smtps.esiee.fr (Postfix) with ESMTPSA id 3Xlcck1ThDz1btg8 for ; Mon, 22 Oct 2012 14:34:46 +0200 (CEST) Message-ID: <50853D65.9020106@esiee.fr> Date: Mon, 22 Oct 2012 14:34:45 +0200 From: Frank Bonnet User-Agent: Mozilla/5.0 (X11; Linux i686; rv:16.0) Gecko/20121011 Thunderbird/16.0.1 MIME-Version: 1.0 To: freebsd-questions@freebsd.org Subject: Bug in LAGG driver at 9.0 P3 ? Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 22 Oct 2012 12:40:12 -0000 Hello I have a problem with a server running FreeBSD 9.0-P3 It seems the lagg driver does not works well here is the contents of the /etc/rc.conf file the problem is, only the first interface (bce0) is working in the lagg0 interface , the two others are not "active" ifconfig_bce0="up" ifconfig_bce1="up" ifconfig_bce2="up" cloned_interfaces="lagg0" ifconfig_lagg0="laggproto lacp laggport bce0 laggport bce1 laggport bce2" ipv4_addrs_lagg0="147.215.201.21/24" defaultrouter="147.215.201.1" here is the result of the ifconfig lagg0 command : primail# ifconfig lagg0 lagg0: flags=8843 metric 0 mtu 1500 options=c01bb ether 00:9c:02:9a:97:b0 inet 147.215.201.21 netmask 0xffffff00 broadcast 147.215.201.255 nd6 options=29 media: Ethernet autoselect status: active laggproto lacp laggport: bce2 flags=0<> laggport: bce1 flags=0<> laggport: bce0 flags=1c thanks for any info/idea