Start a Conversation

Unsolved

This post is more than 5 years old

7312

February 27th, 2014 08:00

Network error 1208

Hello,

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.

Fabio.

9 Legend

 • 

20.4K Posts

February 27th, 2014 08:00

try disabling SMB Signing on Win2k12 server

4 Operator

 • 

2.8K Posts

February 28th, 2014 00:00

I noticed the customer has encounter the same error messages when using windows2012 connect to Isilon (link: http://social.technet.microsoft.com/Forums/windowsserver/en-US/78d2fb4d-267f-4c7b-9766-7a249b8c71cb/ws2012w8-cant-connect-to-isilon-nas-network-error-1208-helpany-ideas?forum=winserver8gen)

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.

1 Rookie

 • 

70 Posts

February 28th, 2014 02:00

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.

What is that share?

1 Rookie

 • 

70 Posts

February 28th, 2014 02:00

How can I check which SMB protocol is enabled on the NAS?

1 Rookie

 • 

70 Posts

February 28th, 2014 07:00

I found the solution. I modified the following key:

Set-ItemProperty -Path “HKLM:\SYSTEM\CurrentControlSet\Services\LanmanWorkstation\Parameters” RequireSecureNegotiate -Value 0 -Force

Now it works.

1 Rookie

 • 

70 Posts

February 28th, 2014 07:00

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.

9 Legend

 • 

20.4K Posts

February 28th, 2014 12:00

and that command disable secure signing

No Events found!

Top