所讨论的两台机器的 eth0 具有不同的 MAC 地址。但是,当我应用以下 netplan 文件时,我最终在两台计算机上得到相同的 MAC 地址,这当然是一个问题。我在 ARM 上使用 Ubuntu 18.04.1。
network:
version: 2
renderer: networkd
ethernets:
eth0:
dhcp4: no
bridges:
br0:
interfaces: [eth0]
dhcp4: true
Run Code Online (Sandbox Code Playgroud)