<!DOCTYPE html>
<html>
  <head>

    <meta http-equiv="content-type" content="text/html; charset=UTF-8">
  </head>
  <body>
    <div class="moz-text-html" lang="x-unicode"> <font size="2"
        face="Courier 10 Pitch">Hi guys.<br>
        <br>
        I had in my old dhcpd this, which I believed worked:<br>
        <br>
        group {<br>
          # VMware<br>
          ignore client-updates;<br>
          deny client-updates;<br>
          ddns-domainname "vmware.mine";  # this is critical regardless
        of the rest, for DDNS<br>
          option fqdn.no-client-update true;<br>
          option fqdn.server-update true;<br>
          option fqdn.fqdn  "vmware.mine";<br>
          option domain-name  "vmware.mine";<br>
          default-lease-time    86400;<br>
          max-lease-time        86400;<br>
        <br>
          host hub.vcentre.vmware {<br>
            hardware ethernet 02:98:1b:6d:36:12;<br>
            fixed-address     10.3.1.230;<br>
            option host-name "vcenter";<br>
          }<br>
          host vcenter.vmware {<br>
            hardware ethernet 02:02:bf:56:c0:a0;<br>
            fixed-address     10.1.1.230;<br>
            option host-name "vcenter";<br>
          }<br>
          host hub.esx1.vmware {<br>
            hardware ethernet 02:9d:f7:79:a7:17;<br>
            fixed-address     10.3.1.231;<br>
            option host-name "esx1";<br>
          }<br>
        ....<br>
        ...<br>
        }<br>
        <br>
        Simple idea there was to have a group of hosts qualified by
        their mac addresses, then such group would share some options.<br>
        I've not started using Kea yet and cannot figure out how such
        logic can be realized in Kea - would some experts mind shading
        some light on how this is done?<br>
        many thanks, L. </font> </div>
  </body>
</html>