1KEA-DHCP6(8) Kea KEA-DHCP6(8)
2
3
4
6 kea-dhcp6 - DHCPv6 server in Kea
7
9 kea-dhcp6 [-v] [-V] [-W] [-d] [-c config-file] [-t config-file] [-p
10 server-port-number]
11
13 The kea-dhcp6 daemon provides the DHCPv6 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 DHCPv6 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
42 Kea comes with an extensive Kea Administrator Reference Manual that
43 covers all aspects of running the Kea software - compilation, installa‐
44 tion, configuration, configuration examples, and much more. Kea also
45 features a Kea Messages Manual, which lists all possible messages Kea
46 can print with a brief description for each of them. Both documents are
47 available in various formats (.txt, .html, .pdf) with the Kea distribu‐
48 tion. The Kea documentation is available at
49 https://kb.isc.org/docs/kea-administrator-reference-manual .
50
51 Kea source code is documented in the Kea Developer's Guide. Its online
52 version is available at https://jenkins.isc.org/job/Kea_doc/doxygen/.
53
54 The Kea project website is available at https://kea.isc.org.
55
57 There are two public mailing lists available for the Kea project.
58 kea-users (kea-users at lists.isc.org) is intended for Kea users, while
59 kea-dev (kea-dev at lists.isc.org) is intended for Kea developers,
60 prospective contributors, and other advanced users. Both lists are
61 available at https://lists.isc.org. The community provides best-effort
62 support on both of those lists.
63
64 ISC provides professional support for Kea services. See
65 https://www.isc.org/kea/ for details.
66
68 The b10-dhcp6 daemon was first coded in June 2011 by Tomek Mrugalski.
69
70 Kea became a standalone server and the BIND 10 framework was removed.
71 The DHCPv6 server binary was renamed to kea-dhcp6 in July 2014.
72
74 kea-dhcp4(8), kea-dhcp-ddns(8), kea-ctrl-agent(8), kea-admin(8), keac‐
75 trl(8), perfdhcp(8), kea-netconf(8), kea-lfc(8), Kea Administrator Ref‐
76 erence Manual.
77
79 Internet Systems Consortium
80
82 2020, Internet Systems Consortium
83
84
85
86
871.7.9 Jul 28, 2020 KEA-DHCP6(8)