From owner-freebsd-current@FreeBSD.ORG Tue Oct 30 13:34:08 2012 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 21093E1C; Tue, 30 Oct 2012 13:34:08 +0000 (UTC) (envelope-from w8hdkim@gmail.com) Received: from mail-vb0-f54.google.com (mail-vb0-f54.google.com [209.85.212.54]) by mx1.freebsd.org (Postfix) with ESMTP id 9DE538FC16; Tue, 30 Oct 2012 13:34:07 +0000 (UTC) Received: by mail-vb0-f54.google.com with SMTP id l1so369720vba.13 for ; Tue, 30 Oct 2012 06:34:07 -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=WeODVxxWMHiX3OFZIS+G7hDqBBnJU3RS1X8dxmVg2U8=; b=J4lgUAzjoMHoMHSu54ko3VShFCAN1icnw7WIK0MPjak2+H/3MgRhaFSOkjOA7jwZau +RGcQ5vAhAsdu+7blw8apABrQCOTmTGP99j0WRMrFxP2gH4zYPCJ7jRxS2iB+QkYXlOe oZ3W23YwNj28ejVbx2FzhvmoBrHnCTaH/NgDFnYNS3V3YyCoLNkJLdg5axHwL2hLAvF8 zVXSpbPBKGkeCXQZXPxws/MI5bJf1UQv21jo3e84UjhwT+NCXbK1xD3WnC59X1kc938F tu8Xypn82IdKMYpBCrIzytDiCxxiLOQqvuJZz1AgXymP8TQjJmlvnPL39zWb/0BX516n Ctpw== MIME-Version: 1.0 Received: by 10.52.22.202 with SMTP id g10mr43221278vdf.31.1351604046925; Tue, 30 Oct 2012 06:34:06 -0700 (PDT) Received: by 10.58.226.163 with HTTP; Tue, 30 Oct 2012 06:34:06 -0700 (PDT) In-Reply-To: References: <20121030121924.GD70741@FreeBSD.org> Date: Tue, 30 Oct 2012 09:34:06 -0400 Message-ID: Subject: Re: Interfaces connected by bridge(4) do not pass arp replies From: Kim Culhan To: Gleb Smirnoff Content-Type: text/plain; charset=ISO-8859-1 Cc: Monthadar Al Jaberi , freebsd-current@freebsd.org X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.14 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: Tue, 30 Oct 2012 13:34:08 -0000 On Tue, Oct 30, 2012 at 9:29 AM, Kim Culhan wrote: > On Tue, Oct 30, 2012 at 8:19 AM, Gleb Smirnoff wrote: >> Kim, >> >> On Mon, Oct 29, 2012 at 05:59:04PM -0400, Kim Culhan wrote: >> K> >> What svn revision of FreeBSD -current are you running? >> K> > >> K> > FreeBSD head r238604. >> K> >> K> I should have mentioned earlier this is with r242126, there have been >> K> some changes >> K> to the network code since 238604, maybe that is why you don't have this problem. >> >> If you can do binary search, that may be valuable. >> >> -- >> Totus tuus, Glebius. > > Ok I can begin that process, Monthadar since you have an earlier > version can you try > a test: > > From a machine on one of your 2 interfaces, can you ping a machine on > the other interface? > > Do you see the MAC for a machine on the other interface in the arp table? > > When this problem is present, it is possible to reach the router and > out to the internet > (if it is routed that way) but in the case of the wireless interface, > for example, you cannot > reach a machine on the wired interface. > > The interfaces here: Sorry omitted one interface: wlan1: flags=8943 metric 0 mtu 1500 ether fa:d1:11:38:3c:e5 nd6 options=29 media: IEEE 802.11 Wireless Ethernet autoselect mode 11ng status: running ssid ap2 channel 6 (2437 MHz 11g ht/40+) bssid fa:d1:11:38:3c:e5 regdomain 32924 country CN indoor ecm authmode OPEN privacy OFF txpower 20 scanvalid 60 protmode CTS ampdulimit 64k ampdudensity 8 shortgi wme burst dtimperiod 1 -kim