<html><body><div style="font-family: arial, helvetica, sans-serif; font-size: 10pt; color: #000000"><div>root@server1:/usr/local/etc/kea # /usr/local/etc/rc.d/kea restart<br>INFO/keactrl: Stopping kea-dhcp4...<br>INFO/keactrl: Stopping kea-dhcp6...<br>INFO/keactrl: kea-dhcp-ddns isn't running.<br>INFO/keactrl: Stopping kea-ctrl-agent...<br>Starting kea.<br>INFO/keactrl: Starting /usr/local/sbin/kea-dhcp4 -c /usr/local/etc/kea/kea-dhcp4.conf<br>INFO/keactrl: Starting /usr/local/sbin/kea-dhcp6 -c /usr/local/etc/kea/kea-dhcp6.conf<br>INFO/keactrl: Starting /usr/local/sbin/kea-dhcp-ddns -c /usr/local/etc/kea/kea-dhcp-ddns.conf<br>INFO/keactrl: Starting /usr/local/sbin/kea-ctrl-agent -c /usr/local/etc/kea/kea-ctrl-agent.conf<br>root@server1:/usr/local/etc/kea # Service failed: Could Not load configuration file: Configuration parsing failed: /usr/local/etc/kea/kea-dhcp-ddns.conf:3.8-23: got unexpected keyword "control-socket" in DhcpDdns map.<br><br>root@server1:/usr/local/etc/kea # /usr/local/sbin/kea-dhcp-ddns -v<br>1.5.0<br><br></div><div><br data-mce-bogus="1"></div><div>It looks like this section in Kea 1.5 Admin Reference Manual<br data-mce-bogus="1"></div><div><br data-mce-bogus="1"></div><div>12.3.2. Management API for the D2 Server</div><div><br data-mce-bogus="1"></div><div><p style="margin: 0px;" data-mce-style="margin: 0px;">The management API allows the issuing of specific management commands, such as configuration retrieval or shutdown. For more details, see <a class="xref" href="https://jenkins.isc.org/job/Kea_doc/guide/kea-guide.html#ctrl-channel" title="Chapter 17. Management API" data-mce-href="https://jenkins.isc.org/job/Kea_doc/guide/kea-guide.html#ctrl-channel">Chapter 17, <i>Management API</i></a>. Currently the only supported communication channel type is UNIX stream socket. By default there are no sockets open. To instruct Kea to open a socket, the following entry in the configuration file can be used:</p><pre class="screen">"DhcpDdns": {
"control-socket": {
"socket-type": "unix",
"socket-name": <strong class="userinput"><code>"/path/to/the/unix/socket"</code></strong>
},
...
}
</pre></div><div><br data-mce-bogus="1"></div><div>is not working for me. what am I missing?<br data-mce-bogus="1"></div><div><br>Thank you<br data-mce-bogus="1"></div></div></body></html>