Stuck with the Window error ‘An error occurred while reconnecting Y: to \\nas1\share’? We can help you.
After the Windows 10 build 1709 Fall Creators Update (Enterprise and Education editions), many of our customers using Windows reported that when they tried opening a network shared folder on a nearby computer they got this error
Here at Bobcares, we fix this error for our customers as a part of our Server Management Services. Today let’s see how our Support Engineers fix this error for our customers.
How to fix ‘An error occurred while reconnecting’ on Windows Server
While trying to open a network shared folder on a nearby computer Window 10 build 1709 users often end up with the following error:
Moreover, on other computers with Windows 8.1, Windows 7, or on Windows 10 with a build of up to 1709, the same shared network folders open normally.
Only in the modern versions of Windows 10 (starting from 1709 build), the guest access to the shared folders using the SMBv2 protocol was disabled by default.
When accessing a network folder under a guest account over the SMBv1/v2 protocol, at times makes our session vulnerable to the MiTM (man-in-the-middle) attacks.
In Windows 10 Home and Pro 1709, these changes are not applied and the network access under the guest account works fine.
The best way to fix this issue is to configure access with authentication if only the SMBv2 protocol supported by the device.
Configuring access with authentication if only the SMBv2 protocol
Depending on the device on which er store the network folders , we must disable guest access on them:
1. For NAS devices – disable guest access in the settings of NAS device.
2. For Samba server on Linux — if we are sharing network folder using Samba on Linux add the following string to the smb.conf configuration.
Under the section [global]:
map to guest = never
After that we can restrict anonymous access in the section with a description of the shared folder:
guest ok = no
Alternative method- Using the Group Policy Editor (gpedit.msc).
We can change the settings on Windows 10 computers to allow access to shared network folders under the guest account.
This method should be used only as a temporary solution. Since it allows access to folders without authentication significantly reduces the level of security of our computer and data.
With the following steps we can enable access under the guest account from our computer :
1. Firstly, go to the Configuration and take Administrative templates
2. Then take Network and go to Lanman Workstation.
3. From there find and enable the policy ‘Enable insecure guest logons’.
These policy settings determine whether the SMB client will allow unsafe guest logon to the SMB server.
In Windows 10 Home, which does not have a local GPO editor, we can make changes through the registry editor with the following command:
reg add HKLM\SYSTEM\CurrentControlSet\Services\LanmanWorkstation\Parameters /v AllowInsecureGuestAuth /t reg_dword /d 00000001 /f
[Need Assistance? We are available 24*7]
Conclusion
in short, we saw how our Support Engineers fix ‘An error occurred while reconnecting’ Windows error
0 Comments