Open main menu

CDOT Wiki β

Changes

OPS335 NFS Lab

165 bytes removed, 18:55, 11 March 2012
Part A: Setting up the Guest VM
*Ensure you have full connectivity to the internet.
*Be sure to set the firewall on both your VM and host according to prior labs. Use the command iptables-save to verify.
*Once your VM guest network is working use the ifconfig command and record the IP adddress of your VM guest. The address should be something like 192.168.122.yyy.*Install the NFS software on both vm03 and your host using the command " yum install nfs-utils".
*Add the following line to the bottom of the /etc/fstab file on vm03
192.168.x.1:/home /home nfs defaults 0 0
1
edit