Forum Discussion
Clients failed to obtain internet right after DC 01 failover to DC02.
Hello ,
Active Directory should work in the DR scenario,
provided the clients lookup of domain has both the IPs.
provided the Client NICs have both DC1,DC2 as DNS, if AD is DNS integrated.
1.Clients began losing internet connectivity.
the clients may still hold on to stale IPs and may have lost GW.
2.DHCP failed to lease addresses to clients.
Is the DHCP configured to handle the DR scenario?
https://learn.microsoft.com/en-us/windows-server/networking/technologies/dhcp/dhcp-failoverIs your DHCP on DC01 or stanalone?, is DC02 authorized to lease ?
Source : https://learn.microsoft.com/en-us/windows-server/networking/technologies/dhcp/quickstart-install-configure-dhcp-server?tabs=powershell#authorize-the-dhcp-server-in-active-directory
3.Connectivity on client machines was only restored after running the ipconfig /flushdns command, which forced them to communicate with DC02.
is your AD server also DNS? the DCDIAG /test:DNS /v has all the checks passed on both DCs - if successful it means DHCP and lease could be the issues.