Open main menu

CDOT Wiki β

Changes

OPS335 Assignment 1a - Murray Saul

493 bytes removed, 03:25, 16 January 2017
no edit summary
<ol><li value="5">Make certain that SELinux is set to '''enforcing'''.</li><li>Do not install software on your cloning source: you are expected to install other software on your "cloned" VMs instead.<br>(For example, if you are required to install bind in a clone, install it in the clone as opposed to the "cloning source")</li><li>If you have created a regular user when you installed this machine, delete that regular user (you are only to access this server via root account).</li><li>Set up an SSH server on this "cloning source". Make sure that '''PermitRootLogin''' is set to '''yes''' for this server. Also make sure that only the root account is permitted to login using key authentication. If other users are required to be created in a later assignment, they should be permitted to log in with a their username and password.</li><li>Generate a new key pair on your Host Machine (don't delete the existing one), called: '''id_rsa_assn1'''</li><li>Make sure you can log in from your regular user on your Host Machine to root on the "cloning source" virtual machine using specifically that key.</li><li>Do not place that newly-generated private key on the "cloning source" VM.</li></ol>
 
=== Set-up Firewall Rules for your Cloning Source===
# Make certain that you have '''iptables''' services enabled and running instead of ''Firewalld''.
# The default iptables rules should be OK, so you are NOT required to make any iptables rules for this portion of the assignment.
 
 
=== Reference Materials: List of Servers ===
 
The servers in the table below are used for this assignment (i.e. the host machine and a VM which will be the '''cloning source'''). In future assignments, this table will grow to show other servers such as DNS, Email, and Samba.
 
{| class="wikitable"
! Hostname !! Address !! Purpose
|-
| '''c7host''' || 10.161.X.1 || Your host machine
 
|-
| '''source''' || 10.161.X.254 || Cloning source used to create other servers for other assignments.
|}
13,420
edits