Changes

Jump to: navigation, search

OPS235 Lab 2 - CentOS7 - VMware

180 bytes removed, 07:28, 6 June 2016
no edit summary
<li>Enter the following command on your virtual machine to create a firewall exception to allow ssh traffic into the machine:<br /> <b><code><span style="color:#3366CC;font-size:1.2em;">iptables -I INPUT -p tcp -s0/0 -d0/0 --dport 22 -j ACCEPT</span></code></b></li><li>If you are logged in as root, logout to your regular user account.</li><li>Confirm that you can ssh to your virtual machine from the host (your main CentOS installation): <b><code><span style="color:#3366CC;font-size:1.2em;">ssh regularuserid@IPaddress</span></code></b> (where '''regularuserid''' is your regular user login id, and '''IPaddress''' is the '''IP_ADDRESS''' of your '''centos2''' VM!).</li><li>Make certain to '''disable SELinux for centos2''' (refer to lab1)</li></ol>
{{Admon/important|Remember to Backup your VMs VM to USB Key!|Remember that you need to backup all of your VMs (in this case, '''centos2''', '''centos3''', and '''centos4''') VM to your USB key before you leave your Seneca lab, or you will lose your work!.}}
== Part 2: Installing from a Network ==
# Record the time taken to install, and compare this to the time taken by the previous installations. Record your findings in the Installation Comparison chart in lab2 logbook.
{{Admon/important|Remember to Backup your VMs VM to USB Key!|Remember that you need to backup all of your VMs (in this case, '''centos2''', '''centos3''', and '''centos4''') VM to your USB key before you leave your Seneca lab, or you will lose your work!.}}
== Part 3: Installing from a Network using a Kickstart File ==
'''Answer the Investigation 1 observations / questions in your lab log book.'''
{{Admon/important|Remember to Backup your VMs VM to USB Key!|Remember that you need to backup all of your VMs (in this case, '''centos2''', '''centos3''', and '''centos4''') VM to your USB key before you leave your Seneca lab, or you will lose your work!.}}
=INVESTIGATION 2: COMMON POST-INSTALL TASKS=
13,420
edits

Navigation menu