I can't access to the CIFS from a Windows Server 2012 R2. When I try to connect to the CIFS shares via Windows Explorer I get the error "Network error (1208)" after typing the username and password. While the access works from a XP and Windows Server 2003 platforms.
This problem is caused by the "Secure Negotiate" feature that was added to SMB 3.0 for Windows Server 2012 and Windows 8. This feature depends upon the correct signing of error responses by all SMBv2 servers, including servers that support only protocol versions 2.0 and 2.1. I think Dynamox provided a solution.
I enabled the EnableSecuritySignature and RequireSecuritySignature values in the Windows registry and now typing \\192.168.2.230 via Windows Explorer I can see a shared folder like this "\!" and I can't access.
I enabled the EnableSecuritySignature and RequireSecuritySignature values in the Windows registry and now typing \\192.168.2.230 via Windows Explorer I can see a shared folder like this "\!" and I can't access.
dynamox
11 Legend
•
20419 Posts
•
87439 Points
4402
0
Posted February 27th, 2014 08:00
try disabling SMB Signing on Win2k12 server