Is it possible to have two DHCP Server on the same subnet for address two range of IP? Is it possible to configure one of this DHCP server to serve only a certain range of mac address ?
for example wanna to have the main DHCP Server that serve the range 192.168.1.50 --> 100, and another DHCP with also a TFTP and PXE that server range 192.168.1.220 ---> 250 that accept request only from a given list of range of mac addres ... Cani do this?
Is better to have only one DHCP Server on subnet and another TFTP/PXE Server, and then address the request from a list of given MAc address to this TFTP/PXE Server?
What's the best solution for assigning a range of IP and eventually a TFTP/PXE based on list of mac address ? Is it possible?
I use Linux and dhcp3-server...
Thanks.
You can do that in isc dhcpd using subclasses and pools. The man page has detailed examples.