1KEA-DHCP4(8) Kea KEA-DHCP4(8)
2
3
4
6 kea-dhcp4 - DHCPv4 server in Kea
7
9 kea-dhcp4 [-v] [-V] [-W] [-d] [-c config-file] [-t config-file]
10 [-p port-number]
11
13 The kea-dhcp4 daemon provides the DHCPv4 server implementation.
14
16 The arguments are as follows:
17
18 -v
19 Display the version.
20
21 -V
22 Display the extended version.
23
24 -W
25 Display the configuration report.
26
27 -d
28 Enable the debug mode with extra verbosity.
29
30 -c
31 Configuration file including the configuration for DHCPv4 server.
32 It may also contain configuration entries for other Kea services.
33
34 -t
35 Check the configuration file and report the first error if any.
36 Note that not all parameters are completely checked, in particular,
37 service and control channel sockets are not opened, and hook
38 libraries are not loaded.
39
40 -p
41 Port number (1-65535) on which the server listens. This is useful
42 for testing purposes only.
43
45 Kea comes with an extensive Kea User's Guide documentation that covers
46 all aspects of running the Kea software - compilation, installation,
47 configuration, configuration examples and many more. Kea also features
48 a Kea Messages Manual, which lists all possible messages Kea can print
49 with a brief description for each of them. Both documents are typically
50 available in various formats (txt, html, pdf) with your Kea
51 distribution. The Kea documentation is available at
52 https://kb.isc.org/docs/kea-administrator-reference-manual .
53
54 Kea source code is documented in the Kea Developer's Guide. Its on-line
55 version is available at https://jenkins.isc.org/job/Kea_doc/doxygen/.
56
57 Kea project website is available at: https://kea.isc.org.
58
60 There are two mailing lists available for Kea project. kea-users
61 (kea-users at lists.isc.org) is intended for Kea users, while kea-dev
62 (kea-dev at lists.isc.org) is intended for Kea developers, prospective
63 contributors and other advanced users. Both lists are available at
64 http://lists.isc.org. The community provides best effort type of
65 support on both of those lists.
66
67 ISC provides professional support for Kea services. See
68 https://www.isc.org/kea/ for details.
69
71 The b10-dhcp4 daemon was first coded in November 2011 by Tomek
72 Mrugalski.
73
74 In the mid 2014 Kea was decoupled from the BIND10 framework and became
75 a standalone DHCP server. The DHCPv4 server binary was renamed to
76 kea-dhcp4. Kea 1.0.0 was released in December 2015.
77
79 kea-dhcp6(8), kea-dhcp-ddns(8), kea-ctrl-agent(8), kea-admin(8),
80 keactrl(8), kea-netconf(8), perfdhcp(8), kea-lfc(8), Kea
81 Administrator's Guide.
82
84 The Kea software has been written by a number of engineers working for
85 ISC: Tomek Mrugalski, Stephen Morris, Marcin Siodelski, Thomas
86 Markwalder, Francis Dupont, Jeremy C. Reed, Wlodek Wencel and Shawn
87 Routhier. That list is roughly in the chronological order in which the
88 authors made their first contribution. For a complete list of authors
89 and contributors, see AUTHORS file.
90
92 Copyright © 2011-2018 Internet Systems Consortium, Inc. ("ISC")
93
94
95
96ISC Kea 1.5.0 Dec 14, 2018 KEA-DHCP4(8)