Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Automatically assign IP addresses #2

Open
scith opened this issue Jul 24, 2016 · 2 comments
Open

Automatically assign IP addresses #2

scith opened this issue Jul 24, 2016 · 2 comments

Comments

@scith
Copy link
Owner

scith commented Jul 24, 2016

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.

@Heryshaf
Copy link

@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
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants