From owner-freebsd-net@FreeBSD.ORG Tue Apr 3 21:31:13 2007 Return-Path: X-Original-To: freebsd-net@freebsd.org Delivered-To: freebsd-net@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 5E74D16A406 for ; Tue, 3 Apr 2007 21:31:13 +0000 (UTC) (envelope-from thompsa@freebsd.org) Received: from heff.fud.org.nz (203-109-251-39.static.bliink.ihug.co.nz [203.109.251.39]) by mx1.freebsd.org (Postfix) with ESMTP id 0098913C487 for ; Tue, 3 Apr 2007 21:31:12 +0000 (UTC) (envelope-from thompsa@freebsd.org) Received: by heff.fud.org.nz (Postfix, from userid 1001) id 50FEA1CC58; Wed, 4 Apr 2007 09:31:11 +1200 (NZST) Date: Wed, 4 Apr 2007 09:31:11 +1200 From: Andrew Thompson To: Niki Denev Message-ID: <20070403213111.GB41118@heff.fud.org.nz> References: <20070329235520.GD97061@heff.fud.org.nz> <460E6536.7060805@totalterror.net> <20070401095618.GA24408@heff.fud.org.nz> <4611F645.5000305@totalterror.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <4611F645.5000305@totalterror.net> User-Agent: Mutt/1.5.13 (2006-08-11) Cc: freebsd-net@freebsd.org Subject: Re: CFT: new trunk(4) X-BeenThere: freebsd-net@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Networking and TCP/IP with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 03 Apr 2007 21:31:13 -0000 On Tue, Apr 03, 2007 at 09:37:57AM +0300, Niki Denev wrote: > > > > I have fixed this up, a couple of spaces slipped into the Makefile. > > > > > > I tried today to do the wireless/wired roaming, almost as given > in the man page, with the exception that my wireless interface (ath), > uses WPA, and i'm trying to run dhclient on the trunk interface. > However it does not work as expected, and i'm not sure why... > The problem is that if ath0 is a member of the trunk0 interface > it always deassociates a few seconds after associating. > If i remove it from the trunk group it associates perfectly, and > keeps the link up. > The AP is a pfsense 1.0.1 based machine using ral0 interface > and works without problem with the ath0 interface in my laptop from a > couple of years. > > I'll be glad to provide more info if needed. I have a spare ath card so I will try and reproduce this. Just to make sure, can you flick me the setup that you used. Andrew