OPS335 - Assignment 2

From CDOT Wiki
Revision as of 13:38, 20 October 2018 by Msaul (talk | contribs) (Assignment Evaluation Details)
Jump to: navigation, search

Purpose

In this assignment, you will use the 335assign virtual network and the cloyne cloning-source that you created in assignment 1 (part 1) to create two e-mail servers: a Mail Transfer Agent called kingston and a Message Store (IMAP) called coburg. You will also use the cloyne cloning source to create a Samba server called milton. In addition to creating those Linux servers, you will also be required to create a virtual machine for an MS Windows operating system to test-out your Samba server. As you perform and submit this assignment, you MUST run the toronto Master Name server and ottawa Slave server in order to resolve domain names to IP addresses.

General Requirements

Weight: 10% of the overall grade

Due Date: During Week 13 (in class)

Detailed Requirements

Important.png
It is YOUR responsibility to Backup all of your VMs for this Assignment!
You are required to frequently backup your VMs prior to exiting a work session during this assignment. Your instructor will NOT accept the fact that your hard disk crashed and lost all of your work. If you properly backed up your VM images and xml configuration files to a USB, then you can purchase a new hard-disk or wipe and recreate your hard disk and restore your VMs. Students who fail to submit their assignment #2 by the last day of scheduled classes will receive an INC grade (assuming they passed all of the other requirements for this course) and will be required to show their instructor their working assignment #2 no later than 4PM on the first Tuesday of the next semester; otherwise, they will fail the course. Students with accommodations should discuss arrangements regarding due dates / submission of assignment #2. Students that are missing both of assignment #1 and assignment #2 will fail this course.


Set-up Mail Transfer Agent (kingston)

Perform the following steps for this section:

  1. Create a clone virtual machine called kingston from the cloyne cloning-source. Refer to the table below for address and hostname.
  2. The root user on your host machine must be able to ssh to the root account on each machine without being prompted for a password.
  3. Create a regular user for this virtual machine using your Seneca userID.
  4. Any machine within the towns.ontario.ops domain will be able to route outgoing email through this server.
  5. Any mail sent directly from this machine will use the domain as the sending address (i.e. user@towns.ontario.ops)
  6. You are NOT required to encrypt received email messages.
  7. This machine will relay received email messages for any user account in the towns.ontario.ops domain to coburg.towns.ontario.ops.

Set-up Mail Delivery Agent / Message Store (coburg)

Perform the following steps for this section:

  1. Create a clone virtual machine called coburg from the cloyne cloning-source. Refer to the table below for address and hostname.
  2. Create a regular user for this virtual machine using your Seneca userID.
  3. The root user on your host machine must be able to ssh to the root account on each machine without being prompted for a password.
  4. This machine will accept incoming email for any user account in the towns.ontario.ops domain.
  5. No other machine in this domain will accept incoming email.
  6. This machine will be an IMAP server (i.e. NOT POP3 or LTMP).
  7. This machine will NOT use encryption.
  8. This machine will use postfix's built-in LDA to store received emails in maildir format in a sub-directory of each users' home directory called mailboxes.
  9. Any mail sent to root will be automatically delivered into the mailbox of the regular user created above.
  10. Configure your Thunderbird application (installed in Lab 4b) to allow the user to send and receive email messages using the kingston and coburg servers.

Add MX records to the forward lookup zone on your master DNS server so that all incoming mail addressed to the domain is sent to your IMAP server (coburg) first, and the MTA (kingston) as a fall-back.

Set-up a Samba Server (milton)

Perform the following steps for this section:

  1. Create a clone virtual machine called milton from the cloyne cloning-source. Refer to the table below for address and hostname.
  2. Create a regular user for this virtual machine using your Seneca userID.
  3. The root user on your host machine must be able to ssh to the root account on each machine without being prompted for a password.
  4. It will run Samba (automatically on boot) to share files with machines in this network.
  5. Create three new users on the Samba file server, call them yoursenecaid-1, yoursenecaid-2, and yoursenecaid-admin. (replace "yoursenecaid" with your actual Seneca ID)
  6. Create a directory /documents with the following subdirectories:
/documents
+-- private
¦   +-- yoursenecaid-1
¦   +-- yoursenecaid-2
¦   +-- yoursenecaid-admin
+-- shared
    +-- readonly
    +-- readwrite
  1. Set up permissions/ownership on those directories for your Linux users on the file server so that:
    1. yoursenecaid-1 and yoursenecaid-2 have read/write access to their own private directories.
    2. yoursenecaid-admin has read/write access to every directory.
    3. Everyone has read access to the readonly directory (but only the admin has write access too).
    4. Everyone can both read and write to the readwrite directory.
  2. Set up three Samba users to mirror your new Linux users.
  3. Configure five shares (one for each directory above) with permissions as close as possible to the Linux permissions.

Set-up Windows Client to Test Samba server (milton)

Perform the following steps for this section:

  1. Create a MS Windows OS as a virtual machine. You should know by now how to obtain the MS Windows image from Seneca's MSDN section (trial version good for 30 days). Refer to the table below for address and hostname.
  2. Create a regular user for this virtual machine using your Seneca userID.
  3. The root user on your host machine must be able to ssh to the root account on each machine without being prompted for a password.
  4. This machine will use the master and slave DNS servers in your domain as the primary and secondary DNS servers. It will not have access to any other DNS servers.

Network Configuration

As you will now have functioning primary and secondary DNS servers, modify your network configuration file for the kingston, coburg, and milton servers specify the correct IPADDR.

Table of Virtual Machines / DNS Records

Below is network configuration for ALL virtual machines used in this assignment and previous assignments for this course:

