From owner-freebsd-questions@FreeBSD.ORG Fri Feb 11 06:33:51 2005 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0B01916A4CE for ; Fri, 11 Feb 2005 06:33:51 +0000 (GMT) Received: from helium.webpack.hosteurope.de (helium.webpack.hosteurope.de [217.115.142.90]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6598243D2D for ; Fri, 11 Feb 2005 06:33:50 +0000 (GMT) (envelope-from me@hexren.net) Received: by helium.webpack.hosteurope.de running Exim 4.34 using asmtp helo=hexren.steenbuck.net) id 1CzUNB-00012c-0u; Fri, 11 Feb 2005 07:33:49 +0100 Date: Fri, 11 Feb 2005 07:33:48 +0100 From: Hexren X-Mailer: The Bat! (v1.62i) Business X-Priority: 3 (Normal) Message-ID: <1352131705.20050211073348@hexren.net> To: "Reid Linnemann" In-Reply-To: <20050210221235.C45ACA068E@csa.cs.okstate.edu> References: <20050210221235.C45ACA068E@csa.cs.okstate.edu> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit cc: freebsd-questions@freebsd.org Subject: Re: wireless-to-wired bridging X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Hexren List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 11 Feb 2005 06:33:51 -0000 RL> I have a question that is more of a networking question than a BSD RL> question, but I am hoping someone out there has faced this same dilemma RL> before and has some advice: RL> I have a FreeBSD machine running -current that servers as a router for my RL> home LAN, using nat. I recently tossed in a DLink DWL-G520 wireless card RL> (ath0), and bridged that interface to the internal LAN interface on the RL> machine (rl1). After a bit of configurating, I had the ath interface in RL> hostap mode, and everything was working great - except the wired clients RL> cannot route to eachother. RL> I am suspicious that, since the wired network is in AP mode, if a RL> wireless client wants to send a packet to another wireless client, it RL> must be sent to the AP, which should theoretically redirect the packet RL> to the appropriate host on the wireless net. In the wired network, a RL> switch handles this automagically on the datalink layer without those RL> messages hitting the rl1 interface of the BSD router. I've looked at RL> the bridge code, and it seems that unless a packet is multicast or RL> broadcast it will be copied to the other bridge interfaces but not RL> returned to the original caller. Since the packets being sent between RL> wireless clients are not broadcast, I think they are getting dumped into RL> the black hole of the wired LAN, and not being processed and pumped back RL> out through the ath interface. Is this a correct assumption? Are there RL> ways I can overcome this problem? RL> Thanks, RL> Reid RL> _______________________________________________ RL> freebsd-questions@freebsd.org mailing list RL> http://lists.freebsd.org/mailman/listinfo/freebsd-questions RL> To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org" --------------------------------------------- I can not really follow your train of thought :( What do you want to send to whom and what does nut funtion ? Regards Hexren