question

EavenHuang avatar image
0 Votes"
EavenHuang asked DSPatrick answered

DNS server netlogn error

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-serverwindows-dhcp-dns
· 2
5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.

Hello @EavenHuang-0590,
How are things going on your end? Please keep me posted on this issue.
If you have any further questions or concerns about this question, please let us know.
I appreciate your time and efforts.

Best Regards,
Daisy Zhou

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

0 Votes 0 ·

Hello @EavenHuang-0590,
I just want to confirm the current situations.
Please feel free to let us know if you need further assistance.


Best Regards,
Daisy Zhou

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

0 Votes 0 ·
DSPatrick avatar image
0 Votes"
DSPatrick answered

Just checking if there's any progress or updates?

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


5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.

EavenHuang avatar image
0 Votes"
EavenHuang answered DaisyZhou-MSFT commented

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!

· 1
5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.

Hello @EavenHuang-0590,
Thank you for your update. I am very glad that the problem has been solved.

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

As always, if there is any question in future, we warmly welcome you to post in this forum again. We are happy to assist you!


Best Regards,
Daisy Zhou

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

0 Votes 0 ·
DSPatrick avatar image
0 Votes"
DSPatrick answered

Just checking if there's any progress or updates?

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




5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.

DaisyZhou-MSFT avatar image
0 Votes"
DaisyZhou-MSFT answered

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://docs.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.

5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.

DSPatrick avatar image
0 Votes"
DSPatrick answered DSPatrick commented

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
5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.

Will this be running on the problematic client computers?

0 Votes 0 ·

On each domain controller plus a typical problem workstation.


0 Votes 0 ·