BoxBilling_Proxmox icon indicating copy to clipboard operation
BoxBilling_Proxmox copied to clipboard

Automatically assign IP addresses

Open scith opened this issue 8 years ago • 2 comments

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 avatar Jul 24 '16 22:07 scith

@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)

Heryshaf avatar Apr 27 '18 14:04 Heryshaf

I can provide help on how to setup DHCP server for proxmox.

Heryshaf avatar Apr 27 '18 14:04 Heryshaf