25.10.2015 23:13, Carlos E. R. пишет:
In the exports file, I changed
/data/hoard 192.168.1.0/24(fsid=2456,rw,root_squash,sync,nohide,no_subtree_check)
to
/data/hoard 192.168.1.0/24(fsid=2457,rw,root_squash,sync,nohide,no_subtree_check)
...
I compared the output of "mount", and it is the same. Just the IP are different.
AmonLanc.valinor:/data/hoard on /data/hoard type nfs4 (rw,nosuid,nodev,noexec,relatime,vers=4.0,rsize=65536,wsize=65536,namlen=255,hard,proto=tcp,port=0,timeo=600,retrans=2,sec=sys,clientaddr=192.168.2.X,local_lock=none,addr=192.168.2.Z,_netdev,user)
AmonLanc.valinor:/data/hoard on /data/hoard type nfs4 (rw,nosuid,nodev,noexec,relatime,vers=4.0,rsize=65536,wsize=65536,namlen=255,hard,proto=tcp,port=0,timeo=600,retrans=2,sec=sys,clientaddr=192.168.2.Y,local_lock=none,addr=192.168.2.Z,_netdev,user)
Your exports is for subnet 192.168.1.0/24, but your mount is using subnet 192.168.2.X (I always find it amusing when people obfuscated private addresses; it does not add to protection but does make it harder to guess what happens). So we still do not know what actual permissions your client gets ... -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse+owner@opensuse.org