Changes

Jump to: navigation, search

OPS235 Lab 2 19

53 bytes added, 12:03, 4 September 2013
no edit summary
<ol>
<li value="2021">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>Change your '''host name''' to '''fedora1''' (refer to lab1 notes).</li>
<ol>
<li value="2526">Enable SSH access to your virtual machine with these commands (semi-colon allows commands to be run in sequence):<br /> <code>'''systemctl start sshd; systemctl enable sshd.service'''</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> <li>Confirm that you can ssh to your <u>virtual machine </u> from the your host (your main Fedora installationf19host): <code>'''ssh ''IPaddressfedora1_IP_address'''''</code> (determined from step 27 above)</li>
</ol>
13,420
edits

Navigation menu