1.报错:
Error: Comection activation failed:No suitable device found for this commection (device lo mot available because deuice is strictly unmanaged ) .
2.原因
0.环境
操作系统: Centos7.9 ,改ip 后执行重启网卡报错
1.当执行重启eth0网卡之后报错:
nmcli c up eth0
2.解决
1.执行nmcli n 查看是不是disabled
2.如果是disabled 那么执行:
nmcli n on
是enabled 之后就可以再次重新重启网卡了
然后问题就解决了
还有一个我遇到的问题就是,一般xshell 连接不上虚拟机,网卡是disabled 状态也会是一部分原因,所以要执行nmcli n 查看网卡状态,如是disabled ,那么执行nmcli n on开启网卡