From owner-freebsd-net@FreeBSD.ORG Sat Sep 29 08:01:12 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 85D7B16A419; Sat, 29 Sep 2007 08:01:12 +0000 (UTC) (envelope-from randy@psg.com) Received: from rip.psg.com (rip.psg.com [147.28.0.39]) by mx1.freebsd.org (Postfix) with ESMTP id 5E8E413C459; Sat, 29 Sep 2007 08:01:12 +0000 (UTC) (envelope-from randy@psg.com) Received: from cust16202.lava.net ([64.65.95.74] helo=[192.168.0.101]) by rip.psg.com with esmtpsa (TLSv1:AES256-SHA:256) (Exim 4.67 (FreeBSD)) (envelope-from ) id 1IbXGB-000Lp6-B7; Sat, 29 Sep 2007 08:01:11 +0000 Message-ID: <46FE0640.3030102@psg.com> Date: Fri, 28 Sep 2007 22:01:04 -1000 From: Randy Bush User-Agent: Thunderbird 2.0.0.6 (Windows/20070728) MIME-Version: 1.0 To: Sam Leffler 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> In-Reply-To: <46FC574B.1070507@errno.com> X-Enigmail-Version: 0.95.3 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: FreeBSD Net , Andrew Thompson 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 08:01:12 -0000 > 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. randy