From owner-freebsd-mobile@FreeBSD.ORG Fri Mar 27 17:04:30 2009 Return-Path: Delivered-To: freebsd-mobile@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 6887B106566C for ; Fri, 27 Mar 2009 17:04:30 +0000 (UTC) (envelope-from jnordwick@gmail.com) Received: from wf-out-1314.google.com (wf-out-1314.google.com [209.85.200.174]) by mx1.freebsd.org (Postfix) with ESMTP id 351628FC12 for ; Fri, 27 Mar 2009 17:04:30 +0000 (UTC) (envelope-from jnordwick@gmail.com) Received: by wf-out-1314.google.com with SMTP id 24so1261742wfg.7 for ; Fri, 27 Mar 2009 10:04:29 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:content-type; bh=j6m3GzO33TSbSKkGGXjEJMfplCCz4WXp4qyBqU4Zp/s=; b=pXtpIJd2JsVlIAEsYVeYBdcw5sJgQtaVhvjYPH90k8Jl5U+FQAetCGRltxOwe1j/rs x6mmKG7KyC5/cXox02/ck0KQgFHyR+L7P8HQc/OcqtbgarTN2Li0x2XDZcYPBvTavIeh Wa4/7N7h7vEiAj5gOkGH7kG3lK7iM3c/dYk8s= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; b=v5jpIwIJtFAjScS5xGLoSou8T+5t9LaxqgIS7xpsWbETNdEN0zesjIHI7JmHSjxOHR K8pxA6qKfBLevEOOGlw0N/3JuKVJzHTE2ySbUkqkpsPXVkAxU3XF3LoBPdzhwMNCmU48 R5csGpjawnaVw2cezmR/E7UhOKGCvPWs9B6eQ= MIME-Version: 1.0 Received: by 10.142.179.2 with SMTP id b2mr969968wff.280.1238173469822; Fri, 27 Mar 2009 10:04:29 -0700 (PDT) In-Reply-To: References: Date: Fri, 27 Mar 2009 10:04:29 -0700 Message-ID: From: Jason Nordwick To: freebsd-mobile@freebsd.org Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: Re: Switching from wired to wireless getting "network down" X-BeenThere: freebsd-mobile@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Mobile computing with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 27 Mar 2009 17:04:30 -0000 This appears to be the case. "route get 192.168.1.1" (my netgear wireless) shows that it still wants to use bfe0 instead of the wpi0 interface. How do I get it so that when I unplug my cable and my wireless is up, it changes the routing table? -j On Fri, Mar 27, 2009 at 9:31 AM, Jason Nordwick wrote: > I just updated to the current -STABLE (7.2-PRERELEASE is the same thing? > hopefully). > > When I boot with the network cable plugged in, but then try to unplug it > and up my wireless, it doesn't seem to work although the ifconfig shows I am > joined to my wireless network. Is there some magic I need to do to reset the > routing tables or something? > > -j > >