You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
On the client, some works for example : sudo mount -t nfs -o vers=4.1,sec=sys,port=2050 192.168.0.170:/home/user1 /mnt/nfs_shared
be correct, but sudo mount -t nfs -o vers=4.1,sec=sys,port=2050 192.168.0.170:/ /mnt/nfs_shared
is succeed
How sould I limit the use of the directory / and /home for client ?
On the client, some works for example :
sudo mount -t nfs -o vers=4.1,sec=sys,port=2050 192.168.0.170:/home/user1 /mnt/nfs_shared
be correct, but
sudo mount -t nfs -o vers=4.1,sec=sys,port=2050 192.168.0.170:/ /mnt/nfs_shared
is succeed
How sould I limit the use of the directory / and /home for client ?
The nfs server config is
The nfs server exports is
/home/user1 *(rw)
The text was updated successfully, but these errors were encountered: