Proxmox の IP アドレスを DHCP から自動設定する
/etc/network/interfaces を書き換える。
code:interfaces
auto lo
iface lo inet loopback
iface enp1s0 inet manual
auto vmbr0
iface vmbr0 inet dhcp
bridge-ports enp1s0
bridge-stp off
bridge-fd 0
iface enp2s0 inet manual
iface wlo1 inet manual
source /etc/network/interfaces.d/*