With its DNS Management and its DHCP Management extensions, TeemIp is definitely part of the DDI world…
So, I keep seeing this is an IPAM/DDI solution. Does it have its own DHCP/DNS servers? Does it have extensions that actually manage (add/remove/update records and configurations) DNS/DHCP servers?
I have been searching around trying to figure out how to create/manage a DHCP server. I can see creating scopes etc, but it looks like it's just for monitoring not for actual lease handling.
Is there something else I am missing?
I am really looking for something like infoblox that is a full DDI but affordable for a home lab, and this keeps coming up,
Thanks!
Last edit: Scott Bonikowske 2022-12-26
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Well, even if TeemIp offers some DDI capabilities, it is not (yet ?) a comprehensive solution that fuels its own DHCP or DNS servers, like EfficientIp, BlueCat or Infoblox could do. It's true that it is not the same price either ;-)
What some people do is use the TeemIp DHCP and DNS management extensions to store information that it is used by scripts to build dhcpd or named configuration files.
Cheers,
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Sorry for the late response, but let me add my 2 cents. How I use it with Kea DHCP server.
Kea is pulling the data from TeemIP server via REST/API with this simple cron job:
No worries for the late answer and thank you for sharing this information. For sure, that will help when I'll create the service that builds DHCP conf files.
Cheers !
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
https://wiki.teemip.net/doku.php?id=start
So, I keep seeing this is an IPAM/DDI solution. Does it have its own DHCP/DNS servers? Does it have extensions that actually manage (add/remove/update records and configurations) DNS/DHCP servers?
I have been searching around trying to figure out how to create/manage a DHCP server. I can see creating scopes etc, but it looks like it's just for monitoring not for actual lease handling.
Is there something else I am missing?
I am really looking for something like infoblox that is a full DDI but affordable for a home lab, and this keeps coming up,
Thanks!
Last edit: Scott Bonikowske 2022-12-26
Hello,
Well, even if TeemIp offers some DDI capabilities, it is not (yet ?) a comprehensive solution that fuels its own DHCP or DNS servers, like EfficientIp, BlueCat or Infoblox could do. It's true that it is not the same price either ;-)
What some people do is use the TeemIp DHCP and DNS management extensions to store information that it is used by scripts to build dhcpd or named configuration files.
Cheers,
Sorry for the late response, but let me add my 2 cents. How I use it with Kea DHCP server.
Kea is pulling the data from TeemIP server via REST/API with this simple cron job:
And snippet of /etc/kea/kea.conf:
I hope it helps. Cheers!
Hi,
No worries for the late answer and thank you for sharing this information. For sure, that will help when I'll create the service that builds DHCP conf files.
Cheers !