Difference between revisions of "OPS335 - Assignment 1 (Part 2)"
(→General Requirements) |
|||
(71 intermediate revisions by 5 users not shown) | |||
Line 1: | Line 1: | ||
== Purpose == | == Purpose == | ||
− | In this assignment, you will use the '''335assign''' virtual network and the ''' | + | In this assignment, you will use the '''335assign''' virtual network and the '''pangaea''' cloning-source that you created in assignment 1 (part 1) to create two name-servers. One of the cloned VMs (hostname: '''australinea''') will be a '''master''' name server, and the other VM (hostname: '''antarctica''') 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 == | ||
− | '''Weight''': 7% of the overall grade | + | '''Weight''': 7.5% of the overall grade |
− | '''Due Date''': | + | '''Due Date''': check with your professor |
== Detailed Requirements == | == Detailed Requirements == | ||
{{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 ('''australinea''')=== |
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 '''australinea''' from the '''pangaea''' 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 '''australinea''' virtual machine noting the following items below:<ol type="a"><li>This virtual machine will be the '''Master DNS server''' for '''continents.earth.ops'''.</li><li>Only '''antarctica''' 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 '''continents.earth.ops.''' zone, including resource records for virtual machines that do not currently exist.</li><li>You MUST use the following names for both the forward and reverse zone files in '''/var/named''' directory: '''mydb-for-continents.earth.ops''' and '''mydb-for-172.28.105'''</li><li>Any machine in the '''continents.earth.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 '''continents.earth.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 (''' | + | === Set-up Slave Name Server ('''antarctica''') === |
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 '''antarctica''' from the '''pangaea''' 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 '''antarctica''' 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 three days. If the initial attempt fails, then it will attempt every twenty-four hours until it succeeds, or three weeks have passed.</li><li>This machine will provide '''forward''' and '''reverse''' lookups of ALL machines in the '''continents.earth.ops''' zone, the zone files for which will be obtained from '''australinea.continents.earth.ops'''.</li><li>Only machines within the '''continents.earth.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 === | ||
− | 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. | + | 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 === | === 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. | + | '''All''' the machines in the following table '''require DNS records'''. The rows not shaded represent future servers that will be created in Assignment #2. |
{| class="wikitable" | style="margin-left:0px; border: 2px solid black;" | {| class="wikitable" | style="margin-left:0px; border: 2px solid black;" | ||
Line 42: | Line 42: | ||
| style="border: 2px solid black;" |Purpose | | style="border: 2px solid black;" |Purpose | ||
|-style="background-color:#66cccc; border: 2px solid black;" | |-style="background-color:#66cccc; border: 2px solid black;" | ||
− | | style="border: 2px solid black;" |'' | + | | style="border: 2px solid black;" |''africa.continents.earth.ops''' (your existing host) |
− | | style=border: 2px solid black;" |External Facing Address:''' DHCP assigned'''<br>Internal Virtual Bridge (virbr1):''' 172. | + | | style=border: 2px solid black;" |External Facing Address:''' DHCP assigned'''<br>Internal Virtual Bridge (virbr1):''' 172.28.105.1''' |
| style="border: 2px solid black;" | Your '''host''' machine | | style="border: 2px solid black;" | Your '''host''' machine | ||
|-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;" | '''pangaea.continents.earth.ops''' |
− | | style="background-color:#66cccc; border: 2px solid black;" | '''172. | + | | style="background-color:#66cccc; border: 2px solid black;" | '''172.28.105.100''' |
| 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;" | '''australinea.continents.earth.ops''' |
− | | style="background-color:#66cccc; border: 2px solid black;" | ''' 172. | + | | style="background-color:#66cccc; border: 2px solid black;" | '''172.28.105.2''' |
| style="background-color:#66cccc; border: 2px solid black;" | '''Master''' Name Server | | style="background-color:#66cccc; border: 2px solid black;" | '''Master''' Name Server | ||
|-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;" | '''antarctica.continents.earth.ops''' |
− | | style="background-color:#66cccc; border: 2px solid black;" | '''172. | + | | style="background-color:#66cccc; border: 2px solid black;" | '''172.28.105.3''' |
| style="background-color:#66cccc; border: 2px solid black;" | '''Slave''' Name Server | | style="background-color:#66cccc; border: 2px solid black;" | '''Slave''' Name Server | ||
|- style="background-color:white;" | |- style="background-color:white;" | ||
− | | style="border: 2px solid black;" | ''' | + | | style="border: 2px solid black;" | '''asia.continents.earth.ops''' |
− | | style="border: 2px solid black;" | ''' 172. | + | | style="border: 2px solid black;" | '''172.28.105.5''' |
| style="border: 2px solid black;" | '''SMTP''' mail Server | | style="border: 2px solid black;" | '''SMTP''' mail Server | ||
|- style="background-color:white; border: 2px solid black;" | |- style="background-color:white; border: 2px solid black;" | ||
− | | style="border: 2px solid black;" | ''' | + | | style="border: 2px solid black;" | '''europe.continents.earth.ops''' |
− | | style="border: 2px solid black;" | '''172. | + | | style="border: 2px solid black;" | '''172.28.105.6''' |
| style="border: 2px solid black;" | '''IMAP''' mail Server | | style="border: 2px solid black;" | '''IMAP''' mail Server | ||
|- style="background-color:white;" | |- style="background-color:white;" | ||
− | | style="border: 2px solid black;" | ''' | + | | style="border: 2px solid black;" | '''southamerica.continents.earth.ops''' |
− | | style="border: 2px solid black;" | '''172. | + | | style="border: 2px solid black;" | '''172.28.105.8''' |
| style=border: 2px solid black;" | '''Samba''' Server | | style=border: 2px solid black;" | '''Samba''' 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 '''australinea''' |
− | # Only the machines in the ''' | + | # Only the machines in the '''continents.earth.ops''' network may query '''antarctica'''. |
== Assignment Submission == | == Assignment Submission == | ||
Line 87: | Line 87: | ||
===Assignment Evaluation Details=== | ===Assignment Evaluation Details=== | ||
− | *'''Demonstrate working assignment to your instructor in class:'''<ol type="a" | + | *'''Demonstrate working assignment to your instructor in class:'''<ol type="a"><li>Students need to demonstrate their assignment functionality to their professor during a lab period (like you would for any lab for "sign-off").</li><li>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.</li><li>'''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.<br><br></li></ol> |
− | *Download and run a shell script to check your work | + | *Download and run a shell script to check your work: |
− | + | <ol><li>Login as '''root''' on your '''host''' machine.</li><li>Change to the '''/root/bin''' directory.</li><li>Make certain that your '''assignment VMs are running'''.</li><li>Issue the command to download a checking script for your assignment to your '''host''' machine:<br>wget https://matrix.senecacollege.ca/~peter.callaghan/files/OPS335/check-assn1-p2.bash<br><br>Set execute permissions and run the shell script.<br>Upload the resulting file to blackboard. | |
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
==Evaluation Rubric== | ==Evaluation Rubric== | ||
Line 115: | Line 106: | ||
|- | |- | ||
| | | | ||
− | ::''' | + | ::'''australinea''' and '''antarctica''' VMs created |
| style="text-align:right" | /1 | | style="text-align:right" | /1 | ||
|- | |- | ||
| | | | ||
− | ::''' | + | ::'''australinea''' and '''antarctica''' VMs can perform '''DNS queries of vm1, vm2, vm3''' |
| style="text-align:right" | /1 | | style="text-align:right" | /1 | ||
|- | |- | ||
| | | | ||
− | ::''' | + | ::'''australinea''' and '''antarctica''' 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 | ||
|- | |- | ||
| | | | ||
− | ::''' | + | ::'''australinea''' and '''antarctica''' 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 139: | Line 130: | ||
| 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 (australinea) - Network Configuration''' |
|- | |- | ||
| | | | ||
Line 145: | Line 136: | ||
| 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 (australinea) - Named Configuration Options / Zone Declarations''' |
|- | |- | ||
| | | | ||
− | ::Zone transfer (i.e. to slave DNS server) limited to ''' | + | ::Zone transfer (i.e. to slave DNS server) limited to '''antarctica''' only |
| style="text-align:right" | /1 | | style="text-align:right" | /1 | ||
|- | |- | ||
| | | | ||
− | ::Allows forward and reverse lookups to ''' | + | ::Allows forward and reverse lookups to '''continents.earth.ops''' |
| style="text-align:right" | /1 | | style="text-align:right" | /1 | ||
|- | |- | ||
| | | | ||
− | ::'''Recursion''' limited to ''' | + | ::'''Recursion''' limited to '''continents.earth.ops''' only |
| style="text-align:right" | /1 | | style="text-align:right" | /1 | ||
|- | |- | ||
| | | | ||
− | :: | + | ::australinea server is the '''master''' name-server for continents.earth.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 (australinea) - Zone Record''' |
|- | |- | ||
| | | | ||
− | ::'''SOA''' - | + | ::'''SOA''' - three common options (determined by instructor at time of marking) |
− | | style="text-align:right" | / | + | | style="text-align:right" | /3 |
|- | |- | ||
| | | | ||
Line 177: | Line 168: | ||
| style="text-align:right" | /2 | | style="text-align:right" | /2 | ||
|- | |- | ||
− | + | | colspan=2 style="background-color:#eeeeee;"| '''Slave Name Server (antarctica) - Network Configuration''' | |
− | |||
− | |||
− | |||
− | | colspan=2 style="background-color:#eeeeee;"| '''Slave Name Server ( | ||
|- | |- | ||
| | | | ||
Line 187: | Line 174: | ||
| style="text-align:right" | /5 | | style="text-align:right" | /5 | ||
|- | |- | ||
− | | colspan=2 style="background-color:#eeeeee;"| '''Slave Name Server ( | + | | colspan=2 style="background-color:#eeeeee;"| '''Slave Name Server (antarctica) - Named Configuration Options''' |
|- | |- | ||
| | | | ||
− | ::Queries are limited to ''' | + | ::Queries are limited to '''continents.earth.ops''' |
| style="text-align:right" | /1 | | style="text-align:right" | /1 | ||
|- | |- | ||
Line 198: | Line 185: | ||
|- | |- | ||
| | | | ||
− | ::Allows forward and reverse lookup for ''' | + | ::Allows forward and reverse lookup for '''continents.earth.ops''' |
| style="text-align:right" | /1 | | style="text-align:right" | /1 | ||
|- | |- | ||
| | | | ||
− | :: | + | ::antarctica server is '''slave''' name-server for '''continents.earth.ops''' |
| style="text-align:right" | /1 | | style="text-align:right" | /1 | ||
|- | |- | ||
Line 208: | Line 195: | ||
|- | |- | ||
| | | | ||
− | ::''' | + | ::'''australinea''' allows queries from any machine (i.e. will work with '''vm1''', '''vm2''', '''vm3''') |
| style="text-align:right" | /2 | | style="text-align:right" | /2 | ||
|- | |- | ||
| | | | ||
− | ::''' | + | ::'''antarctica''' limits queries to '''continents.earth.ops''' (i.e. won't work with '''vm1''', '''vm2''', '''vm3''') |
| style="text-align:right" | /2 | | style="text-align:right" | /2 | ||
|- | |- | ||
Line 218: | Line 205: | ||
|- | |- | ||
| | | | ||
+ | :*Not using zone filenames: '''mydb-for-continents.earth.ops''' and '''mydb-for-172.28.105''' | ||
:*'''VM hostname''' NOT set | :*'''VM hostname''' NOT set | ||
:*firewalld '''enabled''' / '''running''' | :*firewalld '''enabled''' / '''running''' |
Latest revision as of 19:43, 7 September 2021
Contents
Purpose
In this assignment, you will use the 335assign virtual network and the pangaea cloning-source that you created in assignment 1 (part 1) to create two name-servers. One of the cloned VMs (hostname: australinea) will be a master name server, and the other VM (hostname: antarctica) 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.5% of the overall grade
Due Date: check with your professor
Detailed Requirements
Set-up Master Name Server (australinea)
Perform the following steps for this section:
- Create a clone virtual machine called australinea from the pangaea 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 australinea virtual machine noting the following items below:
- This virtual machine will be the Master DNS server for continents.earth.ops.
- Only antarctica will be allowed to obtain zone transfers of this zone.
- This machine will provide forward and reverse lookups of ALL virtual machines in the continents.earth.ops. zone, including resource records for virtual machines that do not currently exist.
- You MUST use the following names for both the forward and reverse zone files in /var/named directory: mydb-for-continents.earth.ops and mydb-for-172.28.105
- Any machine in the continents.earth.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 continents.earth.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 (antarctica)
Perform the following steps for this section:
- Create a clone virtual machine called antarctica from the pangaea 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 antarctica 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 three days. If the initial attempt fails, then it will attempt every twenty-four hours until it succeeds, or three weeks have passed.
- This machine will provide forward and reverse lookups of ALL machines in the continents.earth.ops zone, the zone files for which will be obtained from australinea.continents.earth.ops.
- Only machines within the continents.earth.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 / Domain | Address | Purpose |
africa.continents.earth.ops' (your existing host) | External Facing Address: DHCP assigned Internal Virtual Bridge (virbr1): 172.28.105.1 |
Your host machine |
pangaea.continents.earth.ops | 172.28.105.100 | Cloning-source used to create other servers for other assignments. |
australinea.continents.earth.ops | 172.28.105.2 | Master Name Server |
antarctica.continents.earth.ops | 172.28.105.3 | Slave Name Server |
asia.continents.earth.ops | 172.28.105.5 | SMTP mail Server |
europe.continents.earth.ops | 172.28.105.6 | IMAP mail Server |
southamerica.continents.earth.ops | 172.28.105.8 | 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 australinea
- Only the machines in the continents.earth.ops network may query antarctica.
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 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:
- Login as root on your host machine.
- Change to the /root/bin directory.
- Make certain that your assignment VMs are running.
- Issue the command to download a checking script for your assignment to your host machine:
wget https://matrix.senecacollege.ca/~peter.callaghan/files/OPS335/check-assn1-p2.bash
Set execute permissions and run the shell script.
Upload the resulting file to blackboard.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 - australinea and antarctica VMs created
/1 - australinea and antarctica VMs can perform DNS queries of vm1, vm2, vm3
/1 - australinea and antarctica VMs can perform forward DNS lookups for ALL machines within network (listed in the table above)
/3 - australinea and antarctica VMs can perform reverse DNS lookups for ALL machines within network (listed in the table above)
/3 - Zone transfer occurs
/3 Configuration (Checking Script Output) Evaluation Item Mark Master Name Server (australinea) - Network Configuration - correct static network configuration
(one mark for each network config item)
- correct static network configuration
/5 Master Name Server (australinea) - Named Configuration Options / Zone Declarations - Zone transfer (i.e. to slave DNS server) limited to antarctica only
/1 - Allows forward and reverse lookups to continents.earth.ops
/1 - Recursion limited to continents.earth.ops only
/1 - australinea server is the master name-server for continents.earth.ops
/1 Master Name Server (australinea) - Zone Record - SOA - three common options (determined by instructor at time of marking)
/3 - Correct NS records in forward zone
/2 - Correct NS records in reverse zone
/2 Slave Name Server (antarctica) - Network Configuration - correct static network configuration
(one mark for each network config item)
- correct static network configuration
/5 Slave Name Server (antarctica) - Named Configuration Options - Queries are limited to continents.earth.ops
/1 - Slave server is Non-recursive
/1 - Allows forward and reverse lookup for continents.earth.ops
/1 - antarctica server is slave name-server for continents.earth.ops
/1 Firewall policies - australinea allows queries from any machine (i.e. will work with vm1, vm2, vm3)
/2 - antarctica limits queries to continents.earth.ops (i.e. won't work with vm1, vm2, vm3)
/2 Less Deductions (1 mark per issue for EACH VM): - Not using zone filenames: mydb-for-continents.earth.ops and mydb-for-172.28.105
- VM hostname NOT set
- firewalld enabled / running
- iptables disabled / not running
- No Yum update
- Named 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