Installing PBS 4 on VM in PVE - Running Debian 13 - No IP After Install/Reboot

jiriteach

New Member
Nov 14, 2024
8
0
1
Hi - Is anyone else experiencing this?

New VM installed using a Debian 13 ISO.
Add the relevant sources and keyring required for PBS.

Code:
apt update
apt upgrade

All working fine.

Code:
apt install proxmox-backup-server
Installs fine - reboot and no IP.

Tried another fresh install with -
Code:
apt install proxmox-backup

Same issue - no IP after a reboot.

Screenshot 2025-08-15 at 09.50.34.png

Any ideas why this is happenning?
 
Looks like I have fixed this issue by installing -

Code:
apt install isc-dhcp-client

Not sure why this wasnt installed in the base Debian 13 installation.