diff --git a/doc/guide/quickstart.xml b/doc/guide/quickstart.xml
index 4e7f1e119f..c632dd0dd2 100644
--- a/doc/guide/quickstart.xml
+++ b/doc/guide/quickstart.xml
@@ -64,26 +64,20 @@ $ ./configure [your extra parameters]
Edit the Kea configuration files which by default are installed in
the [kea-install-dir]/etc/kea/ directory. These are:
- kea-dhcp4.conf, kea-dhcp6.conf, kea-dhcp-ddns.conf and kea-ctrl-agent.conf,
- for DHCPv4 server, DHCPv6 server, D2 and Control Agent respectively.
+ kea-dhcp4.conf, kea-dhcp6.conf,
+ kea-dhcp-ddns.conf and
+ kea-ctrl-agent.conf, for DHCPv4 server, DHCPv6 server,
+ D2 and Control Agent respectively.
-
- Edit the configuration file which by default is installed in
- [kea-install-dir]/etc/kea/kea.conf and contains
- configuration for all Kea services. Configuration choices for DHCPv4
- and DHCPv6 services are described in and :w
- respectively.
-
-
In order to start the DHCPv4 server in background, run the
following command (as root):
# keactrl start -s dhcp4
Or run the following command to start DHCPv6 server instead:
# keactrl start -s dhcp6
- Note that it is also possible to start both servers simultaneously:
+ Note that it is also possible to start all servers simultaneously:
$ keactrl start
@@ -93,8 +87,10 @@ $ ./configure [your extra parameters]
# keactrl status
A server status of "inactive" may indicate a configuration
error. Please check the log file (by default named
- [kea-install-dir]/var/kea/kea-dhcp4.log or
- [kea-install-dir]/var/kea/kea-dhcp6.log)
+ [kea-install-dir]/var/kea/kea-dhcp4.log,
+ [kea-install-dir]/var/kea/kea-dhcp6.log,
+ [kea-install-dir]/var/kea/kea-ddns.log or
+ [kea-install-dir]/var/kea/kea-ctrl-agent.log)
for the details of the error.