check the file /etc/sysconfig/network-scripts/ifcfg-eth0
It should have a line saying BOOTPROTO=dhcp
Otherwise, if you want to assign a static address,
you could put BOOTPROTO=static
and add a line IPADDR=<whatever address you choose>
Or you could post the contents of the file here and we
could try to figure it out.
![]()




Reply With Quote