Date: Tue, 18 Apr 2006 17:39:49 -0400 From: Derrick Edwards <derrick@uniquestrength.net> To: freebsd-ports@freebsd.org Cc: Jeremy Chadwick <freebsd@jdc.parodius.com> Subject: Re: Strange NMAP results Message-ID: <200604181739.50139.derrick@uniquestrength.net> In-Reply-To: <20060418113907.GA25254@pentarou.parodius.com> References: <200604171818.44950.derrick@uniquestrength.net> <200604180640.14844.derrick@uniquestrength.net> <20060418113907.GA25254@pentarou.parodius.com>
next in thread | previous in thread | raw e-mail | index | archive | help
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.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200604181739.50139.derrick>