Written in C++ Type DHCP server | Operating system | |
Original author(s) Initial release 2014; 3 years ago (2014) |
Kea is an open source DHCP server being developed, primarily in C++, by the Internet Systems Consortium, authors of ISC DHCP, also known as DHCPd. Kea and ISC DHCP are both implementations of the Dynamic Host Control Protocol, a set of standards established by the Internet Engineering Task Force (IETF). Kea software is distributed in source code form, on Github, from various ISC sites, and though a number of operating system packages.
Kea is licensed under the Mozilla Public License (MPL2.0)
The Kea distribution includes a DHCPv4 server, a DHCPv6 server, and a Dynamic DNS (DDNS) server. Significant features include: support for IPv6 prefix delegation, host reservations (which may be optionally stored in a separate back end database), PXE boot, client classification, and optional support for storing leases in a PostgreSQL, MySQL or Cassandra (experimental) database. Kea has a supported API for writing optional extensions, using 'hooks'.