|
@@ -254,6 +254,14 @@ This is a debug message issued when the DHCP-DDNS application encountered an
|
|
error while decoding a response to DNS Update message. Typically, this error
|
|
error while decoding a response to DNS Update message. Typically, this error
|
|
will be encountered when a response message is malformed.
|
|
will be encountered when a response message is malformed.
|
|
|
|
|
|
|
|
+% DHCP_DDNS_NOT_ON_LOOPBACK the DHCP-DDNS server has been configured to listen on %1 which is not the local loopback. This is an insecure configuration supported for testing purposes only
|
|
|
|
+This is a warning message issued when the DHCP-DDNS server is configured to
|
|
|
|
+listen at an address other than the loopback address (127.0.0.1 or ::1). It is
|
|
|
|
+possible for a malicious attacker to send bogus NameChangeRequests to it and
|
|
|
|
+change entries in the DNS. For this reason, addresses other than the IPv4 or
|
|
|
|
+IPv6 loopback addresses should only be used for testing purposes. A future
|
|
|
|
+version of Kea will implement authentication to guard against such attacks.
|
|
|
|
+
|
|
% DHCP_DDNS_NO_ELIGIBLE_JOBS although there are queued requests, there are pending transactions for each Queue count: %1 Transaction count: %2
|
|
% DHCP_DDNS_NO_ELIGIBLE_JOBS although there are queued requests, there are pending transactions for each Queue count: %1 Transaction count: %2
|
|
This is a debug message issued when all of the queued requests represent clients
|
|
This is a debug message issued when all of the queued requests represent clients
|
|
for which there is a an update already in progress. This may occur under
|
|
for which there is a an update already in progress. This may occur under
|
|
@@ -290,11 +298,9 @@ requests too quickly, or perhaps upstream DNS servers are experiencing
|
|
load issues.
|
|
load issues.
|
|
|
|
|
|
% DHCP_DDNS_QUEUE_MGR_RECONFIGURING application is reconfiguring the queue manager
|
|
% DHCP_DDNS_QUEUE_MGR_RECONFIGURING application is reconfiguring the queue manager
|
|
-This is an informational message indicating that DHCP_DDNS is reconfiguring the
|
|
|
|
-queue manager as part of normal startup or in response to a new configuration.
|
|
|
|
|
|
+This is an informational message indicating that DHCP_DDNS is reconfiguring the queue manager as part of normal startup or in response to a new configuration.
|
|
|
|
|
|
-% DHCP_DDNS_QUEUE_MGR_RECOVERING application is attempting to recover from a
|
|
|
|
-queue manager IO error
|
|
|
|
|
|
+% DHCP_DDNS_QUEUE_MGR_RECOVERING application is attempting to recover from a queue manager IO error
|
|
This is an informational message indicating that DHCP_DDNS is attempting to
|
|
This is an informational message indicating that DHCP_DDNS is attempting to
|
|
restart the queue manager after it suffered an IO error while receiving
|
|
restart the queue manager after it suffered an IO error while receiving
|
|
requests.
|
|
requests.
|