Error:Connection activation failed: No suitable device found for this connection
1、问题现象centos重启后,网络连不上。service network restart后,提示网络无法正常启动。看启动日志提示:Connection activation failed: No suitable device found for this connection2、分析原因重启服务器之前是可以上网的,所以应该是某些服务被重置了。检查网络管理器service network sta
·
1、问题现象
centos重启后,网络连不上。
service network restart 后,提示网络无法正常启动。
看启动日志提示:Connection activation failed: No suitable device found for this connection
2、分析原因
重启服务器之前是可以上网的,所以应该是某些服务被重置了。
检查网络管理器
service network status
service NetworkManager status
发现NetworkManager是启动的,由于我是手动配置ip的,所以要禁掉这个服务。
3、关闭方法
centos7:
systemctl stop networkmanager(临时)
systemctl disable networkmanager (永久)
正常情况是只有一个网络服务是运行的。
更多推荐
所有评论(0)