{ "Dhcp4": { "valid-lifetime": 300, "interfaces-config": { "interfaces": [ "em0" ] }, "lease-database": { "type": "memfile", "persist": true, "name": "/var/lib/kea/dhcp4.leases" }, "subnet4": [ { "id": 1, "subnet": "192.168.0.0/24", "pools": [ { "pool": "192.168.0.100-192.168.0.254" } ], "option-data": [ { "name": "routers", "data": "192.168.0.1" } ], "reservations": [ { "hw-address": "dc:a6:32:12:2f:d2", "hostname": "dnsbox.voncorax.internal", "ip-address": "192.168.0.2" }, { "hw-address": "b8:ca:3a:7d:69:ad", "hostname": "prometheus.voncorax.internal", "ip-address": "192.168.0.98" } ] } ], "option-data": [ { "name": "domain-name-servers", "data": "192.168.0.97, 192.168.0.2" } ], "loggers": [ { "name": "kea-dhcp4", "output_options": [ { "output": "/var/log/kea-dhcp4.log" } ], "severity": "INFO", "debuglevel": 1 } ], "ddns-send-updates": true, "ddns-qualifying-suffix": "voncorax.internal", "ddns-override-no-update": true, "ddns-override-client-update": true, "dhcp-ddns": { "enable-updates": true, "server-ip": "127.0.0.1" } } } { "Dhcp4": { "valid-lifetime": 300, "interfaces-config": { "interfaces": [ "em0" ] }, "lease-database": { "type": "memfile", "persist": true, "name": "/var/lib/kea/dhcp4.leases" }, "subnet4": [ { "id": 1, "subnet": "192.168.0.0/24", "pools": [ { "pool": "192.168.0.100-192.168.0.254" } ], "option-data": [ { "name": "routers", "data": "192.168.0.1" } ], "reservations": [ { "hw-address": "dc:a6:32:12:2f:d2", "hostname": "dnsbox.voncorax.internal", "ip-address": "192.168.0.2" }, { "hw-address": "b8:ca:3a:7d:69:ad", "hostname": "prometheus.voncorax.internal", "ip-address": "192.168.0.98" } ] } ], "option-data": [ { "name": "domain-name-servers", "data": "192.168.0.97, 192.168.0.2" } ], "loggers": [ { "name": "kea-dhcp4", "output_options": [ { "output": "/var/log/kea-dhcp4.log" } ], "severity": "INFO", "debuglevel": 1 } ], "ddns-send-updates": true, "ddns-qualifying-suffix": "voncorax.internal", "ddns-override-no-update": true, "ddns-override-client-update": true, "dhcp-ddns": { "enable-updates": true, "server-ip": "127.0.0.1" } } } { "DhcpDdns": { "ip-address": "127.0.0.1", "port": 53001, "control-socket": { "socket-type": "unix", "socket-name": "/tmp/kea-ddns-ctrl-socket" }, "tsig-keys": [ { "name": "tsig-key", "algorithm": "hmac-sha256", "secret": "Shh! It's a secret!" } ], "forward-ddns" : { "ddns-domains": [ { "name": "voncorax.internal.", "key-name": "tsig-key", "dns-servers": [ { "ip-address": "192.168.0.97" } ] } ] }, "reverse-ddns" : { "ddns-domains": [ { "name": "0.168.192.in-addr.arpa.", "key-name": "tsig-key", "dns-servers": [ { "ip-address": "192.168.0.97" } ] } ] }, "loggers": [ { "name": "kea-dhcp-ddns", "output_options": [ { "output": "/var/log/kea-ddns.log" } ], "severity": "INFO", "debuglevel": 1 } ] } } { "DhcpDdns": { "ip-address": "127.0.0.1", "port": 53001, "control-socket": { "socket-type": "unix", "socket-name": "/tmp/kea-ddns-ctrl-socket" }, "tsig-keys": [ { "name": "tsig-key", "algorithm": "hmac-sha256", "secret": "Shh! It's a secret!" } ], "forward-ddns" : { "ddns-domains": [ { "name": "voncorax.internal.", "key-name": "tsig-key", "dns-servers": [ { "ip-address": "192.168.0.97" } ] } ] }, "reverse-ddns" : { "ddns-domains": [ { "name": "0.168.192.in-addr.arpa.", "key-name": "tsig-key", "dns-servers": [ { "ip-address": "192.168.0.97" } ] } ] }, "loggers": [ { "name": "kea-dhcp-ddns", "output_options": [ { "output": "/var/log/kea-ddns.log" } ], "severity": "INFO", "debuglevel": 1 } ] } } This isn't an excerpt; that is literally the entirety of what's been logged since I restarted the daemon several days ago.
EDIT: I've hacked around with Wireshark a bit (from a Server Fault post) and it appears that kea-dhcp4 is not sending anything to kea-ddns over the lo0 interface. Can anyone suggest why not, or how I can figure out why not?