NETGEAR is aware of a growing number of phone and online scams. To learn how to stay safe click here.
Forum Discussion
Chooke
Jun 09, 2016Aspirant
Cannot connect to new router
Hi I have run the ReadyNAS for years without a glitch. However, now that I have a new router I can't send or recieve files from the NAS. It appears on Raidar, and it also appears under networks...
- Jun 12, 2016
Let's try some visuals...
Chooke wrote:
Doesn't seem to have a shortcut option when I right click on a share in windows.
I access the NAS \\10.1.1.119 in your case) so I see all the shares. Right-click on any, and you will see "create shortcut."
Chooke wrote:
I'd like to do this but I'm not sure what you mean by opening the computer pane? I can't find it on the start menu or right clicking on the start menu. I tried doing it in the File Explorer pane but no luck.
It is in file explorer. Here's another visual. I right clicked on empty space, not on one of the icons.
Chooke wrote:
The DNS setting field was never greyed out (this is under the global settings screen rather than the interface screen which has the DHCP/IPv4 commands). However, strangely enough, Frontview in the interface screen will now no longer accept a change back to its previous "use values from a DHCP server" state, saying that the "IP address is invalid", so it is stuck at the IPv4 address of 10.1.1.119 and sub net mask 255.255.255.0
If the ipv4 assignment on the network->interfaces tab says "use values from a dhcp server" then you should be ok. Just leave it like that.
Chooke wrote:
Stephen, I presume once I get the this sorted on my PC, I'll need to do the same on the family's PC in the main room (it currently also has the same access/visibility issue). However, the other concern I have is that my music streamer and TV DLNA no longer works with the new router. I'm not sure whether the issue is that it cannot access the NAS or it has something to do with the new router, unrelated to the NAS. On the one hand I'm having no other wireless issue with other devices in the home that do not use the NAS for its content but on the other hand, the streamer and TV should still be providing options such as streaming from a PC?
Yes, you'll need to check the other PC, and make similar changes.
On streaming, first check that services are enabled on the NAS - look at Services->Streaming services, but also make sure Bonjour and upnp are checked Services->discovery services.
Then try rebooting the streamer and the TV.
If it still fails, then look for a upnp service setting in the router, and try reversing (disabling it if it is enabled, enabling it if it is disabled).
StephenB
Jun 09, 2016Guru
If https://10,1.1.119l/admin brings you to the NAS admin page (which I think it is, since you are seeing settings), then you don't have an IP address problem.
Check that the windows system has the network set to private, and while you are there confirm that the windows system and the NAS are in the same workgroup.
Turn IPv6 off on the NAS (and perhaps in the router).
Go into windows credential manager, and delete any credentials saved for the NAS.
Then open file explorer and enter \\10.1.1.119 and let us know if you can see the shares.
Chooke
Jun 10, 2016Aspirant
Hi Stephen
I'm not sure what happened to the reply I posted yesterday but it has disappeared from the thread.
In summary, I am on a private network but I'm not sure how to know if the NAS is on the same workgroup (I'm a bit of a noob...). However, the NAS does appear as a device with a green tick along with the other devices on my network (ie a PC in another room and a printer). For what it's worth, the PC settings have not been changed since the time when the NAS was working with the previous router.
I'm not sure if this is relevant, but every device is connected to the router wirelessly except for the NAS (and obviously the telephone line). The other thing I didn't mention before is that while I can log into the NAS with the https://10.1.1.119/admin command, I cannot do so with just https://10.1.1.119. With the latter it says the password is incorrect even before I type it in. When I type it in it says it is incorrect and gives another option to log in as a guest - which doesn't allow me in either.
I spent quite a bit of time on it today. I went into windows credential manager and deleted the NAS credentials but it made no difference. As mentioned previously, there does not appear to be a IPv6 command on the NAS software, only IPv4 and while the router is set to IPv6, there doesn't appear to be an IPv4 command. As both the router and NAS were set to be a DHCP server, I turned it off on the NAS but it made no difference. I then tried this the other way round (ie turn it off on the router and leave it on the NAS) but then I lost my internet connection in addition to not rectifying the NAS issue.
Any suggestions from here? I tried to contact Netgear to see if they would provide a one-off paid service over the net but there doesn't appear to be a contact and it doesn't seem they would do this in any event.
Thanks
Frank
- StephenBJun 10, 2016Guru
Chooke wrote:
I'm not sure how to know if the NAS is on the same workgroup (I'm a bit of a noob...).
On the duo v1, the NAS workgroup is set on the network->global settings page. On most Windows systems you right click the computer icon and select properties.
Chooke wrote:
My duo v1 redirects https://10.1.1.119 to https://10.1.1.119/shares not https://10.1.1.119/admin Your problem might be because you don't have http set up to browse your shares. Personally I only rarely access it that way, so it might not need to be fixed.
I spent quite a bit of time on it today. I went into windows credential manager and deleted the NAS credentials but it made no difference. As mentioned previously, there does not appear to be a IPv6 command on the NAS software, only IPv4 and while the router is set to IPv6, there doesn't appear to be an IPv4 command.
Yes, the duo v1 only supports ipv4 (my bad for sending you down that path). The router likely won't let up disable ipv4, so you could try disabling ipv6.
Chooke wrote:
As both the router and NAS were set to be a DHCP server, I turned it off on the NAS but it made no difference. I then tried this the other way round (ie turn it off on the router and leave it on the NAS) but then I lost my internet connection in addition to not rectifying the NAS issue.
You only want one DHCP server on the network, and it should be the router.
Chooke wrote:
Any suggestions from here?
You don't have a IPv4 addressing problem - if you did, then you wouldn't be able to reach the admin page.
-check that the PCs have classified the wifi connection as "private" (or either "home" or "work"). Also check that file sharing is enabled for that network type on the Windows system. In win7 and win10 that is done via the "change advanced sharing settings" on the left of the network and sharing center.
-if there is any internet security software on the PC try disabling it temporarily.
-try opening CMD and entering the following commands:
net use * /delete
net use t: \\10.1.1.119\c /user:admin nasadminpassword
using the real NAS admin password of course. The first command likely will give you an error that you can ignore. If it prompts you to confirm, then let it proceed. It closes any open network sessions on the PC (which does no damage, and it doesn't actually delete anything).
The second command tells the PC to mount the data volume on the duo (which is called "c") to drive letter t on the PC. The NAS requires the admin account credentials to mount the data volume. Let us know if that works (and if not, what error it creates).
- ChookeJun 11, 2016Aspirant
Hi Stephen, see below.
On the duo v1, the NAS workgroup is set on the network->global settings page. On most Windows systems you right click the computer icon and select properties.
Chooke wrote:My duo v1 redirects https://10.1.1.119 to https://10.1.1.119/shares not https://10.1.1.119/admin Your problem might be because you don't have http set up to browse your shares. Personally I only rarely access it that way, so it might not need to be fixed.
I spent quite a bit of time on it today. I went into windows credential manager and deleted the NAS credentials but it made no difference. As mentioned previously, there does not appear to be a IPv6 command on the NAS software, only IPv4 and while the router is set to IPv6, there doesn't appear to be an IPv4 command.
Yes, the duo v1 only supports ipv4 (my bad for sending you down that path). The router likely won't let up disable ipv4, so you could try disabling ipv6.
I tried disabling IPv6 in the router but I then lose all my wireless connections.
Chooke wrote:As both the router and NAS were set to be a DHCP server, I turned it off on the NAS but it made no difference. I then tried this the other way round (ie turn it off on the router and leave it on the NAS) but then I lost my internet connection in addition to not rectifying the NAS issue.
You only want one DHCP server on the network, and it should be the router.
I noticed that the command from Frontview is "use values from a DHCP server", so am I correct to say it is already using the DHCP server on the router? However when I previously tried to set the command to "use values below", when resetting it to "use values from a DHCP server" and then "renew now" it would do so without error. Now, as of today, it comes back with "invalid IP address".
Chooke wrote:Any suggestions from here?
You don't have a IPv4 addressing problem - if you did, then you wouldn't be able to reach the admin page.
-check that the PCs have classified the wifi connection as "private" (or either "home" or "work"). Also check that file sharing is enabled for that network type on the Windows system. In win7 and win10 that is done via the "change advanced sharing settings" on the left of the network and sharing center.
I can confirm that the wifi connection is "private" and "home".
-if there is any internet security software on the PC try disabling it temporarily.
No difference
-try opening CMD and entering the following commands:
net use * /delete
net use t: \\10.1.1.119\c /user:admin nasadminpassword
using the real NAS admin password of course. The first command likely will give you an error that you can ignore. If it prompts you to confirm, then let it proceed. It closes any open network sessions on the PC (which does no damage, and it doesn't actually delete anything).
returned "there are no entries on the list"
The second command tells the PC to mount the data volume on the duo (which is called "c") to drive letter t on the PC. The NAS requires the admin account credentials to mount the data volume. Let us know if that works (and if not, what error it creates).
returned "system error 86 has occurred. The specified network password is incorrect" The password I used was netgear1, which gets me to frontview ie through https://10.1.1.119/admin
One thing I noticed which is strange is that the NAS appears twice on the Windows networks page. It appears under "Storage" and also under "Media" but with a different icon. The strange thing, apart from the two entries, is that if I right click on the NAS icon under "Media" and then the link to the website, it takes me to Frontview. However if I do the same with the icon under "Storage" it comes back with the error and error code i mentioned in the first post.
Another thing which may be relevant is that using Raidar is that is shows everthing as healthy. I can access Frontview through the Admin button and the Locate button functions as well. However, if I click on the Browse button it comes up with a log in screen that already says that my password is invalid, before I type it in. When I type in the username and password it says it is invalid and provides an additional option to log in as a guest, which won't accept the username/password either.
- StephenBJun 11, 2016Guru
Chooke wrote:
I noticed that the command from Frontview is "use values from a DHCP server", so am I correct to say it is already using the DHCP server on the router? However when I previously tried to set the command to "use values below", when resetting it to "use values from a DHCP server" and then "renew now" it would do so without error. Now, as of today, it comes back with "invalid IP address".
Use values from a DHCP server is the correct setting. Don't mess with "use values below". If you can still reach the NAS, then you are ok. Your problem is NOT RELATED to this setting.
Chooke wrote:
I tried disabling IPv6 in the router but I then lose all my wireless connections.
What router do you have (vendor and model)?
Chooke wrote:
returned "system error 86 has occurred. The specified network password is incorrect" The password I used was netgear1, which gets me to frontview ie through https://10.1.1.119/admin
You need to change the admin password in order for second command to work. So please try changing it, and then try the two commands again.
Related Content
NETGEAR Academy

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