Changes

Jump to: navigation, search

OPS235 Lab 2 19

11 bytes removed, 12:44, 29 August 2013
no edit summary
<ol>
<li value="2120">After the installation process has completed, click on the '''Quit''' button. This should return you to the LIVE version of Linux that was running to help install to the Hard Drive. Click on the live username located at the top right-hand corner and power-off the machine. It is recommended to completely shutdown the virtual machine, then '''start your fedora1 virtual machine''' from the virtual machine manager window.</li>
<li>Open a terminal (shell), and log into root.</li>
<li>Issue the following command to set your hostname to fedora1: <code>'''hostname fedora1</code>'''</li>
<li>Use the <code>hostname</code> command to verify that you set your hostname to "fedora1".</li>
<li>Compare the installation time to the amount of time it took to do this type of installation. Record this information in the '''table contained in Investigation 4'''.</li>
<li value="26">When the installation is complete, click on the '''reboot''' button at the bottom right-hand corner of the screen.</li>
</ol>
<ol>
<li value="2826">Enable SSH access to your virtual machine with these commands (semi-colon allows commands to be run in sequence):<br /> <code>service sshd start; chkconfig sshd on</code></li>
<li>Find out the IP address of your virtual machine: <code>ifconfig eth0</code> </li>
<li>Enter the following command on your virtual machine to create a firewall exception to allow ssh traffic into the machine:<br /> <code>iptables -I INPUT -p tcp -s0/0 -d0/0 --dport 22 -j ACCEPT</code></li>
13,420
edits

Navigation menu