From owner-freebsd-wireless@FreeBSD.ORG Thu May 22 05:32:54 2014 Return-Path: Delivered-To: freebsd-wireless@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 197F5EA; Thu, 22 May 2014 05:32:54 +0000 (UTC) Received: from mail-qg0-x236.google.com (mail-qg0-x236.google.com [IPv6:2607:f8b0:400d:c04::236]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id BC80127E5; Thu, 22 May 2014 05:32:53 +0000 (UTC) Received: by mail-qg0-f54.google.com with SMTP id q108so4828080qgd.27 for ; Wed, 21 May 2014 22:32:52 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=Wy8xqeIWCMmlVm6V9P20hFgfHIZwwB/zCi9Aam7PUYo=; b=KXRw2wQTbLZFQhVYrUCbbvPnsTM0ewrS0Gn1uHijqzlFGPlgPK97U54rE3a8B64KVA CGLGdDBkKWTpVdGSe2iZfSo1DRHSm1bV1hK+V9OMZmNp0RAs1cWFmHiYva5z88RmVK0r Zu8w7Z1WwZaDL8lHWAuzM/tnnC2dUjfXoINAYuFGs+iAuYxpz37scZ7MfoAb+JWO7CMc UxEC1BjCQeHu1dRzYGp7X8syXBaWHKAMdjxOtU3a649/ycqHGnLUP0M5HJlnBFdXodpf 10LEdRpaP7CAGjZ0Em6535Dem0SIQwhEwZAC5sNQ9txnr1DaRzvZ0SGp/NBIrwi+eTmH HA3w== MIME-Version: 1.0 X-Received: by 10.229.112.5 with SMTP id u5mr76479813qcp.3.1400736772864; Wed, 21 May 2014 22:32:52 -0700 (PDT) Received: by 10.96.43.105 with HTTP; Wed, 21 May 2014 22:32:52 -0700 (PDT) In-Reply-To: References: <1400681626433-5914139.post@n5.nabble.com> Date: Thu, 22 May 2014 13:32:52 +0800 Message-ID: Subject: Re: fail to do the bridge on tdma by using the scripts under net80211 From: =?UTF-8?B?6ZmG5qyj5oWw?= To: Adrian Chadd Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.18 Cc: "freebsd-wireless@freebsd.org" , Andy X-BeenThere: freebsd-wireless@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: "Discussions of 802.11 stack, tools device driver development." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 22 May 2014 05:32:54 -0000 I was trying to do bridge just on master and now I can ping the bridge on the master from slave node . But I still cannot ping the third computer (which is connected to master node by wired) on slave node. The ip addresses I set are as followes: on mater node : wlan0:192.168.4.1/24 bridge0:192.168.2.1/24 bge0:192.168.6.1 and I run a dhcp server on bge0, then the third computer get ip address 192.168.6.118 from this dhcp server. on slave node wlan0 192.168.4.2/24 Now on slave node I can ping 192.168.2.1 and 192.168.6.1 but fail to ping 192.168.6.118.