Linux无法开启网卡的问题

查看网卡

1
2
3
ip -a
ifconfig

找到网卡后激活网卡

1
nmcli c up ens33

激活出现错误

1
Connection 'ens33' is not available on device ens33 because device is strictly unmanaged

这是因为NM托管未开启导致的。

查看网络托管状态

1
nmcli n

如果为 disable 则开启

1
nmcli n on

本文地址: https://github.com/maxzhao-it/blog/post/e2a00d68/