From: Suzanne Goldlust Date: Tue, 18 Dec 2018 20:59:29 +0000 (-0500) Subject: Update quickstart.xml X-Git-Tag: 481-remote-subnet4-set-inconsistent-work-when-id-subnet-is-duplicated_base~94 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=645bfba13d3d1031739733310e3572afc10dbaf4;p=thirdparty%2Fkea.git Update quickstart.xml --- diff --git a/doc/guide/quickstart.xml b/doc/guide/quickstart.xml index 88c6295ec3..348229ada6 100644 --- a/doc/guide/quickstart.xml +++ b/doc/guide/quickstart.xml @@ -3,7 +3,7 @@ - - This Source Code Form is subject to the terms of the Mozilla Public - License, v. 2.0. If a copy of the MPL was not distributed with this - - file, You can obtain one at http://mozilla.org/MPL/2.0/. + - file, you can obtain one at http://mozilla.org/MPL/2.0/. --> @@ -22,7 +22,7 @@ This section describes the basic steps needed to get Kea up and running. For further details, full customizations, and troubleshooting, see the - respective chapters in the Kea guide. + respective chapters in the Kea Administrator Reference Manual (ARM).
@@ -38,7 +38,7 @@ - Download Kea source tarball from ISC.org downloads page or ISC ftp server. + Download Kea source tarball from the ISC.org downloads page or the ISC FTP server. @@ -76,15 +76,15 @@ $ ./configure [your extra parameters] 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. + D2, and Control Agent, respectively. - In order to start the DHCPv4 server in background, run the + In order to start the DHCPv4 server in the background, run the following command (as root): # keactrl start -s dhcp4 - Or run the following command to start DHCPv6 server instead: + Or run the following command to start the DHCPv6 server instead: # keactrl start -s dhcp6 Note that it is also possible to start all servers simultaneously: $ keactrl start @@ -92,7 +92,7 @@ $ ./configure [your extra parameters] - Verify that Kea server(s) are running: + Verify that the Kea server(s) is/are running: # keactrl status A server status of "inactive" may indicate a configuration error. Please check the log file (by default named @@ -122,7 +122,7 @@ $ ./configure [your extra parameters] For instructions specific to your system, please read the - system specific notes, + system-specific notes, available in the Kea section of ISC's Knowledgebase.