[Dnsmasq-discuss] Boot Service Discovery Protocol

Jon Ander Hernandez jonan.h at gmail.com
Sat Dec 10 12:13:53 GMT 2011


Hello,

I'm trying to use dnsmasq to netboot some Apple machines and I tried
to translate this working configuration to dnsmasq

class "AppleNBI-i386" {
  match if substring (option vendor-class-identifier, 0, 14) = "AAPLBSDPC/i386";
  option dhcp-parameter-request-list 1,3,17,43,60;

  if (option dhcp-message-type = 1) { option vendor-class-identifier
"AAPLBSDPC/i386"; }
  if (option dhcp-message-type = 1) { option
vendor-encapsulated-options 08:04:81:00:00:67; }

  filename "burg64.efi";
}

dhcp-option=vendor:,encap:1,8,81:00:00:67

I've tried  to set the vendor-class-identifier with:

dhcp-option=60,"AAPLBSDPC/i386"

and with:

dhcp-option=vi-encap:2, 10,"AAPLBSDPC/i386"


dhcp-boot=burg64.efi
enable-tftp
tftp-root=/var/ftpd

But I'm not sure if I'm doing it correctly.

Regards,

JonAn.



More information about the Dnsmasq-discuss mailing list