<div dir="ltr">normal DHCP daemons have the &#39;next-server&#39;&nbsp; option:<br><br>host m4 {<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; hardware ethernet 00:e0:81:5e:76:96 ;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; server-name overhead ;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; fixed-address m4 ;<br>&nbsp;&nbsp; &nbsp; &nbsp;&nbsp; next-server <a href="http://10.0.0.134">10.0.0.134</a> ;<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; filename &quot;pxelinux.0&quot;;<br>}<br><br>I am net booting clients with debian FAI, I need the &#39;next-server&#39; option to be passed by the dhcp server for FAI to work correctly.<br><br>How do I do this with dnsmasq?<br>
<br>thanks.<br><br><br><br></div>