<div dir="ltr">We have a pretty tightly-controlled private network environment which we've configured to have a 1-to-1-to-1 relationship between client MAC address, hostnames and IP addresses. Apart from "guest" IP ranges, we have control over when clients get added to the network. Thus, we can detect duplicate MAC addresses before it becomes an issue.<div>
<br></div><div>In this setup, we can't need or want to use the "client identifier" option of DHCP. In fact, it becomes a problem when we start doing PXELinux installs, where a different client id gets sets during a remote install session, then when the install is complete and the new OS boots up, it gets a different IP address (because dnsmasq still knows about the lease it gave that same machine only 10 minutes ago!).</div>
<div><br></div><div>To get rid of this issue, we now supply a dhcp-host option to dnsmasq each time we want to do a remote reinstall. The option looks something like this:<br>dhcp-host=<MAC addr>,id:*,<hostname>,<IP addr>,set:install</div>
<div><br></div><div>This works, since the "id:*" part tells dnsmasq to ignore the client ID in favor of the MAC address. But now to my question. Can this be done for ALL DHCP requests? Is there a global "identify-by-mac-only" option? If not, would you be willing to entertain the idea. I know many others have done this for some time now, using other DHCP server software, so I know it's possible and there doesn't seem to be any ill effects of this.</div>
<div><br></div><div>Maybe this is not a good idea? Like I said, we have a fairly controlled environment, so it would work for us. I could see how this would be unnecessary for common setups, though. Or environments that have many VMs running on a single host and simply bridge their network interface may want to use the "client identifier" option so each VM gets a unique IP even if they're running on the same machine. But it would be nice to have a greater level of control over this.</div>
<div><br></div><div><br></div><div>Thanks for your time. And GREAT piece of software, by the way. dnsmasq is a HUGE time saver and makes changing configurations straight-forward. Do you accept donations? :)</div><div><div>
<br></div><div><br></div>-- <br>daV.e<br></div></div>