From owner-freebsd-current@FreeBSD.ORG Thu Sep 1 22:53:30 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 D8C0016A420 for ; Thu, 1 Sep 2005 22:53:30 +0000 (GMT) (envelope-from incmc@gmx.de) Received: from mail.gmx.net (imap.gmx.net [213.165.64.20]) by mx1.FreeBSD.org (Postfix) with SMTP id CB60743D6B for ; Thu, 1 Sep 2005 22:53:29 +0000 (GMT) (envelope-from incmc@gmx.de) Received: (qmail invoked by alias); 01 Sep 2005 22:53:28 -0000 Received: from dsl-084-061-011-192.arcor-ip.net (EHLO ms.homeip.net) [84.61.11.192] by mail.gmx.net (mp026) with SMTP; 02 Sep 2005 00:53:28 +0200 X-Authenticated: #15946415 Received: from p508f5bee.dip.t-dialin.net ([80.143.91.238] helo=nix-rechnername-auspaehen-hier) by ms.homeip.net with esmtpsa (SSLv3:RC4-MD5:128) id 1EAxw6-000ELo-D5; Fri, 02 Sep 2005 00:53:34 +0200 From: Jochen Gensch To: Jon Dama , freebsd-current@freebsd.org Date: Fri, 2 Sep 2005 00:52:54 +0200 User-Agent: KMail/1.8.2 References: <200509012149.26400.incmc@gmx.de> <431769A7.5000407@gmx.de> In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200509020052.55538.incmc@gmx.de> X-Y-GMX-Trusted: 0 Cc: 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 22:53:31 -0000 Am Donnerstag 01 September 2005 23:31 schrieben Sie: > It should be sufficient to just > > echo 'route -n flush -inet' >> /etc/start_if.ath0 Doesn't work. Fxp0 still holds the deault route! I even tried a following "ifconfig fxp0 down" + "route add default 10.0.0.1". Jochen