From owner-freebsd-questions@FreeBSD.ORG Sat Sep 30 13:44:50 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 97C6D16A407 for ; Sat, 30 Sep 2006 13:44:50 +0000 (UTC) (envelope-from cswiger@mac.com) Received: from pi.codefab.com (pi.codefab.com [199.103.21.227]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3BC5343D46 for ; Sat, 30 Sep 2006 13:44:50 +0000 (GMT) (envelope-from cswiger@mac.com) Received: from localhost (localhost [127.0.0.1]) by pi.codefab.com (Postfix) with ESMTP id 3441D5DF3; Sat, 30 Sep 2006 09:44:49 -0400 (EDT) X-Virus-Scanned: amavisd-new at codefab.com Received: from pi.codefab.com ([127.0.0.1]) by localhost (pi.codefab.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 52ENPyjgNZXk; Sat, 30 Sep 2006 09:44:46 -0400 (EDT) Received: from [192.168.1.251] (pool-68-161-96-195.ny325.east.verizon.net [68.161.96.195]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by pi.codefab.com (Postfix) with ESMTP id 8E1FB5D2D; Sat, 30 Sep 2006 09:44:46 -0400 (EDT) Message-ID: <451E74C8.6070702@mac.com> Date: Sat, 30 Sep 2006 09:44:40 -0400 From: Chuck Swiger User-Agent: Thunderbird 1.5.0.7 (Windows/20060909) MIME-Version: 1.0 To: Laurence Sanford References: <451DCFD4.3070408@wilderness.homeip.net> In-Reply-To: <451DCFD4.3070408@wilderness.homeip.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: Sat, 30 Sep 2006 13:44:50 -0000 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"...? -- -Chuck