Hostname Address Purpose
york.towns.ontario.ops (your existing host) External Facing Address: DHCP assigned
Internal Virtual Bridge (virbr1): 172.17.40.1
Your host machine
cloyne.towns.ontario.ops 172.17.15.100 Cloning-source used to create other servers for other assignments.
toronto.towns.ontario.ops 172.17.15.2 Master Name Server
ottawa.towns.ontario.ops 172.17.15.3 Slave Name Server
kingston.towns.ontario.ops 172.17.15.5 SMTP mail Server
coburg.towns.ontario.ops 172.17.15.6 IMAP mail Server
milton.towns.ontario.ops 172.17.15.8 Samba Server
hamilton.towns.ontario.ops 172.17.15.10 Client Linux or Windows Server

Set-up Firewall Policies

In addition to the basic firewall established in assignment 1, ensure the following restrictions are met:

  1. Any machine may send smtp traffic to kingston and coburg.
  2. Only machines in the local network may send IMAP traffic to coburg.
  3. Only machines in the local network may access the samba shares on milton.

Assignment Submission

The student is required to prove to their professor that their set-up works correctly during the regularly-scheduled lab period.

Assignment Evaluation Details

  • Demonstrate working assignment to your instructor in class:
    1. You need to run their full backup shell script to backup all of your VMs (like you did in Assignment 1 - Part 2.
    2. Students need to demonstrate their assignment functionality to their professor during a lab period
      (like you would for any lab for "sign-off").
    3. Students are required to prepare everything ahead of time so that you can quickly demonstrate to your instructor that all required parts of your assignment are working.
    4. Do not proceed to the next step until you have demonstrated your assignment to your instructor to check for errors that may cause problems when running the checking script.

  • Download and run a shell script to check your work (Depending on your OPS335 Instructor):


Peter Callaghan's Classes (Section D):
  • Refer to blackboard for instructions on how to submit this assignment.


Murray Saul (Section A), Ryan Lockhart-Thompson (Section B) and Colin Yip (Sections C , E & F):
  1. Login as root on your host machine.
  2. Change to the /root/bin directory.
  3. Make certain that your cloning-source VM is running.
  4. Make certain that the mailx command has been installed. If not, issue the following command to install e-mail on your host machine:
    yum install mailx
  5. Issue the command to download a checking script for your assignment to your host machine:

    Murray Saul's classes (section A):     wget https://matrix.senecacollege.ca/~murray.saul/ops335/check-assn2-murray-saul.bash

    Ryan Lockhart-Thompons's classes (Section B)::     wget https://matrix.senecacollege.ca/~murray.saul/ops335/check-assn2-ryan.bash

    Colin Yip's classes (Section C, E, and F)::     wget https://scs.senecac.on.ca/~colin.yip/2187/check-assn2-colin.bash

    Set execute permissions and run the shell script.
    (Your shell script contents will be mailed to your Seneca email and to your OPS335 instructor's Seneca email.

    If you do NOT receive an e-mail message in your Seneca email account, then there is a problem, and you MUST rerun or contact your OPS335 instructor immediately.


  • Additional Assignment Information:
    1. This assignment is to be completed individually. Group submissions are not allowed.
    2. Test your machine to make sure it works. If a machine is not accessible (e.g. will not boot, can not be accessed through ssh from your host, etc.), or is otherwise non-functional, you may be told to resubmit.
    3. Late submissions are a subject to a penalty of 10% per day.

    Evaluation Rubric

    Here is an evaluation rubric (in table form) showing you how you will be evaluated for this assignment. Part of the rubric is marked from professor observation from student demonstration of assignment in class, and the other part is based on output from the results of an assignment checking script that the student will download and run.

    Student Demonstration (in class)
    Evaluation Item Mark
    SMTP and IMAP Servers:
    Proof of SMTP Server Running on kingston server
    /1
    E-mails sent from kingston and milton servers to coburg server (user@IP_ADDR)
    /1
    E-mails sent from kingston and milton servers to coburg server (user@DOMAIN_NAME)
    /1
    Samba Server Access via Windows OS:
    yoursenecaid-1 and yoursenecaid-2 has read/write access
    /1
    yoursenecaid-admin has read/write access to every directory
    /1
    All accounts have read' access to the read-only directory
    (but only
    yoursenecaid-admin
    has write access)
    /1
    All accounts can both read and write to the readwrite directory.
    /1
    Configuration (Checking Script Output)
    Evaluation Item Mark
    Mail Transfer Agent (kingston) - General Configuration
    Postfix MTA settings
    /5
    Mail Delivery Agent (MTA) / Message Store (MS) - General Configuration
    Postfix MTA settings
    /3
    LDA settings
    /1
    Email sent to root is delivered to non-privileged user
    /1
    AA (Access Agent – IMAP) settings
    /4
    DNS configuration
    Correct MX records exist
    /2
    MX records prioritize access to mail servers correctly
    /2
    Samba Server - General Configuration
    Directories shared with correct permissions
    /5
    Samba accounts created (1 mark each)
    /3
    Writing allowed to directories
    /1
    Firewall policies
    MTAs allow SMTP traffic
    /2
    AA allows IMAP traffic
    /1
    IMAP traffic limited to local network
    /1
    Samba server allows samba traffic
    /1
    Samba traffic limited to local network
    /1
    Less Deductions (One mark per issue for EACH VM):
    • DOMAIN Name NOT Resolved
    • VM hostname NOT set
    • firewallenabled / running
    • iptables disabled / not running
    • No Yum update
    • Services NOT active
    • Local hostname resolution appears in /etc/hosts (1 mark per entry, per vm)
    • Neglecting major safeguards (e.g. no firewall present, firewall allowing all traffic, no active SELinux) (4 marks per issue, per VM)
    • Failing to backup VMs (1 mark deduction for each VM not backed up)
    TOTAL /40