I have installed proxmox and integrated with whmcs , and proxmox CLoud, proxmox VPS and IP manager.
in tutorial for KVM in IP manager says:
KVM:3. When Proxmox starts creating a KVM virtual machine, it retrieves the assigned IP address to the service and connects to the DHCP server by adding the IP:MAC entry to the configuration.4. Finally, the created VM checks whether a DHCP server is running and requests specific IP address to be assigned to it.Note: The success of this step depends on the proper DHCP configuration and is beyond the control of IP Manager module.
My proxmox is my dhcp server, this work good in give ip address to vm's
but the information between dhcp server and ip manager is incosistent, for example, my new vm received ip address 192.168.1.15
but in my ip manager have assign ip address 192.168.1.3
finally my client have 2 ip address one ( real ip ) 192.168.1.15 and other visual register in web manager 192.168.1.3 ( don't work)
I make a checklist
1.- dhcp (working)
2.- vm receive ip address (working)
3.- ip manager register new ip address ( working)
4.- ip manager assing ip address to vm ( not working)
5.- logs of register ip manager ( working)
finally is like unsinchronize servers ip manager and dhcp server.
somebody have experiencie with this?
thank you.