NETGEAR is aware of a growing number of phone and online scams. To learn how to stay safe click here.
Forum Discussion
avmad
May 07, 2018Aspirant
Cannot access ReadyNAS 104 shares from PCs
Hello all,
I have been trying to solve an issue with access to my ReadyNAS104 shares for quite a long time now with no success so far. It is running firmware 6.9.3. I have two machines, one i...
avmad
May 07, 2018Aspirant
The prompt I receive when attempting to access the shares with the non-domain laptop follows:
StephenB
May 07, 2018Guru - Experienced User
It's simpler to start with the home laptop, since there are no domain-level security policies in place on that machine (which are controlled by your employer, and not by you).
Start by creating Windows credentials for the NAS in the PC's credential manager that has the desired NAS username (admin) and the associated password. Windows treats the hostname and the IP address as two different machines, so I recommend creating credentials for both. The username/password can be different in the two credentials (and sometimes that is useful). Keep in mind that Windows only allows one credential to be used with a server at any given time (and it will keep connections open even after you close the file manager window). There is some information on accessing the credential manager here: https://support.microsoft.com/en-us/help/4026814/windows-accessing-credential-manager.
After the credentials are entered, reboot the home PC and confirm that your access issue is resolved. When you get that working properly, try doing the same thing on your work laptop.
It is possible that the entering the credential won't be enough on the work laptop. Your employer might have a domain-specific security policy in place to prevent SMB access when you are not connected to the corporate network. My own employer has a similar policy - in my case I need to be connected to the corporate VPN in order to use SMB (but once I do that, I can connect to my NAS). It there is a security policy that prevents access, you could try installing the Windows NFS client on that laptop, and see if NFS is allowed. If it isn't, you might need to fall back to FTP (using an FTP client such as FileZilla or WinSCP).
- avmadMay 27, 2018Aspirant
I have tried the fix suggested (add two credentials to the credential manger) several times now on my personal laptop without success. When I attempt to access the share, I just get prompted for 'network credentials' for username admin. I enter the password but the prompt just comes back.
Note: As the personal laptop doesn't yet work, I have not tried on the work laptop.
- StephenBMay 27, 2018Guru - Experienced User
Try this test: Open CMD (command prompt) and enter
net use * /delete
net use t: \\nas-ip-address\data /user:admin nas-admin-password
Use the real nas ip adress and password of course. Be careful on the spaces and the slash direction.
The first command terminates any open network session, the second attempts to mount the NAS data volume as drive letter T.
Related Content
NETGEAR Academy

Boost your skills with the Netgear Academy - Get trained, certified and stay ahead with the latest Netgear technology!
Join Us!