Hello All!<\/p>\n
For a few last days, I have been trying to figure out why binding the interface to the DHCP server is not working.<\/p>\n
The situation is I can see the interface, I can check it, click Ok, Ok, but it won’t stay checked. When I open the settings again, it is unchecked.<\/p>\n
<\/p>\n
PS C:\\Windows\\system32> Get-DhcpServerv4Binding\n\nInterfaceAlias IPAddress BindingState\n-------------- ------------ ------------\nEthernet xxx.xxx.xxx.xxx False\n<\/code><\/pre>\nThere is this error (Event ID 1041) in Event Viewer:<\/p>\n
The DHCP service is not servicing any DHCPv4 clients because none of the active network interfaces have statically configured IPv4 addresses, or there are no active interfaces.<\/p>\n
BUT interface is enabled, static IP address set.<\/p>\n
We already checked that nothing else is using port 67.
\nThere are no other errors in Event Viewer.
\nDHCP service was restarted.
\nIPv6 enabled / disabled - no effect
\nAdding binding with Powershell - got no error, but binding not set<\/p>\n
It is a new virtual machine (VMware), WS 2019.<\/p>\n
Any ideas? I will be grateful for any tips.<\/p>\n
Thank you.<\/p>","upvoteCount":9,"answerCount":12,"datePublished":"2022-08-18T03:36:45.000Z","author":{"@type":"Person","name":"spiceuser-8kow5","url":"https://community.spiceworks.com/u/spiceuser-8kow5"},"acceptedAnswer":{"@type":"Answer","text":"
Yes, it was a GPO! Thank you very much!
\nSpecifically, it was GPO to modify the registry of IGMPLevel.<\/p>\n
The GPO set the value to 0. When I set it to 2, it started to work.
\n