Web Hosting Talk







View Full Version : Linux 7.1 : Bringing up Interface lo


Fremont Servers
04-16-2003, 05:59 AM
Hello,

I have a problem.

When I bootup my server, it stops at "Bringing up interface lo:"

Bringing up interface lo: _


Sometimes, I am lucky to pass "Bringing up interface lo: _" with an OK, then I got stuck at Bringing up eth0: _

After I reboot again, I got stuck at "Bringing up interface lo: _"


DOes anyone know what's the problem and how to fix it?

DigiCrime
04-16-2003, 02:22 PM
Loopback probably isnt functioning right. See if you have a the file ifcfg-lo in your /etc/sysconfig/network-scripts
directory

-rwxr-xr-x 1 root root 254 Sep 20 1999 ifcfg-lo

[root@ network-scripts]# cat ifcfg-lo
DEVICE=3Dlo
IPADDR=3D127.0.0.1
NETMASK=3D255.0.0.0
NETWORK=3D127.0.0.0
# If you're having problems with gated making 127.0.0.0/8 a martian,
# you can change this to something else (255.255.255.255, for example)
BROADCAST=3D127.255.255.255
ONBOOT=3Dyes
NAME=3Dloopback

Redhat 7.3
root@xxxxx [/etc/sysconfig/network-scripts]# cat ifcfg-lo
DEVICE=lo
IPADDR=127.0.0.1
NETMASK=255.0.0.0
NETWORK=127.0.0.0
# If you're having problems with gated making 127.0.0.0/8 a martian,
# you can change this to something else (255.255.255.255, for example)
BROADCAST=127.255.255.255
ONBOOT=yes
NAME=loopback

Fremont Servers
04-16-2003, 02:34 PM
Hello,

[RH 7.1] This is what I got.

[root@ network-scripts]# cat ifcfg-lo
DEVICE=lo
IPADDR=3D127.0.0.1
NETMASK=255.0.0.0
NETWORK=127.0.0.0
# If you're having problems with gated making 127.0.0.0/8 a martian,
# you can change this to something else (255.255.255.255, for example)
BROADCAST=127.255.255.255
ONBOOT=yes
NAME=loopback

raqit
04-16-2003, 06:47 PM
Asia,

I am not sure, but you might want to try removing the '3D' in the IPADDR attribute, before the 127.0.0.1

Fremont Servers
04-16-2003, 06:52 PM
3D is not there.

I mean in the actual file, 3D is not there, just the IP

raqit
04-17-2003, 12:54 AM
Have you tried changing the broadcast address to 255.255.255.255?