Daily tip

How do I disable the Network Manager in Redhat distros?

It can be disabled on single interfaces by adding the below line to the /etc/sysconfig/network-scripts/<IFCFG_FILE>

NM_CONTROLLED=no

And you need to restart network services.