SDN DHCP not working

Jan 11, 2025
4
0
1
Hello All,

I have a fresh install of 8.4.1 in a datacenter, single ethernet port with a public IP. I'm trying to configure SDN to provide an internal subnet for VMs with DHCP and DNS that allows outside access to the Internet. I followed the guide here: https://pve.proxmox.com/wiki/Setup_Simple_Zone_With_SNAT_and_DHCP and also here: https://cyanlabs.net/tutorials/inst...th-1-ip-using-sdn-and-without-kvm-using-qemu/ (which is pretty much the same guide, reformatted). After setting up the Simple zone, a VNet, a Subnet, and IPAM, VMs are not able to obtain an address via DHCP. I even disabled the firewall at all levels to rule that out, no change.

Any help would be greatly appreciated. Thanks in advance.
 
Did you disable the dnsmasq service systemctl disable --now dnsmasq?
And did you also configure a DHCP range in the subnet?
What is the output of the following command?
Code:
systemctl status dnsmasq@<put_in_your_zone_name>.service