NETGEAR is aware of a growing number of phone and online scams. To learn how to stay safe click here.
Forum Discussion
addicted2code
Dec 21, 2015Aspirant
Windows 10 Permission Restriction
Hello All.
I have a ReadyNAS 102 setup, it has 5 shares. 2 out of the 5 are open to anonymous access (basic music shares, etc..). The other 3 are restricted to users I created in the ReadyNAS user setup. All shares are SMB and AFP accessible.
If I access the drives via my Linux systems (confirmed using SMB) or Windows 7 systems, it works as expected. It prompts me for a login and password, I enter the credentials setup in the ReadyNAS and it logs me in. So I know the drive and accounts are setup properly.
However, from my Windows 10 machines it continues to tell me:
[UNCPatch] is not accessible. You might not have permissions to use this network resource. Contact the administrator of this server to find out if you have access permissions.
If I go back into the ReadyNAS setup and configure the shares to be anonymous, it works fine. It seems that my Windows 10 setup cannot authenticate against the ReadyNAS credentials.
Below is a bulleted list of changes I've tried already, none of which helped:
* Checking Credential Manager (Windows 10) - no accounts existed to the NAS
* Tried adding to the Credential Manager, no success. But even if this worked, it has my system set to one account (two if I do IP and DNS). The point of the credentials is each user has their own login and folder to use and the login to the Windows 10 system is the same for all (generic login).
* Multiple regedits on techforums (specifically around enabling cross-authentication, anonymous browsing, discovery, etc..)
* Having the workgroup name in SMB setup (ReadyNAS) match the workgroup name of the PC
* Disabling all firewalls, anti-viruses, etc..
* Clearing all cached sessions (net use * /d and klist purge)
* I've tried credential login with NASNAME\login, IP\login, and no domain/system with just the login
Most articles I've read are issues accessing the shares at any capacity, most of which resulted in insufficient permissions being setup. Since it works on every system but Windows 10, I know the permissions are set right.
The end result of my setup is to have 2 public shares (resources like music, software, etc..) and 3 private shares for each user (3 accounts total). I would have to imagine there is a setting for Windows 10 to do simple SMB access by trusting the device and credentials (like Linux), but I can't find it.
Any help is appreciated.
9 Replies
Replies have been turned off for this discussion
- StephenBGuru - Experienced User
addicted2code wrote:
The point of the credentials is each user has their own login and folder to use and the login to the Windows 10 system is the same for all (generic login).
That may be your goal, but that is not the way Windows works. It can only use two credentials for each network resource at a time (one using the name, one using the IP address). It doesn't matter if you use the credential manager or not. If you want different NAS accounts for each user, then you need to have a different windows login for each one.
- addicted2codeAspirant
That may be your goal, but that is not the way Windows works. It can only use two credentials for each network resource at a time (one using the name, one using the IP address).
Thanks for the feedback. I undertand credential manager is limited to two; I don't necessarily need Windows to remember the credentials (and actually don't want it to), I just want it to prompt me and validate against the NAS. I've seen this in enterprise networks and it works fine on Windows 7 and Linux terminals.
- StephenBGuru - Experienced User
addicted2code wrote:
Thanks for the feedback. I undertand credential manager is limited to two;It's not just the credential manager, it is windows itself.
For instance, if you open CMD and enter
C:\> net use * /delete
C:\> net use y: \\nasipaddress\testaccount /user:testaccount testpassword
C:\> net use z: \\nasipaddress\admin /user:admin adminpassword
System error 1219 has occurred.Multiple connections to a server or shared resource by the same user, using more
than one user name, are not allowed. Disconnect all previous connections to the
server or shared resource and try again.The credential manager is not involved - user/password are explicitly provided in the above commands. If you have an open connection to the NAS that uses username X, then Windows won't let you open a second connection to the NAS that uses username Y.
And Windows doesn't free the connection right away when you exit the file explorer window either. So when user X finishes, user Y often ends up with X's connection logon unless X logs out.
So I think you will need to give up on the single shared logon on the Windows PC to get what you want.
Related Content
- Jul 21, 2015Retired_Member
NETGEAR Academy
Boost your skills with the Netgear Academy - Get trained, certified and stay ahead with the latest Netgear technology!
Join Us!