Difference between revisions of "OPS335 - Assignment 1 (Part 2)"
Line 1: | Line 1: | ||
== Purpose == | == Purpose == | ||
− | In this assignment, you will use the '''335assign''' virtual network and the '''foundation''' cloning-source that you created in assignment 1 (part 1) to create two name-servers. One of the cloned VMs (hostname: ''' | + | In this assignment, you will use the '''335assign''' virtual network and the '''foundation''' cloning-source that you created in assignment 1 (part 1) to create two name-servers. One of the cloned VMs (hostname: '''kitchen''') will be a '''master''' name server, and the other VM (hostname: '''guldan''') will be a '''slave''' name server. You will install and setup the master and slave servers in order to provide various domain name resolutions for existing servers, and for servers that will be created and used in assignment #2. |
== General Requirements == | == General Requirements == | ||
Line 12: | Line 12: | ||
{{Admon/important|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. }}<br /> | {{Admon/important|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. }}<br /> | ||
− | === Set-up Master Name Server (''' | + | === Set-up Master Name Server ('''kitchen''')=== |
Perform the following steps for this section: | Perform the following steps for this section: | ||
− | #Create a clone virtual machine called ''' | + | #Create a clone virtual machine called '''kitchen''' from the '''foundation''' cloning-source. Refer to the table below for '''address''' and '''hostname'''. |
#Create a '''regular user''' for this virtual machine using '''your Seneca userID'''. | #Create a '''regular user''' for this virtual machine using '''your Seneca userID'''. | ||
− | #Setup a DNS server on your ''' | + | #Setup a DNS server on your '''kitchen''' virtual machine noting the following items below:<ol type="a"><li>This virtual machine will be the '''Master DNS server''' for '''warcraft.games.ops'''.</li><li>Only '''guldan''' will be allowed to obtain zone transfers of this zone.</li><li>This machine will provide '''forward''' and '''reverse''' lookups of ALL virtual machines in the '''warcraft.games.ops.''' zone, including resource records for virtual machines that do not currently exist.</li><li> Include an '''MX record''' for email sent to the domain to be directed to '''illidan.warcraft.games.ops'''.</li><li>Any machine in the '''warcraft.games.ops''' network may use this machine to perform queries of machines outside the network, however it will route all such queries through the DNS server you created in lab #3.</li><li>For machines outside the '''warcraft.games.ops''' domain, it will only answer queries about machines inside the network. They may not use it to query other machines.</li></ol> |
=== Set-up Slave Name Server ('''guldan''') === | === Set-up Slave Name Server ('''guldan''') === | ||
Line 26: | Line 26: | ||
#Create a clone virtual machine called '''guldan''' from the '''foundation''' cloning-source. Refer to the table below for '''address''' and '''hostname'''. | #Create a clone virtual machine called '''guldan''' from the '''foundation''' cloning-source. Refer to the table below for '''address''' and '''hostname'''. | ||
#Create a '''regular user''' for this virtual machine using '''your Seneca userID'''. | #Create a '''regular user''' for this virtual machine using '''your Seneca userID'''. | ||
− | #Setup a DNS server on your '''guldan''' virtual machine noting the following items below:<ol type="a"><li>This virtual machine will be the '''Slave DNS server''' (in case the Master Name Server goes down).</li><li>This virtual machine will obtain its zone files by copying them from the Master Name Server.</li><li>This Slave DNS server will check for updated records from the Master DNS server every day. If the initial attempt fails, then it will attempt every hour until it succeeds.</li><li>This machine will provide '''forward''' and '''reverse''' lookups of ALL virtual machines in the '''warcraft.games.ops''' zone, the zone files for which will be obtained from ''' | + | #Setup a DNS server on your '''guldan''' virtual machine noting the following items below:<ol type="a"><li>This virtual machine will be the '''Slave DNS server''' (in case the Master Name Server goes down).</li><li>This virtual machine will obtain its zone files by copying them from the Master Name Server.</li><li>This Slave DNS server will check for updated records from the Master DNS server every day. If the initial attempt fails, then it will attempt every hour until it succeeds.</li><li>This machine will provide '''forward''' and '''reverse''' lookups of ALL virtual machines in the '''warcraft.games.ops''' zone, the zone files for which will be obtained from '''kitchen.warcraft.games.ops'''.</li><li>Only machines within the '''warcraft.games.ops''' domain will be allowed to query this machine.</li><li>This machine will not provide recursive lookup capabilities for any machines.<br><br></li></ol> |
=== Network Configuration === | === Network Configuration === | ||
Line 51: | Line 51: | ||
| style="background-color:#66cccc; border: 2px solid black;" |'''Cloning-source''' used to create other servers for other assignments. | | style="background-color:#66cccc; border: 2px solid black;" |'''Cloning-source''' used to create other servers for other assignments. | ||
|-style="background-color:#66cccc; border: 2px solid black;" | |-style="background-color:#66cccc; border: 2px solid black;" | ||
− | | style="background-color:#66cccc; border: 2px solid black;" | ''' | + | | style="background-color:#66cccc; border: 2px solid black;" | '''kitchen.warcraft.games.ops''' |
| style="background-color:#66cccc; border: 2px solid black;" | ''' 172.18.50.3''' | | style="background-color:#66cccc; border: 2px solid black;" | ''' 172.18.50.3''' | ||
| style="background-color:#66cccc; border: 2px solid black;" | '''Master''' Name Server | | style="background-color:#66cccc; border: 2px solid black;" | '''Master''' Name Server | ||
Line 78: | Line 78: | ||
In addition to the basic firewall established in assignment 1, ensure the following restrictions are met: | In addition to the basic firewall established in assignment 1, ensure the following restrictions are met: | ||
− | # Any machine may query ''' | + | # Any machine may query '''kitchen''' |
# Only the machines in the '''warcraft.games.ops''' network may query guldan. | # Only the machines in the '''warcraft.games.ops''' network may query guldan. | ||
Line 95: | Line 95: | ||
− | ::'''Elizabeth Kopiec's Classes (Section A):'''<ol><li>Login as '''root''' on your '''host''' machine.</li><li>Change to the '''/root/bin''' directory.</li><li>Make certain that both your ''' | + | ::'''Elizabeth Kopiec's Classes (Section A):'''<ol><li>Login as '''root''' on your '''host''' machine.</li><li>Change to the '''/root/bin''' directory.</li><li>Make certain that both your '''kitchen''' and '''guldan''' virtual machines are running.<li>Issue the command to download a checking script for your assignment to your '''host''' machine: <source>wget http://matrix.senecac.on.ca/~elizabeth.kopiec/ops335/check-assn1-p2.bash |
</source></li><li>Set execute permissions and run the command: '''/root/bin/check-assn1-p2.bash'''<br>(You 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.<br><br></li></ol> | </source></li><li>Set execute permissions and run the command: '''/root/bin/check-assn1-p2.bash'''<br>(You 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.<br><br></li></ol> | ||
Line 113: | Line 113: | ||
|- | |- | ||
| | | | ||
− | ::''' | + | ::'''kitchen''' and '''guldan''' VMs created |
| style="text-align:right" | /1 | | style="text-align:right" | /1 | ||
|- | |- | ||
| | | | ||
− | ::''' | + | ::'''kitchen''' and '''guldan''' VMs can perform '''DNS queries of vm1, vm2, vm3''' |
| style="text-align:right" | /1 | | style="text-align:right" | /1 | ||
|- | |- | ||
| | | | ||
− | ::''' | + | ::'''kitchen''' and '''guldan''' VMs can perform '''forward DNS lookups''' for ALL machines within network (listed in the table above) |
| style="text-align:right" | /3 | | style="text-align:right" | /3 | ||
|- | |- | ||
| | | | ||
− | ::''' | + | ::'''kitchen''' and '''guldan''' VMs can perform '''reverse DNS lookups''' for ALL machines within network (listed in the table above) |
| style="text-align:right" | /3 | | style="text-align:right" | /3 | ||
|- | |- | ||
Line 137: | Line 137: | ||
| width=10% style="text-align:right;font-weight:bold" | Mark | | width=10% style="text-align:right;font-weight:bold" | Mark | ||
|- | |- | ||
− | | colspan=2 style="background-color:#eeeeee;"| '''Master Name Server ( | + | | colspan=2 style="background-color:#eeeeee;"| '''Master Name Server (kitchen) - Network Configuration''' |
|- | |- | ||
| | | | ||
Line 143: | Line 143: | ||
| style="text-align:right" | /5 | | style="text-align:right" | /5 | ||
|- | |- | ||
− | | colspan=2 style="background-color:#eeeeee;"| '''Master Name Server ( | + | | colspan=2 style="background-color:#eeeeee;"| '''Master Name Server (kitchen) - Named Configuration Options / Zone Declarations''' |
|- | |- | ||
| | | | ||
Line 158: | Line 158: | ||
|- | |- | ||
| | | | ||
− | :: | + | ::kitchen server is the '''master''' name-server for warcraft.games.ops |
| style="text-align:right" | /1 | | style="text-align:right" | /1 | ||
|- | |- | ||
− | | colspan=2 style="background-color:#eeeeee;"| '''Master Name Server ( | + | | colspan=2 style="background-color:#eeeeee;"| '''Master Name Server (kitchen) - Zone Record''' |
|- | |- | ||
| | | | ||
Line 206: | Line 206: | ||
|- | |- | ||
| | | | ||
− | ::''' | + | ::'''kitchen''' allows queries from any machine |
| style="text-align:right" | /2 | | style="text-align:right" | /2 | ||
|- | |- |
Revision as of 14:57, 21 September 2017
Contents
Purpose
In this assignment, you will use the 335assign virtual network and the foundation cloning-source that you created in assignment 1 (part 1) to create two name-servers. One of the cloned VMs (hostname: kitchen) will be a master name server, and the other VM (hostname: guldan) will be a slave name server. You will install and setup the master and slave servers in order to provide various domain name resolutions for existing servers, and for servers that will be created and used in assignment #2.
General Requirements
Weight: 7% of the overall grade
Due Date: During Week 9 (in class)
Detailed Requirements
Set-up Master Name Server (kitchen)
Perform the following steps for this section:
- Create a clone virtual machine called kitchen from the foundation cloning-source. Refer to the table below for address and hostname.
- Create a regular user for this virtual machine using your Seneca userID.
- Setup a DNS server on your kitchen virtual machine noting the following items below:
- This virtual machine will be the Master DNS server for warcraft.games.ops.
- Only guldan will be allowed to obtain zone transfers of this zone.
- This machine will provide forward and reverse lookups of ALL virtual machines in the warcraft.games.ops. zone, including resource records for virtual machines that do not currently exist.
- Include an MX record for email sent to the domain to be directed to illidan.warcraft.games.ops.
- Any machine in the warcraft.games.ops network may use this machine to perform queries of machines outside the network, however it will route all such queries through the DNS server you created in lab #3.
- For machines outside the warcraft.games.ops domain, it will only answer queries about machines inside the network. They may not use it to query other machines.
Set-up Slave Name Server (guldan)
Perform the following steps for this section:
- Create a clone virtual machine called guldan from the foundation cloning-source. Refer to the table below for address and hostname.
- Create a regular user for this virtual machine using your Seneca userID.
- Setup a DNS server on your guldan virtual machine noting the following items below:
- This virtual machine will be the Slave DNS server (in case the Master Name Server goes down).
- This virtual machine will obtain its zone files by copying them from the Master Name Server.
- This Slave DNS server will check for updated records from the Master DNS server every day. If the initial attempt fails, then it will attempt every hour until it succeeds.
- This machine will provide forward and reverse lookups of ALL virtual machines in the warcraft.games.ops zone, the zone files for which will be obtained from kitchen.warcraft.games.ops.
- Only machines within the warcraft.games.ops domain will be allowed to query this machine.
- This machine will not provide recursive lookup capabilities for any machines.
Network Configuration
As you will now have functioning primary and secondary DNS servers, modify your network configuration file on these machines and on the cloning source to specify the correct IPADDR.
Table of Virtual Machines / DNS Records
All the machines in the following table require DNS records. The rows not shaded represent future servers that will be created in Assignment #2.
Hostname | Address | Purpose |
azeroth.warcraft.games.ops (your existing host) | | External Facing Address: DHCP assigned Internal Virtual Bridge (virbr1): 172.18.50.1 |
Your host machine |
foundation.warcraft.games.ops | 172.18.50.100 | Cloning-source used to create other servers for other assignments. |
kitchen.warcraft.games.ops | 172.18.50.3 | Master Name Server |
guldan.warcraft.games.ops | 172.18.50.4 | Slave Name Server |
illidan.warcraft.games.ops | 172.18.50.7 | SMTP mail Server |
kadgar.warcraft.games.ops | 172.18.50.8 | IMAP mail Server |
jaina.warcraft.games.ops | 172.18.50.9 | Samba Server |
Set-up Firewall Policies
In addition to the basic firewall established in assignment 1, ensure the following restrictions are met:
- Any machine may query kitchen
- Only the machines in the warcraft.games.ops network may query guldan.
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:
- Students need to demonstrate their assignment functionality to their professor during a lab period
(like you would for any lab for "sign-off"). - 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.
- Do do 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.
- Students need to demonstrate their assignment functionality to their professor during a lab period
- Download and run a shell script to check your work (Depending on your OPS335 Instructor):
- Peter Callaghan's Classes (Murray Saul's Sections B & C / Peter Callaghan's Section D):
- Instructions will be provided through Moodle.
- Peter Callaghan's Classes (Murray Saul's Sections B & C / Peter Callaghan's Section D):
- Elizabeth Kopiec's Classes (Section A):
- Login as root on your host machine.
- Change to the /root/bin directory.
- Make certain that both your kitchen and guldan virtual machines are running.
- Issue the command to download a checking script for your assignment to your host machine:
wget http://matrix.senecac.on.ca/~elizabeth.kopiec/ops335/check-assn1-p2.bash
- Set execute permissions and run the command: /root/bin/check-assn1-p2.bash
(You 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.
- Elizabeth Kopiec's Classes (Section A):
- Additional Assignment Information:
- This assignment is to be completed individually. Group submissions are not allowed.
- You are NOT allowed to use local hostname resolution (i.e. no entries in your /etc/hosts file).
- 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.
- Late submissions are a subject to a penalty of 10% per day.
- SELinux must be set to Enforcing.
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 |
|
/1 |
|
/1 |
|
/3 |
|
/3 |
|
/3 |
Configuration (Checking Script Output) | |
Evaluation Item | Mark |
Master Name Server (kitchen) - Network Configuration | |
|
/5 |
Master Name Server (kitchen) - Named Configuration Options / Zone Declarations | |
|
/1 |
|
/1 |
|
/1 |
|
/1 |
Master Name Server (kitchen) - Zone Record | |
|
/2 |
|
/2 |
|
/2 |
|
/1 |
Slave Name Server (guldan) - Network Configuration | |
|
/5 |
Slave Name Server (guldan) - Named Configuration Options | |
|
/1 |
|
/1 |
|
/1 |
|
/1 |
Firewall policies | |
|
/2 |
|
/2 |
Less Deductions (1 mark for EACH VM): | |
|
|
TOTAL | /40 |