Linux Centos 6.5网络启动不起来Bringing up interface eth0: Error:Connection activation failed:Device not man

Just follow the below steps and everything will be ok...

1. Remove Network Manager from startup Services.
#chkconfig NetworkManager off

2. Add Default Net Manager
#chkconfig network on

3.Stop NetworkManager first
#service NetworkManager stop

4.and then start Default Manager

#service network start

5./etc/init.d/network restart

Just follow the below steps and everything will be ok...

1. Remove Network Manager from startup Services.
#chkconfig NetworkManager off

2. Add Default Net Manager
#chkconfig network on

3.Stop NetworkManager first
#service NetworkManager stop

4.and then start Default Manager

#service network start

5./etc/init.d/network restart

猜你喜欢

转载自blog.csdn.net/xigedanganxi/article/details/76861714