Open main menu

CDOT Wiki β

Changes

OPS335 NFS Lab

3 bytes removed, 22:15, 10 March 2012
Part A: Setting up the Guest VM
Ensure both host and VM's have firewalls set up according to prior labs. And ensure you are using your learnid account (the first user created) }}
===Part A: Setting up the Guest VM===
#*Ensure the VM guest network is functioning properly. You can use the "host cbc.ca" command to see if DNS queries are being answered. #*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
*Logout of vm03 and shut it down.
1
edit