Open main menu

CDOT Wiki β

Changes

OPS335 NFS Lab

11 bytes added, 22:41, 10 March 2012
Part B: Setting up the NFS Server on the Host
===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.122x.yyy 4 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-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.
*Back on your host PC run and record the output of the 'exportfs' and 'showmount -e' commands.
1
edit