Dear all,
I have several VMs running Debian 12 (bookworm) on Proxmox 8.3.2. They have been running fine for a while, including several reboots. But now (and after I rebooted the PVE nodes due to a kernel update), the network is not working as expected:
Network configuration on VM:
Network configuration on PVE node:
Screenshot 1 (after reboot)

Screenshot 2 (after manual network restart)

Any idea what could be the cause and if it is related to the VM's OS or Proxmox?
Regards
Maxim
I have several VMs running Debian 12 (bookworm) on Proxmox 8.3.2. They have been running fine for a while, including several reboots. But now (and after I rebooted the PVE nodes due to a kernel update), the network is not working as expected:
- on reboot, network interface ens18 does not get any IP, offered by my DHCP service (using UniFi Network Controller), see screenshot #1
- restarting network manually (running "systemctl restart networking") makes ens18 use an IP offered by the DHCP service is used, see second screenshot #2
Network configuration on VM:
Code:
source /etc/network/interfaces.d/*
auto lo
iface lo inet loopback
allow-hotplug enp0s18
iface enp0s18 inet dhcp
iface enp0s18 inet6 auto
Network configuration on PVE node:
Code:
auto lo
iface lo inet loopback
iface enp5s0 inet manual
auto vmbr0
iface vmbr0 inet static
address 192.168.30.8/24
gateway 192.168.30.1
bridge-ports enp5s0
bridge-stp off
bridge-fd 0
bridge-vlan-aware yes
bridge-vids 2-4094
source /etc/network/interfaces.d/*
Screenshot 1 (after reboot)

Screenshot 2 (after manual network restart)

Any idea what could be the cause and if it is related to the VM's OS or Proxmox?
Regards
Maxim
Last edited: