From owner-freebsd-current@FreeBSD.ORG Wed Jan 12 20:07:09 2005 Return-Path: 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 D630216A4D3 for ; Wed, 12 Jan 2005 20:07:09 +0000 (GMT) Received: from rproxy.gmail.com (rproxy.gmail.com [64.233.170.202]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7CFB443D55 for ; Wed, 12 Jan 2005 20:07:09 +0000 (GMT) (envelope-from benjamin.becker@gmail.com) Received: by rproxy.gmail.com with SMTP id g11so71021rne for ; Wed, 12 Jan 2005 12:07:08 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:references; b=rEtK/OC7xlA456JwfIPCD7v0qd9YWslRD+e4G4a8gg3nUGZick69cnnbxOLr5MgXoAsIlrmFV7yOQCk9T9sJQlXk1yEjkVWg0C2T5vxQy2lQ9zeYOMs/DndjWz4+f5N+qkt5twktsbES79YB/2lnGIPctCSAvXeaz5gNz4C5tP4= Received: by 10.39.1.5 with SMTP id d5mr1841rni; Wed, 12 Jan 2005 12:07:08 -0800 (PST) Received: by 10.38.73.18 with HTTP; Wed, 12 Jan 2005 12:07:08 -0800 (PST) Message-ID: <38d37be7050112120767d4ca5f@mail.gmail.com> Date: Wed, 12 Jan 2005 12:07:08 -0800 From: Ben Becker To: freebsd-current@freebsd.org In-Reply-To: <41E490D4.70504@errno.com> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit References: <38d37be7050111092379f2a898@mail.gmail.com> <41E490D4.70504@errno.com> Subject: Re: Atheros and SIS bridging problem X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Ben Becker List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 12 Jan 2005 20:07:09 -0000 On Tue, 11 Jan 2005 18:52:04 -0800, Sam Leffler wrote: > This doesn't work because the wireless interface will not receive > frames from the ap destined for the laptop. You basically need/want to > tunnel the laptop frames which requires support that's not currently in > the system. I just tested a few things: First, I was able to ping the AP from the laptop by adding static ARP entries on both devices and pointing the opposite device's IP to the mac address of Ath0 on the bridge. It seems to have worked as I can ping back and forth, but the response time is usually greater than 200ms. Just thought this was interesting. Is the issue here just that the bridge needs to learn all the MAC addresses and which side of the bridge they're on? Or does this have more to do with the Atheros driver? I want to add this functionality and I'm willing to take the time to write a patch, but I want to make sure I'm on the right track. Any pointers would be greatly appreciated. Regards, Ben