mirror of
https://gitlab.isc.org/isc-projects/kea
synced 2025-09-02 06:55:16 +00:00
[3258] Updated DHCP-DDNS related sections with current limitations.
This commit is contained in:
@@ -5049,6 +5049,13 @@ Dhcp4/dhcp-ddns/qualifying-suffix "example.com" string
|
|||||||
<listitem>
|
<listitem>
|
||||||
<simpara>Address duplication report (DECLINE) is not supported yet.</simpara>
|
<simpara>Address duplication report (DECLINE) is not supported yet.</simpara>
|
||||||
</listitem>
|
</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>
|
</itemizedlist>
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
@@ -6465,6 +6472,13 @@ Dhcp6/dhcp-ddns/qualifying-suffix "example.com" string
|
|||||||
reconfiguration (RECONFIGURE) are not yet supported.
|
reconfiguration (RECONFIGURE) are not yet supported.
|
||||||
</simpara>
|
</simpara>
|
||||||
</listitem>
|
</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>
|
</itemizedlist>
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
@@ -6638,6 +6652,16 @@ DhcpDdns/reverse_ddns/ddns_domains [] list (default)
|
|||||||
The server may be configured to listen over IPv4 or IPv6, therefore
|
The server may be configured to listen over IPv4 or IPv6, therefore
|
||||||
ip-address may an IPv4 or IPv6 address.
|
ip-address may an IPv4 or IPv6 address.
|
||||||
</para>
|
</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>
|
<note>
|
||||||
<simpara>
|
<simpara>
|
||||||
If the ip_address and port are changed, it will be necessary to change the
|
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>
|
</para>
|
||||||
</section> <!-- end of "d2-example" -->
|
</section> <!-- end of "d2-example" -->
|
||||||
</section> <!-- end of section "d2-configuration" -->
|
</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> <!-- DHCP-DDNS Server -->
|
||||||
|
|
||||||
<chapter id="libdhcp">
|
<chapter id="libdhcp">
|
||||||
|
Reference in New Issue
Block a user