Disable NetworkManager on CentOS 6, CloudLinux 6, Red Hat Enterprise Linux 6 (RHEL), or Amazon Linux
service NetworkManager stop
chkconfig NetworkManager off
Disable NetworkManager on CentOS 7, CloudLinux 7, or RHEL 7
systemctl stop NetworkManager.service
systemctl disable NetworkManager.service