NETGEAR is aware of a growing number of phone and online scams. To learn how to stay safe click here.
Forum Discussion
Zero_G_
May 14, 2019Aspirant
Different shares when using IP / hostname with ReadyNas 528X
Hey
I have a problem, which is as follows:
My Network looks like this: Netgear Orbi, with DHCP Enabled = True .
My ReadyNas has a fixed IP adress (192.168.1.18). On Orbi, I have reserved the name and IP adress in the range of Orbi's DHCP reservation.
I have the ReadyNas and the PC within the same workgroup.
When I open my windows explorer and enter "\\192.168.1.18", then I can see all shares as expected
When I enter the DNS Name of the device "\\mynas" then I only see: shares like "\home", "\run\nfs4", "\run\nfs4\data", "\run\nfs4\home"
What could that be? - It looks like with using the DNS the shares don't get mounted correct?
THX a lot
Your screenshot shows that you are accessing 192.168.1.18 with admin credentials (you are seeing admin, data, and home in the share list).
What happens if you enter this via cmd:
net use * /delete
net use t: \\mynas\data /user:admin nas-admin-password
using the real nas admin password of course. Be careful on the typing (spaces and slash direction).
The first command will end any open SMB sessions. The second will attempt to mount the NAS admin volume (accessing it by hostname) as drive letter T. If that works, see if you get the correct share list there.
6 Replies
Replies have been turned off for this discussion
- StephenBGuru - Experienced User
Zero_G_ wrote:
What could that be? - It looks like with using the DNS the shares don't get mounted correct?
No. DNS is just a way to associate the NAS name with it's IP address.
First try pinging mynas from the PC, and make sure it is reaching the ReadyNAS IP address.
Assuming it is, then the second step is to check the Windows credential manager, and see if there is a credential entered there for either 192.168.1.18 or mynas.
- Zero_G_Aspirant
- StephenBGuru - Experienced User
Your screenshot shows that you are accessing 192.168.1.18 with admin credentials (you are seeing admin, data, and home in the share list).
What happens if you enter this via cmd:
net use * /delete
net use t: \\mynas\data /user:admin nas-admin-password
using the real nas admin password of course. Be careful on the typing (spaces and slash direction).
The first command will end any open SMB sessions. The second will attempt to mount the NAS admin volume (accessing it by hostname) as drive letter T. If that works, see if you get the correct share list there.
- schumakuGuru - Experienced User
Various misconsepctions ...
- Names can be translated to IP addresses by various protocols, WS-Discovery/mDNS, NetBIOS, ... and sometimes also DNS. Do you run an operate a DNS server? The Netgear routers do _not_ - different from other vendors - automatically rin DNS for e.g. DHCP hostnames for a certian local domain.
- Any specific reason you have the NFS client enabled on your Windows 10 system? What you see when accessing by name are some more or less default NFS exports on the ReadyNAS - the "obvious" leading \ (don't ask me why they do it like that) indicated these are NFS exports. You can compare with your ReadyNAS by checking # cat /etc/exports
- ... and very last, I don't now why Windows 10 NFS client seems to prefer NFS over more common transport protocols like SMB. Challenge Microsoft.
- StephenBGuru - Experienced User
The puzzle here is why \\mynas was using NFS, but \\192.168.1.18 was using SMB.
schumaku wrote:- Any specific reason you have the NFS client enabled on your Windows 10 system? What you see when accessing by name are some more or less default NFS exports on the ReadyNAS - the "obvious" leading \ (don't ask me why they do it like that) indicated these are NFS exports. You can compare with your ReadyNAS by checking # cat /etc/exports
FWIW, I have NFS enabled on one of my Windows 10 PCs also. That's because my company's security policy disables SMB except when I am connected to their VPN. Seems silly to allow NFS always (while selectively blocking SMB), but they do.
When the VPN isn't connected, File Explorer gives me a list of \data\sharenames, but I don't see \run or \run\nfs4. However, I haven't enabled NFSv4 on the NAS
When the VPN is connected, File Explorer chooses to use SMB, so I see the usual share list.
- Names can be translated to IP addresses by various protocols, WS-Discovery/mDNS, NetBIOS, ... and sometimes also DNS. Do you run an operate a DNS server? The Netgear routers do _not_ - different from other vendors - automatically rin DNS for e.g. DHCP hostnames for a certian local domain.
Related Content
NETGEAR Academy

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