Hi Salam,
The issue is with DNS configuration and replication permissions. Right now, both DCs are pointing to DC1 as their preferred DNS, which means when DC1 is offline, DC2 cannot resolve queries properly. On each DC, set the preferred DNS to its own loopback (127.0.0.1) and the alternate DNS to the other DC’s IP. For example, DC1 should use 127.0.0.1 as preferred and DC2’s IP as alternate, while DC2 should use 127.0.0.1 as preferred and DC1’s IP as alternate. This ensures each DC can resolve names independently when the other is down.
The replication error 8453 indicates that the DC2 machine account does not have sufficient replication permissions. Verify that DC2 is a member of the “Domain Controllers” OU and that the NTDS settings object exists under Sites and Services. Also check that the “Authenticated Users” group has “Replicating Directory Changes” permission on the domain root in Active Directory. Run dcdiag /test:replications /v again after confirming.
Finally, make sure clients are configured to use both DCs as DNS servers, not just DC1. If clients only point to DC1, they will fail when it is offline. Once DNS is corrected and replication permissions fixed, DC2 will be able to authenticate and serve as a proper backup when DC1 is unavailable. Best Regards.