From owner-freebsd-current@FreeBSD.ORG Tue Dec 17 15:59:24 2013 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 7190E362; Tue, 17 Dec 2013 15:59:24 +0000 (UTC) Received: from mail.lifanov.com (mail.lifanov.com [206.125.175.12]) (using TLSv1 with cipher ADH-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 56E95117C; Tue, 17 Dec 2013 15:59:24 +0000 (UTC) Received: from [10.1.3.5] (cnet520-windstream.mcclatchyinteractive.com [166.108.16.2]) (using TLSv1 with cipher DHE-RSA-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by mail.lifanov.com (Postfix) with ESMTPSA id A72F51A728A; Tue, 17 Dec 2013 10:59:23 -0500 (EST) Message-ID: <52B074DA.30307@mail.lifanov.com> Date: Tue, 17 Dec 2013 10:59:22 -0500 From: Nikolai Lifanov User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:24.0) Gecko/20100101 Thunderbird/24.2.0 MIME-Version: 1.0 To: Adrian Chadd , dan_partelly Subject: Re: 10-RC2 current wireless link aggregation not working correctly References: <80a9ff942e0bf413ceaf9aa469b50687@rdsor.ro> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: freebsd-current X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 17 Dec 2013 15:59:24 -0000 On 12/17/13 10:54, Adrian Chadd wrote: > Hi, > > The MAC of the lagg needs to be the same as the wireless interface. > > I'm going to just state right now that using lagg as the failover > method for doing wireless/wired integration isn't supported by me. If > someone wants to make it supported then they need to claim it. :) > > > -a > > > On 17 December 2013 05:06, dan_partelly wrote: >> >> Hi all, >> >> I've set up wireless link aggregation on FreeBSD 10 RC1 and RC2 as >> described in the FreeBSD handbook, on an oldish Compaq nc6320 laptop. >> >> What happens is: >> >> If I boot the system with the Ethernet cable attached, I correctly get >> lagg0 active port on master- bg0- and the network is working correctly. >> (I mainly test pinging my gateway). When I pull the cable out, lagg0 >> device correctly switches to wlan0 as shown by ifconfig (wlan0 is created >> from wpi0), but at the same time I get no more ping replies from my >> gateway. I can leave the system in this state for several minutes as an >> example >> and no replies are coming through. A simple list of interfaces with >> ifconfig with no parameters brigs the network back to life, and I start to >> get back the due ping replyes, this time thrugh wireless link. >> >> >> Please, if possible en-light me on tis problem. I sat at your disposition >> with any info you may deem necessary to get this fixed (if it needs a fix). >> >> >> Dan >> It actually is, in my case. The macs for em0, wlan0, and lagg0 all match. I can always do the failover differently, but this used to work with 9.0-RELEASE-9.2-RELEASE. - Nikolai Lifanov