1
edit
Changes
→Part A: Setting up the Guest VM
*Add the following line to the bottom of the /etc/fstab file on vm03
192.168.x.1:/home /home nfs defaults 0 0
*Edit the file /etc/idmapd.conf and uncomment and change the following lines:
Verbosity = 3
Domain = <learn-id>.org
*Restart the nfs-idmap daemon.
systemctl restart nfs-idmap.service
*Check /var/log/messages for output when troubleshooting.
*Logout of vm03 and shut it down.