First, I activate the NFS service:

Then, I create an shared folder:

After this, I open the NFS Privileges of this newly created folder:

Here are the detailed privileges:

Finally, I try to connect the NFS shared folder on the client machine:
Code: Select all
root@egg:~# mkdir ~/shared_nfs
root@egg:~# mount.nfs 192.168.88.32:/volume1/martin-nfs ~/shared_nfs -v -r
mount.nfs: timeout set for Thu Dec 21 20:50:54 2023
mount.nfs: trying text-based options 'vers=4.2,addr=192.168.88.32,clientaddr=192.168.88.129'
mount.nfs: mount(2): Operation not permitted
mount.nfs: trying text-based options 'addr=192.168.88.32'
mount.nfs: prog 100003, trying vers=3, prot=6
mount.nfs: trying 192.168.88.32 prog 100003 vers 3 prot TCP port 2049
mount.nfs: prog 100005, trying vers=3, prot=17
mount.nfs: trying 192.168.88.32 prog 100005 vers 3 prot UDP port 2195
mount.nfs: mount(2): Operation not permitted
mount.nfs: Operation not permitted
root@egg:~#