Error 

Fedora DHCP

235 views
Posted August 8, 2009 at 12:08am in Linux

I installed Fedora in a virtual machine to play with Fedora Directory Server since it would be more recent than RHEL or CentOS. I noticed post install that I could not stop pulling an IP address from DHCP despite setting up the /etc/sysconfig/network-scripts/ifcfg-eth0 file to be static. After a quick search I found that Fedora is using the NetworkManager to handle the networking before anything else so to fix this issue you need to disable NetworkManager and enable plain old network.

chkconfig NetworkManager off
chkconfig --levels 2345 network on
/etc/init.d/network restart

  • Digg
  • del.icio.us
  • Facebook
  • Google Bookmarks
  • email
  • Twitter


Leave a Reply