Hi,
I've just upgraded to 11.2. I was using NFS4 until now with 11.2 Betas. I'm not completely sure but I think since 11.2RC2, NFS4 support is not working anymore.
I could not find much in the forums, mostly just old stuff and NFS4 support is not mentioned in the documentation either.
Also I have two NAS boxes with completely different HW but same FreeNAS release and I have the same issues, so I would rule out HW issues.
Also the storage behind the shares seems to be OK, the access over WebDAV is working flawlessly.
I haven't got much experience with FreeNAS but I have found until now the following, please let me know if you need more information:
-first and probably most important thing:
Strange, because I have it enabled in the GUI:
I'm not sure what will happen if I just change rc.conf, but I suppose it will get overwritten by the next reboot.
-dmesg:
-listening sockets for nfs4 are there (2049tcp/udp, 111tcp)
Thanks!
PEUR
I've just upgraded to 11.2. I was using NFS4 until now with 11.2 Betas. I'm not completely sure but I think since 11.2RC2, NFS4 support is not working anymore.
I could not find much in the forums, mostly just old stuff and NFS4 support is not mentioned in the documentation either.
Also I have two NAS boxes with completely different HW but same FreeNAS release and I have the same issues, so I would rule out HW issues.
Also the storage behind the shares seems to be OK, the access over WebDAV is working flawlessly.
I haven't got much experience with FreeNAS but I have found until now the following, please let me know if you need more information:
-first and probably most important thing:
Code:
root@nas2[~]# grep 'nfsv4' /etc/defaults/rc.conf nfsv4_server_enable="NO" # Enable support for NFSv4
Strange, because I have it enabled in the GUI:
I'm not sure what will happen if I just change rc.conf, but I suppose it will get overwritten by the next reboot.
-dmesg:
Code:
root@nas2[~]# dmesg |grep nfs nfsd: can't register svc name
-listening sockets for nfs4 are there (2049tcp/udp, 111tcp)
Code:
root@nas2[~]# sockstat -l|egrep "rpc|nfs" root rpc.statd 2211 4 udp6 *:30010 *:* root rpc.statd 2211 5 tcp6 *:30010 *:* root rpc.statd 2211 6 udp4 *:30010 *:* root rpc.statd 2211 7 tcp4 *:30010 *:* root nfsd 2207 5 tcp4 *:2049 *:* root nfsd 2207 6 tcp6 *:2049 *:* root nfsuserd 2188 3 udp4 *:884 *:* root nfsuserd 2187 3 udp4 *:884 *:* root nfsuserd 2186 3 udp4 *:884 *:* root nfsuserd 2185 3 udp4 *:884 *:* root nfsuserd 2184 3 udp4 *:884 *:* root rpcbind 1982 4 udp6 *:* *:* root rpcbind 1982 5 stream /var/run/rpcbind.sock root rpcbind 1982 6 udp6 *:111 *:* root rpcbind 1982 7 udp6 *:748 *:* root rpcbind 1982 8 tcp6 *:111 *:* root rpcbind 1982 9 udp4 *:111 *:* root rpcbind 1982 10 udp4 *:856 *:* root rpcbind 1982 11 tcp4 *:111 *:*
Thanks!
PEUR