Strange NMAP results

Jeremy Chadwick freebsd at jdc.parodius.com
Tue Apr 18 11:39:13 UTC 2006


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.

-- 
| Jeremy Chadwick                                 jdc at parodius.com |
| Parodius Networking                        http://www.parodius.com/ |
| UNIX Systems Administrator                   Mountain View, CA, USA |
| Making life hard for others since 1977.                             |



More information about the freebsd-ports mailing list