You created the NFS export to be reachable for IP 192.168.1.15 only. This is correct?
ok pls do following
- open file /etc/fstab
nano /etc/fstab
- replace following line
192.168.1.96:/ /mnt/nfs_client nfs nofail,noauto,x-systemd.automount
with
192.168.1.96:/mnt/dietpibkp /mnt/nfs_client nfs nofail,noauto,x-systemd.automount
- save the file
- reboot your system
- check if the new mount is working
cd /mnt/nfs_client
df -h
touch demo.file
ls -la