From owner-freebsd-ports@FreeBSD.ORG Tue Apr 18 21:39:57 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 2817916A400 for ; Tue, 18 Apr 2006 21:39:57 +0000 (UTC) (envelope-from derrick@uniquestrength.net) Received: from sccrmhc14.comcast.net (sccrmhc14.comcast.net [204.127.200.84]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9099043D45 for ; Tue, 18 Apr 2006 21:39:56 +0000 (GMT) (envelope-from derrick@uniquestrength.net) Received: from mail.uniquestrength.net ([68.55.192.50]) by comcast.net (sccrmhc14) with ESMTP id <200604182139540140082cpee>; Tue, 18 Apr 2006 21:39:55 +0000 Received: from localhost (localhost.uniquestrength.net [127.0.0.1]) by mail.uniquestrength.net (Postfix) with ESMTP id 4E09F5E19; Mon, 17 Apr 2006 17:56:55 -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 taNaPmaSIE6A; Mon, 17 Apr 2006 17:56:53 -0400 (EDT) Received: from focus.uniquestrength.net (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 28CE15C3F; Mon, 17 Apr 2006 17:56:53 -0400 (EDT) From: Derrick Edwards To: freebsd-ports@freebsd.org Date: Tue, 18 Apr 2006 17:39:49 -0400 User-Agent: KMail/1.9.1 References: <200604171818.44950.derrick@uniquestrength.net> <200604180640.14844.derrick@uniquestrength.net> <20060418113907.GA25254@pentarou.parodius.com> In-Reply-To: <20060418113907.GA25254@pentarou.parodius.com> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200604181739.50139.derrick@uniquestrength.net> Cc: Jeremy Chadwick 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 21:39:57 -0000 I tried it both ways. I commented out the previous ifconfig_lo0="dhcpinet 127.0.0.1 netmask 0xff000000" entry(which the system put there) and rebooted. The interfaces were not automatically assisgned therefore I had no operable network interfaces. I tried to use the syntax use in the /etc/defaults/rc.conf file and that also failed. I can only get it to work when I manually add it. I just updated sources a week ago FreeBSD 6.1-RC #0: Tue Apr 11 21:13:24 EDT 2006. I even used sysinstall to reconfigure my dc0 interface just to see if that helps. Any other suggestions. v/r Derrick On Tuesday 18 April 2006 07:39, Jeremy Chadwick wrote: > On Tue, Apr 18, 2006 at 06:40:14AM -0400, Derrick Edwards wrote: > > ifconfig_lo0="dhcpinet 127.0.0.1 netmask 0xff000000" > > This is wrong; remove the word "dhcp" and reboot to test. Or, > better yet, remove the line entirely from your rc.conf. > > Look at /etc/defaults/rc.conf for examples: > > $ grep lo0 /etc/defaults/rc.conf > ifconfig_lo0="inet 127.0.0.1" # default loopback device configuration. > #ifconfig_lo0_alias0="inet 127.0.0.254 netmask 0xffffffff" # Sample alias > entry.