From owner-freebsd-net@FreeBSD.ORG Tue Sep 11 22:12:16 2012 Return-Path: Delivered-To: freebsd-net@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 5BD011065673; Tue, 11 Sep 2012 22:12:16 +0000 (UTC) (envelope-from deischen@freebsd.org) Received: from mail.netplex.net (mail.netplex.net [204.213.176.10]) by mx1.freebsd.org (Postfix) with ESMTP id 0A59A8FC0A; Tue, 11 Sep 2012 22:12:15 +0000 (UTC) Received: from sea.ntplx.net (sea.ntplx.net [204.213.176.11]) by mail.netplex.net (8.14.5/8.14.5/NETPLEX) with ESMTP id q8BMCFDq041313; Tue, 11 Sep 2012 18:12:15 -0400 X-Virus-Scanned: by AMaViS and Clam AntiVirus (mail.netplex.net) X-Greylist: Message whitelisted by DRAC access database, not delayed by milter-greylist-4.2.7 (mail.netplex.net [204.213.176.10]); Tue, 11 Sep 2012 18:12:15 -0400 (EDT) Date: Tue, 11 Sep 2012 18:12:15 -0400 (EDT) From: Daniel Eischen X-X-Sender: eischen@sea.ntplx.net To: Freddie Cash In-Reply-To: Message-ID: 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> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed Cc: freebsd-net@freebsd.org, Giulio Ferro , "freebsd-stable@freebsd.org" Subject: Re: Issue with igb and lagg (was Re: Problem with link aggregation + sshd) X-BeenThere: freebsd-net@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Daniel Eischen List-Id: Networking and TCP/IP with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 11 Sep 2012 22:12:16 -0000 On Tue, 11 Sep 2012, Freddie Cash wrote: > On Sep 11, 2012 2:12 PM, "Giulio Ferro" wrote: >> >> 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. >> > > Just curious: does it work if you split the lagg configuration from the IP > config: > > ifconfig_lagg0="laggproto ..." > ifconfig_lagg0_alias0="inet 192..." > > I've had problems in the past with cloned interfaces not working right if > you do everything in one ifconfig line. Never spent much time debugging it, > though, as the split config always worked. This was my experience too, though it's been quite a while since I tried it combined onto the same ifconfig line. -- DE