I recently did some cable management (including ethernet). After I was done, I found that none of my Synology NAS units weren't able to reconnect to the Active Directory on my domain server. To be exact, they did intermittently reconnect, but disconnect roughly every other time I checked it. Fiddling with the domain setting on the NAS made no difference.
Tracing back, the only thing that was different is that I installed the recent server updates before shutting it down for cable management:
- 2024-11 Cumulative Update for Windows Server 2016 for x64-based Systems (KB5046612)
- Security Update for SQL Server 2017 RTM GDR (KB5046857)
- 2024-09 Servicing Stack Update for Windows Server 2016 for x64-based Systems (KB5043124)
I tried reverting back by uninstalling the updates, but it makes no difference. After troubleshooting for the past few days, I noticed something I haven't before. The ethernet port on the Domain Controller has NetBIOS over TCP/IP disabled. Research says that NetBIOS is required for SMB to work, which makes sense why the Synology NAS units can't properly reconnect if they can't get SMB to work reliably. (Note that I have disabled SMB 1.0 long ago for security and performance reason, and it did work with no issue when SMB 1.0 was disabled.)
However, I can't seem to figure how to get NetBIOS over TCP/IP enabled. Is it not possible for ethernet port, vEthernet (Virtual Switch)?
What I have tried:
- Changing the setting in the WINS tab of IPv4 setting from Default to Enable NetBIOS over TCP/IP with IPv6 disabled.
- Edit the registry in HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\NetBT\Parameters for all the interfaces I saw for the key value NetbiosOptions from 0 to 1.
Thinking that it might be a Windows bug, I installed the latest update, but it is still disabled: 2024-12 Cumulative Update for Windows Server 2016 for x64-based Systems (KB5048671)