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] [-p
10 server-port-number] [-P client-port-number]
11
13 The kea-dhcp4 daemon provides the DHCPv4 server implementation.
14
16 The arguments are as follows:
17
18 -v Displays the version.
19
20 -V Displays the extended version.
21
22 -W Displays the configuration report.
23
24 -d Enables the debug mode with extra verbosity.
25
26 -c config-file
27 Specifies the configuration file with the configuration for the
28 DHCPv4 server. It may also contain configuration entries for
29 other Kea services.
30
31 -t config-file
32 Checks the configuration file and reports the first error, if
33 any. Note that not all parameters are completely checked; in
34 particular, service and control channel sockets are not opened,
35 and hook libraries are not loaded.
36
37 -p server-port-number
38 Specifies the server port number (1-65535) on which the server
39 listens. This is useful for testing purposes only.
40
41 -P client-port-number
42 Specifies the client port number (1-65535) to which the server
43 responds. This is useful for testing purposes only.
44
46 Kea comes with an extensive Kea Administrator Reference Manual that
47 covers all aspects of running the Kea software - compilation, installa‐
48 tion, configuration, configuration examples, and much more. Kea also
49 features a Kea Messages Manual, which lists all possible messages Kea
50 can print with a brief description for each of them. Both documents are
51 available in various formats (.txt, .html, .pdf) with the Kea distribu‐
52 tion. The Kea documentation is available at https://kea.readthedocs.io.
53
54 Kea source code is documented in the Kea Developer's Guide. Its online
55 version is available at https://reports.kea.isc.org/dev_guide/.
56
57 The Kea project website is available at https://kea.isc.org.
58
60 There are two public mailing lists available for the Kea project.
61 kea-users (kea-users at lists.isc.org) is intended for Kea users, while
62 kea-dev (kea-dev at lists.isc.org) is intended for Kea developers,
63 prospective contributors, and other advanced users. Both lists are
64 available at https://lists.isc.org. The community provides best-effort
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 Mrugal‐
72 ski.
73
74 In mid-2014, Kea was decoupled from the BIND 10 framework and became a
75 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), keac‐
80 trl(8), perfdhcp(8), kea-netconf(8), kea-lfc(8), Kea Administrator Ref‐
81 erence Manual.
82
84 Internet Systems Consortium
85
87 2019-2022, Internet Systems Consortium
88
89
90
91
922.0.2 Mar 03, 2022 KEA-DHCP4(8)