(solved) SRV networking - reload error

whiggs

New Member
Dec 11, 2024
25
0
1
Hello. So I recently tried playing with proxmox's sdn capabalities, so I created a simple isolated bridge under "Zones" and then applied the configuration in the SDN menu, which completed successfully. Then, I tried undoing the changes I had just made (so deleting the simple isolated bridge in the zones menu and apply the config), but both the deletion of the bridge and the application of the config both failed. While the bridge initially remained listed in the zones menu, it disappeared after I rebooted my proxmox server, but attempting to apply the network configuration is still failing with the below error:

Task viewer: SRV networking - Reload


OutputStatus

Stop

Download
Failed to disable unit: Unit file dnsmasq@.service does not exist.

TASK ERROR: Could not run before_regenerate for DHCP plugin dnsmasq command 'systemctl disable dnsmasq@' failed: exit code 1
Any help would be appreciated/\
 
@cheiss you were right. Dnsmasq service was not installed on proxmox node. Manually installed it using apt-get, enabled the service, and then re-running the application in the SDN menu worked perfectly.