<HTML><HEAD>
<META content="text/html; charset=utf-8" http-equiv=Content-Type>
<META name=GENERATOR content="MSHTML 8.00.6001.18783"></HEAD>
<BODY style="MARGIN: 4px 4px 1px; FONT: 10pt Tahoma">
<DIV>Hi all,</DIV>
<DIV> </DIV>
<DIV>I'm switching from dhcp3 to dnsmasq.</DIV>
<DIV>I want to use gpxe/pxelinux and let it load dynamic config files by using the hardware(macadres) of a machine as config filename.</DIV>
<DIV>
<DIV>But can't seem to figure out how to translate this setting to dnsmasq tho.</DIV>
<DIV> </DIV>
<DIV>In dhcp3 i use it the following way:</DIV>
<DIV>option pxelinux.configfile =<BR> concat("?mac=", binary-to-ascii(16, 8, "", hardware));<BR></DIV>
<DIV>which sets the dhcp option 209 for example to "?mac=00:21:9B:19:B1:F4"</DIV>
<DIV> </DIV>
<DIV>How can i do the same in dnsmasq?</DIV>
<DIV>i only came this far :) : </DIV>
<DIV>dhcp-option-force=209,?mac=</DIV>
<DIV> </DIV>
<DIV>I hope its possible to achieve the same.</DIV>
<DIV> </DIV>
<DIV>Thanks in advance.</DIV>
<DIV> </DIV>
<DIV>Best regards,</DIV>
<DIV> </DIV>
<DIV>Rene Arends</DIV>
<DIV>Rotterdam University</DIV>
<DIV> </DIV></DIV></BODY></HTML>