Hi guys,<br>   For sometime now I&#39;ve been using DNSMasq off a DD-WRT router to PXE boot machines on my network to run diagnostics and OS installers.  Recently I got the drive to set this up for my Intel Mac, I got it working with the ISC dhcp server in my virtual machine environment, but can&#39;t seem to understand how to translate the options to DNSMasq in order to run it on my local network.  Below is the pertinent section:<br>

class &quot;AppleNBI-i386&quot;{<br>match if substring (option vendor-class-identifier, 0, 14) = &quot;AAPLBSDPC/i386&quot;;<br>option dhcp-parameter-request-list 1,3,17,43,60;<br>if (option dhcp-message-type = 1) { option vendor-class-identifier &quot;AAPLBSDPC/i386&quot;; }<br>

if (option dhcp-message-type = 1) { option vendor-encapsulated-options 08:04:81:00:00:67; }<br># The Apple Boot Loader binary image. This file will in turn TFTP the kernel image and extension cache.<br>filename &quot;Diag106NetBoot.nbi/i386/booter&quot;;<br>

## NOTE: Try to keep the root path as short as possible. I copy the DMG files to /nbi and export that folder.<br>option root-path &quot;nfs:192.168.33.1:/var/lib/tftpboot:Diag106NetBoot.nbi/NetBoot.dmg&quot;;<br>}<br><br>

This came from <a href="http://www.afp548.com/article.php?story=20061220102102611">http://www.afp548.com/article.php?story=20061220102102611</a><br><br>I was wondering if you guys could help me.  So far I have:<br>dhcp-vendorclass=AppleNBI-i386,&quot;AAPLBSDPC/i386&quot;<br>

dhcp-option=net:AppleNBI-i386,option-vendor,&quot;AAPLBSDPC/i386&quot;<br>dhcp-option=net:AppleNBI-i386,option:filename,&quot;Diag106NetBoot.nbi/i386/booter&quot;<br>dhcp-option=net:AppleNBI-i386,option:root-path,&quot;nfs:192.168.33.1:/var/lib/tftpboot:Diag106NetBoot.nbi/NetBoot.dmg&quot;<br>

<br>But this actually seems to have broken DNSMasq.  Do you guys think you can help me translate this ISC configuration to a DNSMasq configuration?<br>If the Developers are out there on the list I really enjoy the product, thanks for the great work!<br>

<br>-Max<br><br><br><br>