Open main menu

CDOT Wiki β

Changes

OPS335 Assignment 1b - Murray Saul

2,374 bytes added, 16:30, 28 February 2017
no edit summary
#Create a clone virtual machine called '''balsam''' from the '''seedling''' 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 '''balsam''' virtual machine with noting the following items below:<ol type="a"><li>This virtual machine will be the '''Master DNS server'''.</li><li>This machine will provide '''forward''' and '''reverse''' lookups of ALL virtual machines in the '''coniferous.trees.ops''' zone, including resource records for virtual machines that do not currently exist, but will exist when you perform your assignment #2.</li><li> Make certain to include an '''MX record''' for your admin e-mail contact: '''yoursenecaid@coniferous.trees.ops'''</li><li>This machine will allow other machines (outside the '''coniferous.trees.ops.''' zone) to perform DNS lookups among ALL virtual machines within the '''coniferous.trees.ops''' network (i.e. recursive lookups).</li><li>Only Any machine in the '''coniferous.trees.ops''' network may use this Master Name Server machine to perform queries of machines outside the network, however it will be allowed to transfer zone files from this machineroute all such queries through the DNS server you created in lab #3.<br><br></li></ol>#As you will now have a functioning primary DNS server, modify your network configuration file to specify its new IPADDR.
 === Set-up slave Slave Name Server ('''spruce''') ===
