ifdown -v
ifup -v
anything in the logs?
try running:
Code:ifdown -v ifup -v
and check both the journal and dmesg afterwards
else - Is the node still using ifupdown instead of ifupdown2?
I'd try to drop the bond (and only use one interface as bridgeport) - and if this works install `ifupdown2` - see if this improves things
Hi, can you please post your re-configured /etc/network/interfaces.here ?Stoiko Ivanov,
I install ifupdown2 and re-configured /etc/network/interfaces. Reboot. Thank you so much! Works!
auto lo
iface lo inet loopback
iface enp5s0 inet manual
iface enp6s0 inet manual0
iface enp2s0f0 inet manual
iface enp2s0f1 inet manual
auto bond0
iface bond0 inet manual
bond-slaves enp5s0 enp6s0
bond-miimon 100
bond-mode 802.3ad
auto vmbr0
iface vmbr0 inet static
address 192.168.1.20/24
gateway 192.168.1.1
hwaddress a6:45:5c:71:9c:fb
bridge-ports bond0
bridge-stp off
bridge-fd 0
Thanks !Hi, frontier!
Code:auto lo iface lo inet loopback iface enp5s0 inet manual iface enp6s0 inet manual0 iface enp2s0f0 inet manual iface enp2s0f1 inet manual auto bond0 iface bond0 inet manual bond-slaves enp5s0 enp6s0 bond-miimon 100 bond-mode 802.3ad auto vmbr0 iface vmbr0 inet static address 192.168.1.20/24 gateway 192.168.1.1 hwaddress a6:45:5c:71:9c:fb bridge-ports bond0 bridge-stp off bridge-fd 0
I would recommend against that - PVE 6.4 (which is the latest PVE 6.X version) only has support till july of this year - afterwards you should upgrade to still get security updates for critical bugs:Guys go and install 6.2 iso. It works perfectly. I think latest version 7.1 still has some bugs