From: Shawn Routhier Date: Sat, 18 Oct 2014 00:27:29 +0000 (-0700) Subject: [trac3620] Fix some typos in the docs X-Git-Tag: kea-eng-20141219~22^2~1 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=49a49e36f2dcd7360871c588b88f1bc874138ff0;p=thirdparty%2Fkea.git [trac3620] Fix some typos in the docs --- diff --git a/doc/guide/config.xml b/doc/guide/config.xml index 463855cd46..697796107e 100644 --- a/doc/guide/config.xml +++ b/doc/guide/config.xml @@ -6,8 +6,8 @@ Kea configuration - Depending on configuration backend chosen (see ), configuration mechanisms are different. The + Depending on the configuration backend chosen (see ), the configuration mechanisms are different. The following sections describe details of the different configuration backends. Note that only one configuration backend can be used and its selection is made when the configure script is run. @@ -27,7 +27,7 @@ It assumes that the servers are started from the command line (either directly or using a script, e.g. keactrl). The JSON backend uses certain signals to influence Kea. The - configuration file is specified upon startup using -c parameter. + configuration file is specified upon startup using the -c parameter.
JSON syntax @@ -106,7 +106,7 @@ rest of this guide will showcase only the subset of parameters appropriate for a given context. For example, when discussing the IPv6 subnets configuration in DHCPv6, only subnet6 parameters will be mentioned. It is implied that - remaining elements (the global map that holds Dhcp6, Logging and possibly + the remaining elements (the global map that holds Dhcp6, Logging and possibly DhcpDdns) are present, but they are omitted for clarity. Usually, locations where extra parameters may appear are denoted with an ellipsis.
@@ -114,11 +114,11 @@
Simplified Notation - It is sometimes convenient to refer to specific element in the + It is sometimes convenient to refer to a specific element in the configuration hierarchy. Each hierarchy level is separated by a slash. - If there is an array, a specific instance within that array is referred by + If there is an array, a specific instance within that array is referenced by a number in square brackets (with numbering starting at zero). For example, in the above configuration the - valid-lifetime in Dhcp6 component can be referred to as + valid-lifetime in the Dhcp6 component can be referred to as Dhcp6/valid-lifetime, the first interface for the DHCPv4 server as Dhcp4/interfaces[0] and the pool in the first subnet defined in the DHCPv6 configuration as Dhcp6/subnet6[0]/pool. diff --git a/doc/guide/ddns.xml b/doc/guide/ddns.xml index f73eb0f067..c0b80bab08 100644 --- a/doc/guide/ddns.xml +++ b/doc/guide/ddns.xml @@ -11,12 +11,12 @@ the DDNS protocol (defined in RFC 2136) on behalf of the DHCPv4 and DHCPv6 servers (kea-dhcp4 and kea-dhcp6 respectively). The DHCP servers construct DDNS update requests, known as NameChangeRequests (NCRs), based upon DHCP - lease change events and then post these to D2. D2 attempts to match + lease change events and then posts these to D2. D2 attempts to match each such request to the appropriate DNS server(s) and carry out the necessary conversation with those servers to update the DNS data. - In order to match a request to appropriate DNS servers, D2 must have a + In order to match a request to the appropriate DNS servers, D2 must have a catalog of servers from which to select. In fact, D2 has two such catalogs, one for forward DNS and one for reverse DNS; these catalogs are referred to as DDNS Domain Lists. Each list consists of one or more named DDNS @@ -55,7 +55,7 @@ kea-dhcp-ddns is the Kea DHCP-DDNS server and, due to the nature of DDNS, it is run alongside either the DHCPv4 or DHCPv6 components (or both). Like other parts of - Kea, is a separate binary that can be run on its own or through + Kea, it is a separate binary that can be run on its own or through keactrl (see ). In normal operation, controlling kea-dhcp-ddns with keactrl is recommended. However, it is also @@ -74,7 +74,7 @@ -d - specifies whether the server logging should be switched to debug/verbose mode. In verbose mode, - the logging severity and debuglevel specified in a configuration + the logging severity and debuglevel specified in the configuration file are ignored and "debug" severity and the maximum debuglevel (99) are assumed. The flag is convenient, for temporarily switching the server into maximum verbosity, e.g. when @@ -319,7 +319,7 @@ corresponding values in the DHCP servers' "dhcp-ddns" configuration section. "DhcpDdns": { "tsig_keys": [ { - "name": "key.four.example.com", + "name": "key.four.example.com.", "algorithm": "HMAC-SHA224", "secret": "bZEG7Ow8OgAUPfLWV3aAUQ==" } @@ -365,7 +365,7 @@ corresponding values in the DHCP servers' "dhcp-ddns" configuration section. by zone and a DDNS Domain only defines a single zone. - The section describes how to add Forward DDNS Domains. Repeat these + This section describes how to add Forward DDNS Domains. Repeat these steps for each Forward DDNS Domain desired. Each Forward DDNS Domain has the following parameters: @@ -407,7 +407,7 @@ corresponding values in the DHCP servers' "dhcp-ddns" configuration section. "forward_ddns": { "ddns_domains": [ { - "name": "other.example.com", + "name": "other.example.com.", "key_name": "", "dns_servers": [ ] @@ -426,7 +426,7 @@ corresponding values in the DHCP servers' "dhcp-ddns" configuration section.
Adding Forward DNS Servers - The section describes how to add DNS servers to a Forward DDNS Domain. + This section describes how to add DNS servers to a Forward DDNS Domain. Repeat them for as many servers as desired for a each domain. @@ -457,7 +457,7 @@ corresponding values in the DHCP servers' "dhcp-ddns" configuration section. To create a new forward DNS Server, one must add a new server - element to the domain and fill its parameters. If for + element to the domain and fill in its parameters. If for example the service is running at "172.88.99.10", then set it as follows: @@ -465,7 +465,7 @@ corresponding values in the DHCP servers' "dhcp-ddns" configuration section. "forward_ddns": { "ddns_domains": [ { - "name": "other.example.com", + "name": "other.example.com.", "key_name": "", "dns_servers": [ { @@ -524,7 +524,7 @@ corresponding values in the DHCP servers' "dhcp-ddns" configuration section. single zone. - The section describes how to add Reverse DDNS Domains. Repeat these + This section describes how to add Reverse DDNS Domains. Repeat these steps for each Reverse DDNS Domain desired. Each Reverse DDNS Domain has the following parameters: @@ -592,8 +592,8 @@ corresponding values in the DHCP servers' "dhcp-ddns" configuration section.
Adding Reverse DNS Servers - The section describes how to add DNS servers to a Reverse DDNS Domain. - Repeat them for as many servers as desired for a each domain. + This section describes how to add DNS servers to a Reverse DDNS Domain. + Repeat them for as many servers as desired for each domain. Reverse DNS Server entries represents a actual DNS servers which @@ -622,7 +622,7 @@ corresponding values in the DHCP servers' "dhcp-ddns" configuration section. To create a new reverse DNS Server, one must first add a new server - element to the domain and fill its parameters. If for + element to the domain and fill in its parameters. If for example the service is running at "172.88.99.10", then set it as follows: diff --git a/doc/guide/dhcp4-srv.xml b/doc/guide/dhcp4-srv.xml index d24e5bbedc..f2c3432dd5 100644 --- a/doc/guide/dhcp4-srv.xml +++ b/doc/guide/dhcp4-srv.xml @@ -30,7 +30,7 @@ -d - specifies whether the server logging should be switched to debug/verbose mode. In verbose mode, - the logging severity and debuglevel specified in a configuration + the logging severity and debuglevel specified in the configuration file are ignored and "debug" severity and the maximum debuglevel (99) are assumed. The flag is convenient, for temporarily switching the server into maximum verbosity, e.g. when @@ -85,7 +85,7 @@ Kea configuration backend. (Kea configuration using any other backends is outside of scope of this document.) Before DHCPv4 is started, its configuration file has to be created. The - basic configuration looks as follows: + basic configuration is as follows: { # DHCPv4 configuration starts in this line @@ -140,15 +140,15 @@ and ends with the corresponding closing brace (in the above example, the brace after the last comment). Everything defined between those lines is considered to be the Dhcp4 configuration. -In general case, the order in which those parameters appear does not +In the general case, the order in which those parameters appear does not matter. There are two caveats here though. The first one is to remember that -the configuration file must be a well formed JSON. That means that parameters -for any given scope must be separate by a comma and there must not be a comma -after the last parameter. When reordering configuration file, keep in mind that -moving a parameter to or from the last position in a given scope may require -moving the comma as well. The second caveat is that it is uncommon — although +the configuration file must be well formed JSON. That means that the parameters +for any given scope must be separated by a comma and there must not be a comma +after the last parameter. When reordering a configuration file, keep in mind that +moving a parameter to or from the last position in a given scope may also require +moving the comma. The second caveat is that it is uncommon — although legal JSON — to -repeat the same parameter multiple times. If that appears, the last occurrence of a +repeat the same parameter multiple times. If that happens, the last occurrence of a given parameter in a given scope is used while all previous instances are ignored. This is unlikely to cause any confusion as there are no real life reasons to keep multiple copies of the same parameter in your configuration @@ -166,21 +166,21 @@ look like this: As "interfaces" is not the last parameter in the configuration, a trailing comma is required. A number of other parameters -follow. valid-lifetime defines how long the addresses (leases) given out by the -server are valid. If nothing changes, client that got the address is allowed to +follow. valid-lifetime defines for how long the addresses (leases) given out by the +server are valid. If nothing changes, the client that got an address is allowed to use it for 4000 seconds. (Note that integer numbers are specified as is, without any quotes around them.) renew-timer and rebind-timer are values that -define T1 and T2 timers that govern when the client will begin renewal and +define T1 and T2 timers that govern when the client will begin the renewal and rebind procedures. Note that renew-timer and rebind-timer are optional. If they are not specified the client will select values for T1 and T2 timers according to the RFC 2131. -The next couple lines define the lease database, the place where the server +The next couple of lines define the lease database, the place where the server stores its lease information. This particular example tells the server to use memfile, which is the simplest (and fastest) database -backend. It uses in-memory database and stores leases on disk in a CSV +backend. It uses an in-memory database and stores leases on disk in a CSV file. This is a very simple configuration. Usually, lease database configuration is more extensive and contains additional parameters. Note that lease-database @@ -192,12 +192,12 @@ comma is present. Finally, we need to define a list of IPv4 subnets. This is the most important DHCPv4 configuration structure as the server uses that -information to process clients' requests. It defines all subnets that -the server is expected to receive DHCP requests from. The subnets are +information to process clients' requests. It defines all subnets from +which the server is expected to receive DHCP requests. The subnets are specified with the subnet4 parameter. It is a list, so it starts and ends with square brackets. Each subnet definition in -the list has several attributes associated with it, so is a structure -and is opened and closed with braces. At minimum, a subnet definition +the list has several attributes associated with it, so it is a structure +and is opened and closed with braces. At a minimum, a subnet definition has to have at least two parameters: subnet (that defines the whole subnet) and pools (which is a list of dynamically allocated pools that are governed by the DHCP server). @@ -301,7 +301,7 @@ url="http://jsonviewer.stack.hu/"/>. "Dhcp4": { "lease-database": { "type": "mysql", ... }, ... } - Next, the name of the database is to hold the leases must be set: this is the + Next, the name of the database to hold the leases must be set: this is the name used when the lease database was created (see or ). @@ -323,7 +323,7 @@ url="http://jsonviewer.stack.hu/"/>. access the database should be set: "Dhcp4": { "lease-database": { "user": "user-name", - "password" "password", + "password": "password", ... }, ... } @@ -357,7 +357,7 @@ temporarily override a list of interface names and listen on all interfaces. IPv4 Subnet Identifier The subnet identifier is a unique number associated with a particular subnet. - In principle, it is used to associate clients' leases with respective subnets. + In principle, it is used to associate clients' leases with their respective subnets. When a subnet identifier is not specified for a subnet being configured, it will be automatically assigned by the configuration mechanism. The identifiers are assigned from 1 and are monotonically increased for each subsequent @@ -366,17 +366,17 @@ temporarily override a list of interface names and listen on all interfaces. If there are multiple subnets configured with auto-generated identifiers and one of them is removed, the subnet identifiers may be renumbered. For example: - if there are four subnets and third is removed the last subnet will be assigned - identifier that the third subnet had before removal. As a result, the leases + if there are four subnets and the third is removed the last subnet will be assigned + the identifier that the third subnet had before removal. As a result, the leases stored in the lease database for subnet 3 are now associated with subnet 4, something that may have unexpected consequences. It is planned - to implement the mechanism to preserve auto-generated subnet ids in a + to implement a mechanism to preserve auto-generated subnet ids in a future version of Kea. However, the only remedy for this issue at present is to manually specify a unique identifier for each subnet. - The following configuration will assign the arbitrary subnet + The following configuration will assign the specified subnet identifier to the newly configured subnet: @@ -425,7 +425,7 @@ temporarily override a list of interface names and listen on all interfaces. specified in this example. Each pool is a structure that contains the parameters - th describe a single pool. Currently there is only one parameter, + that describe a single pool. Currently there is only one parameter, pool, which gives the range of addresses in the pool. Additional parameters will be added in future releases of Kea. @@ -450,7 +450,7 @@ temporarily override a list of interface names and listen on all interfaces. The number of pools is not limited, but for performance reasons it is recommended to use as few as possible. White space in pool definitions is ignored, so - spaces before and after hyphen are optional. They can be used to improve readability. + spaces before and after the hyphen are optional. They can be used to improve readability. The server may be configured to serve more than one subnet: @@ -478,8 +478,8 @@ temporarily override a list of interface names and listen on all interfaces. When configuring a DHCPv4 server using prefix/length notation, please pay - attention to the boundary values. When specifying that the server should use - a given pool, it will be able to allocate also first (typically network + attention to the boundary values. When specifying that the server can use + a given pool, it will also be able to allocate the first (typically network address) and the last (typically broadcast address) address from that pool. In the aforementioned example of pool 192.0.3.0/24, both 192.0.3.0 and 192.0.3.255 addresses may be assigned as well. This may be invalid in some @@ -491,9 +491,9 @@ temporarily override a list of interface names and listen on all interfaces. Standard DHCPv4 options One of the major features of the DHCPv4 server is to provide configuration - options to clients. Although there are several options that require + options to clients. Although there are several options that require special behavior, most options are sent by the server only if the client - explicitly requested them. The following example shows how to + explicitly requests them. The following example shows how to configure the addresses of DNS servers, which is one of the most frequently used options. Options specified in this way are considered global and apply to all configured subnets. @@ -518,13 +518,13 @@ temporarily override a list of interface names and listen on all interfaces. option name. For a complete list of currently supported names, see below. The code parameter specifies the option code, which must match one of the - values from that list. The next line specifies option space, which must always + values from that list. The next line specifies the option space, which must always be set to "dhcp4" as these are standard DHCPv4 options. For other option spaces, including custom option spaces, see . The next line specifies the format in which the data will be entered: use of CSV (comma separated values) is recommended. The sixth line gives the actual value to - be sent to clients. Data is specified as a normal text, with + be sent to clients. Data is specified as normal text, with values separated by commas if more than one value is allowed. @@ -625,8 +625,8 @@ temporarily override a list of interface names and listen on all interfaces. a server administrator must create a definition as described in in the 'dhcp4' option space. This definition should match the option format described in the relevant - RFC but configuration mechanism would allow any option format as it has - no means to validate it at the moment. + RFC but the configuration mechanism will allow any option format as it has + no means to validate the format at the moment. @@ -837,7 +837,7 @@ temporarily override a list of interface names and listen on all interfaces. "Dhcp4": { "option-data": [ { - name "foo", + "name": "foo", "code": 222, "space": "dhcp4", "csv-format": true, @@ -853,7 +853,7 @@ temporarily override a list of interface names and listen on all interfaces. primitives (uint8, string, ipv4-address etc): it is possible to define an option comprising a number of existing primitives. Assume we want to define a new option that will consist of - an IPv4 address, followed by unsigned 16 bit integer, followed by + an IPv4 address, followed by an unsigned 16 bit integer, followed by a boolean value, followed by a text string. Such an option could be defined in the following way: @@ -891,14 +891,14 @@ temporarily override a list of interface names and listen on all interfaces. ], ... } - csv-format is set true to indicate + csv-format is set to true to indicate that the data field comprises a command-separated list of values. The values in the data must correspond to the types set in the record-types field of the option definition. - In general case, boolean values are specified as true or + In the general case, boolean values are specified as true or false, without quotes. Some specific boolean parameters may accept also "true", "false", 0, 1, "0" and @@ -1172,19 +1172,19 @@ temporarily override a list of interface names and listen on all interfaces. In certain cases it is useful to differentiate between different types of clients and treat them differently. The process of doing - classification is conducted in two steps. The first step is to assess + classification is conducted in two steps. The first step is to assess an incoming packet and assign it to zero or more classes. This classification is currently simple, but is expected to grow in capability soon. Currently - the server checks whether incoming packet has vendor class identifier - option (60). If it has, content of that option is prepended with - "VENDOR_CLASS_" then is interpreted as a class. For example, + the server checks whether an incoming packet includes the vendor class identifier + option (60). If it does, the content of that option is prepended with + "VENDOR_CLASS_" then it is interpreted as a class. For example, modern cable modems will send this option with value "docsis3.0" and as a result the packet will belong to class "VENDOR_CLASS_docsis3.0". It is envisaged that the client classification will be used for changing the behavior of almost any part of the DHCP message processing, including assigning - leases from different pools, assigning different option (or different values of + leases from different pools, assigning different options (or different values of the same options) etc. For now, there are only two mechanisms that are taking advantage of client classification: specific processing for cable modems and subnet selection. @@ -1192,10 +1192,10 @@ temporarily override a list of interface names and listen on all interfaces. For clients that belong to the VENDOR_CLASS_docsis3.0 class, the siaddr field is set to the value of next-server (if specified in a subnet). If - there is boot-file-name option specified, its value is also set in the + there is a boot-file-name option specified, its value is also set in the file field in the DHCPv4 packet. For eRouter1.0 class, the siaddr is always set to 0.0.0.0. That capability is expected to be moved to - external hook library that will be dedicated to cable modems. + an external hook library that will be dedicated to cable modems. @@ -1203,7 +1203,7 @@ temporarily override a list of interface names and listen on all interfaces. This is particularly useful for cases where two types of devices share the same link and are expected to be served from two different subnets. The primary use case for such a scenario is cable networks. There are two - classes of devices: the cable modem itself, which should be handled a lease + classes of devices: the cable modem itself, which should be handed a lease from subnet A and all other devices behind the modem that should get a lease from subnet B. That segregation is essential to prevent overly curious users from playing with their cable modems. For details on how to set up @@ -1238,7 +1238,7 @@ temporarily override a list of interface names and listen on all interfaces. - Care should be taken with client classification as it is easy to prevent + Care should be taken with client classification as it is easy for clients that do not meet class criteria to be denied any service altogether.
@@ -1248,7 +1248,7 @@ temporarily override a list of interface names and listen on all interfaces. Configuring DHCPv4 for DDNS As mentioned earlier, kea-dhcp4 can be configured to generate requests to the - DHCP-DDNS server to update DNS entries. These requests are known as + DHCP-DDNS server (referred to here as "D2" ) to update DNS entries. These requests are known as NameChangeRequests or NCRs. Each NCR contains the following information: @@ -1262,8 +1262,7 @@ temporarily override a list of interface names and listen on all interfaces. The FQDN, lease address, and DHCID - The parameters for controlling the generation of NCRs for submission to the - DHCP-DDNS server + The parameters for controlling the generation of NCRs for submission to D2 are contained in the dhcp-ddns section of the kea-dhcp4 server configuration. The default values for this section are as follows: @@ -1291,9 +1290,9 @@ temporarily override a list of interface names and listen on all interfaces.
DHCP-DDNS Server Connectivity - In order for NCRs to reach the DHCP-DDNS server, kea-dhcp4 must be able + In order for NCRs to reach the D2 server, kea-dhcp4 must be able to communicate with it. kea-dhcp4 uses the following configuration - parameters to control how it communications with DHCP-DDNS: + parameters to control how it communications with D2: enable-updates - determines whether or not kea-dhcp4 will @@ -1302,54 +1301,54 @@ temporarily override a list of interface names and listen on all interfaces. - server-ip - IP address on which DHCP-DDNS listens for requests. The default is + server-ip - IP address on which D2 listens for requests. The default is the local loopback interface at address 127.0.0.1. You may specify either an IPv4 or IPv6 address. - server-port - port on which DHCP-DDNS listens for requests. The default value + server-port - port on which D2 listens for requests. The default value is 53001. - sender-ip - IP address which kea-dhcp4 should use to send requests to the DHCP-DDNS server. + sender-ip - IP address which kea-dhcp4 should use to send requests to D2. The default value is blank which instructs kea-dhcp4 to select a suitable address. - sender-port - port which kea-dhcp4 should use to send requests to the DHCP-DDNS server. The - default value of 0 instructs kea-dhcp4 to select suitable port. + sender-port - port which kea-dhcp4 should use to send requests to D2. The + default value of 0 instructs kea-dhcp4 to select a suitable port. max-queue-size - maximum number of requests allowed to queue waiting to - be sent to the DHCP-DDNS server. This value guards against requests accumulating + be sent to D2. This value guards against requests accumulating uncontrollably if they are being generated faster than they can be delivered. If the number of requests queued for transmission reaches this value, DDNS updating will be turned off until the queue backlog has - been sufficiently reduced. The intention is allow the kea-dhcp4 server to + been sufficiently reduced. The intention is to allow the kea-dhcp4 server to continue lease operations without running the risk that its memory usage grows without limit. The default value is 1024. - ncr-format - socket protocol use when sending requests to the DHCP-DDNS server. Currently + ncr-format - socket protocol use when sending requests to D2. Currently only UDP is supported. TCP may be available in an upcoming release. - ncr-protocol - packet format to use when sending requests to the DHCP-DDNS server. + ncr-protocol - packet format to use when sending requests to D2. Currently only JSON format is supported. Other formats may be available in future releases. - By default, the DHCP-DDNS server is assumed to running on the same machine as kea-dhcp4, and + By default, D2 is assumed to be running on the same machine as kea-dhcp4, and all of the default values mentioned above should be sufficient. - If, however, the DHCP-DDNS server has been configured to listen on a different address or - port, these values must altered accordingly. For example, if the DHCP-DDNS server has been + If, however, D2 has been configured to listen on a different address or + port, these values must be altered accordingly. For example, if D2 has been configured to listen on 192.168.1.10 port 900, the following configuration would be required: @@ -1369,9 +1368,9 @@ temporarily override a list of interface names and listen on all interfaces. kea-dhcp4 follows the behavior prescribed for DHCP servers in RFC 4702. It is important to keep in mind that kea-dhcp4 provides the initial decision - making of when and what to update and forwards that information to the DHCP-DDNS server in + making of when and what to update and forwards that information to D2 in the form of NCRs. Carrying out the actual DNS updates and dealing with - such things as conflict resolution are within the purview of the DHCP-DDNS server itself (). + such things as conflict resolution are within the purview of D2 itself (). This section describes when kea-dhcp4 will generate NCRs and the configuration parameters that can be used to influence this decision. It assumes that the "enable-updates" parameter is true. @@ -1478,7 +1477,7 @@ temporarily override a list of interface names and listen on all interfaces. The third row in the table above describes the case in which the client requests that no DNS updates be done. The parameter, override-no-update, can be used to instruct the server to disregard the client's wishes. When - this parameter is true, kea-dhcp4 will generate DDNS update request to the DHCP-DDNS server + this parameter is true, kea-dhcp4 will generate a DDNS update request to D2 even if the client requests that no updates be done. The N-S-O flags in the server's response to the client will be 0-1-1. @@ -1583,7 +1582,7 @@ temporarily override a list of interface names and listen on all interfaces. where address-text is simply the lease IP address converted to a - hyphenated string. For example, if lease address is 172.16.1.10 and + hyphenated string. For example, if the lease address is 172.16.1.10 and assuming default values for generated-prefix and qualifying-suffix, the generated FQDN would be: @@ -1595,12 +1594,12 @@ temporarily override a list of interface names and listen on all interfaces.
Next Server (siaddr) In some cases, clients want to obtain configuration from the TFTP server. - Although there is a dedicated option for it, some devices may use siaddr field + Although there is a dedicated option for it, some devices may use the siaddr field in the DHCPv4 packet for that purpose. That specific field can be configured - using next-server directive. It is possible to define it in global scope or - for a given subnet only. If both are defined, subnet value takes precedence. + using next-server directive. It is possible to define it in the global scope or + for a given subnet only. If both are defined, the subnet value takes precedence. The value in subnet can be set to 0.0.0.0, which means that next-server should - not be sent. It may also be set to empty string, which means the same as if + not be sent. It may also be set to an empty string, which means the same as if it was not defined at all, i.e. use the global value. @@ -1633,11 +1632,11 @@ temporarily override a list of interface names and listen on all interfaces. which updated RFC 2131. That update now states that the server must - send client-id if client sent it. That is the default behaviour + send client-id if the client sent it. That is the default behaviour that Kea offers. However, in some cases older devices that do not support RFC 6842. - may refuse to accept responses that include + may refuse to accept responses that include the client-id option. To enable backward compatibility, an optional configuration parameter has been introduced. To configure it, use the following configuration statement: @@ -1675,7 +1674,7 @@ temporarily override a list of interface names and listen on all interfaces. The DHCPv4 server differentiates between the directly connected clients, clients trying to renew leases and clients sending their messages through relays. For the directly connected clients the server will check the - configuration of the interface on which the message has been received, and + configuration for the interface on which the message has been received, and if the server configuration doesn't match any configured subnet the message is discarded. Assuming that the server's interface is configured with the @@ -1686,7 +1685,7 @@ temporarily override a list of interface names and listen on all interfaces. The rule above does not apply when the client unicasts its message, i.e. - is trying to renew its lease. Such message is accepted through any + is trying to renew its lease. Such a message is accepted through any interface. The renewing client sets ciaddr to the currently used IPv4 address. The server uses this address to select the subnet for the client (in particular, to extend the lease using this address). @@ -1703,8 +1702,8 @@ temporarily override a list of interface names and listen on all interfaces. The subnet selection mechanism described in this section is based on the assumption that client classification is not used. The classification - mechanism alters the way in which subnet is selected for the client, - depending on the classes that the client belongs to. + mechanism alters the way in which a subnet is selected for the client, + depending on the classes to which the client belongs.
@@ -1712,9 +1711,9 @@ temporarily override a list of interface names and listen on all interfaces. The relay has to have an interface connected to the link on which the clients are being configured. Typically the relay has an IPv4 - address configured on that interface that belongs to the subnet that - the server will assign addresses from. In such typical case, the - server is able to use IPv4 address inserted by the relay (in the giaddr + address configured on that interface that belongs to the subnet from which + the server will assign addresses. In the typical case, the + server is able to use the IPv4 address inserted by the relay (in the giaddr field of the DHCPv4 packet) to select the appropriate subnet. @@ -1725,13 +1724,13 @@ temporarily override a list of interface names and listen on all interfaces. network renumbering (where both old and new address space is still being used) and a cable network. In a cable network both cable modems and the devices behind them are physically connected to the same link, yet - they use distinct addressing. In such case, the DHCPv4 server needs + they use distinct addressing. In such a case, the DHCPv4 server needs additional information (the IPv4 address of the relay) to properly select an appropriate subnet. The following example assumes that there is a subnet 192.0.2.0/24 - that is accessible via relay that uses 10.0.0.1 as its IPv4 address. + that is accessible via a relay that uses 10.0.0.1 as its IPv4 address. The server will be able to select this subnet for any incoming packets that came from a relay that has an address in 192.0.2.0/24 subnet. It will also select that subnet for a relay with address 10.0.0.1. diff --git a/doc/guide/dhcp6-srv.xml b/doc/guide/dhcp6-srv.xml index 93ec7d71ab..39f613c329 100644 --- a/doc/guide/dhcp6-srv.xml +++ b/doc/guide/dhcp6-srv.xml @@ -26,9 +26,9 @@ - -v - specifies whether the server + -d - specifies whether the server logging should be switched to verbose mode. In verbose mode, - the logging severity and debuglevel specified in a configuration + the logging severity and debuglevel specified in the configuration file are ignored and "debug" severity and the maximum debuglevel (99) are assumed. The flag is convenient, for temporarily switching the server into maximum verbosity, e.g. when @@ -37,8 +37,8 @@ -p port - - specifies UDP port the server will listen on. This is only - useful during testing, as the DHCPv6 server listening on + specifies UDP port on which the server will listen. This is only + useful during testing, as a DHCPv6 server listening on ports other than default DHCPv6 ports will not be able to handle regular DHCPv6 queries. @@ -142,11 +142,11 @@ and ends with the corresponding closing brace (in the above example, the brace after the last comment). Everything defined between those lines is considered to be the Dhcp6 configuration. -In general case, the order in which those parameters appear does not +In the general case, the order in which those parameters appear does not matter. There are two caveats here though. The first one is to remember that -the configuration file must be a well formed JSON. That means that parameters -for any given scope must be separate by a comma and there must not be a comma -after the last parameter. When reordering configuration file, keep in mind that +the configuration file must be well formed JSON. That means that parameters +for any given scope must be separated by a comma and there must not be a comma +after the last parameter. When reordering a configuration file, keep in mind that moving a parameter to or from the last position in a given scope may require moving the comma as well. The second caveat is that it is uncommon — although legal JSON — to @@ -169,19 +169,19 @@ look like this: As "interfaces" is not the last parameter in the configuration, a trailing comma is required. A number of other parameters follow. valid-lifetime -defines how long the addresses (leases) given out by the server are valid. If -nothing changes, client that got the address is allowed to use it for 4000 +defines for how long the addresses (leases) given out by the server are valid. If +nothing changes, the client that got an address is allowed to use it for 4000 seconds. (Note that integer numbers are specified as is, without any quotes around them.) The address will become deprecated in 3000 seconds (clients are allowed to keep old connections, but can't use this address for creating new connections). renew-timer and rebind-timer are values that define T1 and T2 timers that govern when -the client will begin renewal and rebind procedures. +the client will begin the renewal and rebind procedures. -The next couple lines define the lease database, the place where the server +The next couple of lines define the lease database, the place where the server stores its lease information. This particular example tells the server to use memfile, which is the simplest (and fastest) database -backend. It uses in-memory database and stores leases on disk in a CSV +backend. It uses an in-memory database and stores leases on disk in a CSV file. This is a very simple configuration. Usually, lease database configuration is more extensive and contains additional parameters. Note that lease-database @@ -193,11 +193,11 @@ comma is present. Finally, we need to define a list of IPv6 subnets. This is the most important DHCPv6 configuration structure as the server uses that -information to process clients' requests. It defines all subnets that -the server is expected to receive DHCP requests from. The subnets are +information to process clients' requests. It defines all subnets from +which the server is expected to receive DHCP requests. The subnets are specified with the subnet6 parameter. It is a list, so it starts and ends with square brackets. Each subnet definition in -the list has several attributes associated with it, so is a structure +the list has several attributes associated with it, so it is a structure and is opened and closed with braces. At minimum, a subnet definition has to have at least two parameters: subnet (that defines the whole subnet) and pool (which is a list of @@ -327,7 +327,7 @@ JSON validator is available at . access the database should be set: "Dhcp6": { "lease-database": { "user": "user-name", - "password" "password", + "password": "password", ... }, ... } @@ -360,7 +360,7 @@ temporarily override a list of interface names and listen on all interfaces.
IPv6 Subnet Identifier - Subnet identifier is a unique number associated with a particular subnet. + The subnet identifier is a unique number associated with a particular subnet. In principle, it is used to associate clients' leases with respective subnets. When the subnet identifier is not specified for a subnet being configured, it will be automatically assigned by the configuration mechanism. The identifiers @@ -370,17 +370,17 @@ temporarily override a list of interface names and listen on all interfaces. If there are multiple subnets configured with auto-generated identifiers and one of them is removed, the subnet identifiers may be renumbered. For example: - if there are 4 subnets and 3rd is removed the last subnet will be assigned - identifier that the 3rd subnet had before removal. As a result, the leases - stored in the lease database for subnet 3 are now associated with the + if there are four subnets and the third is removed the last subnet will be assigned + the identifier that the third subnet had before removal. As a result, the leases + stored in the lease database for subnet 3 are now associated with subnet 4, which may have unexpected consequences. In the future it is planned - to implement the mechanism to preserve auto-generated subnet ids upon removal + to implement a mechanism to preserve auto-generated subnet ids upon removal of one of the subnets. Currently, the only remedy for this issue is to - manually specify the unique subnet identifier for each subnet. + manually specify a unique subnet identifier for each subnet. - The following configuration will assign the arbitrary subnet + The following configuration will assign the specified subnet identifier to the newly configured subnet: @@ -403,16 +403,16 @@ temporarily override a list of interface names and listen on all interfaces.
Unicast traffic support - When DHCPv6 server starts up, by default it listens to the DHCP traffic + When the DHCPv6 server starts, by default it listens to the DHCP traffic sent to multicast address ff02::1:2 on each interface that it is configured to listen on (see ). In some cases it is useful to configure a server to handle incoming traffic sent to the global unicast addresses as well. The most common reason for that is to have relays send their traffic to the server - directly. To configure server to listen on specific unicast address, a - notation to specify interfaces has been extended. Interface name can be - optionally followed by a slash, followed by global unicast address that - server should listen on. That will be done in addition to normal + directly. To configure the server to listen on a specific unicast address, the + notation to specify interfaces has been extended. An interface name can be + optionally followed by a slash, followed by the global unicast address on which + the server should listen. This will be done in addition to normal link-local binding + listening on ff02::1:2 address. The sample commands listed below show how to listen on 2001:db8::1 (a global address) configured on the eth1 interface. @@ -424,7 +424,7 @@ temporarily override a list of interface names and listen on all interfaces. ... } - When configuration gets committed, the server will start to listen on + When this configuration gets committed, the server will start to listen on eth1 on link-local address, multicast group (ff02::1:2) and 2001:db8::1. @@ -435,8 +435,8 @@ temporarily override a list of interface names and listen on all interfaces. Care should be taken to specify proper unicast addresses. The server will attempt to bind to those addresses specified, without any additional checks. - That approach is selected on purpose, so in the software can be used to - communicate over uncommon addresses if the administrator desires so. + This approach is selected on purpose, so the software can be used to + communicate over uncommon addresses if the administrator so desires.
@@ -471,14 +471,14 @@ temporarily override a list of interface names and listen on all interfaces. is specified.
Each pool is a structure that contains the - parameters th describe a single pool. Currently there is only one + parameters that describe a single pool. Currently there is only one parameter, pool, which gives the range of addresses in the pool. Additional parameters will be added in future releases of Kea. It is possible to define more than one pool in a subnet: continuing the previous example, further assume that - 2001:db8:1:0:5::/80 should be also be managed by the server. It could be written as + 2001:db8:1:0:5::/80 should also be managed by the server. It could be written as 2001:db8:1:0:5:: to 2001:db8:1::5:ffff:ffff:ffff, but typing so many 'f's is cumbersome. It can be expressed more simply as 2001:db8:1:0:5::/80. Both formats are supported by Dhcp6 and can be mixed in the pool list. @@ -521,16 +521,16 @@ temporarily override a list of interface names and listen on all interfaces. ... ] } - In this example, we allow server to + In this example, we allow the server to dynamically assign all addresses available in the whole subnet. Although rather wasteful, it is certainly a valid configuration to dedicate the whole /64 subnet for that purpose. Note that the Kea server does not preallocate - the leases, so there is no danger of using gigantic address pools. + the leases, so there is no danger when using gigantic address pools. When configuring a DHCPv6 server using prefix/length notation, please pay - attention to the boundary values. When specifying that the server should use - a given pool, it will be able to allocate also first (typically network + attention to the boundary values. When specifying that the server can use + a given pool, it will also be able to allocate the first (typically network address) address from that pool. For example for pool 2001:db8:2::/64 the 2001:db8:2:: address may be assigned as well. If you want to avoid this, use the "min-max" notation. @@ -546,8 +546,9 @@ temporarily override a list of interface names and listen on all interfaces. A subnet may have one or more prefix delegation pools. Each pool has a prefixed address, which is specified as a prefix and a prefix length, as well as a delegated prefix length. delegated-len - must not be shorter (numerically greater) than - prefix-len. If both delegated-len + must not be shorter (that is it must be numerically greater or equal) + than prefix-len. + If both delegated-len and prefix-len are equal, the server will be able to delegate only one prefix. A sample configuration is shown below: @@ -572,13 +573,13 @@ temporarily override a list of interface names and listen on all interfaces.
Standard DHCPv6 options - One of the major features of DHCPv6 server is to provide configuration - options to clients. Although there are several options that require + One of the major features of a DHCPv6 server is to provide configuration + options to clients. Although there are several options that require special behavior, most options are sent by the server only if the client - explicitly requested them. The following example shows how to + explicitly requests them. The following example shows how to configure DNS servers, which is one of the most frequently used - options. Numbers in the first column are added for easier reference and - will not appear on screen. Options specified in this way are considered + options. Numbers in the first column are added for easier reference and + will not appear on screen. Options specified in this way are considered global and apply to all configured subnets. @@ -598,26 +599,28 @@ temporarily override a list of interface names and listen on all interfaces. - The first line creates new entry in option-data table. It contains + The option-data> line creates a new entry in + the option-data table. This table contains information on all global options that the server is supposed to configure - in all subnets. The second line specifies option name. For a complete list + in all subnets. The name line specifies the option name. + For a complete list of currently supported names, see . The third line specifies option code, - which must match one of the values from that list. Line beginning with - space specifies option space, which must always be set - to "dhcp6" as these are standard DHCPv6 options. For other name spaces, + linkend="dhcp6-std-options-list"/>. The next line specifies the option code, + which must match one of the values from that list. The line beginning with + space specifies the option space, which must always be set + to "dhcp6" as these are standard DHCPv6 options. For other name spaces, including custom option spaces, see . The fifth line specifies the format in + linkend="dhcp6-option-spaces"/>. The next line specifies the format in which the data will be entered: use of CSV (comma separated values) is - recommended. The sixth line gives the actual value to be sent to - clients. Data is specified as a normal text, with values separated by + recommended. The data line gives the actual value to be sent to + clients. Data is specified as normal text, with values separated by commas if more than one value is allowed. - Options can also be configured as hexadecimal values. If csv-format is + Options can also be configured as hexadecimal values. If csv-format is set to false, the option data must be specified as a string of hexadecimal - numbers. The + numbers. The following commands configure the DNS-SERVERS option for all subnets with the following addresses: 2001:db8:1::cafe and 2001:db8:1::babe. @@ -639,7 +642,7 @@ temporarily override a list of interface names and listen on all interfaces. The value for the setting of the "data" element is split across two lines in this document for clarity: when entering the command, the - whole string should be entered on the same line. Care should be taken + whole string should be entered on the same line. Care should be taken to use proper encoding when using hexadecimal format as Kea's ability to validate data correctness in hexadecimal is limited. @@ -702,7 +705,7 @@ temporarily override a list of interface names and listen on all interfaces. Some options are designated as arrays, which means that more than one value is allowed in such an option. For example the option dns-servers - allows the specification of more than one IPv6 address, so allowing + allows the specification of more than one IPv6 address, allowing clients to obtain the addresses of multiple DNS servers. @@ -718,8 +721,8 @@ temporarily override a list of interface names and listen on all interfaces. a server administrator must create a definition as described in in the 'dhcp6' option space. This definition should match the option format described in the relevant - RFC but configuration mechanism would allow any option format as it has - no means to validate it at the moment. + RFC but the configuration mechanism would allow any option format as it has + no means to validate the format at the moment. @@ -831,7 +834,7 @@ temporarily override a list of interface names and listen on all interfaces. "Dhcp6": { "option-data": [ { - name "foo", + "name": "foo", "code": 100, "space": "dhcp6", "csv-format": true, @@ -895,7 +898,7 @@ temporarily override a list of interface names and listen on all interfaces. - In general case, boolean values are specified as true or + In the general case, boolean values are specified as true or false, without quotes. Some specific boolean parameters may accept also "true", "false", 0, 1, "0" and @@ -973,14 +976,14 @@ temporarily override a list of interface names and listen on all interfaces. Nested DHCPv6 options (custom option spaces) It is sometimes useful to define completely new option spaces. This is useful if the user wants his new option to - convey sub-options that use separate numbering scheme, for + convey sub-options that use a separate numbering scheme, for example sub-options with codes 1 and 2. Those option codes conflict with standard DHCPv6 options, so a separate option space must be defined. - Note that it is not required to create new option space when - defining sub-options for a standard option because it is by - default created if the standard option is meant to convey + Note that it is not required to create a new option space when + defining sub-options for a standard option because it is + created by default if the standard option is meant to convey any sub-options (see ). @@ -1036,8 +1039,8 @@ should include options from the isc option space: The name of the option space in which the sub-options are defined is set in the encapsulate field. The type field - is set to empty which imposes that this option does not - carry any data other than sub-options. + is set to empty which limits this option to only carrying + data in sub-options. Finally, we can set values for the new options: @@ -1095,19 +1098,19 @@ should include options from the isc option space: The DHCPv6 server may receive requests from local (connected to the same subnet as the server) and remote (connecting via relays) clients. - As server may have many subnet configurations defined, it must select - appropriate subnet for a given request. + As the server may have many subnet configurations defined, it must select + an appropriate subnet for a given request. - The server can not assume which of configured subnets are local. It is - possible in IPv4, where there is reasonable expectation that the + The server can not assume which of the configured subnets are local. In IPv4 + it is possible as there is a reasonable expectation that the server will have a (global) IPv4 address configured on the interface, and can use that information to detect whether a subnet is local or - not. That assumption is not true in IPv6, as the DHCPv6 must be able - to operate with having link-local addresses only. Therefore an optional + not. That assumption is not true in IPv6, the DHCPv6 server must be able + to operate while only having link-local addresses. Therefore an optional "interface" parameter is available within a subnet definition to designate that a given subnet is local, i.e. reachable directly over - specified interface. For example the server that is intended to serve + the specified interface. For example the server that is intended to serve a local subnet over eth0 may be configured as follows: "Dhcp6": { @@ -1132,7 +1135,7 @@ should include options from the isc option space: DHCPv6 Relays A DHCPv6 server with multiple subnets defined must select the - appropriate subnet when it receives a request from client. For clients + appropriate subnet when it receives a request from a client. For clients connected via relays, two mechanisms are used: @@ -1209,11 +1212,11 @@ should include options from the isc option space: In certain cases it is useful to differentiate between different types of clients and treat them differently. The process of doing classification - is conducted in two steps. The first step is to assess incoming packet and + is conducted in two steps. The first step is to assess an incoming packet and assign it to zero or more classes. This classification is currently simple, but is expected to grow in capability soon. Currently the server checks whether - incoming packet has vendor class option (16). If it has, content - of that option is prepended with "VENDOR_CLASS_" interpreted as a + the incoming packet includes vendor class option (16). If it has, the content + of that option is prepended with "VENDOR_CLASS_" then it is interpreted as a class. For example, modern cable modems will send this option with value "docsis3.0" and as a result the packet will belong to class "VENDOR_CLASS_docsis3.0". @@ -1230,7 +1233,7 @@ should include options from the isc option space: This is particularly useful for cases where two types of devices share the same link and are expected to be served from two different subnets. The primary use case for such a scenario are cable networks. There are two - classes of devices: cable modem itself, which should be handled a lease + classes of devices: the cable modem itself, which should be handed a lease from subnet A and all other devices behind modems that should get a lease from subnet B. That segregation is essential to prevent overly curious users from playing with their cable modems. For details on how to set up @@ -1243,7 +1246,7 @@ should include options from the isc option space: Limiting access to IPv6 subnet to certain classes In certain cases it beneficial to restrict access to certain subnets - only to clients that belong to a given subnet. For details on client + only to clients that belong to a given class. For details on client classes, see . This is an extension of a previous example from . @@ -1273,7 +1276,7 @@ should include options from the isc option space: - Care should be taken with client classification as it is easy to prevent + Care should be taken with client classification as it is easy for clients that do not meet class criteria to be denied any service altogether.
@@ -1283,7 +1286,7 @@ should include options from the isc option space: Configuring DHCPv6 for DDNS As mentioned earlier, kea-dhcp6 can be configured to generate requests to - the DHCP-DDNS server (referred to here as the "D2" server) to update + the DHCP-DDNS server (referred to here as "D2") to update DNS entries. These requests are known as NameChangeRequests or NCRs. Each NCR contains the following information: @@ -1352,7 +1355,7 @@ should include options from the isc option space: sender-port - port which kea-dhcp6 should use to send requests to D2. The - default value of 0 instructs kea-dhcp6 to select suitable port. + default value of 0 instructs kea-dhcp6 to select a suitable port. max-queue-size - maximum number of requests allowed to queue waiting to @@ -1360,7 +1363,7 @@ should include options from the isc option space: uncontrollably if they are being generated faster than they can be delivered. If the number of requests queued for transmission reaches this value, DDNS updating will be turned off until the queue backlog has - been sufficiently reduced. The intent is allow kea-dhcp6 to + been sufficiently reduced. The intent is to allow kea-dhcp6 to continue lease operations. The default value is 1024. @@ -1516,7 +1519,7 @@ should include options from the isc option space: The third row in the table above describes the case in which the client requests that no DNS updates be done. The parameter, "override-no-update", can be used to instruct the server to disregard the client's wishes. When - this parameter is true, kea-dhcp6 will generate DDNS update request to D2 + this parameter is true, kea-dhcp6 will generate DDNS update requests to D2 even if the client requests no updates be done. The N-S-O flags in the server's response to the client will be 0-1-1. @@ -1548,7 +1551,7 @@ should include options from the isc option space: FQDN using a configurable prefix and suffix.
- Otherwise, using is the domain name value from the client FQDN option as + Otherwise, using the domain name value from the client FQDN option as the candidate name: @@ -1622,7 +1625,7 @@ should include options from the isc option space: some-computer.example.com. - When generating a the entire name, kea-dhcp6 will construct name of the + When generating the entire name, kea-dhcp6 will construct name of the format: @@ -1673,16 +1676,16 @@ should include options from the isc option space: The relay has to have an interface connected to the link on which the clients are being configured. Typically the relay has a global IPv6 - address configured on that interface that belongs to the subnet that - the server will assign addresses from. In such typical case, the - server is able to use IPv6 address inserted by the relay (in link-addr - field in RELAY-FORW message) to select appropriate subnet. + address configured on the interface that belongs to the subnet from which + the server will assign addresses. In the typical case, the + server is able to use the IPv6 address inserted by the relay (in link-addr + field in RELAY-FORW message) to select the appropriate subnet. However, that is not always the case. The relay address may not match the subnet in certain deployments. This usually means that there is more than one subnet allocated for a given - link. Two most common examples where this is the case are long lasting + link. The two most common examples where this is the case are long lasting network renumbering (where both old and new address space is still being used) and a cable network. In a cable network both cable modems and the devices behind them are physically connected to the same link, yet @@ -1724,7 +1727,7 @@ should include options from the isc option space: In certain cases, it is useful to mix relay address information, introduced in with client classification, explained in . - One specific example is cable network, where typically modems + One specific example is a cable network, where typically modems get addresses from a different subnet than all devices connected behind them. diff --git a/doc/guide/install.xml b/doc/guide/install.xml index 6009487aa1..80038e6f57 100644 --- a/doc/guide/install.xml +++ b/doc/guide/install.xml @@ -310,7 +310,7 @@ Debian and Ubuntu: For additional instructions concerning the building and installation of Kea for various databases, see . - For additional instructions concerning configuration backends, see + For additional instructions concerning the configuration backends, see . @@ -389,7 +389,7 @@ Debian and Ubuntu:
Selecting the Configuration Backend Kea 0.9 introduces configuration backends that are - switchable during compilation phase. The backend is chosen using + switchable during the compilation phase. The backend is chosen using the --with-kea-config switch when running the configure script. It currently supports two values: BUNDY and JSON. JSON is the default. @@ -415,8 +415,8 @@ Debian and Ubuntu: JSON - JSON is a new default configuration backend - that causes Kea to read JSON configuration file from + JSON is the new default configuration backend + that causes Kea to read JSON configuration files from disk. It does not require any framework and thus is considered more lightweight. It will allow dynamic on-line reconfiguration, but will lack remote capabilities diff --git a/doc/guide/keactrl.xml b/doc/guide/keactrl.xml index 720533ca20..ed545adcc5 100644 --- a/doc/guide/keactrl.xml +++ b/doc/guide/keactrl.xml @@ -107,7 +107,7 @@ kea_verbose=no By default, Kea servers managed by keactrl are located in [kea-install-dir]/sbin. This - should work for most of the installations. If the default + should work for most installations. If the default location needs to be altered for any reason, the paths specified with the dhcp4_srv, dhcp6_srv and dhcp_ddns_srv diff --git a/doc/guide/logging.xml b/doc/guide/logging.xml index 60a2846a35..5db5e0bd29 100644 --- a/doc/guide/logging.xml +++ b/doc/guide/logging.xml @@ -264,7 +264,7 @@ Each logger can have zero or more . These specify where log - messages are sent to. These are explained in detail below. + messages are sent. These are explained in detail below. @@ -583,7 +583,7 @@ file be created. KEA_LOCKFILE_DIR - Specifies a directory where logging system should create its + Specifies a directory where the logging system should create its lock file. If not specified, it is prefix/var/run/kea, where prefix defaults to /usr/local. diff --git a/doc/guide/quickstart.xml b/doc/guide/quickstart.xml index 864ea0412b..ff3c5f75ae 100644 --- a/doc/guide/quickstart.xml +++ b/doc/guide/quickstart.xml @@ -61,7 +61,7 @@ $ ./configure [your extra parameters] - Edit configuration file which is by default installed in + 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 , respectively.