Disable Network Manager in CentOS

Disable the service from starting on system boot

systemctl disable NetworkManager

Stop the service from running

systemctl stop NetworkManager

And if you want to remove it from the system.

yum remove NetworkManager

Refer to this post if you need to set a static IP Address

Leave a Reply

Your email address will not be published. Required fields are marked *