DHCP and DNS manager won't connect to second DC

Dana Simison 21 Reputation points
2022-11-16T02:52:58.833+00:00

I have 2 domain controllers, DC1 is a Server 2019 while DC2 is Server 2022. I can log into either server and connect to the others DHCP or DNS in the management console. However, from a domain workstation I can only connect to DC1. When bringing up the DNS management console there is a message, "The server dc2 could not be contacted. The error was Access was denied."

Any thoughts or comments would be greatly appreciated.

Windows for business | Windows Client for IT Pros | Networking | Network connectivity and file sharing
Windows for business | Windows Server | User experience | Other
0 comments No comments
{count} votes

Accepted answer
  1. Anonymous
    2022-11-16T14:35:49.18+00:00

    I didn't really see a problem here. Might need to investigate the security logs on both ends. Also may want to look into the DCOM errors.

    --please don't forget to upvote and Accept as answer if the reply is helpful--

    1 person found this answer helpful.
    0 comments No comments

2 additional answers

Sort by: Most helpful
  1. Anonymous
    2022-11-16T03:07:00.44+00:00

    Please run;

    Dcdiag /v /c /d /e /s:%computername% >C:\dcdiag.log (run on PDC emulator)
    repadmin /showrepl >C:\repl.txt (run on any domain controller)
    ipconfig /all > C:\dc1.txt (run on domain controller 1)
    ipconfig /all > C:\dc2.txt (run on domain controller 2 if exists)
    ipconfig /all > C:\problemworkstation.txt (run on problem pc)

    Also check the domain controller System and Replication (DFS or FRS) event logs for errors since last boot. Post the Event Source and Event IDs of any found

    then put unzipped text files up on OneDrive and share a link.

    0 comments No comments

  2. Dana Simison 21 Reputation points
    2022-11-16T06:07:18.47+00:00

    First time I've done this. Hope it works. Thanks for your response

    https://1drv.ms/u/s!AsHVCEUEn1N8juoHzQxocbjLaOfmpg?e=PQIUEc

    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.