Has anyone tried ADS with Server 2008 R2?
I'm trying to set this up with my DS207+ and have got the computer object correctly registered, but am struggling to access the shares with Windows returning unknown network errors (probably caused by protocol differences in the new RPC calls).
Having the same problems.
My DS509+ server has the following characteristics:
- Code: Select all
Server Name: nas01
IP Address: 10.100.0.30
IP Status: Manual
System Status: System is ready.
MAC address: 00:11:32:05:87:DD
Version: 2.2-0959
Model: DS509+
Serial no: 9BFDN00264
Here is what I have tried from a test domain.
Steps:1. Create a test domain.
2. Joined the Synology DS509+ to the domain.
- Code: Select all
Win/Mac OS
Windows File Service
Enable Windows file service: yes
WINS server: none
Optimize CIFS database operations: yes
Enable Local Master Browser: yes
Enable CIFS Recycle Bin: yes
Domain/Workgroup
Domain: IMCORP
DNS Server: 10.100.0.10
Advanced domain options (Required only under specific network environment)
DC IP:
Domain NetBIOS name:
Domain FQDN (DNS name):
3. Create a GPO "Synology Domain Authentication"
- Code: Select all
Group Policy Management
Synology Domain Authentication
Computer Configuration > Policies > Windows Settings > Security Settings > Local Policies/Security Options
Domain controller: LDAP server signing requirements None
Domain controller: Refuse machine account password changes Disabled
Domain member: Digitally sign secure channel data (when possible) Disabled
Domain member: Require strong (Windows 2000 or later) session key Disabled
Microsoft network server: Digitally sign communications (always) Disabled
Microsoft network server: Digitally sign communications (if client agrees) Enabled
Network security: LAN Manager authentication level Send LM & NTLM responses
Network security: Minimum session security for NTLM SSP based (including secure RPC) clients Enabled
Require NTLMv2 session security Disabled
Require 128-bit encryption Disabled
Network security: Minimum session security for NTLM SSP based (including secure RPC) servers Enabled
Require NTLMv2 session security Disabled
Require 128-bit encryption Disabled
Other
Policy Setting
Network security: Restrict NTLM: Incoming NTLM traffic Allow all
Network security: Restrict NTLM: NTLM authentication in this domain Disable
I couldn't find the "Allow cryptography algorithms compatible with NT4" setting in the Win2008 R2 GPO Template.
4. Disabled the local firewall on the DC and rebooted the DC.
Results:1. From the DC, I did the following
- Code: Select all
Microsoft Windows [Version 6.1.7600]
Copyright (c) 2009 Microsoft Corporation. All rights reserved.
C:\Users\Administrator>net use * /d
There are no entries in the list.
C:\Users\Administrator>net use \\nas01\software
System error 233 has occurred.
No process is on the other end of the pipe.
I also tried this command from a Windows 7 x64 Client within the domain and get the same message.
2. Tried to connect/map from the Synology Assistant
From the Synology Assistant, I searched the server and tried to connect without any error.
From the Synology Assistant, I tried to map a network drive and was presented with an authentication failed message (ErrorCode:233) for both the local DS admin account, a domain account and a local DS user account I created.
I also connected successfully via FTP from the DC. Not a surprise, it works great.
- Code: Select all
Microsoft Windows [Version 6.1.7600]
Copyright (c) 2009 Microsoft Corporation. All rights reserved.
C:\Users\Administrator>ftp
ftp> open 10.100.0.30
Connected to 10.100.0.30.
220 nas01 FTP server ready.
User (10.100.0.30:(none)): admin
331 Password required for admin.
Password:
230 User admin logged in.
ftp> ls
200 PORT command successful.
150 Opening BINARY mode data connection for 'file list'.
home
surveillance
software
NetBackup
homes
226 Transfer complete.
ftp: 94 bytes received in 0.00Seconds 94000.00Kbytes/sec.
ftp>
So far, this is a major fail. Any further suggestions?