kea-dhcp4.xml 3.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127
  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-2015 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. <date>June 10, 2015</date>
  14. </refentryinfo>
  15. <refmeta>
  16. <refentrytitle>kea-dhcp4</refentrytitle>
  17. <manvolnum>8</manvolnum>
  18. <refmiscinfo>Kea</refmiscinfo>
  19. </refmeta>
  20. <refnamediv>
  21. <refname>kea-dhcp4</refname>
  22. <refpurpose>DHCPv4 server in Kea</refpurpose>
  23. </refnamediv>
  24. <docinfo>
  25. <copyright>
  26. <year>2014-2015</year>
  27. <holder>Internet Systems Consortium, Inc. ("ISC")</holder>
  28. </copyright>
  29. </docinfo>
  30. <refsynopsisdiv>
  31. <cmdsynopsis>
  32. <command>kea-dhcp4</command>
  33. <arg><option>-v</option></arg>
  34. <arg><option>-V</option></arg>
  35. <arg><option>-W</option></arg>
  36. <arg><option>-d</option></arg>
  37. <arg><option>-c<replaceable class="parameter">config-file</replaceable></option></arg>
  38. <arg><option>-p<replaceable class="parameter">port-number</replaceable></option></arg>
  39. </cmdsynopsis>
  40. </refsynopsisdiv>
  41. <refsect1>
  42. <title>DESCRIPTION</title>
  43. <para>
  44. The <command>kea-dhcp4</command> daemon provides the
  45. DHCPv4 server implementation.
  46. </para>
  47. </refsect1>
  48. <refsect1>
  49. <title>ARGUMENTS</title>
  50. <para>The arguments are as follows:</para>
  51. <variablelist>
  52. <varlistentry>
  53. <term><option>-v</option></term>
  54. <listitem><para>
  55. Display the version.
  56. </para></listitem>
  57. </varlistentry>
  58. <varlistentry>
  59. <term><option>-V</option></term>
  60. <listitem><para>
  61. Display the extended version.
  62. </para></listitem>
  63. </varlistentry>
  64. <varlistentry>
  65. <term><option>-W</option></term>
  66. <listitem><para>
  67. Display the configuration report.
  68. </para></listitem>
  69. </varlistentry>
  70. <varlistentry>
  71. <term><option>-d</option></term>
  72. <listitem><para>
  73. Enable the debug mode with extra verbosity.
  74. </para></listitem>
  75. </varlistentry>
  76. <varlistentry>
  77. <term><option>-c</option></term>
  78. <listitem><para>
  79. Configuration file including the configuration for DHCPv4 server.
  80. It may also contain configuration entries for other Kea services.
  81. </para></listitem>
  82. </varlistentry>
  83. <varlistentry>
  84. <term><option>-p</option></term>
  85. <listitem><para>
  86. Port number (1-65535) on which the server listens. This is useful
  87. for testing purposes only.
  88. </para></listitem>
  89. </varlistentry>
  90. </variablelist>
  91. </refsect1>
  92. <refsect1>
  93. <title>HISTORY</title>
  94. <para>
  95. The <command>b10-dhcp4</command> daemon was first coded in
  96. November 2011 by Tomek Mrugalski.
  97. </para>
  98. <para>
  99. Kea became a standalone server and the BIND10 framework was
  100. removed. The DHCPv4 server binary was renamed to kea-dhcp4
  101. in July 2014.
  102. </para>
  103. </refsect1>
  104. </refentry><!--
  105. - Local variables:
  106. - mode: sgml
  107. - End:
  108. -->