Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ISC Open Source Projects
Kea
Commits
eb0f09a0
Commit
eb0f09a0
authored
Mar 27, 2014
by
Marcin Siodelski
Browse files
[3258] Updated DHCP-DDNS related sections with current limitations.
parent
fa087f7a
Changes
1
Show whitespace changes
Inline
Side-by-side
doc/guide/bind10-guide.xml
View file @
eb0f09a0
...
...
@@ -5049,6 +5049,13 @@ Dhcp4/dhcp-ddns/qualifying-suffix "example.com" string
<listitem>
<simpara>
Address duplication report (DECLINE) is not supported yet.
</simpara>
</listitem>
<listitem>
<simpara>
Server doesn't act upon expired leases. In particular, when the lease
expires, the server doesn't request removal of DNS records associated
with the lease.
</simpara>
</listitem>
</itemizedlist>
</section>
...
...
@@ -6465,6 +6472,13 @@ Dhcp6/dhcp-ddns/qualifying-suffix "example.com" string
reconfiguration (RECONFIGURE) are not yet supported.
</simpara>
</listitem>
<listitem>
<simpara>
Server doesn't act upon expired leases. In particular, when the lease
expires, the server doesn't request removal of DNS records associated
with the lease.
</simpara>
</listitem>
</itemizedlist>
</section>
...
...
@@ -6638,6 +6652,16 @@ DhcpDdns/reverse_ddns/ddns_domains [] list (default)
The server may be configured to listen over IPv4 or IPv6, therefore
ip-address may an IPv4 or IPv6 address.
</para>
<note>
<simpara>
When DHCP-DDNS server is configured to listen at address other than
loopback address (127.0.0.1 or ::1), it is possible for the malicious
attacker to spoof the server. Therefore, other addresses should only
be used for testing purposes! In the future, an authentication
will be implemented to guard against spoofing attacks.
</simpara>
</note>
<note>
<simpara>
If the ip_address and port are changed, it will be necessary to change the
...
...
@@ -7194,6 +7218,25 @@ DhcpDdns/reverse_ddns/ddns_domains[0]/dns_servers[0]/port 53 integer(default)
</para>
</section>
<!-- end of "d2-example" -->
</section>
<!-- end of section "d2-configuration" -->
<section>
<title>
DHCP-DDNS Server Limitations
</title>
<para>
The following are the current limitations of the DHCP-DDNS Server.
</para>
<itemizedlist>
<listitem>
<simpara>
As requests are received from the DHCP servers they are placed om a queue.
These requests are currently not persisted across shutdowns and so cannot
be recovered.
</simpara>
</listitem>
<listitem>
<simpara>
TSIG Authentication (
<ulink
url=
"http://tools.ietf.org/html/rfc2845"
>
RFC 2845
</ulink>
)
is not supported yet.
</simpara>
</listitem>
</itemizedlist>
</section>
</chapter>
<!-- DHCP-DDNS Server -->
<chapter
id=
"libdhcp"
>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment