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:
parent
b048058962
commit
b5d2df4c20
@ -28,7 +28,7 @@
|
|||||||
<PublisherName>Tim Young</PublisherName>
|
<PublisherName>Tim Young</PublisherName>
|
||||||
<CreateWebPageOnPublish>true</CreateWebPageOnPublish>
|
<CreateWebPageOnPublish>true</CreateWebPageOnPublish>
|
||||||
<WebPage>publish.htm</WebPage>
|
<WebPage>publish.htm</WebPage>
|
||||||
<ApplicationRevision>48</ApplicationRevision>
|
<ApplicationRevision>49</ApplicationRevision>
|
||||||
<ApplicationVersion>1.0.0.%2a</ApplicationVersion>
|
<ApplicationVersion>1.0.0.%2a</ApplicationVersion>
|
||||||
<UseApplicationTrust>false</UseApplicationTrust>
|
<UseApplicationTrust>false</UseApplicationTrust>
|
||||||
<PublishWizardCompleted>true</PublishWizardCompleted>
|
<PublishWizardCompleted>true</PublishWizardCompleted>
|
||||||
|
@ -22,7 +22,7 @@
|
|||||||
<location>670,200</location>
|
<location>670,200</location>
|
||||||
<mytype>firewall</mytype>
|
<mytype>firewall</mytype>
|
||||||
<isdns>False</isdns>
|
<isdns>False</isdns>
|
||||||
<isdhcp>True</isdhcp>
|
<isdhcp>False</isdhcp>
|
||||||
<gateway>
|
<gateway>
|
||||||
<ip>192.168.5.1</ip>
|
<ip>192.168.5.1</ip>
|
||||||
<mask>0.0.0.0</mask>
|
<mask>0.0.0.0</mask>
|
||||||
@ -2557,7 +2557,7 @@
|
|||||||
</dhcprange>
|
</dhcprange>
|
||||||
<dhcprange>
|
<dhcprange>
|
||||||
<ip>192.168.1.2</ip>
|
<ip>192.168.1.2</ip>
|
||||||
<mask>192.168.1.50</mask>
|
<mask>192.168.1.10</mask>
|
||||||
<gateway>192.168.1.70</gateway>
|
<gateway>192.168.1.70</gateway>
|
||||||
<type>route</type>
|
<type>route</type>
|
||||||
</dhcprange>
|
</dhcprange>
|
||||||
@ -4023,23 +4023,23 @@
|
|||||||
<uniqueidentifier>503</uniqueidentifier>
|
<uniqueidentifier>503</uniqueidentifier>
|
||||||
</link>
|
</link>
|
||||||
<nettest>
|
<nettest>
|
||||||
<shost>server0</shost>
|
<shost>pc5</shost>
|
||||||
<dhost>pc4</dhost>
|
<dhost>server0</dhost>
|
||||||
<thetest>SuccessfullyPings</thetest>
|
<thetest>SuccessfullyPings</thetest>
|
||||||
</nettest>
|
</nettest>
|
||||||
<nettest>
|
<nettest>
|
||||||
<shost>server0</shost>
|
<shost>pc4</shost>
|
||||||
<dhost>pc5</dhost>
|
<dhost>server0</dhost>
|
||||||
<thetest>SuccessfullyPings</thetest>
|
<thetest>SuccessfullyPings</thetest>
|
||||||
</nettest>
|
</nettest>
|
||||||
<nettest>
|
<nettest>
|
||||||
<shost>server0</shost>
|
<shost>laptop1</shost>
|
||||||
<dhost>laptop0</dhost>
|
<dhost>server0</dhost>
|
||||||
<thetest>SuccessfullyPings</thetest>
|
<thetest>SuccessfullyPings</thetest>
|
||||||
</nettest>
|
</nettest>
|
||||||
<nettest>
|
<nettest>
|
||||||
<shost>server0</shost>
|
<shost>laptop0</shost>
|
||||||
<dhost>laptop1</dhost>
|
<dhost>server0</dhost>
|
||||||
<thetest>SuccessfullyPings</thetest>
|
<thetest>SuccessfullyPings</thetest>
|
||||||
</nettest>
|
</nettest>
|
||||||
<tag>DHCP</tag>
|
<tag>DHCP</tag>
|
||||||
|
Loading…
Reference in New Issue
Block a user