From owner-freebsd-net@FreeBSD.ORG Thu Sep 27 21:41:02 2007 Return-Path: Delivered-To: freebsd-net@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id ADAB816A419 for ; Thu, 27 Sep 2007 21:41:02 +0000 (UTC) (envelope-from thompsa@FreeBSD.org) Received: from heff.fud.org.nz (203-109-251-39.static.bliink.ihug.co.nz [203.109.251.39]) by mx1.freebsd.org (Postfix) with ESMTP id 4C93E13C494 for ; Thu, 27 Sep 2007 21:41:02 +0000 (UTC) (envelope-from thompsa@FreeBSD.org) Received: by heff.fud.org.nz (Postfix, from userid 1001) id D754F1CC2C; Fri, 28 Sep 2007 09:41:00 +1200 (NZST) Date: Fri, 28 Sep 2007 09:41:00 +1200 From: Andrew Thompson To: Randy Bush Message-ID: <20070927214100.GB20718@heff.fud.org.nz> References: <46FB1044.7020000@psg.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <46FB1044.7020000@psg.com> User-Agent: Mutt/1.5.13 (2006-08-11) Cc: FreeBSD Net Subject: Re: bridging ath X-BeenThere: freebsd-net@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Networking and TCP/IP with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 27 Sep 2007 21:41:02 -0000 On Wed, Sep 26, 2007 at 04:07:00PM -1000, Randy Bush wrote: > current i386 thinkpad t41 > > ifconfig_lo0="inet 127.0.0.1/8" > cloned_interfaces="bridge0" > ifconfig_bridge0="inet 192.168.0.3/24 addm em0 addm ath0 up" > ifconfig_em0="up" > ifconfig_ath0="ssid rgnet up" > defaultrouter="192.168.0.1" > > with ether plugged in, i can ping it. unplug ether and no ping over > ath0. other hosts are on same ssid and working. I will try to reproduce this in the weekend. Just to make sure, you are pinging 192.168.0.3 from a remote wireless node connected to ath0, and unplugging em0 causes this to fail? Andrew