Brief description of the problem
I can’t find a way to mount my NFS share, in my Windows 10 client, using the Rockstor NAS public IP, which has correctly exposed over the internet. I can succesfully mount it in an Ubuntu VM (hosted by the same windows machine that can’t mount) and I can succesfully mount it using its local area network IP (when the machine is in the same LAN). I get a “Network Error - 53”, which seems to be a “network path was not found” error. So Maybe the problem is how I pass the NFS path to the “mount” command, but after many different ways, I still can’t find the right path pattern.
Detailed step by step instructions to reproduce the problem
- Installed NFS services client on Windows client;
- Created the NFS share via Rockstor web gui;
- Activated the NFS service via Rockstor web gui;
- Forwarded ports 111 and 2049 on my router on my Rockstor NAS machine;
- Succesfully test connectivity from the Windows client OUTSIDE the LAN (over internet), pinging the
Rockstor NAS public IP and doing a Telnet on the same public IP on the 2 different forwarded ports; - Succesfully mounted the NFS share while INSIDE the LAN, using the following command: " mount
[local_ip]:/export/[share_name] Z: "; - Launching the following command to mount the NFS share through the public ip: " mount
[public_ip]:/export/[share_name] Y: "; LEADS TO Network Error -53 - Tried different ways to pass the path, with slashes, double slashes, backslashes, etc, but with no
success; - Fired up a VM, hosted by the same Windows machine, tried to mount the NFS share through public
IP and it works flawlessy;
Web-UI screenshot
nothing much to post, just the windows command prompt which returns the Network Error -53
Error Traceback provided on the Web-UI
don’t have idea on how to provide this information
Thanks!
1 post - 1 participant