我有一个类似附件的 netplan,但是,当我执行 nmcli 设备状态时,enp5s0f7 不受管理,因此无法获取 IP 地址。有什么想法吗?
root@tester-10:~$ nmcli device status
DEVICE TYPE STATE CONNECTION
enp5s0f4 ethernet connected netplan-enp2s0f0
enp5s0f5 ethernet connected netplan-enp2s0f1
enp5s0f6 ethernet unavailable --
enp5s0f7 ethernet unmanaged --
这是一个 4 端口英特尔网卡:
01:00.0 Ethernet controller: Intel Corporation 82580 Gigabit Network Connection (rev 01)
01:00.1 Ethernet controller: Intel Corporation 82580 Gigabit Network Connection (rev 01)
01:00.2 Ethernet controller: Intel Corporation 82580 Gigabit Network Connection (rev 01)
01:00.3 Ethernet controller: Intel Corporation 82580 Gigabit Network Connection (rev 01)
如果你
root@tester-10:/etc/netplan$ sudo ifdown enp5s0f7
ifdown: interface enp5s0f7 not configured
---netplan.yaml 文件---
network:
version: 2
renderer: NetworkManager
ethernets:
enp1s0f0:
match:
macaddress: ac:16:2d:98:65:e8
set-name: enp5s0f4
enp1s0f1:
match:
macaddress: ac:16:2d:98:65:e9
set-name: enp5s0f5
enp1s0f2:
match:
macaddress: ac:16:2d:98:65:e1
set-name: enp5s0f6
enp1s0f3:
match:
macaddress: ac:16:2d:98:65:eb
set-name: enp5s0f7
addresses: [10.0.128.1/24]
dhcp4: no
dhcp6: no