kea-dhcp-ddns.xml 3.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124
  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) 2013, 2014, 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-dhcp-ddns</refentrytitle>
  17. <manvolnum>8</manvolnum>
  18. <refmiscinfo>Kea</refmiscinfo>
  19. </refmeta>
  20. <refnamediv>
  21. <refname>kea-dhcp-ddns</refname>
  22. <refpurpose>DHCP-DDNS process 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-dhcp-ddns</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>-s</option></arg>
  38. </cmdsynopsis>
  39. </refsynopsisdiv>
  40. <refsect1>
  41. <title>DESCRIPTION</title>
  42. <para>
  43. The <command>kea-dhcp-ddns</command> service process requests to
  44. update DNS mapping based on DHCP lease change events. The service
  45. may run either as a Kea module (integrated mode) or as a individual
  46. process (stand-alone mode) dependent upon command line arguments. The
  47. default is integrated mode. Stand alone operation is strictly for
  48. development purposes and is not suited for production.
  49. </para>
  50. </refsect1>
  51. <refsect1>
  52. <title>ARGUMENTS</title>
  53. <para>The arguments are as follows:</para>
  54. <variablelist>
  55. <varlistentry>
  56. <term><option>-v</option></term>
  57. <listitem><para>
  58. Display the version.
  59. </para></listitem>
  60. </varlistentry>
  61. <varlistentry>
  62. <term><option>-V</option></term>
  63. <listitem><para>
  64. Display the extended version.
  65. </para></listitem>
  66. </varlistentry>
  67. <varlistentry>
  68. <term><option>-W</option></term>
  69. <listitem><para>
  70. Display the configuration report.
  71. </para></listitem>
  72. </varlistentry>
  73. <varlistentry>
  74. <term><option>-d</option></term>
  75. <listitem><para>
  76. Verbose mode sets the logging level to debug. This is primarily
  77. for development purposes in stand-alone mode.
  78. </para></listitem>
  79. </varlistentry>
  80. <varlistentry>
  81. <term><option>-c</option></term>
  82. <listitem><para>
  83. Configuration file including the configuration for DHCP-DDNS server.
  84. It may also contain configuration entries for other Kea services.
  85. </para></listitem>
  86. </varlistentry>
  87. </variablelist>
  88. </refsect1>
  89. <refsect1>
  90. <title>HISTORY</title>
  91. <para>
  92. The <command>b10-dhcp-ddns</command> process was first coded in
  93. May 2013 by the ISC Kea/DHCP team.
  94. </para>
  95. <para>
  96. Kea became a standalone server and the BIND10 framework was
  97. removed. The DHCP-DDNS server binary was renamed to kea-dhcp-ddns
  98. in July 2014.
  99. </para>
  100. </refsect1>
  101. </refentry><!--
  102. - Local variables:
  103. - mode: sgml
  104. - End:
  105. -->