[ale] forgetting to start lo...

Todd R. Palmer t2palmer at avana.net
Thu Dec 31 11:55:48 EST 1998


> Can anyone tell me why I can't seem to get the lo device to initialize
> automatically during startup?  (And don't say "because you're kinda 
dumb,
> Dave!"  :-)

David,
On RH 5.1 the loopback device is started by the 
/etc/rc.d/init.d/network script which calls
	ifup ifcfg-lo

ifup is a script in /etc/sysconfig/network-scripts.

Make sure you have a file in /etc/sysconfig/network-scripts called 
ifcfg-lo.  It should contain something like this:

[elohim /etc/sysconfig/network-scripts]$ cat ifcfg-lo 
DEVICE=lo
IPADDR=127.0.0.1
NETMASK=255.0.0.0
NETWORK=127.0.0.0
BROADCAST=127.255.255.255
ONBOOT=yes
BOOTPROTO=none

hth,
todd

=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-

It may be that your sole purpose in life is simply to serve as
a warning to others.

Todd Palmer
Developer
t2palmer at avana.net
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-






More information about the Ale mailing list