O problema é a resolução de nomes. Tente alterar, ou adicione se não estiver presente, NM_CONTROLLED para "no" no arquivo etc / sysconfig / network-scripts / ifcfg-your_interface_name.
nano etc/sysconfig/network-scripts/ifcfg-your_interface_name
NM_CONTROLLED="no"
Em seguida, salve-o e reinicie sua interface:
ifdown your_interface_name
ifup your_interface_name