From e75b0d331bfce6248a44d2230c15f2f7ce3af8d9 Mon Sep 17 00:00:00 2001 From: Tim Young Date: Fri, 11 Aug 2017 18:08:09 +0200 Subject: [PATCH] timy created page: Create_NetTests --- Create_NetTests.md | 35 +++++++++++++++++++++++++++++++++++ 1 file changed, 35 insertions(+) create mode 100644 Create_NetTests.md diff --git a/Create_NetTests.md b/Create_NetTests.md new file mode 100644 index 0000000..acb14b4 --- /dev/null +++ b/Create_NetTests.md @@ -0,0 +1,35 @@ +**Net Tests** + +On the network options, you get to specify the Net Tests which apply. As the user does things, we run these tests. If a new test is completed, EduNetworkBuilder rewards them with a small ding. If all the tests are completed, the puzzle is "complete." + +Double-click the test box to add one, or right-click in the box. + +These "tests" will usually keep something from being changed, deleted, or something like that. For example, if PC0 has a test that its IP address needs to be local to Router0, then it will lock PC0 so you cannot delete it. It will also lock the nic, so you cannot delete the nic. Some of the tests will only lock something. It makes it harder for someone to goof up things you do not want them to mess with. + +The tests are: +NeedsLocalIPTo, +NeedsDefaultGW, +NeedsLinkToDevice, +NeedsRouteToNet, +NeedsUntaggedVLAN, +NeedsTaggedVLAN, +NeedsForbiddenVLAN, +SuccessfullyPings, +SuccessfullyPingsAgain, +SuccessfullyArps, +SuccessfullyDHCPs, +HelpRequest, +ReadContextHelp, +FailedPing, +DHCPServerEnabled, +SuccessfullyTraceroutes, +LockAll, +LockIP, +LockRoute, +LockNic, +LockDHCP, +LockGateway, +LockVLANsOnHost, +LockNicVLAN, +LockInterfaceVLAN, +LockVLANNames