Perform the following steps for this section:
#Create a clone virtual machine called '''spruce''' from the '''seedling''' 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 '''balsamspuce''' virtual machine with 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 '''coniferous.trees.ops''' zone, the zone files for which will be obtained from '''balsam.coniferous.trees.ops'''.</li><li>Only machines within the spiral'''coniferous.galaxiestrees.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 === As you will now have a functioning primary and secondary DNS serverservers, modify your network configuration file on these machines and on the cloning source to specify its new IPADDR. You will also have to add another the correct IPADDR for your DNS server you setup in lab #1 to allow DNS queries from your virtual machines to outside server (TIP: You cannot use your '''primary''' or '''secondary''' DNS option).
{| class="wikitable" | style="margin-left:0px;"
! Hostname !! Address !! Purpose
|-style="background-color:#66cccc;"
| '''spruce.coniferous.trees.ops''' (your existing source) || External Facing Address:''' DHCP assigned'''<br>Internal Virtual Bridge (virbr1):''' 172.30.20.1''' || Your '''host''' machine
|-style="background-color:#66cccc;"
| '''seedling.coniferous.trees.ops''' || '''172.30.20.100''' || '''Cloning-source''' used to create other servers for other assignments.
|-style="background-color:#66cccc;"
| '''balsam.coniferous.trees.ops''' || ''' 172.30.20.2''' || '''Master''' Name Server
|-style="background-color:#66cccc;"
| '''spruce.coniferous.trees.ops''' || '''172.30.20.3''' || '''Slave''' Name Server
|- style="background-color:white;"
===Set-up Firewall Policies===
Perform In addition to the following steps for this section: # Make certain that you have '''iptables''' services enabled and running instead of ''Firewalld''. # Modify the iptables to meet basic firewall established in assignment 1, ensure the following conditions:::<ul>::<li>All outgoing traffic is allowed.</li>::<li>Responses to any traffic the machine sends out restrictions are allowed.</li>::<li>Traffic on the loopback interface is allowed.</li>::<li>The host machine (and <b>only</b> the host machine) must be able to ssh to that cloning-source VM.</li>::<li>ICMP traffic is allowed if it originated with the <b>local network only</b>.</li>::<li>As this is acting as the secure basis for later machines, no other traffic should be allowed.</li>:met:</ul>
# Any machine may query '''balsam'''
# Only the machines in the '''coniferous.trees.ops''' network may query spruce.
# Only spruce is allowed to get zone transfers from '''balsam'''
== Assignment Submission ==
===Assignment Evaluation Details===
*'''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 <br>(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 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.<br><br></li></ol>
*Download and run a shell script to check your work (Depending on your OPS335 Instructor):
::'''Peter Callaghan's Classes (Sections C &amp; D):'''<ul><li>Refer to instruction on Moodle to download and run marking shell script.</li></ul>
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.
{| class="wikitable" width=5060%
|-
| colspan=2 style="text-align:center;background-color:#cccccc;" |'''Student Demonstration (in class)'''
| width=10% style="text-align:right;font-weight:bold" | Mark
|-
| ::'''balsam ''' and '''spruce''' VMs created
| style="text-align:right" | /1
|-
| x::'''balsam''' and '''spruce''' VMs can connect to Internet
| style="text-align:right" | /1
|-
| x::'''balsam''' and '''spruce''' VMs can perform '''DNS queries outside network'''
| style="text-align:right" | /1
|-
| x::'''balsam''' and '''spruce''' VMs can perform '''forward DNS lookups''' for ALL machines within network
| style="text-align:right" | /1
|-
| x::'''balsam''' and '''spruce''' VMs can perform '''reverse DNS lookups''' for ALL machines within network
| style="text-align:right" | /1
|-
| width=10% style="text-align:right;font-weight:bold" | Mark
|-
| No localhost name resolution (no entries in colspan=2 | '''/etc/hostsMaster Name Server (balsam) - General Configuration''')|-| ::Domain set
| style="text-align:right" | /1
|-
| x::Has correct ip addresses
| style="text-align:right" | /1
|-
| x::Default gateway set
| style="text-align:right" | /1
|-
| x::DNS1 set
| style="text-align:right" | /1
|-
| x::DNS2 set
| style="text-align:right" | /1
|-
| x colspan=2 | '''Master Name Server (balsam) - Named Configuration'''|-| ::Zone transfer (to slave DNS server) limited to spruce only| style="text-align:right" | /2|-| ::Forwards to VM1| style="text-align:right" | /2|-| ::Recursion limited to coniferous| style="text-align:right" | /2|-| ::coniferous.trees.ops forward lookup| style="text-align:right" | /3|-| ::Server is master for coniferous.trees.ops| style="text-align:right" | /2|-| ::NS records in forward zone| style="text-align:right" | /1|-| ::No extra NS records
| style="text-align:right" | /1
|-
| x::Refresh timer set
| style="text-align:right" | /1
|-
| x::Retry timer set
| style="text-align:right" | /1
|-
| x::A records| style="text-align:right" | /3|-| ::spiral.galaxies.ops reverse lookup| style="text-align:right" | /3|-| ::Server is master for 172.30.20
| style="text-align:right" | /1
|-
| x::NS records in 20.30.172| style="text-align:right" | /2|-| ::No extra NS records
| style="text-align:right" | /1
|-
| x::PTR records| style="text-align:right" | /53
|-
| x::Hierarchy to sub-domain| style="text-align:right" | /3 |-| colspan=2 | '''Slave Name Server (spruce) - General Configuration'''|-| ::Domain set| style="text-align:right" | /1|-| ::Has correct ip addresses| style="text-align:right" | /1|-| ::Default gateway set| style="text-align:right" | /1|-| ::DNS1 set| style="text-align:right" | /1|-| ::DNS2 set| style="text-align:right" | /1|-| colspan=2 | '''Slave Name Server (spuce) - Named Configuration'''|-| ::Queries limited to coniferous.trees.ops
| style="text-align:right" | /2
|-
| x::Non-recursive| style="text-align:right" | /1|-| ::coniferous.trees.ops forward lookup| style="text-align:right" | /3|-| ::Server is slave for coniferous.trees.ops| style="text-align:right" | /1|-| ::Master for coniferous.trees.ops set| style="text-align:right" | /1|-| ::coniferous.trees.ops reverse lookup| style="text-align:right" | /3|-| ::Server is slave for 172.30.20| style="text-align:right" | /1|-| ::Master for 172.30.20 set| style="text-align:right" | /1|-| ::Zone transfer works| style="text-align:right" | /24
|-
| x| style colspan="text-align:right" 2 | /2'''Firewall policies'''
|-
| x::queries allowed
| style="text-align:right" | /2
|-
| x::queries limited to coniferous| style="text-align:right" | /21|- |'''Less Deductions (half-mark for EACH VM)::*'''SELinux''' NOT Enforcing:*'''VM hostname''' NOT set:*firewalld '''enabled''' / '''running''':*iptables '''disabled''' / '''not running''':*No Yum update</li><li>Named NOT active:*local hostname resolution remaining in '''/etc/hosts'''|
|-
| '''TOTAL'''
| style="text-align:right" | '''/3064'''
|}
 
[https://wiki.cdot.senecacollege.ca/wiki/OPS335_Assignment_2_-_Murray_Saul_rev1 assn2]
13,420
edits