On Wed, Nov 20, 2013 at 8:40 PM, Clint Dilks clint.dilks@gmail.com wrote:
Hi,
The most likely answer is that your interface is not enabled.
Try someting like
cat /etc/sysconfig/network-scripts/ifcfg-em1
You will see for a disabled interface ONBOOT="no"
Change the no to a yes and you should be good :)
Then only file under network-scripts that has ifcfg-* is ifcfg-lo.
So how is eth0 getting brought up, I wonder?? I'll look in /etc/init.d. I did a stop and start of NetworkManager, but eth0 and loopback were still there.
-wes