Created
December 14, 2021 19:42
-
-
Save keysie/c6dd11bcdfd9cd7873d2ffac511d2387 to your computer and use it in GitHub Desktop.
Fix slow login after DSM upgrade to Version 7
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
After Synology DSM Upgrade from 6.2 to 7 Active Directory Login/Logon on Windows machines was very slow. | |
Domain joining was impossible. | |
Solution: | |
Open port 49152 (required by RPC as part of AD functionality) | |
see https://docs.microsoft.com/en-us/troubleshoot/windows-server/networking/service-overview-and-network-port-requirements#active-directory-local-security-authority |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment