Well for some reason my newly loaded linux install won't get an IP from dhcp, no idea why. Anyway, I'm editing the /etc/sysconfig/network-scripts/ifcfg-lo file to look like this:
DEVICE=lo
IPADDR=192.168.1.85
NETMASK=255.255.255.0
NETWORK=192.168.1.0
BROADCAST=192.168.1.255
ONBOOT=yes
Yet when I do an ifconfig, it only has the loopback IP bound. What am I doing wrong?
DEVICE=lo
IPADDR=192.168.1.85
NETMASK=255.255.255.0
NETWORK=192.168.1.0
BROADCAST=192.168.1.255
ONBOOT=yes
Yet when I do an ifconfig, it only has the loopback IP bound. What am I doing wrong?