Difference between revisions of "OPS535 A2 201603"

From CDOT Wiki
Jump to: navigation, search
m (Basic Services)
m (Updating for online delivery)
 
(4 intermediate revisions by the same user not shown)
Line 2: Line 2:
 
= Due Dates =
 
= Due Dates =
 
* This assignment worth 15%  of your final grade.
 
* This assignment worth 15%  of your final grade.
* Important: You must be in the Lab on the due date to present your systems in order to have your assignment marked unless it is for medical reason.
+
* See blackboard for the due date.
 +
<!--* Important: You must be in the Lab on the due date to present your systems in order to have your assignment marked unless it is for medical reason.-->
  
 
=Specification=
 
=Specification=
 
== Basic Services ==
 
== Basic Services ==
Setup an Internet email system for your assigned DNS Domain using the Virtual Machines in your Virtual Network. Your Internet email system must provide the following functions:
+
Setup an Internet email system for your assigned DNS assignment Domain using the Virtual Machines in your assignment Virtual Network. Your Internet email system must provide the following functions:
  
 
* A SMTP email server (running postfix) that is capable of receiving and sending emails for users in your domain.
 
* A SMTP email server (running postfix) that is capable of receiving and sending emails for users in your domain.
** Users in your domain must be able to send emails to users in the same domain and users in other students' domains in the class.
+
<!--** Users in your domain must be able to send emails to users in the same domain and users in other students' domains in the class.
** Users in your domain must be able to receive emails from other email users (both in your domain and from other domains).
+
** Users in your domain must be able to receive emails from other email users (both in your domain and from other domains).-->
 +
** Users in your assignment domain must be able to send emails to users in the same domain and users in your lab domain (in theory, this would include any other domain).
 +
** Users in your domain must be able to receive emails from other email users (both in your lab domain and from other domains).
 
<!--* An IMAP Access Agent (running dovecot) allowing users in your domain to remotely access their mail.
 
<!--* An IMAP Access Agent (running dovecot) allowing users in your domain to remotely access their mail.
 
** Users in your domain must be able to access/manage their mail box using IMAP(s) clients.-->
 
** Users in your domain must be able to access/manage their mail box using IMAP(s) clients.-->
 
* You email server must be configured to check the SPF (sender policy framework) of other domains for incoming email and reject emails that are violating the sender policy.
 
