Hi,
After installation and reboot of the Proxmox VE (pve-manager/6.3-2/22f57405 (running kernel: 5.4.78-2-pve), same on 6.4 and 7)
i try to add a bond device.
i create the bonds
I install ifupdown2.
Empty bonds and bridges will be created.
If i add a network eno3+eno4 to the bond or bridge i get an error
If i apply the configuration i ´ll get
"command 'ifreload -a' failed: exit code 1"
After installation and reboot of the Proxmox VE (pve-manager/6.3-2/22f57405 (running kernel: 5.4.78-2-pve), same on 6.4 and 7)
i try to add a bond device.
i create the bonds
I install ifupdown2.
Empty bonds and bridges will be created.
If i add a network eno3+eno4 to the bond or bridge i get an error
If i apply the configuration i ´ll get
"command 'ifreload -a' failed: exit code 1"
Code:
# network interface settings; autogenerated
# Please do NOT modify this file directly, unless you know what
# you're doing.
#
# If you want to manage parts of the network configuration manually,
# please utilize the 'source' or 'source-directory' directives to do
# so.
# PVE will preserve these directives, but will NOT read its network
# configuration from sourced files, so do not attempt to move any of
# the PVE managed interfaces into external files!
auto lo
iface lo inet loopback
iface eno1 inet manual
iface eno2 inet manual
auto eno3
iface eno3 inet manual
auto eno4
iface eno4 inet manual
auto bond0
iface bond0 inet manual
bond-slaves none
bond-miimon 100
bond-mode balance-rr
auto bond1
iface bond1 inet manual
bond-slaves eno3 eno4
bond-miimon 100
bond-mode 802.3ad
auto vmbr0
iface vmbr0 inet static
address 192.168.100.22/24
gateway 192.168.100.1
bridge-ports eno1
bridge-stp off
bridge-fd 0