<!DOCTYPE html>
<html>
  <head>
    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
  </head>
  <body>
    <p>Hi Philip,<br>
         It is excellent to hear you are trying to help users migrate to
      Kea.<br>
      <br>
      You should be able to add the "renew-timer" parameter globally and
      within a <br>
      subnet definition. The following is an example of this:<br>
      <br>
      "subnet4": [{<br>
           "id": 1,<br>
           "subnet": "10.0.1.0/24",<br>
           "renew-timer": 1000,<br>
           "pools": [ { "pool": "10.0.1.1-10.0.1.200" } ] },{<br>
           "id": 2,<br>
           "subnet": "10.0.2.0/24",<br>
           "renew-timer": 2000,<br>
           "pools": [ { "pool": "10.0.2.1-10.0.2.200" } ]      <br>
      }],<br>
      <br>
      There is no equivalent to ISC DHCPD's  "always-broadcast" keyword.
      Localnet dhcp <br>
      traffic processing can be enabled for an interface by setting the
      "dhcp-socket-type" <br>
      to  "raw". For example:<br>
      <br>
      "interfaces-config": { "interfaces": [ "eth0" ],
      "dhcp-socket-type": "raw" },<br>
      <br>
      The "authoritative" setting can be specified in global,
      shared-network, and subnet <br>
      configuration scopes and is automatically inherited from the
      parent scope, if <br>
      not specified.<br>
      <br>
      To allow multiple reservations for the same address, you will need
      to set the <br>
      global parameter "ip-reservations-unique" to false; the default is
      true.<br>
      <br>
              "ip-reservations-unique": false,<br>
      <br>
      Let us hear how you get on.<br>
      <br>
      Kind Regards Peter<br>
    </p>
    <span style="white-space: pre-wrap">
</span>
    <pre class="moz-signature" cols="72">-- 
Peter Davies
Support Engineer 
Internet Systems Corporation
</pre>
  </body>
</html>