From owner-freebsd-net@FreeBSD.ORG Thu Sep 27 21:51:03 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 612C716A41A for ; Thu, 27 Sep 2007 21:51:03 +0000 (UTC) (envelope-from randy@psg.com) Received: from rip.psg.com (rip.psg.com [147.28.0.39]) by mx1.freebsd.org (Postfix) with ESMTP id 3769513C45B for ; Thu, 27 Sep 2007 21:51:03 +0000 (UTC) (envelope-from randy@psg.com) Received: from cust16202.lava.net ([64.65.95.74] helo=[192.168.0.101]) by rip.psg.com with esmtpsa (TLSv1:AES256-SHA:256) (Exim 4.67 (FreeBSD)) (envelope-from ) id 1Ib1GA-000FIQ-PN; Thu, 27 Sep 2007 21:51:03 +0000 Message-ID: <46FC25C3.8030703@psg.com> Date: Thu, 27 Sep 2007 11:50:59 -1000 From: Randy Bush User-Agent: Thunderbird 2.0.0.6 (Windows/20070728) MIME-Version: 1.0 To: Andrew Thompson References: <46FB1044.7020000@psg.com> <20070927214100.GB20718@heff.fud.org.nz> In-Reply-To: <20070927214100.GB20718@heff.fud.org.nz> X-Enigmail-Version: 0.95.3 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit 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:51:03 -0000 Andrew Thompson wrote: > 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? connect both wireless and ether. it is pingable. disconnect ether. no can ping. reduce to ifconfig_ath0="inet 192.168.0.3/24 ssid rgnet up" with no em0, bridge, ... and it is pingable. randy randy