Can't mount nfs share - ERROR 53

Peq

Cadet
Joined
Sep 16, 2020
Messages
3
Hi Forum
Have now been running freenas for a year or so - And did purchase a hudge NAS to store backups from veeam

I have created pool as RAIDz2 drive - with 12 x 12TB harddisc with a DCHP-reservet IP _--> 10.100.2.103
On this pool I have a folder for NFS sharing - called /mnt/Storage/VeeamStorage
When I'm trying to mount the share from other machines - I'm getting a timeout or NET ERROR 53

Doing a showmount from another machine
Code:
showmount -e 10.100.2.103
Export list for 10.100.2.103:
/mnt/Storage/VeeamStorage (everyone)

And no issues with mounting from Sheel on the freenas
Code:
 mount -t nfs 10.100.2.103:/mnt/Storage/VeeamStorage  /root/test
root@freenas[~]# mount
freenas-boot/ROOT/default on / (zfs, local, noatime, nfsv4acls)
devfs on /dev (devfs, local, multilabel)
tmpfs on /etc (tmpfs, local)
tmpfs on /mnt (tmpfs, local)
tmpfs on /var (tmpfs, local)
fdescfs on /dev/fd (fdescfs)
Storage on /mnt/Storage (zfs, local, nfsv4acls)
Storage/VeeamStorage on /mnt/Storage/VeeamStorage (zfs, NFS exported, local, nfsv4acls)
Storage/.system on /var/db/system (zfs, local, nfsv4acls)
Storage/.system/cores on /var/db/system/cores (zfs, local, nfsv4acls)
Storage/.system/samba4 on /var/db/system/samba4 (zfs, local, nfsv4acls)
Storage/.system/syslog-6c934beb66de482e8faef2d3b30acc82 on /var/db/system/syslog-6c934beb66de482e8faef2d3b30acc82 (zfs, local, nfsv4acls)
Storage/.system/rrd-6c934beb66de482e8faef2d3b30acc82 on /var/db/system/rrd-6c934beb66de482e8faef2d3b30acc82 (zfs, local, nfsv4acls)
Storage/.system/configs-6c934beb66de482e8faef2d3b30acc82 on /var/db/system/configs-6c934beb66de482e8faef2d3b30acc82 (zfs, local, nfsv4acls)
Storage/.system/webui on /var/db/system/webui (zfs, local, nfsv4acls)
10.100.2.103:/mnt/Storage/VeeamStorage on /root/test (nfs)

So the share is working as intended ( in my thoughts)

So nolw I'm trying to mount from a server in the same subnet:
Code:
# mount 10.100.2.103:/mnt/Storage/VeeamStorage /opt/
mount.nfs: Connection timed out

Where it'll keep showing the exat text as above - until CTRL+C is pressed or timing out.
From a Windows PC I'm getting this error - but cannot see anywhere ewlse this goes wrong
Code:
C:\Users\indperjor>mount -o nolock 10.100.2.10:/mnt/Storage/VeeamStorage G:
Network Error - 53

Type 'NET HELPMSG 53' for more information.

This is testet from weither a Windows10 or a Ubuntu 20.04LTS - and geting pretty frustrated (mostly becarse I have the same setup at home without any problem regarding mounting the Storage - have match my private setup with the new Work setup - no differences but names - but getting the same error


No NFS mount from the NAS
 

Peq

Cadet
Joined
Sep 16, 2020
Messages
3
I need to add that I followed several guides - regarding unregister nlockmgr service state on the FreeNAS.

I can mount from local machine ( Freenas)

I canfrom host on the lokal LAN do:
  1. ping the NAS server
  2. get the rpcinfo
  3. I can with NMAP see the ports should be opened
  4. cannot mount the shared folder
I do not know where else to look for this info - but since its have so much trouble for simpel NFS sharing
Nothing in the local logfiles - and from clients point of view - is connection timed out as the only reaso´n

so where does this goes wrong
 

Gero.

Cadet
Joined
May 13, 2021
Messages
1
I've had the same issue and solved it by setting: Services | NFS | Allow non-root mount
 

Attachments

  • NFS service settings.PNG
    NFS service settings.PNG
    47 KB · Views: 271
Top