I have been playing with Fedora the last couple of days. I am thinking of moving my site over to WordPress. After installing Fedora in text only mode with no gui I had a heck of a time getting the nic to auto start. I found a solution:
vi /etc/rc.local
and add a line
ifup eth0
February 22nd, 2009 at
1:32 PM by Damon Ledet in
Linux, Site Info | tags: auto start, fedora, nic | Trackback: trackback
Hi
You can add the following line to your /etc/sysconfig/network-scripts/ifcfg-eth0 file:
ONBOOT=yes
This will activate the interface at boot time.
cheers