-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathkeactrl.conf
41 lines (31 loc) · 1.03 KB
/
keactrl.conf
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
# This is a configuration file for keactrl script which controls
# the startup, shutdown, reconfiguration and gathering the status
# of the Kea's processes.
# Note that control agent must be launched after servers and netconf last.
# prefix holds the location where the Kea is installed.
prefix=/usr/local
# Location of Kea configuration files.
kea_dhcp4_config_file=/etc/kea/kea.conf
kea_dhcp6_config_file=/etc/kea/kea.conf
kea_dhcp_ddns_config_file=/etc/kea/kea.conf
kea_ctrl_agent_config_file=/etc/kea/keactrl.conf
kea_netconf_config_file=/etc/kea/kea-netconf.conf
# Location of Kea binaries.
exec_prefix=${prefix}
dhcp4_srv=${exec_prefix}/sbin/kea-dhcp4
dhcp6_srv=${exec_prefix}/sbin/kea-dhcp6
dhcp_ddns_srv=${exec_prefix}/sbin/kea-dhcp-ddns
ctrl_agent_srv=${exec_prefix}/sbin/kea-ctrl-agent
netconf_srv=${exec_prefix}/sbin/kea-netconf
# Start DHCPv4 server?
dhcp4=yes
# Start DHCPv6 server?
dhcp6=yes
# Start DHCP DDNS server?
dhcp_ddns=yes
# Start Control Agent?
ctrl_agent=yes
# Start Netconf?
netconf=no
# Be verbose?
kea_verbose=yes