Hello,
I'm setting up a lab where I want to have "management" for proxmox in separate VLAN, so for basic configuration, my /etc/network/interfaces looks like that:
auto lo
iface lo inet loopback
iface eno5 inet manual
iface eno6 inet manual
auto vmbr0
iface vmbr0 inet manual...