Hello everyone,
I'm trying to create a Linux bridge in Proxmox 7 but facing the below error.
iface eth0 - ip address can't be set on interface if bridged in vmbr0 (500)
cat /etc/network/interfaces #without vmbr0
# The loopback network interface
auto lo
iface lo inet loopback
# The...