To have eth0 start at boot, edit the following file:
$ sudo nano /etc/sysconfig/network-scripts/ifcfg-eth0
Change ONBOOT to “yes”
DEVICE="eth0" BOOTPROTO="dhcp" HWADDR="08:00:27:CE:54:D9" NM_CONTROLLED="yes" ONBOOT="yes"
Done!
To have eth0 start at boot, edit the following file:
$ sudo nano /etc/sysconfig/network-scripts/ifcfg-eth0
Change ONBOOT to “yes”
DEVICE="eth0" BOOTPROTO="dhcp" HWADDR="08:00:27:CE:54:D9" NM_CONTROLLED="yes" ONBOOT="yes"
Done!