I have a Slackware 14.1 server running as an nfs server. My "clients" are simply other computers/devices that are not able to connect to the NFS server for some reason, but previously were able to when the server was running CentOS 6.6
On my arch linux client, if I manually mount the nfs share with "mount 192.168.1.12:/mnt/NFS_Share /mnt/NFS_Share" it will mount and I can access it/it works fine. However, if I try to use Autofs on the same client and try navigating to /net/192.168.1.12 it says it can not find it. If I try to go on my Raspberry Pi which is running Debian 7 and Kodi, Kodi will be unable to mount it. The same thing with my Android phone that runs Kodi.
Why is this happening?
Here is my /etc/exports
/mnt/NFS_Share 192.168.1.0/24(rw,sync,root_squash,no_subtree_check,all_squash,insecure)
(This settings are fine, my NFS share is only to watch videos)
[link][5 comments]