Changes

Jump to: navigation, search

OPS235 Lab 7 - Fedora17

695 bytes added, 18:57, 15 March 2010
no edit summary
== Lab Investigations ==
=== Investigation 1: How do you create a new virtual networkenable the sshd service. ==={{Admon/note | Note! | Complete the following steps on your fedora hostand all 3 VM's.}} * OpenSSH should have been installed by default. Lets confirm this by issuing the command: ** <code>rpm -qa | grep ssh</code>* You should see a number of packages installed including <code>openssh-clients</code> and <code>openssh-server</code> * <code>openssh-server<code> installs a service called <code>sshd</code>, confirm this service is running by issuing the command:** <code>service sshd status</code>* Now check that the sshd service is configured to start for runlevels 2, 3, 4, & 5, by issuing the command:** <code>chkconfig --list sshd</code> * If the service is not configured correctly fix it by issuing the command:** <code>chkconfig --level 2345 sshd on</code>
9
edits

Navigation menu