kea-dhcp6.xml 6.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232
  1. <!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.2//EN"
  2. "http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd"
  3. [<!ENTITY mdash "&#8212;">]>
  4. <!--
  5. - Copyright (C) 2011-2017 Internet Systems Consortium, Inc. ("ISC")
  6. -
  7. - This Source Code Form is subject to the terms of the Mozilla Public
  8. - License, v. 2.0. If a copy of the MPL was not distributed with this
  9. - file, You can obtain one at http://mozilla.org/MPL/2.0/.
  10. -->
  11. <refentry>
  12. <refentryinfo>
  13. <productname>ISC Kea</productname>
  14. <date>Oct. 27, 2017</date>
  15. <edition>1.3.0</edition>
  16. <author>
  17. <contrib>The Kea software has been written by a number of
  18. engineers working for ISC: Tomek Mrugalski, Stephen Morris, Marcin
  19. Siodelski, Thomas Markwalder, Francis Dupont, Jeremy C. Reed,
  20. Wlodek Wencel and Shawn Routhier. That list is roughly in the
  21. chronological order in which the authors made their first
  22. contribution. For a complete list of authors and
  23. contributors, see AUTHORS file.</contrib>
  24. <orgname>Internet Systems Consortium, Inc.</orgname>
  25. </author>
  26. </refentryinfo>
  27. <refmeta>
  28. <refentrytitle>kea-dhcp6</refentrytitle>
  29. <manvolnum>8</manvolnum>
  30. <refmiscinfo class="manual">Kea</refmiscinfo>
  31. </refmeta>
  32. <refnamediv>
  33. <refname>kea-dhcp6</refname>
  34. <refpurpose>DHCPv6 server in Kea</refpurpose>
  35. </refnamediv>
  36. <docinfo>
  37. <copyright>
  38. <year>2011-2017</year>
  39. <holder>Internet Systems Consortium, Inc. ("ISC")</holder>
  40. </copyright>
  41. </docinfo>
  42. <refsynopsisdiv>
  43. <cmdsynopsis>
  44. <command>kea-dhcp6</command>
  45. <arg><option>-v</option></arg>
  46. <arg><option>-V</option></arg>
  47. <arg><option>-W</option></arg>
  48. <arg><option>-d</option></arg>
  49. <arg><option>-c <replaceable class="parameter">config-file</replaceable></option></arg>
  50. <arg><option>-t <replaceable class="parameter">config-file</replaceable></option></arg>
  51. <arg><option>-p <replaceable class="parameter">port-number</replaceable></option></arg>
  52. </cmdsynopsis>
  53. </refsynopsisdiv>
  54. <refsect1>
  55. <title>DESCRIPTION</title>
  56. <para>
  57. The <command>kea-dhcp6</command> daemon provides the
  58. DHCPv6 server implementation.
  59. </para>
  60. </refsect1>
  61. <refsect1>
  62. <title>ARGUMENTS</title>
  63. <para>The arguments are as follows:</para>
  64. <variablelist>
  65. <varlistentry>
  66. <term><option>-v</option></term>
  67. <listitem><para>
  68. Display the version.
  69. </para></listitem>
  70. </varlistentry>
  71. <varlistentry>
  72. <term><option>-V</option></term>
  73. <listitem><para>
  74. Display the extended version.
  75. </para></listitem>
  76. </varlistentry>
  77. <varlistentry>
  78. <term><option>-W</option></term>
  79. <listitem><para>
  80. Display the configuration report.
  81. </para></listitem>
  82. </varlistentry>
  83. <varlistentry>
  84. <term><option>-d</option></term>
  85. <listitem><para>
  86. Enable the debug mode with extra verbosity.
  87. <!-- TODO: what does this do? -->
  88. </para></listitem>
  89. </varlistentry>
  90. <varlistentry>
  91. <term><option>-c</option></term>
  92. <listitem><para>
  93. Configuration file including the configuration for DHCPv6 server.
  94. It may also contain configuration entries for other Kea services.
  95. </para></listitem>
  96. </varlistentry>
  97. <varlistentry>
  98. <term><option>-t</option></term>
  99. <listitem><para> Check the configuration file
  100. and report the first error if any. Note
  101. that not all parameters are completely checked, in
  102. particular, service and control channel sockets
  103. are not opened, and hook libraries are not loaded.
  104. </para></listitem>
  105. </varlistentry>
  106. <varlistentry>
  107. <term><option>-p</option></term>
  108. <listitem><para>
  109. Port number (1-65535) on which the server listens. This is useful
  110. for testing purposes only.
  111. </para></listitem>
  112. </varlistentry>
  113. </variablelist>
  114. </refsect1>
  115. <refsect1>
  116. <title>DOCUMENTATION</title>
  117. <para>Kea comes with an extensive Kea User's Guide documentation
  118. that covers all aspects of running the Kea software -
  119. compilation, installation, configuration, configuration examples
  120. and many more. Kea also features a Kea Messages Manual, which
  121. lists all possible messages Kea can print with a brief
  122. description for each of them. Both documents are typically
  123. available in various formats (txt, html, pdf) with your Kea
  124. distribution. The on-line version is available at
  125. http://kea.isc.org/docs/.</para>
  126. <para>
  127. Kea source code is documented in the Kea Developer's Guide. It's
  128. on-line version is available at http://kea.isc.org. Please
  129. follow Developer's Guide link.
  130. </para>
  131. <para>
  132. Kea project website is available at: http://kea.isc.org.
  133. </para>
  134. </refsect1>
  135. <refsect1>
  136. <title>MAILING LISTS AND SUPPORT</title>
  137. <para>
  138. There are two mailing lists available for Kea project. kea-users
  139. (kea-users at lists.isc.org) is intended for Kea users, while kea-dev
  140. (kea-dev at lists.isc.org) is intended for Kea developers, prospective
  141. contributors and other advanced users. Both lists are available at
  142. http://lists.isc.org. The community provides best effort type of support
  143. on both of those lists.
  144. </para>
  145. <para>
  146. ISC provides professional support for Kea services. See
  147. https://www.isc.org/kea/ for details.
  148. </para>
  149. </refsect1>
  150. <refsect1>
  151. <title>HISTORY</title>
  152. <para>
  153. The <command>b10-dhcp6</command> daemon was first coded in
  154. June 2011 by Tomek Mrugalski.
  155. </para>
  156. <para>
  157. Kea became a standalone server and the BIND10 framework was
  158. removed. The DHCPv6 server binary was renamed to kea-dhcp6 in
  159. July 2014.
  160. </para>
  161. </refsect1>
  162. <refsect1>
  163. <title>SEE ALSO</title>
  164. <para>
  165. <citerefentry>
  166. <refentrytitle>kea-dhcp4</refentrytitle>
  167. <manvolnum>8</manvolnum>
  168. </citerefentry>,
  169. <citerefentry>
  170. <refentrytitle>kea-dhcp-ddns</refentrytitle>
  171. <manvolnum>8</manvolnum>
  172. </citerefentry>,
  173. <citerefentry>
  174. <refentrytitle>kea-ctrl-agent</refentrytitle>
  175. <manvolnum>8</manvolnum>
  176. </citerefentry>,
  177. <citerefentry>
  178. <refentrytitle>kea-admin</refentrytitle>
  179. <manvolnum>8</manvolnum>
  180. </citerefentry>,
  181. <citerefentry>
  182. <refentrytitle>keactrl</refentrytitle>
  183. <manvolnum>8</manvolnum>
  184. </citerefentry>,
  185. <citerefentry>
  186. <refentrytitle>perfdhcp</refentrytitle>
  187. <manvolnum>8</manvolnum>
  188. </citerefentry>,
  189. <citerefentry>
  190. <refentrytitle>kea-lfc</refentrytitle>
  191. <manvolnum>8</manvolnum>
  192. </citerefentry>,
  193. <citetitle>Kea Administrator's Guide</citetitle>.
  194. </para>
  195. </refsect1>
  196. </refentry><!--
  197. - Local variables:
  198. - mode: sgml
  199. - End:
  200. -->