summaryrefslogtreecommitdiff
path: root/server/dhcpd.conf.5
diff options
context:
space:
mode:
authorThomas Markwalder <tmark@isc.org>2014-11-19 10:56:17 -0500
committerThomas Markwalder <tmark@isc.org>2014-11-19 10:56:17 -0500
commitd9b2a590e835ec9d27f4c059ee07893b1acca110 (patch)
tree538d4aa08c64eb745c9d392f42f457b17700ba1e /server/dhcpd.conf.5
parent21d3034757a2e33cfea31f93b8585b20e8a22bbe (diff)
downloadisc-dhcp-d9b2a590e835ec9d27f4c059ee07893b1acca110.tar.gz
[master] Host declaration name can now be used in DNS forward name
Merges in rt21323.
Diffstat (limited to 'server/dhcpd.conf.5')
-rw-r--r--server/dhcpd.conf.531
1 files changed, 21 insertions, 10 deletions
diff --git a/server/dhcpd.conf.5 b/server/dhcpd.conf.5
index 2f7eb780..9d7178da 100644
--- a/server/dhcpd.conf.5
+++ b/server/dhcpd.conf.5
@@ -1153,17 +1153,23 @@ IP address, it can update its own A record, assuming that the
.PP
If the server is configured not to allow client updates, or if the
client doesn\'t want to do its own update, the server will simply
-choose a name for the client from either the \fBfqdn\fR option (if present)
-or the hostname option (if present). It will use its own
-domain name for the client. It will then update both the A and PTR
-record, using the name that it chose for the client. If the client
-sends a fully-qualified domain name in the \fBfqdn\fR option, the
-server uses only the leftmost part of the domain name - in the
-example above, "jschmoe" instead of "jschmoe.radish.org".
-.PP
-If the defaults for choosing the host name are not appropriate
+choose a name for the client. By default, the server will choose
+from the following three values:
+.PP
+ 1. \fBfqdn\fR option (if present)
+ 2. hostname option (if present)
+ 3. Configured hostname option (if defined).
+.PP
+If these defaults for choosing the host name are not appropriate
you can write your own statement to set the ddns-hostname variable
-as you wish.
+as you wish. If none of the above are found the server will use
+the host declaration name (if one) and use-host-decl-names is on.
+.PP
+It will use its own domain name for the client. It will then update
+both the A and PTR record, using the name that it chose for the client.
+If the client sends a fully-qualified domain name in the \fBfqdn\fR option,
+the server uses only the leftmost part of the domain name - in the example
+above, "jschmoe" instead of "jschmoe.radish.org".
.PP
Further, if the \fIignore client-updates;\fR directive is used, then
the server will in addition send a response in the DHCP packet, using
@@ -2931,6 +2937,11 @@ is equivalent to
}
.fi
.PP
+Additionally, enabling use-host-decl-names instructs the server to use
+the host declaration name in the the forward DNS name, if no other values
+are available. This value selection process is discussed in more detail
+under DNS updates.
+.PP
An \fIoption host-name\fR statement within a host declaration will
override the use of the name in the host declaration.
.PP