From owner-freebsd-net@FreeBSD.ORG Sat Sep 29 11:42:46 2007 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 7B9DB16A417 for ; Sat, 29 Sep 2007 11:42:46 +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 2838513C48E for ; Sat, 29 Sep 2007 11:42:46 +0000 (UTC) (envelope-from thompsa@FreeBSD.org) Received: by heff.fud.org.nz (Postfix, from userid 1001) id C66B71CC26; Sat, 29 Sep 2007 23:42:44 +1200 (NZST) Date: Sat, 29 Sep 2007 23:42:44 +1200 From: Andrew Thompson To: Randy Bush Message-ID: <20070929114244.GC44719@heff.fud.org.nz> References: <46FB1044.7020000@psg.com> <20070927214100.GB20718@heff.fud.org.nz> <46FC25C3.8030703@psg.com> <46FC4036.3040604@errno.com> <46FC4C5F.8000004@psg.com> <46FC560E.1070301@errno.com> <46FC574B.1070507@errno.com> <46FE0640.3030102@psg.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <46FE0640.3030102@psg.com> User-Agent: Mutt/1.5.13 (2006-08-11) Cc: FreeBSD Net Subject: Re: bridging ath 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: Sat, 29 Sep 2007 11:42:46 -0000 On Fri, Sep 28, 2007 at 10:01:04PM -1000, Randy Bush wrote: > > I don't know what you're trying to do > > no surprise. i rarely do. :) > > > When you attach your wired nic to a bridge and and turn the bridge on > > the nic gets set in promiscuous mode. This is likely why you can > > ping the other wireless station through the wired nic. To ping the > > wireless station through your AP then AP must either fwd the packet > > directly or bridge it using some mechanism. You cannot bridge a > > wireless interface unless it's operating as an ap. Either way it's > > an issue at the AP. > > sokeris running current > application is a remote (via wireless) ether switch > wireless client, bridged to the ethers > a few devices on the ethers such as desktop, printer, ... > it is also a local samba etc, and ipsecs to the AP's net > > so it does not want to be an AP but it does want to bridge. At the bottom of if_bridge(4): "Only wireless interfaces in hostap mode can be bridged due to the 802.11 framing format, bridging a wireless client is not supported yet."