Kea Control Agent, how to enable Rest API [Netbox Plugin]

Hi guys, I was wondering if is possible to enable Kea Control Agent to expose the RestAPI. I am trrying to Integrate Netbox Kea Plugin with Vyos 1.5

Okay I did find the configuration file for Control Agent under /etc/kea

this is binding to localhost at 127.0.0.1, if I change to listen to one IP of my LAN will it break any how the vyos?

Does vyos uses Kea Control Agent?

Does vyos 1.5 uses files under /etc/kea or /run/kea

vyos@vyos:/etc/kea$ sudo systemctl status kea-ctrl-agent
× kea-ctrl-agent.service - Kea Control Agent
     Loaded: loaded (/lib/systemd/system/kea-ctrl-agent.service; disabled; preset: enabled)
    Drop-In: /etc/systemd/system/kea-ctrl-agent.service.d
             └─override.conf
     Active: failed (Result: exit-code) since Wed 2024-09-04 16:17:05 -03; 1s ago
   Duration: 12ms
       Docs: man:kea-ctrl-agent(8)
    Process: 275320 ExecStart=/usr/sbin/kea-ctrl-agent -c /run/kea/kea-ctrl-agent.conf (code=exited, status=1/FAILURE)
   Main PID: 275320 (code=exited, status=1/FAILURE)
        CPU: 13ms

Sep 04 16:17:05 vyos systemd[1]: kea-ctrl-agent.service: Scheduled restart job, restart counter is at 5.
Sep 04 16:17:05 vyos systemd[1]: Stopped kea-ctrl-agent.service - Kea Control Agent.
Sep 04 16:17:05 vyos systemd[1]: kea-ctrl-agent.service: Start request repeated too quickly.
Sep 04 16:17:05 vyos systemd[1]: kea-ctrl-agent.service: Failed with result 'exit-code'.
Sep 04 16:17:05 vyos systemd[1]: Failed to start kea-ctrl-agent.service - Kea Control Agent.

Okay I did understand that Kea uses the files under /run/kea

My question now is does vyos uses Kea Control Agent? Can I change it from listen on 127.0.0.1 to a specific interface?

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.