Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ISC Open Source Projects
Kea
Commits
c10e9e46
Commit
c10e9e46
authored
Sep 27, 2017
by
Marcin Siodelski
Browse files
[5338] Updated Kea User's Guide, section for keactrl.
parent
5160f195
Changes
1
Hide whitespace changes
Inline
Side-by-side
doc/guide/quickstart.xml
View file @
c10e9e46
...
@@ -64,26 +64,20 @@ $ <userinput>./configure [your extra parameters]</userinput></screen>
...
@@ -64,26 +64,20 @@ $ <userinput>./configure [your extra parameters]</userinput></screen>
<listitem>
<listitem>
<para>
Edit the Kea configuration files which by default are installed in
<para>
Edit the Kea configuration files which by default are installed in
the
<filename>
[kea-install-dir]/etc/kea/
</filename>
directory. These are:
the
<filename>
[kea-install-dir]/etc/kea/
</filename>
directory. These are:
kea-dhcp4.conf, kea-dhcp6.conf, kea-dhcp-ddns.conf and kea-ctrl-agent.conf,
<filename>
kea-dhcp4.conf
</filename>
,
<filename>
kea-dhcp6.conf
</filename>
,
for DHCPv4 server, DHCPv6 server, D2 and Control Agent respectively.
<filename>
kea-dhcp-ddns.conf
</filename>
and
<filename>
kea-ctrl-agent.conf
</filename>
, for DHCPv4 server, DHCPv6 server,
D2 and Control Agent respectively.
</para>
</para>
</listitem>
</listitem>
<listitem>
<para>
Edit the configuration file which by default is installed in
<filename>
[kea-install-dir]/etc/kea/kea.conf
</filename>
and contains
configuration for all Kea services. Configuration choices for DHCPv4
and DHCPv6 services are described in
<xref
linkend=
"dhcp4-configuration"
/>
and
<xref
linkend=
"dhcp6-configuration"
/>
:w
respectively.
</para>
</listitem>
<listitem>
<listitem>
<para>
In order to start the DHCPv4 server in background, run the
<para>
In order to start the DHCPv4 server in background, run the
following command (as root):
following command (as root):
<screen>
#
<userinput>
keactrl start -s dhcp4
</userinput></screen>
<screen>
#
<userinput>
keactrl start -s dhcp4
</userinput></screen>
Or run the following command to start DHCPv6 server instead:
Or run the following command to start DHCPv6 server instead:
<screen>
#
<userinput>
keactrl start -s dhcp6
</userinput></screen>
<screen>
#
<userinput>
keactrl start -s dhcp6
</userinput></screen>
Note that it is also possible to start
both
servers simultaneously:
Note that it is also possible to start
all
servers simultaneously:
<screen>
$
<userinput>
keactrl start
</userinput></screen>
<screen>
$
<userinput>
keactrl start
</userinput></screen>
</para>
</para>
</listitem>
</listitem>
...
@@ -93,8 +87,10 @@ $ <userinput>./configure [your extra parameters]</userinput></screen>
...
@@ -93,8 +87,10 @@ $ <userinput>./configure [your extra parameters]</userinput></screen>
<screen>
#
<userinput>
keactrl status
</userinput></screen>
<screen>
#
<userinput>
keactrl status
</userinput></screen>
A server status of "inactive" may indicate a configuration
A server status of "inactive" may indicate a configuration
error. Please check the log file (by default named
error. Please check the log file (by default named
<filename>
[kea-install-dir]/var/kea/kea-dhcp4.log
</filename>
or
<filename>
[kea-install-dir]/var/kea/kea-dhcp4.log
</filename>
,
<filename>
[kea-install-dir]/var/kea/kea-dhcp6.log
</filename>
)
<filename>
[kea-install-dir]/var/kea/kea-dhcp6.log
</filename>
,
<filename>
[kea-install-dir]/var/kea/kea-ddns.log
</filename>
or
<filename>
[kea-install-dir]/var/kea/kea-ctrl-agent.log
</filename>
)
for the details of the error.
for the details of the error.
</para>
</para>
</listitem>
</listitem>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment