<span class="gmail_quote">On 1/29/08, <b class="gmail_sendername">Tarik Gasmi</b> <<a href="mailto:isnogoud@web.de">isnogoud@web.de</a>> wrote:</span><blockquote class="gmail_quote" style="margin-top: 0; margin-right: 0; margin-bottom: 0; margin-left: 0; margin-left: 0.80ex; border-left-color: #cccccc; border-left-width: 1px; border-left-style: solid; padding-left: 1ex">
Hello,<br><br>the isc dhcp server identifies dhcp clients by the<br>dhcp-client-identifier they send. this can be different<br>for each client depending on the dhcp-client config:<br>- host-name<br>- vendor-code<br>- some string<br>
- ...<br>- hw-address<br><br><br>if no dhcp-client-identifier is sent by the client, the server uses the<br>hardware address as identifier.<br><br>we have the problem, that we are serving thousands of clients, and<br>different clients with coincidently the same hostname could be<br>
configurated to send their hostname as identifier. So we get the<br>duplicate-hostname-problem and we cannot force all users to configurate<br>their dhcp-clients in a certain (some users don't even know which<br>dhcp-client they are using)<br>
<br>is there a way to force/configure the dhcp-server, so that it only<br>chooses hardware address of the client as valid identifier no matter<br>what other dhcp-client-identifier the client is sending?<br><br>thanks and best regards<br>
<br>tarik gasmi<br></blockquote><br><br>With multi-boot machines this has become more of an issue.  Each time the computer boots into a different environment, a new identifier  may be used and so the machine may   be associated with multiple IP addresses.  If you're attempting to manage these devices, instead of one IP address per NIC, you now have two, three maybe four IP address entries for one physical device.  In addition, if you have long lease times it could mean more work for the server as it attempts to figure out which leases are actually in use (I'm probably wrong on this)<br>
<br>We have an in-house patch that will use the hardware address as the identifier but I'm not sure if we can make it available to others.  I've asked and will respond off-list to anyone interested.<br><br><br><br>
<br>