From owner-freebsd-current@FreeBSD.ORG Thu Sep 1 21:26:47 2005 Return-Path: X-Original-To: freebsd-current@freebsd.org Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 683F216A41F for ; Thu, 1 Sep 2005 21:26:47 +0000 (GMT) (envelope-from oberman@es.net) Received: from postal2.es.net (postal2.es.net [198.128.3.206]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2EC3343D45 for ; Thu, 1 Sep 2005 21:26:47 +0000 (GMT) (envelope-from oberman@es.net) Received: from ptavv.es.net ([198.128.4.29]) by postal2.es.net (Postal Node 2) with ESMTP (SSL) id IBA74465; Thu, 01 Sep 2005 14:26:46 -0700 Received: from ptavv (localhost [127.0.0.1]) by ptavv.es.net (Tachyon Server) with ESMTP id BE5615D07; Thu, 1 Sep 2005 14:26:45 -0700 (PDT) To: Jon Dama In-reply-to: Your message of "Thu, 01 Sep 2005 13:01:38 PDT." Date: Thu, 01 Sep 2005 14:26:45 -0700 From: "Kevin Oberman" Message-Id: <20050901212645.BE5615D07@ptavv.es.net> Cc: Jochen Gensch , freebsd-current@freebsd.org Subject: Re: Default route doesn't change to wireless device (ath0) X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 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: Thu, 01 Sep 2005 21:26:47 -0000 > Date: Thu, 1 Sep 2005 13:01:38 -0700 (PDT) > From: Jon Dama > Sender: owner-freebsd-current@freebsd.org > > Flush the routing table or at least delete the default entry in a > start_if.ath0 script. This is obvious, but does not answer the question: "Can't that be done automatically on plugging in either?" As I recall, when the OpenSSH dhclient was added, one of the things it was supposed to do was flush the routing table. This never seems to have happened and I'm not sure I'd want it to. Maybe devd could automate it? (I think I'm going to try that.) -- R. Kevin Oberman, Network Engineer Energy Sciences Network (ESnet) Ernest O. Lawrence Berkeley National Laboratory (Berkeley Lab) E-mail: oberman@es.net Phone: +1 510 486-8634 > On Thu, 1 Sep 2005, Jochen Gensch wrote: > > > Hi! > > > > If I plug in my wireless nic (atheros) it comes up automatically through > > wpa_supplicant. However the default route still points to my non wireless > > nic (fxp0) even if remove the network cable before plugging in the wireless > > device. I have found no way around this, the only way of getting the > > default route changed to ath0 is setting in manually. Can't that be done > > automatically on plugging in either?