Open main menu

CDOT Wiki β

Changes

OPS335 Lab 1

356 bytes added, 12:25, 14 January 2016
no edit summary
# From your ''OPS335''/''OPS235''/''ULI101'' notes, issue a command to provide the full path-name of the directory: ''network-scripts''
# The name of the file that contains your persistent network settings has the following name format:<br>'''ifcfg-''interfacename'''''
# Which filename file-name in your network-scripts directory do you think contains your current network settings?
# View the contents of the file to see if it contains the IP ADDRESS, subnet mask, and default gateway.
# What is the MAC address if your current machine?
<ol><li value="7">Edit the '''ifcfg-''interfacename''''' file for each of your VMs to use a static IP address(refer to previous OPS235 lab on networking: [ [http://zenit.senecac.on.ca/wiki/index.php/OPS235_Lab_6_-_CentOS7#Part_4: _Configuring_VM_Network_Setup_via_Command_Line_.28centos3.29 Network Config - CLI] ].<br> You should be configuring the BOOTPROTO, IPADDRESS, NETMASK, and GATEWAY for this file. Note your vm1 should use the first available address in the subnet, vm2 the second, and vm3 the third.</li><li>Don't forget to set the default gateway and DNS server for your VMs. You can use your host's IP address as a DNS server (''libvirt '' will proxy the requests to the real DNS server).</li><li>Make note of the files used and entries required and note them in your lab log-book.</li><li>Restart each VM and run the following command to ensure they still have the network configuration you set:</li></ol>
::'''ping''' (what is the purpose of this command?). Try to ping matrix and google from your host machine. Try to ping matrix and google from each of your VM's to ensure you can reach the outside world.
13,420
edits