- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
Unable to access Readynas Duo over wifi
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Unable to access Readynas Duo over wifi
I have a readynas duo for a number of years and its never given any problems. I recently changed my router to a netgear nighthawk and whilst i can connect to the readynas over ethernet, none of my wifi devices can. Pulling my hair out here!
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Re: Unable to access Readynas Duo over wifi
Assuming Windows, it sounds like you forgot to tell Windows Firewall that your new home network is a trusted one. That, or the same with an anti-virus program (though most of them act the same for wired and wireless).
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Re: Unable to access Readynas Duo over wifi
Thanks. Not sure how to do that but will google it. Non windows devices are also not connecting e.g. amazon fire stick. I have an ethernet connected fire tv box and its able to connect but not the wifi stick.
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Re: Unable to access Readynas Duo over wifi
@mdfire wrote:
Non windows devices are also not connecting e.g. amazon fire stick.
That sounds like you might be accidently double-routing.
Can you describe your network? Are you using your router to provide WiFi, or are you using a different device? Are your ethernet devices connected to a switch, or are they connected to your router?
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Re: Unable to access Readynas Duo over wifi
My netgear router is the DHCP server and providing wifi access. There is an ethernet cable from the router to an 8 port netgear switch and from there ethernet to the NAS.
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Re: Unable to access Readynas Duo over wifi
What model switch, and what model router?
Did you try pinging the NAS from a wifi-connected device?
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Re: Unable to access Readynas Duo over wifi
Not sure about the model of the switch but its netgear. The router is a netgear R7800-100UKS Nighthawk X4S AC2600. Yes i can ping from my laptop no problem but it wont show up in windows explorer
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Re: Unable to access Readynas Duo over wifi
@mdfire wrote:
Not sure about the model of the switch but its netgear.
There should be a model number on it. If there isn't, tell us what's on the part number on the back. We need to confirm that it's a switch, not a wired router. Also some switches have a normal/uplink button for one port, and if you have that it's important that it in the correct position (and that port would need to be the one connected to your router).
FIrst, make sure the wifi connection on the PC is classified as "private" or "home".
Next try running CMD and enter
net use * /delete
net use t: \\nas-ip-address\C /user:admin nas-admin-password
using the real IP address and admin password of course. Be careful on the typing - particularly the spaces and the slash directions.
The first command terminates any open network sessions on the PC; the second attempt to mount the NAS data volume as drive letter T. Let us know what happens.
Also, try changing the connection from the NAS to the switch to use a differerent port on the switch.
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Re: Unable to access Readynas Duo over wifi
Thanks for this. OK so i took the switch out of the equation and connected the nas directly into the router. No luck so it cant be the switch.
I followed the CMD lines you suggested and got the following message
"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."
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Re: Unable to access Readynas Duo over wifi
Tried it again and got this
"C:\Users\marti>net use t: \\192.168.1.20\C /user:admin netgear1
System error 64 has occurred.
The specified network name is no longer available."
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Re: Unable to access Readynas Duo over wifi
@mdfire wrote:
Tried it again and got this
"C:\Users\marti>net use t: \\192.168.1.20\C /user:admin netgear1
That command won't work if you are using the default admin password on the system. Try changing the admin password, and then running it again with the new one.
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Re: Unable to access Readynas Duo over wifi
Did that and got the following
"C:\Users\marti>net use t: \\192.168.1.5\C /user:admin 111jga
System error 121 has occurred.
The semaphore timeout period has expired."
Prior to that i did multiple refreshes in windows explorer network and it appeared. I was able to access the share, map the network drive and stream a movie from it. I did a final test of restarting my laptop however, once restarted i wasnt ablet to connect again. Very strange.
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Re: Unable to access Readynas Duo over wifi
What happens if you open windows explorer, and enter \\192.168.1.5 in the address bar?
Note that there are two related aspects here - one is about discovery (the NAS showing up in windows explorer), the second is about access itself.
You've shown that you can get access (at least sometimes), so I am looking to confirm whether this is really about discovery.
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Re: Unable to access Readynas Duo over wifi
That doesnt help, says it cant connect and there maybe a network problem. When i run diagnositic it doesnt find anything. Note that in windows explorer the Readynas appears as a media server and a storage device but only sporadically as a pc.
I suspect the router. Everything worked fine for years before it was introduced.
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Re: Unable to access Readynas Duo over wifi
First try going in the to Windows Credential Manager and create a windows credential for 192.168.1.5.
Use the username / password of a local NAS account (admin is ok).
Then run CMD and reenter net use * /delete and try entering \\192.168.1.5 again.
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Re: Unable to access Readynas Duo over wifi
C:\Users\marti>t: \\192.168.5.17\C /user:admin 111jga
The system cannot find the drive specified.
(I changed the IP address range earlier to ensure there were no conflicts)
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Re: Unable to access Readynas Duo over wifi
Tried it in windows explorer also and no luck.
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Re: Unable to access Readynas Duo over wifi
C:\Users\marti>net use t: \\192.168.5.17\C /user:admin 111jga
System error 64 has occurred.
The specified network name is no longer available.
Nothing evident, was just trying to rule out all possiblities.
NAS is working perfectly on ethernet wired pc and fire TV. Wifi laptop and fire stick and sonos wifi is blocked.
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Re: Unable to access Readynas Duo over wifi
How about a factory reset on router?
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Re: Unable to access Readynas Duo over wifi
I swapped the netgear router out for my old ISP router and everything is working fine. It was the router (:
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Re: Unable to access Readynas Duo over wifi
@mdfire wrote:
I swapped the netgear router out for my old ISP router and everything is working fine. It was the router (:
Likely it was more complicated than that. You could try factory resetting the Netgear router and trying it again.