BoxBilling_Proxmox
BoxBilling_Proxmox copied to clipboard
Automatically assign IP addresses
I did not find a way to retrive the VM or container IP address to send to the client... I think we need to be able to assign IPs/MAC addresses to VMs at the creation.
First, I need help on how to create LXC and QEMU VMs with IP/MAC assigned at creation Second, I can create some IP pool management dashboard. Orders can be attributed an IP automatically.
@scith
- Make a new IP tab where admins can add an ip and it's mac address.
- Get the VM to allocate a free ip from the ips added
- Assign the mac address to the machine info (hwaddr for proxmox config) on vm deployment
- send the user the ip
- The DHCP server will auto match the ip to the mac address attached to the machine (that's how proxmox works)
I can provide help on how to setup DHCP server for proxmox.