Replace ens160 with the connection name. “vmcli con show”
sudo nmcli connection mod ens160 ipv4.method auto
Should be able to restart the networking service or reboot the server
Replace ens160 with the connection name. “vmcli con show”
sudo nmcli connection mod ens160 ipv4.method auto
Should be able to restart the networking service or reboot the server
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