From owner-freebsd-current@FreeBSD.ORG Wed Oct 19 09:16:02 2005 Return-Path: X-Original-To: freebsd-current@freebsd.org Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 65C2116A41F for ; Wed, 19 Oct 2005 09:16:02 +0000 (GMT) (envelope-from thompsa@freebsd.org) Received: from heff.fud.org.nz (60-234-149-201.bitstream.orcon.net.nz [60.234.149.201]) by mx1.FreeBSD.org (Postfix) with ESMTP id ECECE43D49 for ; Wed, 19 Oct 2005 09:16:01 +0000 (GMT) (envelope-from thompsa@freebsd.org) Received: by heff.fud.org.nz (Postfix, from userid 1001) id 0F9461CCDD; Wed, 19 Oct 2005 22:16:00 +1300 (NZDT) Date: Wed, 19 Oct 2005 22:15:59 +1300 From: Andrew Thompson To: Jiri Mikulas Message-ID: <20051019091559.GA45009@heff.fud.org.nz> References: <43560B6A.4070505@mikulas.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <43560B6A.4070505@mikulas.com> User-Agent: Mutt/1.4.2.1i Cc: freebsd-current@freebsd.org Subject: Re: ath client bridge X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 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: Wed, 19 Oct 2005 09:16:02 -0000 On Wed, Oct 19, 2005 at 11:01:30AM +0200, Jiri Mikulas wrote: > Hello > I have problem to setup bridging box with ath in client mode and if_bridge > When card is in AP mode, everything is ok, but if I want to run card in > client mode, bridging is not working. > Here are my testing steps: (it's quite long, so I prefer put URL there :) ) Bridging on the client side of a wireless connection is not supported and has to do with the 801.11 frame format. The problem is that the client only registers its own MAC address with the AP, so the bridged clients do not get a reply (as far as I understand). Andrew