From owner-freebsd-questions@FreeBSD.ORG Sun Oct 1 11:08:25 2006 Return-Path: X-Original-To: questions@freebsd.org Delivered-To: freebsd-questions@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5BF8F16A40F for ; Sun, 1 Oct 2006 11:08:25 +0000 (UTC) (envelope-from lauasanf@wilderness.homeip.net) Received: from mxsf05.cluster1.charter.net (mxsf05.cluster1.charter.net [209.225.28.205]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2BCB143D49 for ; Sun, 1 Oct 2006 11:08:22 +0000 (GMT) (envelope-from lauasanf@wilderness.homeip.net) Received: from mxip02a.cluster1.charter.net (mxip02a.cluster1.charter.net [209.225.28.132]) by mxsf05.cluster1.charter.net (8.12.11.20060308/8.12.11) with ESMTP id k91B8LJ4032670 for ; Sun, 1 Oct 2006 07:08:21 -0400 Received: from 24-159-55-136.dhcp.jcsn.tn.charter.com (HELO [192.168.1.6]) ([24.159.55.136]) by mxip02a.cluster1.charter.net with ESMTP; 01 Oct 2006 07:08:21 -0400 X-IronPort-AV: i="4.09,240,1157342400"; d="scan'208"; a="760622684:sNHT37400004" Message-ID: <451FA1AE.90300@wilderness.homeip.net> Date: Sun, 01 Oct 2006 06:08:30 -0500 From: Laurence Sanford User-Agent: Thunderbird 1.5.0.7 (X11/20060926) MIME-Version: 1.0 To: "P.U.Kruppa" References: <451DCFD4.3070408@wilderness.homeip.net> <451E74C8.6070702@mac.com> <20061001042415.D4236@pukruppa.net> In-Reply-To: <20061001042415.D4236@pukruppa.net> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: questions@freebsd.org Subject: Re: Can't ping localhost? 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: Sun, 01 Oct 2006 11:08:25 -0000 P.U.Kruppa wrote: > On Sat, 30 Sep 2006, Chuck Swiger wrote: > >> Laurence Sanford wrote: >>> Anyone got any ideas on this? >>> >>> lauasanf@colossus(~)$ ping 127.0.0.1 >>> PING 127.0.0.1 (127.0.0.1): 56 data bytes >>> ping: sendto: Can't assign requested address >>> ping: sendto: Can't assign requested address >>> ping: sendto: Can't assign requested address >>> ping: sendto: Can't assign requested address >>> ping: sendto: Can't assign requested address >>> ping: sendto: Can't assign requested address >>> ^C >>> --- 127.0.0.1 ping statistics --- >>> 6 packets transmitted, 0 packets received, 100% packet loss >>> >>> >>> lauasanf@colossus(~)$ ifconfig lo0 >>> lo0: flags=8008 mtu 16384 >> >> If there isn't an "inet 127.0.0.1" entry following, the loopback >> isn't properly configured. Perhaps you have a "network_interfaces" >> entry listed in /etc/rc.conf which does not mention "lo0"...? > I think this entry should live in /etc/defaults/rc.conf > > ifconfig_lo0="inet 127.0.0.1" # default loopback device > # configuration. > Thanks Uli, I checked based on your post, and it is there. Perhaps I have something running at startup that's breaking things? Looks like I'll be digging a little more to see what I can find.