From owner-freebsd-net@FreeBSD.ORG Thu Sep 27 23:03:56 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 5E55116A41B; Thu, 27 Sep 2007 23:03:56 +0000 (UTC) (envelope-from mksmith@adhost.com) Received: from mail-defer01.adhost.com (mail-defer01.adhost.com [216.211.128.150]) by mx1.freebsd.org (Postfix) with ESMTP id 372B213C4B5; Thu, 27 Sep 2007 23:03:56 +0000 (UTC) (envelope-from mksmith@adhost.com) Received: from mail-in03.adhost.com (mail-in03.adhost.com [10.211.128.143]) by mail-defer01.adhost.com (Postfix) with ESMTP id D74C7ED7D8; Thu, 27 Sep 2007 15:44:59 -0700 (PDT) (envelope-from mksmith@adhost.com) Received: from ad-exh01.adhost.lan (unknown [216.211.143.69]) by mail-in03.adhost.com (Postfix) with ESMTP id 67EB9119C51; Thu, 27 Sep 2007 15:44:59 -0700 (PDT) (envelope-from mksmith@adhost.com) Content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable X-MimeOLE: Produced By Microsoft Exchange V6.5 Date: Thu, 27 Sep 2007 15:44:58 -0700 Message-ID: <17838240D9A5544AAA5FF95F8D52031602895DA5@ad-exh01.adhost.lan> In-Reply-To: <46FC25C3.8030703@psg.com> X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: bridging ath Thread-Index: AcgBUIogvc69ZQzjTVG5cKw9qWf5dAABy03Q References: <46FB1044.7020000@psg.com> <20070927214100.GB20718@heff.fud.org.nz> <46FC25C3.8030703@psg.com> From: "Michael K. Smith - Adhost" To: "Randy Bush" , "Andrew Thompson" 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 23:03:56 -0000 >=20 > Andrew Thompson wrote: > > On Wed, Sep 26, 2007 at 04:07:00PM -1000, Randy Bush wrote: > >> current i386 thinkpad t41 > >> > >> ifconfig_lo0=3D"inet 127.0.0.1/8" > >> cloned_interfaces=3D"bridge0" > >> ifconfig_bridge0=3D"inet 192.168.0.3/24 addm em0 addm ath0 up" > >> ifconfig_em0=3D"up" > >> ifconfig_ath0=3D"ssid rgnet up" > >> defaultrouter=3D"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? >=20 > connect both wireless and ether. it is pingable. disconnect ether. no > can ping. >=20 > reduce to > ifconfig_ath0=3D"inet 192.168.0.3/24 ssid rgnet up" > with no em0, bridge, ... and it is pingable. >=20 > randy >=20 Just to be sure... net.inet.ip.forwarding=3D1 net.link.ether.bridge.enable=3D1 net.link.ether.bridge.config=3Dem0,ath0