shimi wrote:
Maybe it's statically assigned to the MAC (a.k.a. DHCP Reservation) in the dhcpd.conf itself...
Again, as I wrote initially, "The C6 DHCP server has a defined static IP address for this PC based on its MAC address." That's NOT the "old" address dhcpd continues to use; it's what I want it to offer. But it doesn't and continues to offer the old address.
Could you have a rogue server? Make sure it's getting the lease from the correct server. Try running Wireshark on the client.
Kenneth Porter wrote:
Could you have a rogue server? Make sure it's getting the lease from the correct server. Try running Wireshark on the client.
The log on the server shows it received DHCPREQUEST for the old address without a preceding DHCPDISCOVER.
BUT... I have discovered that the Internet security device on the network is also running a DHCP server. My guess is that it is interfering with the process, possibly responding with an offer for the old address before the PC sends DHCPREQUEST. A classic race condition.
I don't manage that device so I'll have to request the necessary change. If things start working after that, I'll post a followup.
Thanks for all the advice.