kea-guide.xml 4.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137
  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. <!--
  9. - Copyright (C) 2010-2015 Internet Systems Consortium, Inc. ("ISC")
  10. -
  11. - This Source Code Form is subject to the terms of the Mozilla Public
  12. - License, v. 2.0. If a copy of the MPL was not distributed with this
  13. - file, You can obtain one at http://mozilla.org/MPL/2.0/.
  14. -->
  15. <book>
  16. <?xml-stylesheet href="kea-guide.css" type="text/css"?>
  17. <bookinfo>
  18. <title>
  19. Kea Administrator Reference Manual
  20. <inlinemediaobject>
  21. <imageobject>
  22. <imagedata fileref="kea-logo-100x70.png" align="left"/>
  23. </imageobject>
  24. </inlinemediaobject>
  25. </title>
  26. <releaseinfo>This is the reference guide for Kea version
  27. &__VERSION__;.</releaseinfo>
  28. <copyright>
  29. <year>2010-2015</year><holder>Internet Systems Consortium, Inc.</holder>
  30. </copyright>
  31. <abstract>
  32. <para>
  33. Kea is an open source implementation of the Dynamic Host Configuration
  34. Protocol (DHCP) servers, developed and maintained by Internet Systems
  35. Consortium (ISC).
  36. </para>
  37. <para>
  38. This is the reference guide for Kea version &__VERSION__;.
  39. The most up-to-date version of this document (in PDF, HTML,
  40. and plain text formats), along with other documents for
  41. Kea, can be found at <ulink url="http://kea.isc.org/docs"/>.
  42. </para> </abstract>
  43. </bookinfo>
  44. <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="intro.xml" />
  45. <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="quickstart.xml" />
  46. <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="install.xml" />
  47. <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="admin.xml" />
  48. <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="config.xml" />
  49. <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="keactrl.xml" />
  50. <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="dhcp4-srv.xml" />
  51. <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="dhcp6-srv.xml" />
  52. <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="lease-expiration.xml" />
  53. <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="ddns.xml" />
  54. <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="lfc.xml" />
  55. <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="classify.xml" />
  56. <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="hooks.xml" />
  57. <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="stats.xml" />
  58. <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="ctrl-channel.xml" />
  59. <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="libdhcp.xml" />
  60. <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="logging.xml" />
  61. <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="faq.xml" />
  62. <chapter id="acknowledgments">
  63. <title>Acknowledgments</title>
  64. <para>Kea is primarily designed, developed, and maintained by
  65. Internet Systems Consortium, Inc. It is an open source project
  66. and contributions are welcomed.</para>
  67. <para>Support for the development of the DHCPv4, DHCPv6 and
  68. DHCP-DDNS components was provided by
  69. <ulink url="http://www.comcast.com/">Comcast</ulink>.</para>
  70. <para>Kea was initially implemented as a collection of applications
  71. within the BIND 10 framework. Hence, Kea development would not be
  72. possible without the generous support of past BIND 10 project sponsors.</para>
  73. <para><ulink url="http://jprs.co.jp/">JPRS</ulink> and
  74. <ulink url="http://cira.ca/">CIRA</ulink> were Patron Level
  75. BIND 10 sponsors.</para>
  76. <para><ulink url="https://www.afnic.fr/">AFNIC</ulink>,
  77. <ulink url="https://www.cnnic.net.cn/">CNNIC</ulink>,
  78. <ulink url="https://www.nic.cz/">CZ.NIC</ulink>,
  79. <ulink url="http://www.denic.de/">DENIC eG</ulink>,
  80. <ulink url="https://www.google.com/">Google</ulink>,
  81. <ulink url="https://www.ripe.net/">RIPE NCC</ulink>,
  82. <ulink url="https://registro.br/">Registro.br</ulink>,
  83. <ulink url="https://nzrs.net.nz/">.nz Registry Services</ulink>, and
  84. <ulink url="https://www.tcinet.ru/">Technical Center of Internet</ulink>
  85. were past BIND 10 sponsors.</para>
  86. <para><ulink url="https://www.afilias.info/">Afilias</ulink>,
  87. <ulink url="https://www.iis.se/">IIS.SE</ulink>,
  88. <ulink url="http://www.nominet.org.uk/">Nominet</ulink>, and
  89. <ulink url="https://www.sidn.nl/">SIDN</ulink> were founding
  90. sponsors of the BIND 10 project.</para>
  91. </chapter>
  92. <!-- TODO: Add bibliography section (mostly RFCs, probably) -->
  93. <!-- TODO: how to help: run unit tests, join lists, review trac tickets -->
  94. <!-- <index> <title>Index</title> </index> -->
  95. </book>