CentOS之——Bringing up interface eth0: Error: Connection activation failed:

转载请注明出处:http://blog.csdn.net/l1028386804/article/details/77882321

重启网络连接时,报以下错误:

Bringing up interface eth0: Error:Connection activation failed:Device not managed by NetworkManager
解决方法:

1、Remove Network Manager from startup Services.
[root@localhost ~]# chkconfig NetworkManager off

2、Add Default Net Manager
[root@localhost ~]# chkconfig network on

3、Stop NetworkManager first
[root@localhost ~]# service NetworkManager stop

4、and then start Default Manager
[root@localhost ~]# service network start
 
5、然后重新启动网络,可能还会出现以下信息,可以不用管,也可以重启一下电脑主机
RTNETLINK answers: File exists
RTNETLINK answers: File exists
RTNETLINK answers: File exists

你可能感兴趣的:(Linux,Linux)