From owner-freebsd-questions@FreeBSD.ORG Tue Mar 13 23:00:33 2007 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 04BD916A408 for ; Tue, 13 Mar 2007 23:00:33 +0000 (UTC) (envelope-from compara@gmail.com) Received: from wx-out-0506.google.com (wx-out-0506.google.com [66.249.82.235]) by mx1.freebsd.org (Postfix) with ESMTP id 9E04E13C46A for ; Tue, 13 Mar 2007 23:00:32 +0000 (UTC) (envelope-from compara@gmail.com) Received: by wx-out-0506.google.com with SMTP id s18so2112431wxc for ; Tue, 13 Mar 2007 16:00:32 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:mime-version:content-type; b=qS5tigBWfs+eAEnju9vuCuQ3M6SDeVC8NmP45jSBYMR5KNr8re3tqzRiJpXPrh3J7ipzRebKFqwvBvB/7BfJwXMPlHYPdAUYK0tUIpt0M5Uyiq239EmUsZx13suPtad6QKjGb3yMCC1TP+QWkJPcSt5efa1Njyc4LdW7hV8laSM= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:mime-version:content-type; b=WN8Tbh7Y1QVCaT7wRi4T7HPWlfZvHq6W11T+oQ9Z7d83PWDASwXQoEeGXb9DArqGV08HliRpHV6+Qs77oLh/YPQzapsi6XwbqfiDpgroY7KjnrPjveK3HNzfljkiI46oo1bpog9dqEe7RegXJl2niZu4RXivbYjg2I+O+xbx3h4= Received: by 10.90.30.20 with SMTP id d20mr6632706agd.1173825334350; Tue, 13 Mar 2007 15:35:34 -0700 (PDT) Received: by 10.67.94.12 with HTTP; Tue, 13 Mar 2007 15:35:34 -0700 (PDT) Message-ID: <40405920703131535p5a2a24fan39eb3d8c7cdce35a@mail.gmail.com> Date: Tue, 13 Mar 2007 18:35:34 -0400 From: "Sung Park" To: freebsd-questions@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: Wireless Bridge in FreeBSD 6.1 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 13 Mar 2007 23:00:33 -0000 I'm having trouble to bridge two wireless card which is Atheros AR5213A in FreeBSD 6.1. I try to make transparent bridge in these two wireless card. I compiled BRIDGE in kernel and I put net.link.ether.bridge=1 net.link.ether.bridge_cfg=*ath0*,*ath1* net.link.ether.bridge_ipfw=1 in sysctl.conf. Following diagram is what I did it. (192.168.0.1)Ath0----Ath0,Ath1(192.168.0.2)----Ath0(192.168.0.100) Left unit is wireless router. Middle unit is transparent bridge. Right unit is client. I set up like this. Ath0 of left unit is AP. Ath0 of middle unit is Station. Ath1 of middle unit is AP. Ath0 of right unit is Station. I can ping from 192.168.0.100 to 192.168.0.2 but I can't ping from 192.168.0.100 to 192.168.0.1. I tested wired LAN bridge with same configuration. It works well. Anyone has idea about this or has same problem. Please, help me. Any kind of information will save me.