Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
languagejson
{
    "Dhcp4": {
        // ...
        "control-socket": {
            "socket-type": "unix",
            "socket-name": "/run/kea/kea4-ctrl-socket"
        }
        // ...
    }
}

App configuration

Find the Kea DHCP in hosting modules and activate it, this will take you to the app configuration page.

Fill in the configuration connection fields:

  • Hostname - Address to the Kea server. If your server uses SSL prefix the address with https://

  • Username - Username for HTTP basic auth, if enabled in the control agent configuration

  • Password - Password for the user

  • Port - Port number for connection

...