From owner-freebsd-questions@FreeBSD.ORG Wed Jun 11 20:05:37 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id EFE931065674 for ; Wed, 11 Jun 2008 20:05:37 +0000 (UTC) (envelope-from yuri.pankov@gmail.com) Received: from mail.irbisnet.ru (mail.irbisnet.ru [194.186.18.2]) by mx1.freebsd.org (Postfix) with ESMTP id 5FBF68FC12 for ; Wed, 11 Jun 2008 20:05:37 +0000 (UTC) (envelope-from yuri.pankov@gmail.com) Received: from [192.168.1.2] ([85.172.11.132]) (authenticated bits=0) by mail.irbisnet.ru (8.14.2/8.14.2) with ESMTP id m5BK5RKj066075; Thu, 12 Jun 2008 00:05:35 +0400 (MSD) (envelope-from yuri.pankov@gmail.com) Message-ID: <48502FFD.3040900@gmail.com> Date: Thu, 12 Jun 2008 00:05:17 +0400 From: Yuri Pankov User-Agent: Thunderbird 2.0.0.14 (Windows/20080421) MIME-Version: 1.0 To: Len Conrad References: <200802161041.08346.af300wsm@gmail.com> <7daacbbe0802171214t129d2945l8c035c15c242f95e@mail.gmail.com> <340a29540802191437m557b8e02w91fb96b3b4fe7aa8@mail.gmail.com> <20080611214815.SM01608@TX2.Go2France.com> In-Reply-To: <20080611214815.SM01608@TX2.Go2France.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-questions@freebsd.org Subject: Re: IPv4 loopback address is missing, why? 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, 11 Jun 2008 20:05:38 -0000 Len Conrad wrote: > > /etc/hosts : > > ::1 localhost.mydomain.tld localhost > 127.0.0.1 localhost.mydomain.tld localhost > > > /etc/defaults/rc.conf : > > ifconfig_lo0="inet 127.0.0.1" # default loopback device configuration. > > ... but ifconfig always shows no inet: > > lo0: flags=8049 mtu 16384 > inet6 fe80::1%lo0 prefixlen 64 scopeid 0x3 > inet6 ::1 prefixlen 128 > > > so we added to /etc/rc.conf : > > ifconfig_lo0="inet 127.0.0.1 netmask 255.0.0.0" > > ... still not inet4 loopback if (so commented it out). > > no errors in /var/log/messages, > dmesg -a shows no error, > ... other than services failing to grab ports on 127.0.0.1 > > > thanks > Len Do you have network_interfaces set to something different than "auto" in /etc/rc.conf? Yuri