DNS server netlogn error

Eaven HUANG 2,191 Reputation points
2021-05-24T00:45:21.063+00:00

Dear All,

I was cross-checking on our DNS server and found there were a lot of Netlogon error as shown in the screenshot below. Basically it was related to only a few computers that were part of our domain.

Any ideas what might be the cause and what is required to get it resolved? Many thanks!98915-dns-server-netlogon-error.png

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

5 answers

Sort by: Most helpful
  1. Anonymous
    2021-05-24T00:48:02.257+00:00

    Please run;

    Dcdiag /v /c /d /e /s:%computername% >c:\dcdiag.log
    repadmin /showrepl >C:\repl.txt
    ipconfig /all > C:\dc1.txt
    ipconfig /all > C:\dc2.txt
    ipconfig /all > C:\problemworkstation.txt

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


  2. Anonymous
    2021-05-24T02:40:56.75+00:00

    Hello @EavenHuang-0590,

    Thank you for posting here.

    The 5723 error caused by the client lost secure channel with the DC.

    You can try to find a problematic machine within Event ID 5723, and check if you can still log on this machine using domain user account?

    If you cannot log on the machine within Event ID 5723, you will need to reset secure channel between this machine and the Domain Controller.

    1.Logon one problematic machine using local Administrator account.
    2.Try the following command on this problematic machine to reset secure channel.

    Netdom resetpwd /s:target_server /ud:mydomain\domain_admin /pd:*

    /s:* *server is the name of the domain controller to use for setting the machine account password. This is the server where the KDC is running.
    **/ud:**domain\User is the user account that makes the connection with the domain you specified in the /s parameter. This must be in domain\User format. If this parameter is omitted, the current user account is used.
    **/pd:
    * specifies the password of the user account that is specified in the /ud parameter. Use an asterisk () to be prompted for the password.

    Netdom Examples
    https://learn.microsoft.com/en-us/previous-versions/windows/it-pro/windows-server-2003/cc776879(v=ws.10)?redirectedfrom=MSDN

    Or you can try the method mentioned in this similar case.

    Event ID 5723 NetLogon...
    https://social.technet.microsoft.com/Forums/windowsserver/en-US/de5d2ea8-0dca-46c3-a02b-81d0be67bd26/event-id-5723-netlogon

    Hope the information above is helpful.

    Should you have any question or concern, please feel free to let us know.

    Best Regards,
    Daisy Zhou

    ============================================

    If the Answer is helpful, please click "Accept Answer" and upvote it.

    0 comments No comments

  3. Anonymous
    2021-05-26T13:00:10.68+00:00

    Just checking if there's any progress or updates?

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

    0 comments No comments

  4. Eaven HUANG 2,191 Reputation points
    2021-05-31T07:39:29.967+00:00

    Dear All,

    Thanks for all the comments. So I've found out there were 2 client machines logged in the events and we disjoined and rejoined them then no repeated errors any longer.

    Thanks all the same for your efforts!


  5. Anonymous
    2021-05-31T12:47:54.853+00:00

    Just checking if there's any progress or updates?

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

    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.