This is my current config in /etc/dnsmasq.conf:<br><br>bogus-priv<br>conf-file=/etc/dnsmasq/dhcp.conf<br>dhcp-authoritative<br>dhcp-lease-max=1000<br>dhcp-mac = set:fog, 00:01:2e:bc:2e:49 #MAC for zbox in living room<br>pxe-service = tag:fog,x86PC,"fog",gpxelinux,192.168.1.127 #xbmcMaster<br>
dhcp-boot=pxelinux.0<br>dhcp-boot=192.168.1.182<br>pxe-service=x86PC, pxelinux.0, pxelinux, 192.168.1.182<br>domain-needed<br>domain=EXAMPLE.com<br>expand-hosts<br>no-negcache<br>strict-order<br>user=nobody<br><br>I'm assuming that we created the "tag" fog, then we are using it to identify systems? If so, I could call it anything I want correct?<br>
<br>I'm also assuming that it will read the config in sequence, so if it does not match the first PXE settings it will take the next as default. Or do I have to now list all MAC addresses and assign them to a tag and PXE configuration?<br>
<br>Thanks for your prompt reply, wife has been sick so I have not had time to test this out.<br><br>Cheers,<br>Miguel<br><br><br><br><div class="gmail_quote">On Mon, Mar 28, 2011 at 2:26 AM, Helmut Hullen <span dir="ltr"><<a href="mailto:Hullen@t-online.de">Hullen@t-online.de</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">Hallo, Miguel,<br>
<br>
Du meintest am 28.03.11:<br>
<div><div></div><div class="h5"><br>
> I need to know if there is a way to configure dnsmasq to send<br>
> specific MACs to a different PXE server. On my current setup I have<br>
> a PXE server managed by cobbler, however I have some diskless clients<br>
> that I need to go to a different PXE server. So I have a "global"<br>
> next-server line that points to my cobbler and would like (hoping it<br>
> can be done) to have a next-server line specific to a client's MAC<br>
> address.<br>
<br>
</div></div># Tipp von Clemens Fischer, dnsmasq-Mailingliste 12.6.2010<br>
<br>
dhcp-mac = set:fog, 00:0d:60:76:4f:1c<br>
dhcp-mac = set:fog, 11:22:33:44:55:66<br>
# may be repeated for other machines<br>
<br>
pxe-service = tag:fog,x86PC,"fog",gpxelinux,192.168.0.5<br>
pxe-service = tag:!fog,x86PC,"Arktur",gpxelinux,192.168.0.1<br>
#<br>
<br>
<br>
Viele Gruesse!<br>
Helmut<br>
<br>
_______________________________________________<br>
Dnsmasq-discuss mailing list<br>
<a href="mailto:Dnsmasq-discuss@lists.thekelleys.org.uk">Dnsmasq-discuss@lists.thekelleys.org.uk</a><br>
<a href="http://lists.thekelleys.org.uk/mailman/listinfo/dnsmasq-discuss" target="_blank">http://lists.thekelleys.org.uk/mailman/listinfo/dnsmasq-discuss</a><br>
</blockquote></div><br>