<html><head><meta http-equiv="content-type" content="text/html; charset=utf-8"></head><body dir="auto"><div>The MAC address of the hosts adapter... Take look at the last line of your log file and compare the two.<br><br><span style="background-color: rgba(255, 255, 255, 0);">-- </span><div><span style="background-color: rgba(255, 255, 255, 0);"> Jason Hellenthal</span></div><div><span style="background-color: rgba(255, 255, 255, 0);"> Mobile: +1 (616) 953-0176</span></div><div><span style="background-color: rgba(255, 255, 255, 0);"> <a href="mailto:jhellenthal@DataIX.net">jhellenthal@DataIX.net</a></span></div><div><span style="background-color: rgba(255, 255, 255, 0);"> JJH48-ARIN</span></div></div><div><br>On Sep 17, 2014, at 18:59, Bill Shirley <<a href="mailto:Bill@Henagar.PolymerIndustries.biz">Bill@Henagar.PolymerIndustries.biz</a>> wrote:<br><br></div><blockquote type="cite"><div>
  

    <meta http-equiv="content-type" content="text/html; charset=ISO-8859-1">
  
  
    I'm having trouble figuring out where this device gets its name.  My
    log statement:<br>
    <font color="#993300">on commit {<br>
              if static { set is-static = " --> STATIC"; } else { set
      is-static = "";}<br>
              log (   info,<br>
                      concat (<br>
                              "Host:", pick-first-value(option
      fqdn.hostname, option host-name, ddns-hostname, "(none)")<br>
                              ,"  VendorId:", pick-first-value(option
      vendor-class-identifier, "(none)")<br>
      #                       ,"  UserClass:", pick-first-value(option
      user-class, "(none)")<br>
                              ,"  MemberOf:",
      pick-first-value(member_of, "(none)")<br>
                              ,"  PoolType:",
      pick-first-value(pool-type, "(none)")<br>
                              ,"  Lease:",
      pick-first-value(binary-to-ascii(10,32,"",encode-int(lease-time,32)),
      "(none)")<br>
                              , is-static<br>
                      )<br>
              );<br>
      }</font><br>
    <br>
    And from my log file you can see a 'Host:(none)':<br>
    <font color="#993300"><tt>Sep 17 18:41:22 apinetstore dhcpd: fancy
        bits in fqdn option<br>
        Sep 17 18:41:22 apinetstore dhcpd: DHCPDISCOVER from
        00:20:4a:f3:c5:a7 (CF3C5A7) via lan10<br>
        Sep 17 18:41:23 apinetstore dhcpd: DHCPOFFER on 10.98.1.72 to
        00:20:4a:f3:c5:a7 via lan10<br>
        Sep 17 18:41:23 apinetstore dhcpd: fancy bits in fqdn option<br>
        Sep 17 18:41:23 apinetstore dhcpd: Host:(none)  VendorId:(none) 
        MemberOf:10.Microsoft  PoolType:10.Microsoft  Lease:21600<br>
        Sep 17 18:41:23 apinetstore dhcpd: DHCPREQUEST for 10.98.1.72
        (10.96.0.9) from 00:20:4a:f3:c5:a7 via lan10<br>
        Sep 17 18:41:23 apinetstore dhcpd: DHCPACK on 10.98.1.72 to
        00:20:4a:f3:c5:a7 via lan10</tt></font><br>
    <br>
    Where does the host name CF3C5A7 come from?<br>
    <br>
    TIA,<br>
    Bill<br>
    <br>
  

</div></blockquote><blockquote type="cite"><div><span>_______________________________________________</span><br><span>dhcp-users mailing list</span><br><span><a href="mailto:dhcp-users@lists.isc.org">dhcp-users@lists.isc.org</a></span><br><span><a href="https://lists.isc.org/mailman/listinfo/dhcp-users">https://lists.isc.org/mailman/listinfo/dhcp-users</a></span></div></blockquote></body></html>