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]
10 [-p port-number]
11
13 The kea-dhcp6 daemon provides the DHCPv6 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 DHCPv6 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 on-line version is available at
52 http://kea.isc.org/docs/.
53
54 Kea source code is documented in the Kea Developer's Guide. It's
55 on-line version is available at http://kea.isc.org. Please follow
56 Developer's Guide link.
57
58 Kea project website is available at: http://kea.isc.org.
59
61 There are two mailing lists available for Kea project. kea-users
62 (kea-users at lists.isc.org) is intended for Kea users, while kea-dev
63 (kea-dev at lists.isc.org) is intended for Kea developers, prospective
64 contributors and other advanced users. Both lists are available at
65 http://lists.isc.org. The community provides best effort type of
66 support on both of those lists.
67
68 ISC provides professional support for Kea services. See
69 https://www.isc.org/kea/ for details.
70
72 The b10-dhcp6 daemon was first coded in June 2011 by Tomek Mrugalski.
73
74 Kea became a standalone server and the BIND10 framework was removed.
75 The DHCPv6 server binary was renamed to kea-dhcp6 in July 2014.
76
78 kea-dhcp4(8), kea-dhcp-ddns(8), kea-ctrl-agent(8), kea-admin(8),
79 keactrl(8), perfdhcp(8), kea-lfc(8), Kea Administrator's Guide.
80
82 The Kea software has been written by a number of engineers working for
83 ISC: Tomek Mrugalski, Stephen Morris, Marcin Siodelski, Thomas
84 Markwalder, Francis Dupont, Jeremy C. Reed, Wlodek Wencel and Shawn
85 Routhier. That list is roughly in the chronological order in which the
86 authors made their first contribution. For a complete list of authors
87 and contributors, see AUTHORS file.
88
90 Copyright © 2011-2017 Internet Systems Consortium, Inc. ("ISC")
91
92
93
94ISC Kea 1.3.0 Oct. 27, 2017 KEA-DHCP6(8)