This problem occurs if all the following conditions are true:
- The client computer's lease of the IP address has expired.
- The IP address that the client computer was using is no longer available.
- The client computer is using a non-Microsoft DHCP server.
- The non-Microsoft DHCP server is configured to ignore "duplicate" DHCP discover messages (DHCPDISCOVER).
This problem occurs because the client computer sends three DHCP discover messages with the
Requested Address field set to the client computer's previous IP address.
The DHCP client computer always sends three DHCP discover messages if both of the following conditions are true:
- The client computer's lease of the IP address has expired.
- The IP address that the client computer was using is no longer available.
The client computer sends three DHCP discover messages to verify that the client computer's former IP address is no longer available. The client computer accepts the IP address that is provided in the third DHCP offer message (DHCPOFFER).
However, if the DHCP server is configured to ignore "duplicate" DHCP discover messages, the DHCP server replies only to the first DHCP discover message with a DHCP offer message. The DHCP server ignores subsequent DHCP discover messages. Therefore, the client computer never receives the third DHCP offer message.