Changes

Jump to: navigation, search

OPS335 NFS Lab

187 bytes added, 22:41, 10 March 2012
Part B: Setting up the NFS Server on the Host
*On your Fedora host machine edit /etc/exports so that it contains ONLY the following line (where 192.168.x.4 is the IP address of your guest VM):
/home 192.168.x.4(rw,root_squash,insecure)
 
*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
*Start your nfs server with the command 'systemctl start nfs-server.service'. NOTE: You'll have to adjust your firewall on the host to get NFS to work. Run netstat to determine the ports needed.
*Start up vm03 and login using your learnid.
1
edit

Navigation menu