I have installed a debian server as a DHCP server within a vm in proxmox but from a client site I am not able to lease an IP address from this server. Can a vm be installed as a DHCP server within the Proxmox infrastructure?
I am migrating an esxi environment to proxmox. For various reasons I have a debian DHCP server that I am trying to migrate from ESXI to Proxmox. VMs in proxmox were able to get IP addresses from the debian DHCP server when it was running in esxi host. When I migrated the DHCP VM to Proxmox, other proxmox VMs were unable to get an IP address.
Originally I had all firewalls off and it didn't work. I tried enabling firewalls and putting in allows for DHCP in Datacenter, host and DHCP VM, but that didn't help. Here are my settings:
At the datacenter level:
The initial firewall configs were in previous post. Although right now in datacenter(cluster), host and KVM the firewalls are all disabled in the Firewall options at all three levels.
I had changed /etc/network/interfaces to the new network interface name after migrating from ESXI to Proxmox, just as I did for all the other migrated VMs. But I also needed to change /etc/default/isc-dhcp-server to point to the new network interface name. Now everything is working. Next steps to try and turn on firewalls.