[root@localhost ~]# nmcli dev status DEVICE TYPE STATE CONNECTION enp125s0f0 ethernet 已连接 web virbr0 bridge 连接(外部) virbr0 enp125s0f1 ethernet 已断开 -- enp125s0f2 ethernet 已断开 -- enp125s0f3 ethernet 已断开 -- lo loopback 未托管 -- virbr0-nic tun 未托管 -- [root@localhost ~]#
这里我的enp125s0f0已经配置好了。
选择TYPE类型为ethernet的设备。记录下其设备名称。
1
nmcli device connect device_name
使用上述命令启用设备连接。
例如:
1 2
[root@localhost ~]# nmcli device connect enp125s0f1 错误:添加/激活新连接失败:Connection 'enp125s0f1' is not available on device enp125s0f1 because device has no carrier