How the first network adapter nnn.nn.1.1 replies the DHCP server for the ping request to second network adapter with address nnn.nn.1.2 and how the DHCP server marks nnn.nn.1.2 as BAD_ADDRESS?
BAD_ADDRESS logged in DHCP server Windows Server 2019
Hello,
Recently we got an incident in which clients in one site in one particular subnet not able to connect to network.
Found that IP address is exhausted in that particular scope, when checked found that many BAD_ADDRESSES entries logged in DHCP server . We deleted those BAD_ADDRESS and got free IP's .
But we need to find the reason why BAD_ADDRESS are logged in DHCP server.
Can any one shed some lights on how to investigate?
9 answers
Sort by: Most helpful
-
-
Avijit Dutta 1 Reputation point
2022-09-20T06:28:10.487+00:00 Few Suggestions, (might be possible you already performed these steps)
1) Check for any Static IP in the workstations, if present, removes those IPs and reconcile the DHCP Database.
2) Exclude the Server/Network device IPs from the DHCP Scope so that DHCP doesn't lease those IPs. -
Techshan 216 Reputation points
2022-09-20T13:21:19.933+00:00 In our environment, reservations are in place for static ip addresses in the scope for certain servers/workstations, still we are investigating the issue with MS
-
Leachman, Michael 0 Reputation points
2023-06-25T17:30:34.23+00:00 The following Microsoft KB article is what helped solve the BAD_ADDRESS issues for us:
We created a group policy preference (for all domain workstations) which added the following registry entry:
- Navigate to the following subkey:
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Dnscache\Parameters
- Under the subkey, create the following entry:
- Name: RegistrationOverwrite
- Type: REG_DWORD
- Value: 2
- Navigate to the following subkey: