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
Control ISC DHCP server with Netbox #2084
Comments
|
Hello, I'm not the maintainer of netbox, but I can assure you that such an integration would be outside the scope of netbox itself. There isn't a feasible way to integrate netbox directly with the large variety of systems that exist in the wild. Your best bet is going to be to create an external component using the API, and integrate that with ISC dhcpd. |
|
Just echoing what @mdlayher said: You'll need some layer of logic between NetBox and your DHCP server to automatically populate leases. It might be possible to accomplish what you want by writing a custom export template for IP addresses in NetBox, but I'm not sure what your end goal is. |
|
I know it's a old thread but it's maybe the only one related to this.
Currently we're using it for several months without an issue. |
Issue type
[x] Feature request
[ ] Bug report
[ ] Documentation
Description
Functionality to add leases to DHCP based on IPAM addresses (and vice versa if possible)
This would be used to manage dynamic (or static leased) IP addresses from Netbox.
I'm unsure about needed changes for the schema or libraries.
The text was updated successfully, but these errors were encountered: