From owner-freebsd-stable@FreeBSD.ORG Wed Sep 12 09:15:14 2012 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 080411065680; Wed, 12 Sep 2012 09:15:14 +0000 (UTC) (envelope-from vince@unsane.co.uk) Received: from unsane.co.uk (unsane-pt.tunnel.tserv5.lon1.ipv6.he.net [IPv6:2001:470:1f08:110::2]) by mx1.freebsd.org (Postfix) with ESMTP id 5F6D98FC19; Wed, 12 Sep 2012 09:15:13 +0000 (UTC) Received: from vhoffman.lon.namesco.net (lon.namesco.net [195.7.254.102]) (authenticated bits=0) by unsane.co.uk (8.14.5/8.14.5) with ESMTP id q8C9FBxu063402 (version=TLSv1/SSLv3 cipher=DHE-RSA-CAMELLIA256-SHA bits=256 verify=NO); Wed, 12 Sep 2012 10:15:12 +0100 (BST) (envelope-from vince@unsane.co.uk) Message-ID: <5050529F.20900@unsane.co.uk> Date: Wed, 12 Sep 2012 10:15:11 +0100 From: Vincent Hoffman User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.6; rv:15.0) Gecko/20120824 Thunderbird/15.0 MIME-Version: 1.0 To: Giulio Ferro References: <5033FB17.7020600@zirakzigil.org> <503884A0.50708@zirakzigil.org> <503BC8F5.3040208@zirakzigil.org> <503E7A16.6030600@zirakzigil.org> <5044F62E.8030001@zirakzigil.org> <504FA735.709@zirakzigil.org> In-Reply-To: <504FA735.709@zirakzigil.org> X-Enigmail-Version: 1.4.4 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Cc: freebsd-net@freebsd.org, "freebsd-stable@freebsd.org" Subject: Re: Issue with igb and lagg (was Re: Problem with link aggregation + sshd) 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: Wed, 12 Sep 2012 09:15:14 -0000 On 11/09/2012 22:03, Giulio Ferro wrote: > Well, there definitely seems to be a problem with igb and lagg. > > igb alone works as it should, but doesn't seem to work properly in lagg. > > To be sure I started from scratch from a 9.0 release with nothing but: > > /etc/rc.conf > --------------------------------------------------- > ifconfig_igb0="inet ..." > > ifconfig_igb1="up" > ifconfig_igb2="up" > ifconfig_igb3="up" > > cloned_interfaces="lagg0" > ifconfig_lagg0="laggproto lacp laggport igb1 laggport igb2 laggport > igb3 192.168.x.x/24" > > sshd_enable="YES" > --------------------------------------------------- > > This doesn't even manage to start sshd, it just hangs there at boot. > > Disabling lagg configuration everything works correctly. For what is worth its working fine for me on 8.3-RELEASE using failover. ifconfig_igb0="up" ifconfig_igb1="up" cloned_interfaces="lagg0 lagg0.53 lagg0.52 lagg0.66" ifconfig_lagg0="laggproto failover laggport igb0 laggport igb1 85.233.xxx.xxx/23" ifconfig_lagg0_53="inet 192.168.xxx.226/24" ifconfig_lagg0_52="inet 192.168.xxx.254/24" ifconfig_lagg0_66="inet 192.168.xxx.250/24" ipv4_addrs_lagg0_52="192.168.xxx.254/24 192.168.0.70/24" lagg0: flags=8843 metric 0 mtu 1500 options=401bb ether 00:25:90:39:64:76 inet 85.233.xx.xx netmask 0xfffffe00 broadcast 85.233.xx.255 media: Ethernet autoselect status: active laggproto failover laggport: igb1 flags=0<> laggport: igb0 flags=5 Vince