Fails to obtain IP address when using DHCP broadcast request

6 September 2007 by Snakefoot | Comment » | Trackback Off
Windows Vista changes the behavior of the DHCP Client (Compared to XP SP2), and now tells the server to respond using broadcast (multicast instead of unicast). This change allows Vista to obtain an IP address even if not connected to the same subnet as the DHCP server.

Many network routers also acts as DHCP servers, and some of them ignores DHCP requests with the broadcast flag set. If the client sends such a DHCP request, then the client will fail to receive a response and will not aquire a proper IP address. The solution is either to upgrade / replace the network router, or configure the DHCP client so it will not set the broadcast flag.

Configure the following DWORD registry value to disable DHCP broadcast:

[HKEY_LOCAL_MACHINE \SYSTEM \CurrentControlSet \Services \Tcpip \Parameters \Interfaces \{GUID}]
DhcpConnDisableBcastFlagToggle = 1 (Default = 0)

More Info MS KB928233

More Info MS KB932134 (Online tool to test network router)
Tags:
Category:

Leave a comment


You can use these tags: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <code> <em> <i> <strike> <strong>