I am installing the newest version of the community edition (11.0.1) and on the network verification it fails because it could not determine the network interface configuration.
I ran it in debug and it seems like it is trying to treat my network device as DHCP when it is a completely static network device. I have reviewed my configuration over and over and it is definitely static and all of my network communication around it is working accordingly. My /etc/sysconfig/network shows this:
NETWORKING=yes
HOSTNAME=mail.osjl.com
What does it look at to determine whether the network device is static or DHCP?
Any information on resolving this would be much appreciated.