Hello,
yesterday i bought my license key for Proxmox. All works fine only the network configuration is very complicated. When i want to start my vmbr0 bridge i receive the following error:
This no longer works after a reboot. The reboot was yesterday night. My interface looks like this:
Has anyone an idea? :-(
yesterday i bought my license key for Proxmox. All works fine only the network configuration is very complicated. When i want to start my vmbr0 bridge i receive the following error:
Code:
ifup vmbr0
Cannot find device "vmbr0"
Failed to bring up vmbr0.
This no longer works after a reboot. The reboot was yesterday night. My interface looks like this:
Code:
cat /etc/network/interfaces
# source /etc/network/interfaces.d/*
auto lo
iface lo inet loopback
auto eth0
iface eth0 inet static
address 84.200.50.186
netmask 255.255.255.248
gateway 84.200.50.185
auto vmbr0
iface vmbr0 inet static
address 84.200.50.187
netmask 255.255.255.248
gateway 84.200.50.185
auto vmbr1
iface vmbr1 inet static
address 84.200.50.188
netmask 255.255.255.248
gateway 84.200.50.185
Has anyone an idea? :-(