Hello.
I have upgraded Proxmox VE from 6.4 to 7.1 version. Now I'm waiting about 3 minutes to network comes up. My interfaces configuration:
I'm passing several vlans to the VMs.
Is it a system bug?
How can I fix it?
I have upgraded Proxmox VE from 6.4 to 7.1 version. Now I'm waiting about 3 minutes to network comes up. My interfaces configuration:
Code:
auto lo
iface lo inet loopback
iface enp4s0f0np0 inet manual
iface enp4s0f1np1 inet manual
iface enp2s0f0 inet manual
iface enp2s0f1 inet manual
auto vmbr0
iface vmbr0 inet static
address 10.12.2.163/24
gateway 10.12.2.250
bridge-ports enp4s0f0np0
bridge-stp off
bridge-fd 0
bridge-vlan-aware yes
bridge-vids 2-4094
hwaddress aa:a6:db:c8:aa:b3
post-up ip route add 10.30.1.0/24 via 10.12.2.14
auto vmbr1
iface vmbr1 inet static
address 192.168.203.22/24
bridge-ports enp4s0f1np1
bridge-stp off
bridge-fd 0
bridge-vlan-aware yes
bridge-vids 2-4094
hwaddress aa:a6:db:c8:aa:c3
auto vmbr2
iface vmbr2 inet manual
bridge-ports enp2s0f0
bridge-stp off
bridge-fd 0
hwaddress aa:a6:db:c8:aa:d3
I'm passing several vlans to the VMs.
Is it a system bug?
How can I fix it?