intro.xml 6.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.2//EN"
  3. "http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd" [
  4. <!ENTITY mdash "&#x2014;" >
  5. <!ENTITY % version SYSTEM "version.ent">
  6. %version;
  7. ]>
  8. <chapter id="intro">
  9. <title>Introduction</title>
  10. <para>
  11. Kea is the next generation of DHCP software developed by ISC.
  12. It supports both DHCPv4 and DHCPv6 protocols along with their
  13. extensions, e.g. prefix delegation and dynamic updates to DNS.
  14. </para>
  15. <para>
  16. Kea was initially developed as a part of the BIND 10 framework.
  17. In early 2014, ISC made the decision to discontinue active
  18. development of BIND 10 and continue development of Kea as
  19. standalone DHCP software.
  20. </para>
  21. <para>
  22. This guide covers Kea version &__VERSION__;.
  23. </para>
  24. <section>
  25. <title>Supported Platforms</title>
  26. <para>
  27. Kea is officially supported on Red Hat Enterprise Linux,
  28. CentOS, Fedora and FreeBSD systems. It is also likely to work on many
  29. other platforms: Kea 1.1.0 builds have been tested on (in no
  30. particular order) Red Hat Enterprise Linux 6.4, Debian GNU/Linux 7,
  31. Ubuntu 12.04, Ubuntu 14.04, Ubuntu 16.04, Fedora Linux 19,
  32. Fedora 20, Fedora 22, CentOS Linux 7, NetBSD 6, FreeBSD 10.3,
  33. OpenBSD 5.7, OpenBSD 6.0, OS X 10.10, OS X 10.11.
  34. </para>
  35. <para>There are currently no plans to port Kea to Windows platforms.</para>
  36. </section>
  37. <section id="required-software">
  38. <title>Required Software at Run-time</title>
  39. <para>
  40. Running Kea uses various extra software which may
  41. not be provided in the default installation of some operating systems,
  42. nor in the standard package collections. You may
  43. need to install this required software separately.
  44. (For the build requirements, also see
  45. <xref linkend="build-requirements"/>.)
  46. </para>
  47. <itemizedlist>
  48. <listitem>
  49. <simpara>
  50. Kea supports two crypto libraries: Botan and OpenSSL. Only one of them
  51. is required to be installed during compilation. Kea uses the Botan
  52. crypto library for C++ (<ulink url="http://botan.randombit.net/"/>),
  53. version 1.8 or later. As an alternative to Botan, Kea can use the
  54. OpenSSL crypto library (<ulink url="http://www.openssl.org/"/>),
  55. version 1.0.1 or later.
  56. </simpara>
  57. </listitem>
  58. <listitem>
  59. <simpara>
  60. Kea uses the log4cplus C++ logging library
  61. (<ulink url="http://log4cplus.sourceforge.net/"/>).
  62. It requires log4cplus version 1.0.3 or later.
  63. </simpara>
  64. </listitem>
  65. <listitem>
  66. <simpara>
  67. In order to store lease information in a MySQL database, Kea requires MySQL
  68. headers and libraries. This is an optional dependency in that Kea can be
  69. built without MySQL support.
  70. </simpara>
  71. </listitem>
  72. <listitem>
  73. <simpara>
  74. In order to store lease information in a PostgreSQL database, Kea requires PostgreSQL
  75. headers and libraries. This is an optional dependency in that Kea can be
  76. built without PostgreSQL support.
  77. </simpara>
  78. </listitem>
  79. <listitem>
  80. <simpara>
  81. In order to store lease information in a Cassandra database (CQL), Kea
  82. requires Cassandra headers and libraries. This is an optional dependency
  83. in that Kea can be built without Cassandra support.
  84. </simpara>
  85. </listitem>
  86. </itemizedlist>
  87. </section>
  88. <section id="kea_software">
  89. <title>Kea Software</title>
  90. <para>
  91. Kea is modular. Part of this modularity is
  92. accomplished using multiple cooperating processes which, together,
  93. provide the server functionality.
  94. The following software is included with Kea:
  95. </para>
  96. <para>
  97. <itemizedlist>
  98. <listitem>
  99. <simpara>
  100. <command>keactrl</command> &mdash;
  101. Tool to start, stop, reconfigure, and report status
  102. for the Kea servers.
  103. </simpara>
  104. </listitem>
  105. <listitem>
  106. <simpara>
  107. <command>kea-dhcp4</command> &mdash;
  108. The DHCPv4 server process.
  109. This process responds to DHCPv4 queries from clients.
  110. </simpara>
  111. </listitem>
  112. <listitem>
  113. <simpara>
  114. <command>kea-dhcp6</command> &mdash;
  115. The DHCPv6 server process.
  116. This process responds to DHCPv6 queries from clients.
  117. </simpara>
  118. </listitem>
  119. <listitem>
  120. <simpara>
  121. <command>kea-dhcp-ddns</command> &mdash;
  122. The DHCP Dynamic DNS process.
  123. This process acts as an intermediary between the DHCP servers
  124. and DNS servers. It receives name update requests from the DHCP
  125. servers and sends DNS Update messages to the DNS servers.
  126. </simpara>
  127. </listitem>
  128. <listitem>
  129. <simpara>
  130. <command>kea-admin</command> &mdash;
  131. A useful tool for database backend maintenance (creating a new
  132. database, checking versions, upgrading etc.)
  133. </simpara>
  134. </listitem>
  135. <listitem>
  136. <simpara>
  137. <command>kea-lfc</command> &mdash;
  138. This process removes redundant information from the files used
  139. to provide persistent storage for the memfile data base backend.
  140. While it can be run standalone, it is normally run as and when
  141. required by the Kea DHCP servers.
  142. </simpara>
  143. </listitem>
  144. <listitem>
  145. <simpara>
  146. <command>perfdhcp</command> &mdash;
  147. A DHCP benchmarking tool which simulates multiple clients to
  148. test both DHCPv4 and DHCPv6 server performance.
  149. </simpara>
  150. </listitem>
  151. </itemizedlist>
  152. </para>
  153. </section>
  154. <para>
  155. The tools and modules are covered in full detail in this guide.
  156. <!-- TODO point to these -->
  157. In addition, manual pages are also provided in the default installation.
  158. </para>
  159. <para>
  160. Kea also provides C++ libraries and programmer interfaces for
  161. DHCP. These include detailed developer documentation and
  162. code examples.
  163. <!-- TODO point to this -->
  164. </para>
  165. </chapter>