Strange NMAP results

bsdlogical kwlogical at bellsouth.net
Tue Apr 18 22:09:33 UTC 2006


The ifconfig_lo0="inet 127.0.0.1" should definitely work, I'm not sure
why it doesn't. Try putting whatever works for you manually into there.
Maybe you have a missing network backend script somewhere in rc.d? Try
running mergemaster again.

Also, sometimes it's easier to test a network change in /etc/rc.conf by
running "sh /etc/netstart". That usually reloads network configuration
without the need for rebooting.

bsdlogical

Derrick Edwards wrote:

>	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.
>>    
>>
>_______________________________________________
>freebsd-ports at freebsd.org mailing list
>http://lists.freebsd.org/mailman/listinfo/freebsd-ports
>To unsubscribe, send any mail to "freebsd-ports-unsubscribe at freebsd.org"
>
>  
>


More information about the freebsd-ports mailing list