I recently upgraded from Proxmox 8.2 to Proxmox 8.3. I also opted into the 6.11 kernel (
).
My guest VMs are mostly Debian hosts - I noticed that many of them seemed to have no network connectivity after rebooting PVE after the update. However, toggling the network interface up, then down seemed to fix it (at least until the next reboot). E.g.:
(Although there is one particular host that bringing the...
Read more
Code:
apt install proxmox-kernel-6.11
My guest VMs are mostly Debian hosts - I noticed that many of them seemed to have no network connectivity after rebooting PVE after the update. However, toggling the network interface up, then down seemed to fix it (at least until the next reboot). E.g.:
Code:
sudo ifdown enp6s18
sudo ifup enp6s18
Read more