Hi Mohamed Atef Abdrabou Elessawy,
An authentication loop when accessing shares or RDP, even with correct credentials, usually points to a Kerberos or NTLM authentication problem rather than a firewall or password mismatch. Common causes include mismatched DNS resolution, duplicate SPNs (Service Principal Names), or time synchronization issues between the servers. Verify that both servers can resolve each other’s names correctly and that their clocks are synchronized within five minutes, as Kerberos is sensitive to time drift.
For RDP, ensure that the Network Level Authentication (NLA) setting is consistent across both servers. For file shares, check whether the target server is enforcing NTLM restrictions or requires Kerberos only. Running klist purge and then reconnecting can also help clear cached tickets. If the issue persists, reviewing the Event Viewer > Security logs on the target server will provide more detail on which authentication method is failing.
I hope this helps clarify the situation. If you find this answer useful, please hit “Accept Answer” so I know your issue is resolved 😊. Thank you!
Jason.