From: Suzanne Goldlust Date: Mon, 7 Jan 2019 20:49:25 +0000 (-0500) Subject: Update ddns.xml X-Git-Tag: 481-remote-subnet4-set-inconsistent-work-when-id-subnet-is-duplicated_base~39 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=647f5259c3ddc79352d89e93820cba30df3043a0;p=thirdparty%2Fkea.git Update ddns.xml --- diff --git a/doc/guide/ddns.xml b/doc/guide/ddns.xml index 88cbc9e2ff..b96f1881e6 100644 --- a/doc/guide/ddns.xml +++ b/doc/guide/ddns.xml @@ -14,7 +14,7 @@ Overview The DHCP-DDNS Server (kea-dhcp-ddns, known informally as D2) conducts - the client side of 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 @@ -34,7 +34,7 @@ servers that publish the DNS data for that domain. - When conducting forward domain matching, D2 will compare the FQDN in + When conducting forward domain matching, D2 compares the fully-qualified domain name (FQDN) in the request against the name of each Forward DDNS Domain in its catalog. The domain whose name matches the longest portion of the FQDN is considered the best match. For example, if the FQDN is "myhost.sample.example.com.", @@ -43,7 +43,7 @@ cases, it may not be possible to find a suitable match. Given the same two forward domains there would be no match for the FQDN, "bogus.net", so the request would be rejected. Finally, if there are no Forward DDNS Domains - defined, D2 will simply disregard the forward update portion of requests. + defined, D2 simply disregards the forward update portion of requests. When conducting reverse domain matching, D2 constructs a reverse @@ -86,10 +86,10 @@ Dual-Stack Environments RFC 4703, - sec. 5.2, describes issues that may arise with dual-stack + section 5.2, describes issues that may arise with dual-stack clients. These are clients that wish to have have both IPv4 and IPv6 - mappings for the same FQDN. For this to work properly, these - clients are required to embed ther IPv6 DUID within their IPv4 client + mappings for the same FQDN. For this to work properly, the + clients are required to embed their IPv6 DUID within their IPv4 client identifier option as described in RFC 4703. In this way, DNS updates for both IPv4 and IPv6 can be managed under @@ -196,7 +196,7 @@ strings path/kea-dhcp-ddns | sed -n 's/;;;; //p' the server will issue a DHCP_DDNS_ALREADY_RUNNING log message and exit. It is possible, though unlikely, that the file is a remnant of a system crash and the process to which the PID belongs is unrelated to Kea. In such a - case it would be necessary to manually delete the PID file. + case it is necessary to manually delete the PID file. @@ -231,7 +231,7 @@ strings path/kea-dhcp-ddns | sed -n 's/;;;; //p' - Global Server Parameters - values which control connectivity and global server behavior + Global Server Parameters - values which control connectivity and global server behavior. @@ -241,17 +241,17 @@ strings path/kea-dhcp-ddns | sed -n 's/;;;; //p' - TSIG Key Info - defines the TSIG keys used for secure traffic with DNS servers + TSIG Key Info - defines the TSIG keys used for secure traffic with DNS servers. - Forward DDNS - defines the catalog of Forward DDNS Domains + Forward DDNS - defines the catalog of Forward DDNS Domains. - Reverse DDNS - defines the catalog of Forward DDNS Domains + Reverse DDNS - defines the catalog of Forward DDNS Domains. @@ -602,7 +602,7 @@ corresponding values in the DHCP servers' "dhcp-ddns" configuration section must hostname - - the resolvable host name of the DNS server; this value is not + the resolvable host name of the DNS server; this parameter is not yet implemented. @@ -750,7 +750,7 @@ corresponding values in the DHCP servers' "dhcp-ddns" configuration section must It is possible to add a domain without any servers; however, if that domain matches a request, the request will fail. - To make the domain useful, we must add at least one DNS + To make the domain useful, you must add at least one DNS server to it.