Open main menu

CDOT Wiki β

Changes

OPS335 NFS Lab

No change in size, 22:16, 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.122.yyy is the IP address of your guest VM):
/home 192.168.x.4(rw,root_squash,insecure)
#*Start your nfs server with the command 'systemctl start nfs'. 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.#*Back on your host PC run and record the output of the 'exportfs' and 'showmount -e' commands.#*On vm03, create an empty file using the touch command.#*Now shutdown vm03.
*Back on your host PC, run and record the output of the 'ls -l' command.
1
edit