Took the plunge and started upgrading my cluster to Proxmox 6. I upgraded one node in my 3-node cluster.
After the reboot, my network won't come up. It's possible the upgrade wasn't completed successfully, since the upgrade finished with the message...
Here is my /etc/network/interfaces file. Any ideas what might be wrong here?
After the reboot, my network won't come up. It's possible the upgrade wasn't completed successfully, since the upgrade finished with the message...
Code:
Running hook script 'zz-pve-efiboot'..
Re-executing '/etc/kernel/postinst.d/zz-pve-efiboot' in new private mount namespace..
No /etc/kernel/pve-efiboot-uuids found, skipping ESP sync.
Processing triggers for libgdk-pixbuf2.0-0:amd64 (2.38.1+dfsg-1) ...
Processing triggers for pve-ha-manager (3.0-2) ...
W: Operation was interrupted before it could finish
Here is my /etc/network/interfaces file. Any ideas what might be wrong here?
Code:
auto lo
iface lo inet loopback
iface eno1 inet manual
iface eno2 inet manual
iface enp2s0f0 inet manual
iface enp2s0f1 inet manual
auto vmbr0
iface vmbr0 inet static
address 192.168.15.34
netmask 255.255.255.0
gateway 192.168.15.1
bridge-ports eno1
bridge-stp off
bridge-fd 0
bridge-vlan-aware yes
bridge-vids 2-4094
auto vmbr2
iface vmbr2 inet static
address 192.168.16.34
netmask 255.255.255.0
bridge-ports enp2s0f0
bridge-stp off
bridge-fd 0