From owner-freebsd-ports@FreeBSD.ORG Tue Apr 18 04:09:45 2006 Return-Path: X-Original-To: freebsd-ports@freebsd.org Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1B28F16A407 for ; Tue, 18 Apr 2006 04:09:45 +0000 (UTC) (envelope-from kwlogical@bellsouth.net) Received: from imf16aec.mail.bellsouth.net (imf16aec.mail.bellsouth.net [205.152.59.64]) by mx1.FreeBSD.org (Postfix) with ESMTP id EFA4C43D62 for ; Tue, 18 Apr 2006 04:09:41 +0000 (GMT) (envelope-from kwlogical@bellsouth.net) Received: from ibm56aec.bellsouth.net ([65.80.37.237]) by imf16aec.mail.bellsouth.net with ESMTP id <20060418040940.XGME29418.imf16aec.mail.bellsouth.net@ibm56aec.bellsouth.net> for ; Tue, 18 Apr 2006 00:09:40 -0400 Received: from [192.168.1.15] (really [65.80.37.237]) by ibm56aec.bellsouth.net with ESMTP id <20060418040940.OTZH29118.ibm56aec.bellsouth.net@[192.168.1.15]> for ; Tue, 18 Apr 2006 00:09:40 -0400 Message-ID: <44446686.4060704@bellsouth.net> Date: Tue, 18 Apr 2006 00:09:42 -0400 From: bsdlogical User-Agent: Mozilla Thunderbird 1.0.7 (X11/20051208) X-Accept-Language: en-us, en MIME-Version: 1.0 To: freebsd-ports@freebsd.org References: <200604171818.44950.derrick@uniquestrength.net> <44443803.8060905@bellsouth.net> <200604172202.33897.derrick@uniquestrength.net> <44444DAF.3040500@kutulu.org> In-Reply-To: <44444DAF.3040500@kutulu.org> X-Enigmail-Version: 0.93.0.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: Re: Strange NMAP results X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 18 Apr 2006 04:09:45 -0000 I agree. I actually don't have anything for lo0 defined in rc.conf, but it still gets initialized. You can always try something like "ifconfig lo0 inet 127.0.0.1 netmask 255.255.255.0" to initialize it manually. Otherwise, try Mike's suggestions and see what happens. bsdlogical Mike Edenfield wrote: > Derrick Edwards wrote: > >> >> focus# ifconfig -a >> dc0: flags=8843 mtu 1500 >> options=8 >> inet6 fe80::250:2cff:fe07:937d%dc0 prefixlen 64 scopeid 0x1 >> inet 192.168.1.109 netmask 0xffffff00 broadcast 192.168.1.255 >> ether 00:50:2c:07:93:7d >> media: Ethernet autoselect (100baseTX ) >> status: active >> plip0: flags=108810 mtu 1500 >> lo0: flags=8008 mtu 16384 > > > This is odd. Your loopback adapter has no IP addresses bound to it. > That would explain why you can't send to localhost, but not how it > ended up in this condition. > > I suspect there is something in your /etc/rc.conf that is preventing > the default ifconfig_lo0 settings from being applied. First guess: do > you have network_interfaces="" set in /etc/rc.conf, and if so, did you > forget to include lo0 in the list? >