Update the level1 practice5. It had been a puzzle with two DHCP servers. We teach that concept for the first time on level5. So I removed that and replaced it with improper DHCP. It passes out IPs that already exist.

This commit is contained in:
Tim Young 2018-03-21 14:00:00 -05:00
parent b048058962
commit b5d2df4c20
2 changed files with 11 additions and 11 deletions

View File

@ -28,7 +28,7 @@
<PublisherName>Tim Young</PublisherName>
<CreateWebPageOnPublish>true</CreateWebPageOnPublish>
<WebPage>publish.htm</WebPage>
<ApplicationRevision>48</ApplicationRevision>
<ApplicationRevision>49</ApplicationRevision>
<ApplicationVersion>1.0.0.%2a</ApplicationVersion>
<UseApplicationTrust>false</UseApplicationTrust>
<PublishWizardCompleted>true</PublishWizardCompleted>

View File

@ -22,7 +22,7 @@
<location>670,200</location>
<mytype>firewall</mytype>
<isdns>False</isdns>
<isdhcp>True</isdhcp>
<isdhcp>False</isdhcp>
<gateway>
<ip>192.168.5.1</ip>
<mask>0.0.0.0</mask>
@ -2557,7 +2557,7 @@
</dhcprange>
<dhcprange>
<ip>192.168.1.2</ip>
<mask>192.168.1.50</mask>
<mask>192.168.1.10</mask>
<gateway>192.168.1.70</gateway>
<type>route</type>
</dhcprange>
@ -4023,23 +4023,23 @@
<uniqueidentifier>503</uniqueidentifier>
</link>
<nettest>
<shost>server0</shost>
<dhost>pc4</dhost>
<shost>pc5</shost>
<dhost>server0</dhost>
<thetest>SuccessfullyPings</thetest>
</nettest>
<nettest>
<shost>server0</shost>
<dhost>pc5</dhost>
<shost>pc4</shost>
<dhost>server0</dhost>
<thetest>SuccessfullyPings</thetest>
</nettest>
<nettest>
<shost>server0</shost>
<dhost>laptop0</dhost>
<shost>laptop1</shost>
<dhost>server0</dhost>
<thetest>SuccessfullyPings</thetest>
</nettest>
<nettest>
<shost>server0</shost>
<dhost>laptop1</dhost>
<shost>laptop0</shost>
<dhost>server0</dhost>
<thetest>SuccessfullyPings</thetest>
</nettest>
<tag>DHCP</tag>