|
@@ -73,7 +73,11 @@ keactrl <command> [-c keactrl-config-file] [-s server[,server,..]]
|
|
|
prefix=@prefix@
|
|
|
|
|
|
# Location of Kea configuration file.
|
|
|
-kea_config_file=@sysconfdir@/@PACKAGE@/kea.conf
|
|
|
+kea_dhcp4_config_file=@sysconfdir@/@PACKAGE@/kea-dhcp4.conf
|
|
|
+kea_dhcp6_config_file=@sysconfdir@/@PACKAGE@/kea-dhcp6.conf
|
|
|
+kea_dhcp_ddns_config_file=@sysconfdir@/@PACKAGE@/kea-dhcp-ddns.conf
|
|
|
+kea_ctrl_agent_config_file=@sysconfdir@/@PACKAGE@/kea-ctrl-agent.conf
|
|
|
+
|
|
|
|
|
|
# Location of Kea binaries.
|
|
|
exec_prefix=@exec_prefix@
|
|
@@ -168,10 +172,10 @@ kea_verbose=no
|
|
|
the servers looks similar to the following:
|
|
|
<screen>
|
|
|
<userinput>$ keactrl start</userinput>
|
|
|
-INFO/keactrl: Starting kea-dhcp4 -c /usr/local/etc/kea/kea.conf -d
|
|
|
-INFO/keactrl: Starting kea-dhcp6 -c /usr/local/etc/kea/kea.conf -d
|
|
|
-INFO/keactrl: Starting kea-dhcp-ddns -c /usr/local/etc/kea/kea.conf -d
|
|
|
-INFO/keactrl: Starting kea-ctrl-agent -c /usr/local/etc/kea/kea.conf -d
|
|
|
+INFO/keactrl: Starting kea-dhcp4 -c /usr/local/etc/kea/kea-dhcp4.conf -d
|
|
|
+INFO/keactrl: Starting kea-dhcp6 -c /usr/local/etc/kea/kea-dhcp6.conf -d
|
|
|
+INFO/keactrl: Starting kea-dhcp-ddns -c /usr/local/etc/kea/kea-dhcp-ddns.conf -d
|
|
|
+INFO/keactrl: Starting kea-ctrl-agent -c /usr/local/etc/kea/kea-ctrl-agent.conf -d
|
|
|
</screen>
|
|
|
</para>
|
|
|
|
|
@@ -261,6 +265,10 @@ DHCPv6 server: inactive
|
|
|
DHCP DDNS: active
|
|
|
Control Agent: active
|
|
|
Kea configuration file: /usr/local/etc/kea/kea.conf
|
|
|
+Kea DHCPv4 configuration file: /usr/local/etc/kea/kea-dhcp4.conf
|
|
|
+Kea DHCPv6 configuration file: /usr/local/etc/kea/kea-dhcp6.conf
|
|
|
+Kea DHCP DDNS configuration file: /usr/local/etc/kea/kea-dhcp-ddns.conf
|
|
|
+Kea Control Agent configuration file: /usr/local/etc/kea/kea-ctrl-agent.conf
|
|
|
keactrl configuration file: /usr/local/etc/kea/keactrl.conf
|
|
|
</screen>
|
|
|
</para>
|