From owner-freebsd-ports@FreeBSD.ORG Tue Apr 18 10:40:19 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 44B1E16A404 for ; Tue, 18 Apr 2006 10:40:19 +0000 (UTC) (envelope-from derrick@uniquestrength.net) Received: from rwcrmhc13.comcast.net (rwcrmhc13.comcast.net [204.127.192.83]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8670E43D69 for ; Tue, 18 Apr 2006 10:40:18 +0000 (GMT) (envelope-from derrick@uniquestrength.net) Received: from mail.uniquestrength.net ([68.55.192.50]) by comcast.net (rwcrmhc13) with ESMTP id <20060418104017m1300r2rnme>; Tue, 18 Apr 2006 10:40:17 +0000 Received: from localhost (localhost.uniquestrength.net [127.0.0.1]) by mail.uniquestrength.net (Postfix) with ESMTP id DBCD85E19; Mon, 17 Apr 2006 12:36:48 -0400 (EDT) X-Virus-Scanned: amavisd-new at uniquestrength.net Received: from mail.uniquestrength.net ([127.0.0.1]) by localhost (mail.uniquestrength.net [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id tuqtIkYX+Q76; Mon, 17 Apr 2006 12:36:46 -0400 (EDT) Received: from [192.168.1.109] (unknown [10.10.1.1]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.uniquestrength.net (Postfix) with ESMTP id 8DA295D0E; Mon, 17 Apr 2006 12:36:46 -0400 (EDT) From: Derrick Edwards To: freebsd-ports@freebsd.org Date: Tue, 18 Apr 2006 06:40:14 -0400 User-Agent: KMail/1.9.1 References: <200604171818.44950.derrick@uniquestrength.net> <200604172202.33897.derrick@uniquestrength.net> <44444DAF.3040500@kutulu.org> In-Reply-To: <44444DAF.3040500@kutulu.org> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200604180640.14844.derrick@uniquestrength.net> Cc: bsdlogical 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 10:40:19 -0000 This is what is in my /etc/rc.conf. They are listed at the bottom of the file because I took this rc.conf from my other machines. Should that matter? network_interfaces=dc0 ifconfig_dc0="inet 192.168.1.109 netmask 0xffffff00" ifconfig_lo0="dhcpinet 127.0.0.1 netmask 0xff000000" v/r Derrick On Monday 17 April 2006 22:23, 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?