From owner-freebsd-stable@FreeBSD.ORG Sat Sep 12 20:42:30 2009 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 38D491065670 for ; Sat, 12 Sep 2009 20:42:30 +0000 (UTC) (envelope-from gausus@gausus.net) Received: from dagobah.intersec.pl (dagobah.intersec.pl [91.192.226.10]) by mx1.freebsd.org (Postfix) with ESMTP id E27898FC19 for ; Sat, 12 Sep 2009 20:42:29 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by dagobah.intersec.pl (Postfix) with ESMTP id A746A254002 for ; Sat, 12 Sep 2009 22:34:46 +0200 (CEST) X-Virus-Scanned: amavisd-new at intersec.pl Received: from dagobah.intersec.pl ([127.0.0.1]) by localhost (dagobah.intersec.pl [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 5IGv+KUaJ9sr for ; Sat, 12 Sep 2009 22:34:42 +0200 (CEST) Received: from dagobah.intersec.pl (dagobah.intersec.pl [91.192.226.10]) by dagobah.intersec.pl (Postfix) with ESMTP id EB19C254001 for ; Sat, 12 Sep 2009 22:34:41 +0200 (CEST) Date: Sat, 12 Sep 2009 22:34:41 +0200 (CEST) From: Maciej Jan Broniarz To: freebsd-stable@freebsd.org Message-ID: <1704894341.63251252787681862.JavaMail.root@dagobah.intersec.pl> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Originating-IP: [85.222.122.69] X-Mailer: Zimbra 5.0.16_GA_2921.UBUNTU8_64 (ZimbraWebClient - FF3.0 (Mac)/5.0.16_GA_2921.UBUNTU8_64) Subject: problem with link aggregation failover X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 12 Sep 2009 20:42:30 -0000 Hello, I am trying to configure lagg failover mode on 7.2. I do: # ifconfig xl0 up # ifconfig fxp0 up # ifconfig lagg0 create # ifconfig lagg0 up laggproto failover laggport xl0 laggport fxp0 # dhclient lagg0 And all seems to work ok. Still I disconnect the cable from the master card the connection stops. Although fxp0 becomes active the connection is still dead. If I start pinging any host from that machine the conection comes back to live, but having ping in background all the time is not the solution. Am I doing something wrong or have I missed something in the configuration? Best regards, mjb