hosts file

eoghan freebsd at redry.net
Wed Mar 15 21:09:15 UTC 2006


Derek Ragona wrote:
> You have no address on the loopback.
> 
> You should have:
> ifconfig_lo0="inet 127.0.0.1"   # default loopback device configuration.
> 
> in /etc/rc.conf or /etc/defaults/rc.conf
> 
> Add one of these, and reboot to make sure the problem doesn't recur.
> 
> You can manually do an ifconfig:
> ifconfig lo0 inet 127.0.0.1 netmask 0xff000000
> 
>         -Derek
> 

I have added that line to my rc.conf:
ifconfig_lo0="inet 127.0.0.1"
The output of ifconig -a is the same and i cant ping 127.0.0.1...


More information about the freebsd-questions mailing list