123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127 |
- <!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.2//EN"
- "http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd"
- [<!ENTITY mdash "—">]>
- <!--
- - Copyright (C) 2011-2015 Internet Systems Consortium, Inc. ("ISC")
- -
- - This Source Code Form is subject to the terms of the Mozilla Public
- - License, v. 2.0. If a copy of the MPL was not distributed with this
- - file, You can obtain one at http://mozilla.org/MPL/2.0/.
- -->
- <refentry>
- <refentryinfo>
- <date>June 10, 2015</date>
- </refentryinfo>
- <refmeta>
- <refentrytitle>kea-dhcp4</refentrytitle>
- <manvolnum>8</manvolnum>
- <refmiscinfo>Kea</refmiscinfo>
- </refmeta>
- <refnamediv>
- <refname>kea-dhcp4</refname>
- <refpurpose>DHCPv4 server in Kea</refpurpose>
- </refnamediv>
- <docinfo>
- <copyright>
- <year>2014-2015</year>
- <holder>Internet Systems Consortium, Inc. ("ISC")</holder>
- </copyright>
- </docinfo>
- <refsynopsisdiv>
- <cmdsynopsis>
- <command>kea-dhcp4</command>
- <arg><option>-v</option></arg>
- <arg><option>-V</option></arg>
- <arg><option>-W</option></arg>
- <arg><option>-d</option></arg>
- <arg><option>-c<replaceable class="parameter">config-file</replaceable></option></arg>
- <arg><option>-p<replaceable class="parameter">port-number</replaceable></option></arg>
- </cmdsynopsis>
- </refsynopsisdiv>
- <refsect1>
- <title>DESCRIPTION</title>
- <para>
- The <command>kea-dhcp4</command> daemon provides the
- DHCPv4 server implementation.
- </para>
- </refsect1>
- <refsect1>
- <title>ARGUMENTS</title>
- <para>The arguments are as follows:</para>
- <variablelist>
- <varlistentry>
- <term><option>-v</option></term>
- <listitem><para>
- Display the version.
- </para></listitem>
- </varlistentry>
- <varlistentry>
- <term><option>-V</option></term>
- <listitem><para>
- Display the extended version.
- </para></listitem>
- </varlistentry>
- <varlistentry>
- <term><option>-W</option></term>
- <listitem><para>
- Display the configuration report.
- </para></listitem>
- </varlistentry>
- <varlistentry>
- <term><option>-d</option></term>
- <listitem><para>
- Enable the debug mode with extra verbosity.
- </para></listitem>
- </varlistentry>
- <varlistentry>
- <term><option>-c</option></term>
- <listitem><para>
- Configuration file including the configuration for DHCPv4 server.
- It may also contain configuration entries for other Kea services.
- </para></listitem>
- </varlistentry>
- <varlistentry>
- <term><option>-p</option></term>
- <listitem><para>
- Port number (1-65535) on which the server listens. This is useful
- for testing purposes only.
- </para></listitem>
- </varlistentry>
- </variablelist>
- </refsect1>
- <refsect1>
- <title>HISTORY</title>
- <para>
- The <command>b10-dhcp4</command> daemon was first coded in
- November 2011 by Tomek Mrugalski.
- </para>
- <para>
- Kea became a standalone server and the BIND10 framework was
- removed. The DHCPv4 server binary was renamed to kea-dhcp4
- in July 2014.
- </para>
- </refsect1>
- </refentry><!--
- - Local variables:
- - mode: sgml
- - End:
- -->
|