Unknown client alerts and clients not getting IP addresses

Niall O'Reilly niall.oreilly at ucd.ie
Tue Aug 23 13:26:46 UTC 2016


On 23 Aug 2016, at 14:08, Fleming, Tony wrote:

> class "Wireless" {
>         match hardware;
> }
 [...]
> subclass "Wireless" 44:85:00:2F:81:86;

  IIRC, when matching on hardware, the htype byte (01 for Ethernet)
  must be prefixed to the MAC address.  If I'm not mistaken or
  distracted, you'll need to specify

subclass "Wireless" 01:44:85:00:2F:81:86;

  I hope this helps.

  Niall O'Reilly


More information about the dhcp-users mailing list