From owner-freebsd-mobile@FreeBSD.ORG Sat Mar 28 23:01:57 2009 Return-Path: Delivered-To: freebsd-mobile@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id F3E5A10656C7; Sat, 28 Mar 2009 23:01:56 +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 AB6758FC16; Sat, 28 Mar 2009 23:01:56 +0000 (UTC) (envelope-from deischen@freebsd.org) Received: from sea.ntplx.net (sea.ntplx.net [204.213.176.11]) by mail.netplex.net (8.14.3/8.14.3/NETPLEX) with ESMTP id n2SN1thE023504; Sat, 28 Mar 2009 19:01:55 -0400 (EDT) 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.0 (mail.netplex.net [204.213.176.10]); Sat, 28 Mar 2009 19:01:55 -0400 (EDT) Date: Sat, 28 Mar 2009 19:01:55 -0400 (EDT) From: Daniel Eischen X-X-Sender: eischen@sea.ntplx.net To: Sam Leffler In-Reply-To: <49CEAAD2.7050203@freebsd.org> Message-ID: References: <1238217783.00093348.1238205603@10.7.7.3> <20090328160858.GA57695@auricle.charter.net> <49CE51E2.4000807@freebsd.org> <49CE5B95.1010502@freebsd.org> <49CEAAD2.7050203@freebsd.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed Cc: "J. Porter Clark" , freebsd-mobile@freebsd.org Subject: Re: Switching from wired to wireless getting "network down" X-BeenThere: freebsd-mobile@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Daniel Eischen List-Id: Mobile computing with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 28 Mar 2009 23:01:57 -0000 On Sat, 28 Mar 2009, Sam Leffler wrote: > Daniel Eischen wrote: >> On Sat, 28 Mar 2009, Sam Leffler wrote: >> >>> if you force it after, and I'm not sure you can make it work). I'm >>> starting to remember now about this. Was there a PR filed? I completely >>> forgot about this issue and it's likely to happen again w/o one. >> >> No, there's no PR as far as I can tell. I'll try and set up a >> test system to duplicate it again, so I have proper information >> for a PR. >> >> I seem to recall that if wlanX is your primary/first lagg >> interface, then it uses the MAC address from the underlying >> interface as lagg's MAC address. In this case it works, >> but that's not the usual case 'cause you'd rather use a >> faster wired interface first if it exists. >> >> So this works: >> >> ifconfig lagg0 laggproto failover laggport wlan0 laggport bge0 >> >> but this doesn't: >> >> ifconfig lagg0 laggproto failover laggport bge0 laggport wlan0 >> >> In the latter case, lagg only works when bge0 is up. >> > > I'm fixing various issues in handling the mac address (in head). I can now > use lagg w/o wpa so long as you force the mac address manually. If there > had been a PR this problem would not have been lost. I am sorry :( I do remember trying to figure out how to do this myself and did have an outstanding email with you and/or Andrew that went unanswered. I got side-tracked on something else after that and never got back to it. -- DE