* You email server must be configured to check the SPF (sender policy framework) of other domains for incoming email and reject emails that are violating the sender policy.
* Configure your DNS server to implement and provide the SPF protection for your assignment domain.
+
* Configure your pri-dns server to implement and provide the SPF protection for your assignment domain.
* Configure your DNS server to implement and provide the DNSSEC records for your assignment domain.
+
* Configure your pri-dns server to implement and provide the DNSSEC records for your assignment domain.
**Provide the administrator for your lab domain (that's you) with a copy of the DS key for your assignment domain.  If you have not already done so, include the glue record as well.
+
**Provide the administrator for your top domain (The one on your host) with a copy of the DS key for your assignment domain.  If you have not already done so, include the glue record as well.
**Provide the administrator for the ops domain (your professor) with a copy of the DS key for your lab domain.  If you have not already done so, include the glue record as well.  This, combined with the step above will establish a chain of trust between your lab network, your assignment network and the rest of the ops domain.
+
**Configure a DNSSEC Trust Anchor so that your co-nfs server considers your top-domain server (the one with the <yourname>.ops zone) to already be authenticated.
**Configure a DNSSEC Trust Anchor so that your co-nfs server considers the .ops server to already be authenticated.  I will provide the key necessary for this through blackboard.
 
  
 
== Supporting Services ==
 
== Supporting Services ==
 
You need the following services and network infrastructure to support your Internet Email System (some of which should have been configured in assignment 1):
 
You need the following services and network infrastructure to support your Internet Email System (some of which should have been configured in assignment 1):
 
* Pri-dns must be the primary DNS name server for your assignment domain with the proper MX record(s), SPF record(s), A record(s), and PTR record(s).  It must be queriable by any machine.
 
* Pri-dns must be the primary DNS name server for your assignment domain with the proper MX record(s), SPF record(s), A record(s), and PTR record(s).  It must be queriable by any machine.
**Provide the administrator of the .ops domain (your professor) with glue records for your domain.
+
**Provide the administrator of the <yourname>.ops domain with glue records for your domain.
* Co-nfs must be a caching DNS server, accessible to machines in your networks, that will forward traffic to the server for the ops domain (172.16.1.1), then to your rns-ldap.
+
* Co-nfs must be a caching DNS server, accessible to machines in your networks, that will forward traffic to the server for the <yourname>.ops domain (your host), then to your rns-ldap.
 
* Rns-ldap must be a forwarding server only.
 
* Rns-ldap must be a forwarding server only.
 
**It must only be queriable by your co-nfs.
 
**It must only be queriable by your co-nfs.
 
**It must have a copy of the root-hints zone.
 
**It must have a copy of the root-hints zone.
* Proper static network routes to and from other Email servers in the Lab.
 
  
 
<!--
 
<!--
Line 37: Line 38:
 
= Evaluation =
 
= Evaluation =
 
==Script==
 
==Script==
 
+
<!--
 
On the due date you will be tasked to:
 
On the due date you will be tasked to:
 
# Add two new email users to your domain. Name of the new users will be given in class.
 
# Add two new email users to your domain. Name of the new users will be given in class.
Line 44: Line 45:
 
# receive the reply email from the designated user of the other domain.
 
# receive the reply email from the designated user of the other domain.
 
# query a record from another domain
 
# query a record from another domain
# query a record from another domain with dnssec information included.
+
# query a record from another domain with dnssec information included.-->
 
I will post a script to blackboard that will capture your configuration and logs.  You will run this script on your machines and upload the output to blackboard.
 
I will post a script to blackboard that will capture your configuration and logs.  You will run this script on your machines and upload the output to blackboard.
  
 
If you have any questions or need any clarification, please email your instructor at least one week before the posted due date.
 
If you have any questions or need any clarification, please email your instructor at least one week before the posted due date.

Latest revision as of 20:04, 3 November 2020

Due Dates

  • This assignment worth 15% of your final grade.
  • See blackboard for the due date.

Specification

Basic Services

Setup an Internet email system for your assigned DNS assignment Domain using the Virtual Machines in your assignment Virtual Network. Your Internet email system must provide the following functions:

  • A SMTP email server (running postfix) that is capable of receiving and sending emails for users in your domain.
    • Users in your assignment domain must be able to send emails to users in the same domain and users in your lab domain (in theory, this would include any other domain).
    • Users in your domain must be able to receive emails from other email users (both in your lab domain and from other domains).
  • You email server must be configured to check the SPF (sender policy framework) of other domains for incoming email and reject emails that are violating the sender policy.
  • Configure your pri-dns server to implement and provide the SPF protection for your assignment domain.
  • Configure your pri-dns server to implement and provide the DNSSEC records for your assignment domain.
    • Provide the administrator for your top domain (The one on your host) with a copy of the DS key for your assignment domain. If you have not already done so, include the glue record as well.
    • Configure a DNSSEC Trust Anchor so that your co-nfs server considers your top-domain server (the one with the <yourname>.ops zone) to already be authenticated.

Supporting Services

You need the following services and network infrastructure to support your Internet Email System (some of which should have been configured in assignment 1):

  • Pri-dns must be the primary DNS name server for your assignment domain with the proper MX record(s), SPF record(s), A record(s), and PTR record(s). It must be queriable by any machine.
    • Provide the administrator of the <yourname>.ops domain with glue records for your domain.
  • Co-nfs must be a caching DNS server, accessible to machines in your networks, that will forward traffic to the server for the <yourname>.ops domain (your host), then to your rns-ldap.
  • Rns-ldap must be a forwarding server only.
    • It must only be queriable by your co-nfs.
    • It must have a copy of the root-hints zone.


Evaluation

Script

I will post a script to blackboard that will capture your configuration and logs. You will run this script on your machines and upload the output to blackboard.

If you have any questions or need any clarification, please email your instructor at least one week before the posted due date.