[SOLVED] Update to 7 (network problem)

on a hunch - (make a backup of your /etc/network/interfaces!!) - try removing the 'auto <ifname>' for the bond-ports (enp5s0 and enp6s0) and for the bond0

(then reboot)

I hope this helps!
 
  • Like
Reactions: ilya_buryy
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
 
  • Like
Reactions: ilya_buryy
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

try 2.png
 
sorry - my bad - it's `ifdown -v -a` and `ifup -v -a`...
 
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
 
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
Thanks !
 
Guys go and install 6.2 iso. It works perfectly. I think latest version 7.1 still has some bugs
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:
https://pve.proxmox.com/pve-docs/chapter-pve-faq.html

Should you find issues, which you consider bugs - open a new thread here in the forum and provide the details of what is not working as you expect it - if it is indeed an issue we'll try our best to resolve it as fast as possible!