There is an option in the config file. Setting the string like below will remove the interface from Network Manager control. NM_CONTROLLED=no
We do this on our servers since we typically don't have a user interface on headless machines. Also all the manual configuration lines for the interface fail to mention the 'up' piece of the ifconfig command. You can always assign an address to the interface (if NM is out of the way) and not bring up the interface. If you don't add 'up' to the end of the ifconfig command then ifconfig eth0 up as an additional command will be needed. ping <eth0_ip_address> will check to see if the OS thinks the interface is up and assigned. This will get results even if the physical link connection is not there as the kernel will bypass hardware driver. On Mon, Aug 5, 2013 at 12:31 PM, Mike C. <[email protected]> wrote: > Regarding my last post about the interface config files. After modifying > them, you'll want to either reboot or restart networking services. I'd say > reboot and hope that the interface config file is read before NM is > invoked. > > But as I don't know much about Fedora and I know that NM is heavily > embedded into most Linux sub-systems, you might even have to remove the NM > package entirely to ensure that the problem with NM isn't interfering with > your attempts to directly control the eth0 interface. > _______________________________________________ > PLUG mailing list > [email protected] > http://lists.pdxlinux.org/mailman/listinfo/plug > _______________________________________________ PLUG mailing list [email protected] http://lists.pdxlinux.org/mailman/listinfo/plug
