From owner-freebsd-questions@FreeBSD.ORG Wed Jul 4 06:05:39 2007 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id A0F4716A421 for ; Wed, 4 Jul 2007 06:05:39 +0000 (UTC) (envelope-from sonicy@otenet.gr) Received: from kane.otenet.gr (kane.otenet.gr [195.170.0.77]) by mx1.freebsd.org (Postfix) with ESMTP id 173CB13C44B for ; Wed, 4 Jul 2007 06:05:38 +0000 (UTC) (envelope-from sonicy@otenet.gr) Received: from atlantis.dyndns.org (athedsl-90424.home.otenet.gr [87.203.106.134]) by kane.otenet.gr (8.13.8/8.13.8/Debian-3) with ESMTP id l6465WeJ005532; Wed, 4 Jul 2007 09:05:34 +0300 Message-ID: <468B38AC.7000706@otenet.gr> Date: Wed, 04 Jul 2007 09:05:32 +0300 From: Manolis Kiagias User-Agent: Thunderbird 2.0.0.4 (X11/20070615) MIME-Version: 1.0 To: Chad Perrin References: <20070704052737.GB40018@demeter.hydra> In-Reply-To: <20070704052737.GB40018@demeter.hydra> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: "freebsd-questions@freebsd.org" Subject: Re: "late filesystems" and switching net configs X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 04 Jul 2007 06:05:39 -0000 Chad Perrin wrote: > I have a couple of niggling little, er, "quirks" that I'd like to get > sorted out on my FreeBSD Thinkpad. > > 1. During boot, if I'm booting up anywhere but at home (where my static > IP address configuration applies), the startup messages pause for a few > long seconds at a message that says "Mounting late filesystems". When > plugged into the network at home, though, using my static IP > configuration, it swoops past that pretty quickly. Can someone tell me > what that's about? > > 2. For some reason, if I use DHCP at all then want to switch back to my > static IP setup, I have to restart the computer to get it to access the > Internet. I haven't been able to figure out why. If I recall > correctly, I can switch to static IP on bge0 and access other systems > on the network, but I can't do anything related to the Internet. Yes, > by the way, I am checking to make sure the contents of resolv.conf are > correct. > > Any ideas about how to figure out what's going on in either case would be > welcome. > > For #2 (maybe a long shot): Just recently I needed to change on the fly the IP address of one machine, and after a /etc/rc.d/netif restart, I lost Internet connectivity. Access to the local network was normal. This machine is behind an ADSL router (IP 192.168.0.250) which acts as the gateway. The problem was, after the IP address change the default gateway was lost. defaultrouter was present in rc.conf but was not applied again after the netif restart. A quick route add default 192.168.0.250 fixed it.