66.How to enable Secure Network file system (NFS)?
Ans.
1. The default installation does not uses NFSv4 security enhancement by default.
2. There are some step to be carried out manually and they are as follow.
3. Enable secure NFS by adding the following line to /etc/sysconfig/nfs
Secure_NFS=no
4. Modify /etc/idmapd.conf and set the domain options to user domain and change
Nobody- User & Nobody –group options to nobody
Domain = example.com
[Mapping]
Nobody_User = nobody
Nobody_Group = nobody
5. For the above changes to be affected, restart the portmapper using following command
#service portmap restart
Ans.
1. The default installation does not uses NFSv4 security enhancement by default.
2. There are some step to be carried out manually and they are as follow.
3. Enable secure NFS by adding the following line to /etc/sysconfig/nfs
Secure_NFS=no
4. Modify /etc/idmapd.conf and set the domain options to user domain and change
Nobody- User & Nobody –group options to nobody
Domain = example.com
[Mapping]
Nobody_User = nobody
Nobody_Group = nobody
5. For the above changes to be affected, restart the portmapper using following command
#service portmap restart
Comments
Post a Comment