我从 18.04 到 20.04 有以下配置:
auto lo
iface lo inet loopback
auto enp0s31f6 enp0s31f6:1
iface enp0s31f6 inet static
address 10.42.2.2
netmask 255.255.255.0
iface enp0s31f6:1 inet dhcp
基本上我有一个接口,我想提供一个静态 ip 和 dhcp。此配置效果很好,但我不确定如何在 20.04 上使用 netplan 进行配置
什么是等效的 yaml 文件?