今天遇到一臺Centos機器要求作內網,把其中一臺作完之後,配置另外一臺服務器的ip是出現了以下狀況:服務器
[root@localhost ~]#service network restartide
提示bringing up interface em4 error:Connection activation failed: Device not managed by NetworkManager or unavailable。rest
通過查找發現了以下方法:ip
1 chkconfig NetworkManager offit
2 chkconfig network onio
3 service NetworkManager stopclass
4 service network start配置
可是不明白具體的緣由,在網上找到了一種解釋:說在Centos6.0以上纔會出現這個緣由;服務器上安裝了圖形的,客戶在圖形界面上配置了ip; network
而我習慣在字符界面配置ip ; 而 NetworkManager 和Network兩個服務都要管理網卡,這二者之間起了衝突,也不知道對不對service