Comment 14 for bug 1724895

Revision history for this message
EOLE team (eole-team) wrote :

I have the same here.

Netplan creates .link with

[Match]
OriginalName=ens4

Which can't be used since the network interface was already renamed

[...]
Jul 02 15:46:09 eolebase kernel: virtio_net virtio1 ens4: renamed from eth0
[...]
Jul 02 15:46:09 eolebase systemd-udevd[310]: Config file /run/systemd/network/10-netplan-ens4.link matches device based on renamed interface name 'ens4', ignoring

I see two options:

1) Match on the MACAddress
2) Define the link properties in the .network file

Regards.