|
do you have DHCP enabled on your network? by default Red Hat/Fedora will look for an IP (or static IP) before starting, failure to obtain an IP address will keep the interface (eth0) offline. To verify what your NIC is using to obtain an IP, either static an IP address through the GUI or edit /etc/sysconfig/network-scripts/ifcfg-eth0 in a shell and manually add the necessary text. Bring the interface back online by using an ifup eth0 command at the prompt as root
|