Hello
There is a problem with the deployment of dhcp server for virtual machines in my Hyper-V environment. The environment is a s2d cluster of four hyper-v nodes. Yesterday I deployed two virtual machines in it. The first is a DHCP server, the other is a test virtual
machine for obtaining IP via DHCP. Network connection of virtual machines through SET (Switch Embeded Teaming). DHCP server and others will be used on the same network (192.168.214.0/24). On the DHCP server, I deployed the OS, setup static network settings,
entered the domain, authorized DHCP, and configured the scope with simple options (003 Router and 006 DNS Servers). After that, I deployed a test virtual machine and was very surprised that the IP address was never received. Deep study and googling of the
problem did not give anything interesting. No problems in Event logs and DHCP audit log.
RouterGuard and DHCPGuard options are not enabled on both virtual machines. Traffic sniffing on a DHCP server shows that `DHCP Discover` packets are passing, but the server is not even trying to respond and issue an Offer. Scope works in "Both" mode
(DHCP+BOOTP)
Any ideas?