commit a18f760a9f0f68ae11ef853dd18e75acc800b31c Author: Tim Young Date: Sat Aug 1 09:13:20 2015 -0600 Starting to sync diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..1ff0c42 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,63 @@ +############################################################################### +# Set default behavior to automatically normalize line endings. +############################################################################### +* text=auto + +############################################################################### +# Set default behavior for command prompt diff. +# +# This is need for earlier builds of msysgit that does not have it on by +# default for csharp files. +# Note: This is only used by command line +############################################################################### +#*.cs diff=csharp + +############################################################################### +# Set the merge driver for project and solution files +# +# Merging from the command prompt will add diff markers to the files if there +# are conflicts (Merging from VS is not affected by the settings below, in VS +# the diff markers are never inserted). Diff markers may cause the following +# file extensions to fail to load in VS. An alternative would be to treat +# these files as binary and thus will always conflict and require user +# intervention with every merge. To do so, just uncomment the entries below +############################################################################### +#*.sln merge=binary +#*.csproj merge=binary +#*.vbproj merge=binary +#*.vcxproj merge=binary +#*.vcproj merge=binary +#*.dbproj merge=binary +#*.fsproj merge=binary +#*.lsproj merge=binary +#*.wixproj merge=binary +#*.modelproj merge=binary +#*.sqlproj merge=binary +#*.wwaproj merge=binary + +############################################################################### +# behavior for image files +# +# image files are treated as binary by default. +############################################################################### +#*.jpg binary +#*.png binary +#*.gif binary + +############################################################################### +# diff behavior for common document formats +# +# Convert binary document formats to text before diffing them. This feature +# is only available from the command line. Turn it on by uncommenting the +# entries below. +############################################################################### +#*.doc diff=astextplain +#*.DOC diff=astextplain +#*.docx diff=astextplain +#*.DOCX diff=astextplain +#*.dot diff=astextplain +#*.DOT diff=astextplain +#*.pdf diff=astextplain +#*.PDF diff=astextplain +#*.rtf diff=astextplain +#*.RTF diff=astextplain diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..7964536 --- /dev/null +++ b/.gitignore @@ -0,0 +1,189 @@ +## Ignore Visual Studio temporary files, build results, and +## files generated by popular Visual Studio add-ons. + +# User-specific files +*.suo +*.user +*.sln.docstates + +# Build results +[Dd]ebug/ +[Dd]ebugPublic/ +[Rr]elease/ +x64/ +build/ +bld/ +[Bb]in/ +[Oo]bj/ + +# Roslyn cache directories +*.ide/ + +# MSTest test Results +[Tt]est[Rr]esult*/ +[Bb]uild[Ll]og.* + +#NUNIT +*.VisualState.xml +TestResult.xml + +# Build Results of an ATL Project +[Dd]ebugPS/ +[Rr]eleasePS/ +dlldata.c + +*_i.c +*_p.c +*_i.h +*.ilk +*.meta +*.obj +*.pch +*.pdb +*.pgc +*.pgd +*.rsp +*.sbr +*.tlb +*.tli +*.tlh +*.tmp +*.tmp_proj +*.log +*.vspscc +*.vssscc +.builds +*.pidb +*.svclog +*.scc + +# Chutzpah Test files +_Chutzpah* + +# Visual C++ cache files +ipch/ +*.aps +*.ncb +*.opensdf +*.sdf +*.cachefile + +# Visual Studio profiler +*.psess +*.vsp +*.vspx + +# TFS 2012 Local Workspace +$tf/ + +# Guidance Automation Toolkit +*.gpState + +# ReSharper is a .NET coding add-in +_ReSharper*/ +*.[Rr]e[Ss]harper +*.DotSettings.user + +# JustCode is a .NET coding addin-in +.JustCode + +# TeamCity is a build add-in +_TeamCity* + +# DotCover is a Code Coverage Tool +*.dotCover + +# NCrunch +_NCrunch_* +.*crunch*.local.xml + +# MightyMoose +*.mm.* +AutoTest.Net/ + +# Web workbench (sass) +.sass-cache/ + +# Installshield output folder +[Ee]xpress/ + +# DocProject is a documentation generator add-in +DocProject/buildhelp/ +DocProject/Help/*.HxT +DocProject/Help/*.HxC +DocProject/Help/*.hhc +DocProject/Help/*.hhk +DocProject/Help/*.hhp +DocProject/Help/Html2 +DocProject/Help/html + +# Click-Once directory +publish/ + +# Publish Web Output +*.[Pp]ublish.xml +*.azurePubxml +## TODO: Comment the next line if you want to checkin your +## web deploy settings but do note that will include unencrypted +## passwords +#*.pubxml + +# NuGet Packages Directory +packages/* +## TODO: If the tool you use requires repositories.config +## uncomment the next line +#!packages/repositories.config + +# Enable "build/" folder in the NuGet Packages folder since +# NuGet packages use it for MSBuild targets. +# This line needs to be after the ignore of the build folder +# (and the packages folder if the line above has been uncommented) +!packages/build/ + +# Windows Azure Build Output +csx/ +*.build.csdef + +# Windows Store app package directory +AppPackages/ + +# Others +sql/ +*.Cache +ClientBin/ +[Ss]tyle[Cc]op.* +~$* +*~ +*.dbmdl +*.dbproj.schemaview +*.pfx +*.publishsettings +node_modules/ + +# RIA/Silverlight projects +Generated_Code/ + +# Backup & report files from converting an old project file +# to a newer Visual Studio version. Backup files are not needed, +# because we have git ;-) +_UpgradeReport_Files/ +Backup*/ +UpgradeLog*.XML +UpgradeLog*.htm + +# SQL Server files +*.mdf +*.ldf + +# Business Intelligence projects +*.rdl.data +*.bim.layout +*.bim_*.settings + +# Microsoft Fakes +FakesAssemblies/ + +# LightSwitch generated files +GeneratedArtifacts/ +_Pvt_Extensions/ +ModelManifest.xml \ No newline at end of file diff --git a/EduNetworkBuilder.sln b/EduNetworkBuilder.sln new file mode 100644 index 0000000..2618384 --- /dev/null +++ b/EduNetworkBuilder.sln @@ -0,0 +1,22 @@ + +Microsoft Visual Studio Solution File, Format Version 12.00 +# Visual Studio Express 2013 for Windows Desktop +VisualStudioVersion = 12.0.31101.0 +MinimumVisualStudioVersion = 10.0.40219.1 +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "EduNetworkBuilder", "EduNetworkBuilder\EduNetworkBuilder.csproj", "{5662A48F-E771-4C29-B120-54D65FBC4A14}" +EndProject +Global + GlobalSection(SolutionConfigurationPlatforms) = preSolution + Debug|Any CPU = Debug|Any CPU + Release|Any CPU = Release|Any CPU + EndGlobalSection + GlobalSection(ProjectConfigurationPlatforms) = postSolution + {5662A48F-E771-4C29-B120-54D65FBC4A14}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {5662A48F-E771-4C29-B120-54D65FBC4A14}.Debug|Any CPU.Build.0 = Debug|Any CPU + {5662A48F-E771-4C29-B120-54D65FBC4A14}.Release|Any CPU.ActiveCfg = Release|Any CPU + {5662A48F-E771-4C29-B120-54D65FBC4A14}.Release|Any CPU.Build.0 = Release|Any CPU + EndGlobalSection + GlobalSection(SolutionProperties) = preSolution + HideSolutionNode = FALSE + EndGlobalSection +EndGlobal diff --git a/EduNetworkBuilder/App.config b/EduNetworkBuilder/App.config new file mode 100644 index 0000000..83e42c8 --- /dev/null +++ b/EduNetworkBuilder/App.config @@ -0,0 +1,27 @@ + + + + +
+ + + + + + + + + + + + True + + + en + + + False + + + + \ No newline at end of file diff --git a/EduNetworkBuilder/DeviceConfig.Designer.cs b/EduNetworkBuilder/DeviceConfig.Designer.cs new file mode 100644 index 0000000..831ffab --- /dev/null +++ b/EduNetworkBuilder/DeviceConfig.Designer.cs @@ -0,0 +1,283 @@ +namespace EduNetworkBuilder +{ + partial class DeviceConfig + { + /// + /// Required designer variable. + /// + private System.ComponentModel.IContainer components = null; + + /// + /// Clean up any resources being used. + /// + /// true if managed resources should be disposed; otherwise, false. + protected override void Dispose(bool disposing) + { + if (disposing && (components != null)) + { + components.Dispose(); + } + base.Dispose(disposing); + } + + #region Windows Form Designer generated code + + /// + /// Required method for Designer support - do not modify + /// the contents of this method with the code editor. + /// + private void InitializeComponent() + { + this.tbHostname = new System.Windows.Forms.TextBox(); + this.lblHostname = new System.Windows.Forms.Label(); + this.lbNics = new System.Windows.Forms.ListBox(); + this.lbAddresses = new System.Windows.Forms.ListBox(); + this.lblHelp = new System.Windows.Forms.Label(); + this.btnCancel = new System.Windows.Forms.Button(); + this.btnOK = new System.Windows.Forms.Button(); + this.btnNicPlus = new System.Windows.Forms.Button(); + this.btnNicMinus = new System.Windows.Forms.Button(); + this.btnNicEdit = new System.Windows.Forms.Button(); + this.btnIfEdit = new System.Windows.Forms.Button(); + this.btnIfMinus = new System.Windows.Forms.Button(); + this.btnIfAdd = new System.Windows.Forms.Button(); + this.lbArpTable = new System.Windows.Forms.ListBox(); + this.btnGateway = new System.Windows.Forms.Button(); + this.btnRoutes = new System.Windows.Forms.Button(); + this.cbDHCP = new System.Windows.Forms.CheckBox(); + this.btnDHCP = new System.Windows.Forms.Button(); + this.SuspendLayout(); + // + // tbHostname + // + this.tbHostname.Location = new System.Drawing.Point(90, 6); + this.tbHostname.Name = "tbHostname"; + this.tbHostname.Size = new System.Drawing.Size(124, 22); + this.tbHostname.TabIndex = 0; + this.tbHostname.Validating += new System.ComponentModel.CancelEventHandler(this.tbHostname_Validating); + // + // lblHostname + // + this.lblHostname.AutoSize = true; + this.lblHostname.Location = new System.Drawing.Point(12, 9); + this.lblHostname.Name = "lblHostname"; + this.lblHostname.Size = new System.Drawing.Size(72, 17); + this.lblHostname.TabIndex = 1; + this.lblHostname.Text = "Hostname"; + // + // lbNics + // + this.lbNics.FormattingEnabled = true; + this.lbNics.ItemHeight = 16; + this.lbNics.Location = new System.Drawing.Point(13, 103); + this.lbNics.Name = "lbNics"; + this.lbNics.Size = new System.Drawing.Size(150, 116); + this.lbNics.TabIndex = 2; + this.lbNics.SelectedIndexChanged += new System.EventHandler(this.lbNics_SelectedIndexChanged); + this.lbNics.DoubleClick += new System.EventHandler(this.lbNics_DoubleClick); + // + // lbAddresses + // + this.lbAddresses.FormattingEnabled = true; + this.lbAddresses.ItemHeight = 16; + this.lbAddresses.Location = new System.Drawing.Point(182, 103); + this.lbAddresses.Name = "lbAddresses"; + this.lbAddresses.Size = new System.Drawing.Size(277, 116); + this.lbAddresses.TabIndex = 3; + this.lbAddresses.DoubleClick += new System.EventHandler(this.lbAddresses_DoubleClick); + // + // lblHelp + // + this.lblHelp.Location = new System.Drawing.Point(15, 222); + this.lblHelp.Name = "lblHelp"; + this.lblHelp.Size = new System.Drawing.Size(444, 44); + this.lblHelp.TabIndex = 4; + this.lblHelp.Text = "HelpGoesHere"; + // + // btnCancel + // + this.btnCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel; + this.btnCancel.Location = new System.Drawing.Point(384, 301); + this.btnCancel.Name = "btnCancel"; + this.btnCancel.Size = new System.Drawing.Size(75, 23); + this.btnCancel.TabIndex = 5; + this.btnCancel.Text = "Cancel"; + this.btnCancel.UseVisualStyleBackColor = true; + this.btnCancel.Click += new System.EventHandler(this.btnCancel_Click); + // + // btnOK + // + this.btnOK.Location = new System.Drawing.Point(384, 330); + this.btnOK.Name = "btnOK"; + this.btnOK.Size = new System.Drawing.Size(75, 23); + this.btnOK.TabIndex = 6; + this.btnOK.Text = "Ok"; + this.btnOK.UseVisualStyleBackColor = true; + this.btnOK.Click += new System.EventHandler(this.btnOK_Click); + // + // btnNicPlus + // + this.btnNicPlus.Location = new System.Drawing.Point(14, 80); + this.btnNicPlus.Name = "btnNicPlus"; + this.btnNicPlus.Size = new System.Drawing.Size(19, 23); + this.btnNicPlus.TabIndex = 7; + this.btnNicPlus.Text = "+"; + this.btnNicPlus.UseVisualStyleBackColor = true; + this.btnNicPlus.Click += new System.EventHandler(this.btnNicPlus_Click); + // + // btnNicMinus + // + this.btnNicMinus.Location = new System.Drawing.Point(39, 80); + this.btnNicMinus.Name = "btnNicMinus"; + this.btnNicMinus.Size = new System.Drawing.Size(18, 23); + this.btnNicMinus.TabIndex = 8; + this.btnNicMinus.Text = "-"; + this.btnNicMinus.UseVisualStyleBackColor = true; + this.btnNicMinus.Click += new System.EventHandler(this.btnNicMinus_Click); + // + // btnNicEdit + // + this.btnNicEdit.Location = new System.Drawing.Point(63, 80); + this.btnNicEdit.Name = "btnNicEdit"; + this.btnNicEdit.Size = new System.Drawing.Size(65, 23); + this.btnNicEdit.TabIndex = 9; + this.btnNicEdit.Text = "edit"; + this.btnNicEdit.UseVisualStyleBackColor = true; + this.btnNicEdit.Click += new System.EventHandler(this.btnNicEdit_Click); + // + // btnIfEdit + // + this.btnIfEdit.Location = new System.Drawing.Point(394, 80); + this.btnIfEdit.Name = "btnIfEdit"; + this.btnIfEdit.Size = new System.Drawing.Size(65, 23); + this.btnIfEdit.TabIndex = 12; + this.btnIfEdit.Text = "edit"; + this.btnIfEdit.UseVisualStyleBackColor = true; + this.btnIfEdit.Click += new System.EventHandler(this.btnIfEdit_Click); + // + // btnIfMinus + // + this.btnIfMinus.Location = new System.Drawing.Point(370, 80); + this.btnIfMinus.Name = "btnIfMinus"; + this.btnIfMinus.Size = new System.Drawing.Size(18, 23); + this.btnIfMinus.TabIndex = 11; + this.btnIfMinus.Text = "-"; + this.btnIfMinus.UseVisualStyleBackColor = true; + this.btnIfMinus.Click += new System.EventHandler(this.btnIfMinus_Click); + // + // btnIfAdd + // + this.btnIfAdd.Location = new System.Drawing.Point(345, 80); + this.btnIfAdd.Name = "btnIfAdd"; + this.btnIfAdd.Size = new System.Drawing.Size(19, 23); + this.btnIfAdd.TabIndex = 10; + this.btnIfAdd.Text = "+"; + this.btnIfAdd.UseVisualStyleBackColor = true; + this.btnIfAdd.Click += new System.EventHandler(this.btnIfAdd_Click); + // + // lbArpTable + // + this.lbArpTable.Font = new System.Drawing.Font("Courier New", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.lbArpTable.FormattingEnabled = true; + this.lbArpTable.ItemHeight = 17; + this.lbArpTable.Location = new System.Drawing.Point(15, 269); + this.lbArpTable.Name = "lbArpTable"; + this.lbArpTable.Size = new System.Drawing.Size(326, 89); + this.lbArpTable.TabIndex = 13; + // + // btnGateway + // + this.btnGateway.Location = new System.Drawing.Point(251, 6); + this.btnGateway.Name = "btnGateway"; + this.btnGateway.Size = new System.Drawing.Size(208, 23); + this.btnGateway.TabIndex = 16; + this.btnGateway.Text = "Gateway:"; + this.btnGateway.UseVisualStyleBackColor = true; + this.btnGateway.Click += new System.EventHandler(this.btnGateway_Click); + // + // btnRoutes + // + this.btnRoutes.Location = new System.Drawing.Point(251, 31); + this.btnRoutes.Name = "btnRoutes"; + this.btnRoutes.Size = new System.Drawing.Size(113, 23); + this.btnRoutes.TabIndex = 17; + this.btnRoutes.Text = "Routes"; + this.btnRoutes.UseVisualStyleBackColor = true; + this.btnRoutes.Click += new System.EventHandler(this.btnRoutes_Click); + // + // cbDHCP + // + this.cbDHCP.AutoSize = true; + this.cbDHCP.Location = new System.Drawing.Point(13, 35); + this.cbDHCP.Name = "cbDHCP"; + this.cbDHCP.Size = new System.Drawing.Size(114, 21); + this.cbDHCP.TabIndex = 18; + this.cbDHCP.Text = "DHCP Server"; + this.cbDHCP.UseVisualStyleBackColor = true; + this.cbDHCP.CheckedChanged += new System.EventHandler(this.cbDHCP_CheckedChanged); + // + // btnDHCP + // + this.btnDHCP.Location = new System.Drawing.Point(365, 31); + this.btnDHCP.Name = "btnDHCP"; + this.btnDHCP.Size = new System.Drawing.Size(94, 23); + this.btnDHCP.TabIndex = 20; + this.btnDHCP.Text = "DHCP"; + this.btnDHCP.UseVisualStyleBackColor = true; + this.btnDHCP.Click += new System.EventHandler(this.btnDHCP_Click); + // + // DeviceConfig + // + this.AcceptButton = this.btnOK; + this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 16F); + this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; + this.CancelButton = this.btnCancel; + this.ClientSize = new System.Drawing.Size(471, 365); + this.Controls.Add(this.btnDHCP); + this.Controls.Add(this.cbDHCP); + this.Controls.Add(this.btnRoutes); + this.Controls.Add(this.btnGateway); + this.Controls.Add(this.lbArpTable); + this.Controls.Add(this.btnIfEdit); + this.Controls.Add(this.btnIfMinus); + this.Controls.Add(this.btnIfAdd); + this.Controls.Add(this.btnNicEdit); + this.Controls.Add(this.btnNicMinus); + this.Controls.Add(this.btnNicPlus); + this.Controls.Add(this.btnOK); + this.Controls.Add(this.btnCancel); + this.Controls.Add(this.lblHelp); + this.Controls.Add(this.lbAddresses); + this.Controls.Add(this.lbNics); + this.Controls.Add(this.lblHostname); + this.Controls.Add(this.tbHostname); + this.Icon = global::EduNetworkBuilder.Properties.Resources.NBIco; + this.Name = "DeviceConfig"; + this.Text = "DeviceConfig"; + this.ResumeLayout(false); + this.PerformLayout(); + + } + + #endregion + + private System.Windows.Forms.TextBox tbHostname; + private System.Windows.Forms.Label lblHostname; + private System.Windows.Forms.ListBox lbNics; + private System.Windows.Forms.ListBox lbAddresses; + private System.Windows.Forms.Label lblHelp; + private System.Windows.Forms.Button btnCancel; + private System.Windows.Forms.Button btnOK; + private System.Windows.Forms.Button btnNicPlus; + private System.Windows.Forms.Button btnNicMinus; + private System.Windows.Forms.Button btnNicEdit; + private System.Windows.Forms.Button btnIfEdit; + private System.Windows.Forms.Button btnIfMinus; + private System.Windows.Forms.Button btnIfAdd; + private System.Windows.Forms.ListBox lbArpTable; + private System.Windows.Forms.Button btnGateway; + private System.Windows.Forms.Button btnRoutes; + private System.Windows.Forms.CheckBox cbDHCP; + private System.Windows.Forms.Button btnDHCP; + } +} \ No newline at end of file diff --git a/EduNetworkBuilder/DeviceConfig.resx b/EduNetworkBuilder/DeviceConfig.resx new file mode 100644 index 0000000..1af7de1 --- /dev/null +++ b/EduNetworkBuilder/DeviceConfig.resx @@ -0,0 +1,120 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 2.0 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + \ No newline at end of file diff --git a/EduNetworkBuilder/EduNetworkBuilder.csproj b/EduNetworkBuilder/EduNetworkBuilder.csproj new file mode 100644 index 0000000..9bbf113 --- /dev/null +++ b/EduNetworkBuilder/EduNetworkBuilder.csproj @@ -0,0 +1,347 @@ + + + + + Debug + AnyCPU + {5662A48F-E771-4C29-B120-54D65FBC4A14} + WinExe + Properties + EduNetworkBuilder + EduNetworkBuilder + v4.5 + 512 + true + publish\ + true + Web + true + Foreground + 7 + Days + false + false + true + http://tyounglightsys.ddns.info/EduNetworkBuilder/v1/ + true + publish.htm + 17 + 1.0.0.%2a + false + true + true + + + AnyCPU + true + full + false + bin\Debug\ + DEBUG;TRACE + prompt + 4 + + + AnyCPU + pdbonly + true + bin\Release\ + TRACE + prompt + 4 + + + Resources\NBIco.ico + + + A4F0B3ABDDD27B9830477C7B93C90C41A5706505 + + + EduNetworkBuilder_TemporaryKey.pfx + + + true + + + true + + + + + + + + + + + + + + + + Form + + + DeviceConfig.cs + + + + Form + + + IPAddressEntry.cs + + + Form + + + LinkEditor.cs + + + Form + + + ListBoxWindow.cs + + + + + Form + + + NetTestEditor.cs + + + Form + + + NetworkCardEditor.cs + + + + + Form + + + NetworkBuilder.cs + + + + + + + Form + + + OptionsWindow.cs + + + + + + + True + True + edustrings.fr.resx + + + Form + + + RTFWindow.cs + + + DeviceConfig.cs + + + IPAddressEntry.cs + + + LinkEditor.cs + + + ListBoxWindow.cs + + + NetTestEditor.cs + + + NetworkBuilder.cs + + + NetworkCardEditor.cs + + + OptionsWindow.cs + + + ResXFileCodeGenerator + Resources.Designer.cs + Designer + + + True + Resources.resx + True + + + + ResXFileCodeGenerator + edustrings.fr.Designer.cs + + + RTFWindow.cs + + + + SettingsSingleFileGenerator + Settings.Designer.cs + + + True + Settings.settings + True + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + False + Microsoft .NET Framework 4.5 %28x86 and x64%29 + true + + + False + .NET Framework 3.5 SP1 Client Profile + false + + + False + .NET Framework 3.5 SP1 + false + + + + + + + + + + + False + EduNetworkBuilder network file + EduNetBuilder + Resources\NBIco.ico + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/EduNetworkBuilder/EduNetworkBuilder_TemporaryKey.pfx b/EduNetworkBuilder/EduNetworkBuilder_TemporaryKey.pfx new file mode 100644 index 0000000..0e0a82c Binary files /dev/null and b/EduNetworkBuilder/EduNetworkBuilder_TemporaryKey.pfx differ diff --git a/EduNetworkBuilder/IPAddressEntry.Designer.cs b/EduNetworkBuilder/IPAddressEntry.Designer.cs new file mode 100644 index 0000000..2f354e9 --- /dev/null +++ b/EduNetworkBuilder/IPAddressEntry.Designer.cs @@ -0,0 +1,148 @@ +namespace EduNetworkBuilder +{ + partial class IPAddressEntry + { + /// + /// Required designer variable. + /// + private System.ComponentModel.IContainer components = null; + + /// + /// Clean up any resources being used. + /// + /// true if managed resources should be disposed; otherwise, false. + protected override void Dispose(bool disposing) + { + if (disposing && (components != null)) + { + components.Dispose(); + } + base.Dispose(disposing); + } + + #region Windows Form Designer generated code + + /// + /// Required method for Designer support - do not modify + /// the contents of this method with the code editor. + /// + private void InitializeComponent() + { + this.Icon = Properties.Resources.NBIco; + this.lblIP = new System.Windows.Forms.Label(); + this.lblNetmask = new System.Windows.Forms.Label(); + this.lblGateway = new System.Windows.Forms.Label(); + this.tbIPAddress = new System.Windows.Forms.TextBox(); + this.tbNetmask = new System.Windows.Forms.TextBox(); + this.tbGateway = new System.Windows.Forms.TextBox(); + this.btnCancel = new System.Windows.Forms.Button(); + this.btnOK = new System.Windows.Forms.Button(); + this.SuspendLayout(); + // + // lblIP + // + this.lblIP.Location = new System.Drawing.Point(19, 13); + this.lblIP.Name = "lblIP"; + this.lblIP.Size = new System.Drawing.Size(60, 17); + this.lblIP.TabIndex = 0; + this.lblIP.Text = "IP"; + this.lblIP.TextAlign = System.Drawing.ContentAlignment.MiddleRight; + // + // lblNetmask + // + this.lblNetmask.Location = new System.Drawing.Point(16, 45); + this.lblNetmask.Name = "lblNetmask"; + this.lblNetmask.Size = new System.Drawing.Size(63, 17); + this.lblNetmask.TabIndex = 1; + this.lblNetmask.Text = "Netmask"; + this.lblNetmask.TextAlign = System.Drawing.ContentAlignment.MiddleRight; + // + // lblGateway + // + this.lblGateway.Location = new System.Drawing.Point(16, 74); + this.lblGateway.Name = "lblGateway"; + this.lblGateway.Size = new System.Drawing.Size(63, 17); + this.lblGateway.TabIndex = 2; + this.lblGateway.Text = "Gateway"; + this.lblGateway.TextAlign = System.Drawing.ContentAlignment.MiddleRight; + // + // tbIPAddress + // + this.tbIPAddress.Location = new System.Drawing.Point(86, 13); + this.tbIPAddress.Name = "tbIPAddress"; + this.tbIPAddress.Size = new System.Drawing.Size(128, 22); + this.tbIPAddress.TabIndex = 3; + this.tbIPAddress.Validating += new System.ComponentModel.CancelEventHandler(this.tbIPAddress_Validating); + // + // tbNetmask + // + this.tbNetmask.Location = new System.Drawing.Point(86, 42); + this.tbNetmask.Name = "tbNetmask"; + this.tbNetmask.Size = new System.Drawing.Size(128, 22); + this.tbNetmask.TabIndex = 4; + this.tbNetmask.Validating += new System.ComponentModel.CancelEventHandler(this.tbNetmask_Validating); + // + // tbGateway + // + this.tbGateway.Location = new System.Drawing.Point(86, 71); + this.tbGateway.Name = "tbGateway"; + this.tbGateway.Size = new System.Drawing.Size(128, 22); + this.tbGateway.TabIndex = 5; + this.tbGateway.Validating += new System.ComponentModel.CancelEventHandler(this.tbGateway_Validating); + // + // btnCancel + // + this.btnCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel; + this.btnCancel.Location = new System.Drawing.Point(19, 120); + this.btnCancel.Name = "btnCancel"; + this.btnCancel.Size = new System.Drawing.Size(75, 23); + this.btnCancel.TabIndex = 6; + this.btnCancel.Text = "Cancel"; + this.btnCancel.UseVisualStyleBackColor = true; + this.btnCancel.Click += new System.EventHandler(this.btnCancel_Click); + // + // btnOK + // + this.btnOK.Location = new System.Drawing.Point(139, 120); + this.btnOK.Name = "btnOK"; + this.btnOK.Size = new System.Drawing.Size(75, 23); + this.btnOK.TabIndex = 7; + this.btnOK.Text = "OK"; + this.btnOK.UseVisualStyleBackColor = true; + this.btnOK.Click += new System.EventHandler(this.btnOK_Click); + // + // IPAddressEntry + // + this.AcceptButton = this.btnOK; + this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 16F); + this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; + this.CancelButton = this.btnCancel; + this.ClientSize = new System.Drawing.Size(226, 163); + this.Controls.Add(this.btnOK); + this.Controls.Add(this.btnCancel); + this.Controls.Add(this.tbGateway); + this.Controls.Add(this.tbNetmask); + this.Controls.Add(this.tbIPAddress); + this.Controls.Add(this.lblGateway); + this.Controls.Add(this.lblNetmask); + this.Controls.Add(this.lblIP); + this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow; + this.Name = "IPAddressEntry"; + this.Text = "IP-Address Entry"; + this.ResumeLayout(false); + this.PerformLayout(); + + } + + #endregion + + private System.Windows.Forms.Label lblIP; + private System.Windows.Forms.Label lblNetmask; + private System.Windows.Forms.Label lblGateway; + private System.Windows.Forms.TextBox tbIPAddress; + private System.Windows.Forms.TextBox tbNetmask; + private System.Windows.Forms.TextBox tbGateway; + private System.Windows.Forms.Button btnCancel; + private System.Windows.Forms.Button btnOK; + } +} \ No newline at end of file diff --git a/EduNetworkBuilder/IPAddressEntry.resx b/EduNetworkBuilder/IPAddressEntry.resx new file mode 100644 index 0000000..1af7de1 --- /dev/null +++ b/EduNetworkBuilder/IPAddressEntry.resx @@ -0,0 +1,120 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 2.0 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + \ No newline at end of file diff --git a/EduNetworkBuilder/LinkEditor.Designer.cs b/EduNetworkBuilder/LinkEditor.Designer.cs new file mode 100644 index 0000000..a1e2b78 --- /dev/null +++ b/EduNetworkBuilder/LinkEditor.Designer.cs @@ -0,0 +1,138 @@ +namespace EduNetworkBuilder +{ + partial class LinkEditor + { + /// + /// Required designer variable. + /// + private System.ComponentModel.IContainer components = null; + + /// + /// Clean up any resources being used. + /// + /// true if managed resources should be disposed; otherwise, false. + protected override void Dispose(bool disposing) + { + if (disposing && (components != null)) + { + components.Dispose(); + } + base.Dispose(disposing); + } + + #region Windows Form Designer generated code + + /// + /// Required method for Designer support - do not modify + /// the contents of this method with the code editor. + /// + private void InitializeComponent() + { + this.lbSrcHost = new System.Windows.Forms.ListBox(); + this.lbSrcNic = new System.Windows.Forms.ListBox(); + this.lbDstNic = new System.Windows.Forms.ListBox(); + this.lbDstHost = new System.Windows.Forms.ListBox(); + this.btnLink = new System.Windows.Forms.Button(); + this.btnCancel = new System.Windows.Forms.Button(); + this.cbLinkType = new System.Windows.Forms.ComboBox(); + this.SuspendLayout(); + // + // lbSrcHost + // + this.lbSrcHost.FormattingEnabled = true; + this.lbSrcHost.ItemHeight = 16; + this.lbSrcHost.Location = new System.Drawing.Point(9, 18); + this.lbSrcHost.Name = "lbSrcHost"; + this.lbSrcHost.Size = new System.Drawing.Size(103, 84); + this.lbSrcHost.TabIndex = 0; + this.lbSrcHost.SelectedIndexChanged += new System.EventHandler(this.lbSrcHost_SelectedIndexChanged); + // + // lbSrcNic + // + this.lbSrcNic.FormattingEnabled = true; + this.lbSrcNic.ItemHeight = 16; + this.lbSrcNic.Location = new System.Drawing.Point(118, 18); + this.lbSrcNic.Name = "lbSrcNic"; + this.lbSrcNic.Size = new System.Drawing.Size(89, 84); + this.lbSrcNic.TabIndex = 1; + this.lbSrcNic.SelectedIndexChanged += new System.EventHandler(this.lbSrcNic_SelectedIndexChanged); + // + // lbDstNic + // + this.lbDstNic.FormattingEnabled = true; + this.lbDstNic.ItemHeight = 16; + this.lbDstNic.Location = new System.Drawing.Point(399, 18); + this.lbDstNic.Name = "lbDstNic"; + this.lbDstNic.Size = new System.Drawing.Size(89, 84); + this.lbDstNic.TabIndex = 3; + this.lbDstNic.SelectedIndexChanged += new System.EventHandler(this.lbDstNic_SelectedIndexChanged); + // + // lbDstHost + // + this.lbDstHost.FormattingEnabled = true; + this.lbDstHost.ItemHeight = 16; + this.lbDstHost.Location = new System.Drawing.Point(290, 18); + this.lbDstHost.Name = "lbDstHost"; + this.lbDstHost.Size = new System.Drawing.Size(103, 84); + this.lbDstHost.TabIndex = 2; + this.lbDstHost.SelectedIndexChanged += new System.EventHandler(this.lbDstHost_SelectedIndexChanged); + // + // btnLink + // + this.btnLink.Location = new System.Drawing.Point(210, 18); + this.btnLink.Name = "btnLink"; + this.btnLink.Size = new System.Drawing.Size(75, 23); + this.btnLink.TabIndex = 4; + this.btnLink.Text = "Link"; + this.btnLink.UseVisualStyleBackColor = true; + this.btnLink.Click += new System.EventHandler(this.btnLink_Click); + // + // btnCancel + // + this.btnCancel.Location = new System.Drawing.Point(210, 47); + this.btnCancel.Name = "btnCancel"; + this.btnCancel.Size = new System.Drawing.Size(75, 23); + this.btnCancel.TabIndex = 5; + this.btnCancel.Text = "Cancel"; + this.btnCancel.UseVisualStyleBackColor = true; + this.btnCancel.Click += new System.EventHandler(this.btnCancel_Click); + // + // cbLinkType + // + this.cbLinkType.FormattingEnabled = true; + this.cbLinkType.Location = new System.Drawing.Point(210, 76); + this.cbLinkType.Name = "cbLinkType"; + this.cbLinkType.Size = new System.Drawing.Size(75, 24); + this.cbLinkType.TabIndex = 6; + // + // LinkEditor + // + this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 16F); + this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; + this.ClientSize = new System.Drawing.Size(495, 117); + this.Controls.Add(this.cbLinkType); + this.Controls.Add(this.btnCancel); + this.Controls.Add(this.btnLink); + this.Controls.Add(this.lbDstNic); + this.Controls.Add(this.lbDstHost); + this.Controls.Add(this.lbSrcNic); + this.Controls.Add(this.lbSrcHost); + this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow; + this.Icon = global::EduNetworkBuilder.Properties.Resources.NBIco; + this.Name = "LinkEditor"; + this.Text = "LinkEditor"; + this.ResumeLayout(false); + + } + + #endregion + + private System.Windows.Forms.ListBox lbSrcHost; + private System.Windows.Forms.ListBox lbSrcNic; + private System.Windows.Forms.ListBox lbDstNic; + private System.Windows.Forms.ListBox lbDstHost; + private System.Windows.Forms.Button btnLink; + private System.Windows.Forms.Button btnCancel; + private System.Windows.Forms.ComboBox cbLinkType; + } +} \ No newline at end of file diff --git a/EduNetworkBuilder/LinkEditor.cs b/EduNetworkBuilder/LinkEditor.cs new file mode 100644 index 0000000..990824b --- /dev/null +++ b/EduNetworkBuilder/LinkEditor.cs @@ -0,0 +1,234 @@ +using System; +using System.Collections.Generic; +using System.ComponentModel; +using System.Data; +using System.Drawing; +using System.Linq; +using System.Text; +using System.Text.RegularExpressions; +using System.Threading.Tasks; +using System.Windows.Forms; +using System.Globalization; +using System.Resources; + + +namespace EduNetworkBuilder +{ + public partial class LinkEditor : Form + { + NetworkDevice Source=null; + NetworkDevice Dest=null; + bool processing = false; + List UsedLinks = new List(); + + public LinkEditor(NetworkDevice Src, NetworkDevice Dst) + { + Network Net = NB.GetNetwork(); + InitializeComponent(); + LanguagifyComponents(); + Source = Src; + if (Source != Dst) + { + Dest = Dst; + } + UsedLinks.AddRange(Net.UnavailableNics()); + + UpdateDeviceList(); + //The first time, we change the selections to the source and dest, if we had drug a line + int tindex; + if(Source != null) + { + tindex = lbSrcHost.Items.IndexOf(Source.hostname); + if (tindex >= 0) + { + lbSrcHost.SelectedIndex = tindex; + UpdateDeviceList(); + } + } + if (Dest != null) + { + tindex = lbDstHost.Items.IndexOf(Dest.hostname); + if (tindex >= 0) + { + lbDstHost.SelectedIndex = tindex; + UpdateDeviceList(); + } + } + } + + private void LanguagifyComponents() + { + ResourceManager RM = NB.GetResource(); + CultureInfo CI = NB.GetCulture(); + Text = RM.GetString("LE_btnLink", CI); + Text = RM.GetString("LE_btnCancel", CI); + Text = RM.GetString("LE_Form", CI); + } + + + private void UpdateDeviceList() + { + processing = true; + Network myNet = NB.GetNetwork(); + string SrcHost=""; + if (lbSrcHost.SelectedItem != null) + SrcHost = lbSrcHost.SelectedItem.ToString(); + string DstHost=""; + if (lbDstHost.SelectedItem != null) + DstHost = lbDstHost.SelectedItem.ToString(); + string SrcNic = ""; + if (lbSrcNic.SelectedItem != null) + SrcNic = lbSrcNic.SelectedItem.ToString(); + string DstNic = ""; + if (lbDstNic.SelectedItem != null) + DstNic = lbDstNic.SelectedItem.ToString(); + string theLinkType = LinkType.normal.ToString(); + if (cbLinkType.SelectedItem != null) + theLinkType = cbLinkType.SelectedItem.ToString(); + int ChosenSrcHost = lbSrcHost.SelectedIndex; + int ChosenDstHost = lbDstHost.SelectedIndex; + int tint; + lbSrcHost.Items.Clear(); + myNet.SortNetComponents(); //just so we have them in order + List srcHostnames = myNet.GetHostnames(); + List dstHostnames = myNet.GetHostnames(); + foreach(string tString in srcHostnames) + { + lbSrcHost.Items.Add(tString); + } + if (ChosenSrcHost >= 0) + { + ChosenSrcHost = lbSrcHost.Items.IndexOf(SrcHost); + lbSrcHost.SelectedIndex = ChosenSrcHost; + } + + lbSrcNic.Items.Clear(); + //List the Nics of the selected host + if (lbSrcHost.SelectedIndex >= 0) + { + List srcNics = myNet.NetworkCardForHostList(lbSrcHost.SelectedItem.ToString(),true,true); + foreach (string tString in srcNics) + { + lbSrcNic.Items.Add(tString); + } + } + + lbDstHost.Items.Clear(); + foreach (string tString in dstHostnames) + { + lbDstHost.Items.Add(tString); + } + if (ChosenDstHost >= 0) + { + ChosenDstHost = lbDstHost.Items.IndexOf(DstHost); + if(ChosenDstHost >= 0) + lbDstHost.SelectedIndex = ChosenDstHost; + } + + //We cannot link to ourselves. Remove the source from the dest list + if (lbSrcHost.SelectedIndex >= 0) + { + int delindex = lbDstHost.Items.IndexOf(lbSrcHost.SelectedItem.ToString()); + if (delindex >= 0) + lbDstHost.Items.RemoveAt(delindex); + } + + + //remove the dst nic lst + lbDstNic.Items.Clear(); + if (lbDstHost.SelectedIndex >= 0) + { + List dstNics = myNet.NetworkCardForHostList(lbDstHost.SelectedItem.ToString(),true,true); + foreach (string tString in dstNics) + { + lbDstNic.Items.Add(tString); + } + } + + if (SrcNic != "") + { + tint = lbSrcNic.Items.IndexOf(SrcNic); + if (tint != -1) + lbSrcNic.SelectedIndex = tint; + } + if (DstNic != "") + { + tint = lbDstNic.Items.IndexOf(DstNic); + if (tint != -1) + lbDstNic.SelectedIndex = tint; + } + + if(lbDstNic.SelectedIndex > -1 && lbSrcNic.SelectedIndex > -1) + { + btnLink.Enabled = true; + } + else + { + btnLink.Enabled = false; + } + if (Regex.IsMatch(SrcNic, "^wport") || Regex.IsMatch(SrcNic, "^wlan")) + { + //It is a wireless nic. + cbLinkType.Items.Clear(); + cbLinkType.Items.Add(LinkType.wireless.ToString()); + cbLinkType.Enabled = false; + } + else + { + cbLinkType.Items.Clear(); + cbLinkType.Items.Add(LinkType.normal.ToString()); + cbLinkType.Items.Add(LinkType.broken.ToString()); + cbLinkType.Enabled = true; + } + if (cbLinkType.Items.Contains(theLinkType)) + cbLinkType.SelectedItem = theLinkType; + else + cbLinkType.SelectedIndex = 0; + processing = false; + } + + private void btnLink_Click(object sender, EventArgs e) + { + Network Net = NB.GetNetwork(); + NetworkDevice Src = Net.ItemFromName(lbSrcHost.SelectedItem.ToString()); + int sNicIndex = lbSrcNic.SelectedIndex; + NetworkCard sNic = Src.NicFromName(lbSrcNic.SelectedItem.ToString()); + NetworkDevice Dst = Net.ItemFromName(lbDstHost.SelectedItem.ToString()); + int dNicIndex = lbDstNic.SelectedIndex; + NetworkCard dNic = Dst.NicFromName(lbDstNic.SelectedItem.ToString()); + LinkType LT = NB.ParseEnum(cbLinkType.SelectedItem.ToString()); + NetworkLink newLink = new NetworkLink(sNic.myID, dNic.myID, LT); + Net.AddItem(newLink); + Close(); + } + + private void lbSrcHost_SelectedIndexChanged(object sender, EventArgs e) + { + if(!processing) + UpdateDeviceList(); + } + + private void lbDstHost_SelectedIndexChanged(object sender, EventArgs e) + { + if (!processing) + UpdateDeviceList(); + } + + private void lbSrcNic_SelectedIndexChanged(object sender, EventArgs e) + { + if (!processing) + UpdateDeviceList(); + } + + private void lbDstNic_SelectedIndexChanged(object sender, EventArgs e) + { + if (!processing) + UpdateDeviceList(); + } + + private void btnCancel_Click(object sender, EventArgs e) + { + Close(); + } + } +} \ No newline at end of file diff --git a/EduNetworkBuilder/LinkEditor.resx b/EduNetworkBuilder/LinkEditor.resx new file mode 100644 index 0000000..1af7de1 --- /dev/null +++ b/EduNetworkBuilder/LinkEditor.resx @@ -0,0 +1,120 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 2.0 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + \ No newline at end of file diff --git a/EduNetworkBuilder/ListBoxWindow.Designer.cs b/EduNetworkBuilder/ListBoxWindow.Designer.cs new file mode 100644 index 0000000..b816f86 --- /dev/null +++ b/EduNetworkBuilder/ListBoxWindow.Designer.cs @@ -0,0 +1,149 @@ +namespace EduNetworkBuilder +{ + partial class ListBoxWindow + { + /// + /// Required designer variable. + /// + private System.ComponentModel.IContainer components = null; + + /// + /// Clean up any resources being used. + /// + /// true if managed resources should be disposed; otherwise, false. + protected override void Dispose(bool disposing) + { + if (disposing && (components != null)) + { + components.Dispose(); + } + base.Dispose(disposing); + } + + #region Windows Form Designer generated code + + /// + /// Required method for Designer support - do not modify + /// the contents of this method with the code editor. + /// + private void InitializeComponent() + { + this.lbWindowData = new System.Windows.Forms.ListBox(); + this.btnOK = new System.Windows.Forms.Button(); + this.panelCheckboxes = new System.Windows.Forms.Panel(); + this.lblInstructions = new System.Windows.Forms.Label(); + this.btnAdd = new System.Windows.Forms.Button(); + this.cbLoadPuzzlesAtStart = new System.Windows.Forms.CheckBox(); + this.btnReset = new System.Windows.Forms.Button(); + this.SuspendLayout(); + // + // lbWindowData + // + this.lbWindowData.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) + | System.Windows.Forms.AnchorStyles.Left) + | System.Windows.Forms.AnchorStyles.Right))); + this.lbWindowData.FormattingEnabled = true; + this.lbWindowData.ItemHeight = 16; + this.lbWindowData.Location = new System.Drawing.Point(12, 12); + this.lbWindowData.Name = "lbWindowData"; + this.lbWindowData.ScrollAlwaysVisible = true; + this.lbWindowData.Size = new System.Drawing.Size(575, 180); + this.lbWindowData.TabIndex = 0; + this.lbWindowData.DoubleClick += new System.EventHandler(this.lbWindowData_DoubleClick); + this.lbWindowData.MouseUp += new System.Windows.Forms.MouseEventHandler(this.lbWindowData_MouseUp); + // + // btnOK + // + this.btnOK.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); + this.btnOK.Location = new System.Drawing.Point(512, 334); + this.btnOK.Name = "btnOK"; + this.btnOK.Size = new System.Drawing.Size(75, 23); + this.btnOK.TabIndex = 1; + this.btnOK.Text = "OK"; + this.btnOK.UseVisualStyleBackColor = true; + this.btnOK.Click += new System.EventHandler(this.btnOK_Click); + // + // panelCheckboxes + // + this.panelCheckboxes.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left) + | System.Windows.Forms.AnchorStyles.Right))); + this.panelCheckboxes.Location = new System.Drawing.Point(15, 236); + this.panelCheckboxes.Name = "panelCheckboxes"; + this.panelCheckboxes.Size = new System.Drawing.Size(491, 121); + this.panelCheckboxes.TabIndex = 2; + // + // lblInstructions + // + this.lblInstructions.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left) + | System.Windows.Forms.AnchorStyles.Right))); + this.lblInstructions.Location = new System.Drawing.Point(12, 195); + this.lblInstructions.Name = "lblInstructions"; + this.lblInstructions.Size = new System.Drawing.Size(576, 38); + this.lblInstructions.TabIndex = 3; + this.lblInstructions.Text = "label1"; + // + // btnAdd + // + this.btnAdd.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); + this.btnAdd.Location = new System.Drawing.Point(512, 305); + this.btnAdd.Name = "btnAdd"; + this.btnAdd.Size = new System.Drawing.Size(75, 23); + this.btnAdd.TabIndex = 4; + this.btnAdd.Text = "New"; + this.btnAdd.UseVisualStyleBackColor = true; + this.btnAdd.Click += new System.EventHandler(this.btnAdd_Click); + // + // cbLoadPuzzlesAtStart + // + this.cbLoadPuzzlesAtStart.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); + this.cbLoadPuzzlesAtStart.AutoSize = true; + this.cbLoadPuzzlesAtStart.Location = new System.Drawing.Point(17, 358); + this.cbLoadPuzzlesAtStart.Name = "cbLoadPuzzlesAtStart"; + this.cbLoadPuzzlesAtStart.Size = new System.Drawing.Size(138, 21); + this.cbLoadPuzzlesAtStart.TabIndex = 5; + this.cbLoadPuzzlesAtStart.Text = "Show this at start"; + this.cbLoadPuzzlesAtStart.UseVisualStyleBackColor = true; + // + // btnReset + // + this.btnReset.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); + this.btnReset.Location = new System.Drawing.Point(512, 276); + this.btnReset.Name = "btnReset"; + this.btnReset.Size = new System.Drawing.Size(75, 23); + this.btnReset.TabIndex = 6; + this.btnReset.Text = "Reset"; + this.btnReset.UseVisualStyleBackColor = true; + this.btnReset.Click += new System.EventHandler(this.btnReset_Click); + // + // ListBoxWindow + // + this.AcceptButton = this.btnOK; + this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 16F); + this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; + this.ClientSize = new System.Drawing.Size(601, 381); + this.Controls.Add(this.cbLoadPuzzlesAtStart); + this.Controls.Add(this.btnReset); + this.Controls.Add(this.btnAdd); + this.Controls.Add(this.lblInstructions); + this.Controls.Add(this.panelCheckboxes); + this.Controls.Add(this.btnOK); + this.Controls.Add(this.lbWindowData); + this.Icon = global::EduNetworkBuilder.Properties.Resources.NBIco; + this.Name = "ListBoxWindow"; + this.Text = "ListBoxWindow"; + this.ResumeLayout(false); + this.PerformLayout(); + + } + + #endregion + + private System.Windows.Forms.ListBox lbWindowData; + private System.Windows.Forms.Button btnOK; + private System.Windows.Forms.Panel panelCheckboxes; + private System.Windows.Forms.Label lblInstructions; + private System.Windows.Forms.Button btnAdd; + private System.Windows.Forms.CheckBox cbLoadPuzzlesAtStart; + private System.Windows.Forms.Button btnReset; + } +} \ No newline at end of file diff --git a/EduNetworkBuilder/ListBoxWindow.resx b/EduNetworkBuilder/ListBoxWindow.resx new file mode 100644 index 0000000..1af7de1 --- /dev/null +++ b/EduNetworkBuilder/ListBoxWindow.resx @@ -0,0 +1,120 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 2.0 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + \ No newline at end of file diff --git a/EduNetworkBuilder/NetTestEditor.Designer.cs b/EduNetworkBuilder/NetTestEditor.Designer.cs new file mode 100644 index 0000000..e7e7dcb --- /dev/null +++ b/EduNetworkBuilder/NetTestEditor.Designer.cs @@ -0,0 +1,155 @@ +namespace EduNetworkBuilder +{ + partial class NetTestEditor + { + /// + /// Required designer variable. + /// + private System.ComponentModel.IContainer components = null; + + /// + /// Clean up any resources being used. + /// + /// true if managed resources should be disposed; otherwise, false. + protected override void Dispose(bool disposing) + { + if (disposing && (components != null)) + { + components.Dispose(); + } + base.Dispose(disposing); + } + + #region Windows Form Designer generated code + + /// + /// Required method for Designer support - do not modify + /// the contents of this method with the code editor. + /// + private void InitializeComponent() + { + System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(NetTestEditor)); + this.cbSource = new System.Windows.Forms.ComboBox(); + this.cbTest = new System.Windows.Forms.ComboBox(); + this.cbDest = new System.Windows.Forms.ComboBox(); + this.lblSource = new System.Windows.Forms.Label(); + this.lblTest = new System.Windows.Forms.Label(); + this.lblDest = new System.Windows.Forms.Label(); + this.btnOK = new System.Windows.Forms.Button(); + this.btnCancel = new System.Windows.Forms.Button(); + this.SuspendLayout(); + // + // cbSource + // + this.cbSource.FormattingEnabled = true; + this.cbSource.Location = new System.Drawing.Point(12, 32); + this.cbSource.Name = "cbSource"; + this.cbSource.Size = new System.Drawing.Size(121, 24); + this.cbSource.TabIndex = 0; + this.cbSource.SelectedValueChanged += new System.EventHandler(this.cbSource_SelectedValueChanged); + // + // cbTest + // + this.cbTest.FormattingEnabled = true; + this.cbTest.Location = new System.Drawing.Point(139, 32); + this.cbTest.Name = "cbTest"; + this.cbTest.Size = new System.Drawing.Size(175, 24); + this.cbTest.TabIndex = 1; + this.cbTest.SelectedValueChanged += new System.EventHandler(this.cbTest_SelectedValueChanged); + // + // cbDest + // + this.cbDest.FormattingEnabled = true; + this.cbDest.Location = new System.Drawing.Point(320, 32); + this.cbDest.Name = "cbDest"; + this.cbDest.Size = new System.Drawing.Size(121, 24); + this.cbDest.TabIndex = 2; + this.cbDest.SelectedValueChanged += new System.EventHandler(this.cbDest_SelectedValueChanged); + // + // lblSource + // + this.lblSource.AutoSize = true; + this.lblSource.Location = new System.Drawing.Point(16, 13); + this.lblSource.Name = "lblSource"; + this.lblSource.Size = new System.Drawing.Size(86, 17); + this.lblSource.TabIndex = 3; + this.lblSource.Text = "Source Host"; + // + // lblTest + // + this.lblTest.AutoSize = true; + this.lblTest.Location = new System.Drawing.Point(141, 14); + this.lblTest.Name = "lblTest"; + this.lblTest.Size = new System.Drawing.Size(36, 17); + this.lblTest.TabIndex = 4; + this.lblTest.Text = "Test"; + // + // lblDest + // + this.lblDest.AutoSize = true; + this.lblDest.Location = new System.Drawing.Point(317, 12); + this.lblDest.Name = "lblDest"; + this.lblDest.Size = new System.Drawing.Size(70, 17); + this.lblDest.TabIndex = 5; + this.lblDest.Text = "Dest Host"; + // + // btnOK + // + this.btnOK.Location = new System.Drawing.Point(366, 62); + this.btnOK.Name = "btnOK"; + this.btnOK.Size = new System.Drawing.Size(75, 23); + this.btnOK.TabIndex = 6; + this.btnOK.Text = "Done"; + this.btnOK.UseVisualStyleBackColor = true; + this.btnOK.Click += new System.EventHandler(this.btnOK_Click); + // + // btnCancel + // + this.btnCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel; + this.btnCancel.Location = new System.Drawing.Point(285, 62); + this.btnCancel.Name = "btnCancel"; + this.btnCancel.Size = new System.Drawing.Size(75, 23); + this.btnCancel.TabIndex = 7; + this.btnCancel.Text = "Cancel"; + this.btnCancel.UseVisualStyleBackColor = true; + this.btnCancel.Click += new System.EventHandler(this.btnCancel_Click); + // + // NetTestEditor + // + this.AcceptButton = this.btnOK; + this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 16F); + this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; + this.CancelButton = this.btnCancel; + this.ClientSize = new System.Drawing.Size(450, 96); + this.Controls.Add(this.btnCancel); + this.Controls.Add(this.btnOK); + this.Controls.Add(this.lblDest); + this.Controls.Add(this.lblTest); + this.Controls.Add(this.lblSource); + this.Controls.Add(this.cbDest); + this.Controls.Add(this.cbTest); + this.Controls.Add(this.cbSource); + this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow; + this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); + this.MaximizeBox = false; + this.MinimizeBox = false; + this.Name = "NetTestEditor"; + this.Text = "Edit a Test"; + this.Load += new System.EventHandler(this.NetTestEditor_Load); + this.ResumeLayout(false); + this.PerformLayout(); + + } + + #endregion + + private System.Windows.Forms.ComboBox cbSource; + private System.Windows.Forms.ComboBox cbTest; + private System.Windows.Forms.ComboBox cbDest; + private System.Windows.Forms.Label lblSource; + private System.Windows.Forms.Label lblTest; + private System.Windows.Forms.Label lblDest; + private System.Windows.Forms.Button btnOK; + private System.Windows.Forms.Button btnCancel; + } +} \ No newline at end of file diff --git a/EduNetworkBuilder/NetTestEditor.resx b/EduNetworkBuilder/NetTestEditor.resx new file mode 100644 index 0000000..19d58c5 --- /dev/null +++ b/EduNetworkBuilder/NetTestEditor.resx @@ -0,0 +1,827 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 2.0 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + + + AAABAAEAZWQAAAEAIAA4pAAAFgAAACgAAABlAAAAyAAAAAEAIAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAALNIjDizSI0As0iNsLNIjlCzSI7Us0iPSLNIj6CzSI/os0iP/LNIj/yzS + I/8s0iP/LNIj/yzSI/Is0iPeLNIjxCzSI6Us0iOBLNIjVizSIygAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACzSIyos0iNzLNIjtyzS + I/Us0iP/LNIj/yzSI/8s0iP+LNIj/yzSI/8s0iP/LNIj/yzSI/8s0iP/LNIj/yzSI/8s0iP/LNIj/yzS + I/8s0iP/LNIj/yzSI/8s0iP/LNIj/yzSI/8s0iPWLNIjlyzSI04s0iMDAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAD///8AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAALNIjRyzSI6Ys0iP6LNIj/yzSI/8s0iP/LNIj/yzSI/8s0iP/LNIj/yzS + I/8s0iP/LNIj/yzSI/8s0iP/LNIj/yzSI/8s0iP/LNIj/yzSI/8s0iP/LNIj/yzSI/8s0iP/LNIj/yzS + I/8s0iP/LNIj/yzSI/8s0iP+LNIj/yzSI/8s0iPPLNIjdyzSIxgAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAP// + /wAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAs0iMsLNIjnizS + I/4s0iP/LNIj/izSI/8s0iP/LNIj/yzSI/8s0iP/LNIj/yzSI/8s0iP/LNIj/yzSI/8s0iP/LNIj/yzS + I/8s0iP/LNIj/yzSI/8s0iP/LNIj/yzSI/8s0iP/LNIj/yzSI/8s0iP/LNIj/yzSI/8s0iP/LNIj/yzS + I/8s0iP/LNIj/yzSI/8s0iP/LNIj/yzSI9Is0iNmAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA////AAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAs0iNWLNIj1yzSI/8s0iP+LNIj/yzSI/8s0iP/LNIj/yzS + I/8s0iP/LNIj/yzSI/8s0iP/LNIj/yzSI/8s0iP/LNIj/yzSI/8s0iP/LNIj/yzSI/8s0iP/LNIj/yzS + I/8s0iP/LNIj/yzSI/8s0iP/LNIj/yzSI/8s0iP/LNIj/yzSI/8s0iP/LNIj/yzSI/8s0iP/LNIj/yzS + I/8s0iP/LNIj/izSI/8s0iP/LNIjlyzSIxcAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAD///8AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAs0iNqLNIj8yzSI/8s0iP+LNIj/yzSI/8s0iP/LNIj/yzSI/8s0iP/LNIj/yzSI/8s0iP/O6s1/1W3 + UP871TP/LNIj/yzSI/8s0iP/LNIj/yzSI/8s0iP/LNIj/yzSI/8s0iP/LNIj/yzSI/8s0iP/LNIj/yzS + I/8s0iP/LNIj/yzSI/8s0iP/LNIj/yzSI/8s0iP/LNIj/yzSI/8s0iP/LNIj/yzSI/8s0iP/LNIj/yzS + I/8s0iP/LNIj/yzSI7Is0iMdAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAP///wAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAP///4f///////////////////////////// + ///////////////////////////////////////////////////x8fH/srKy//////////////////// + ///////////////////////////////////////////////////////////////////Q9c7/WdtS/yzS + I/8s0iP/LNIj/yzSI/8s0iP/LNIj/yzSI/8s0iP/LNIj/yzSI/8s0iP/LNIj/yzSI/8s0iP/LNIj/izS + I/8s0iOmLNIjDAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA////AAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAs0iMjnuqa6v////+ZjIn/n5OQ/5+TkP+fk5D/n5OQ/5+TkP+fk5D/n5OQ/5+T + kP+fk5D/n5OQ/5+TkP+fk5D/n5OQ/7qxr/9dVlT/wLi2/5+TkP+fk5D/n5OQ/5+TkP+fk5D/n5OQ/5+T + kP+fk5D/n5OQ/5+TkP+fk5D/n5OQ/5+TkP+zh3v/////////////////0PXO/1nbUv8s0iP/LNIj/yzS + I/8s0iP/LNIj/yzSI/8s0iP/LNIj/yzSI/8s0iP/LNIj/yzSI/8s0iP/LNIj/yzSI/8s0iP/LNIjfQAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAD///8AAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAALNIjjCzS + I/+V6JH+/////z8nIf8/JyH/Pych/z8nIf8/JyH/Pych/z8nIf8/JyH/Pych/z8nIf8/JyH/Pych/z8n + If8/JyH/Tzk0/0s+Ov9lVVL/QCgi/z8nIf8/JyH/Pych/z8nIf8/JyH/Pych/z8nIf8/JyH/Pych/z8n + If8/JyH/Pych/6dXQv8/JyH/n5OQ/////////////////9D1zv9Y21H/LNIj/yzSI/8s0iP/LNIj/yzS + I/8s0iP/LNIj/yzSI/8s0iP/LNIj/yzSI/8s0iP/LNIj/yzSI/8s0iP/LNIj6izSIywAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAP///wAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAALNIjIizSI+ws0iP/LNIj/5XokP//////Pych/z8n + If8/JyH/Pych/z8nIf8/JyH/Pych/z8nIf8/JyH/Pych/z8nIf8/JyH/Pych/z8nIf9MNjD/a11a/1hK + Rv9bR0L/Pych/z8nIf8/JyH/Pych/z8nIf8/JyH/Pych/z8nIf8/JyH/Pych/z8nIf8/JyH/p1dC/z8n + If8/JyH/Pych/5+TkP////////////////+V6JD/LNIj/yzSI/8s0iP/LNIj/yzSI/8s0iP/LNIj/yzS + I/8s0iP/LNIj/yzSI/8s0iP/LNIj/yzSI/8s0iP+LNIj/yzSI4kAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAA////AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAACzSI3Es0iP/LNIj/izSI/8s0iP/leiQ//////8/JyH/Pych/182K/+oV0L/p1dC/6dX + Qv+nV0L/p1dC/6dXQv+nV0L/p1dC/6dXQv+nV0L/p1dC/6dXQv+7hXf/YjQo/8yekv+xa1j/p1dC/6dX + Qv+nV0L/p1dC/6dXQv+nV0L/p1dC/6dXQv+nV0L/plZB/z8nIf+nV0L/Pych/z8nIf8/JyH/Pych/z8n + If/c2Nb///////7+/v//////leiQ/yzSI/8s0iP/LNIj/yzSI/8s0iP/LNIj/yzSI/8s0iP/LNIj/y7S + Jf9o3mH/SrdE/zvVM/8s0iP/LNIj/yzSI90s0iMPAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAD///8AAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAs0iOsLNIj/yzS + I/8s0iP/LNIj/yzSI/+V6JD//////z8nIf8/JyH/i0o5/z8nIf8/JyH/Pych/z8nIf8/JyH/Pych/z8n + If8/JyH/Pych/z8nIf8/JyH/TDYw/2NVUv8jFhL/NSck/5CCf/9WQTv/Pych/z8nIf8/JyH/Pych/z8n + If8/JyH/Pych/z8nIf+1XUb/Pych/6dXQv8/JyH/Pych/z8nIf8/JyH/Pych/z8nIf9pVlH/1dDP//// + ///+/v7//////1LaSv8s0iP/LNIj/yzSI/8s0iP/LNIj/yzSI/8s0iP/S9hD/2bEYf9bulb/QNY4/yzS + I/8s0iP/LNIj/izSI/ss0iM4AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAP///wMAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAs0iMKLNIj4yzSI/8s0iP/LNIj/yzSI/8s0iP/LNIj/5Xo + kP//////Pych/z8nIf+KSjn/Pych/z8nIf8/JyH/Pych/z8nIf8/JyH/Pych/z8nIf8/JyH/Pych/z8n + If9ROzX/TUA8/1RGQ/9aTEn/OSso/4x+e/9WQTv/Pych/z8nIf8/JyH/Pych/z8nIf8/JyH/Pych/7tg + SP8/JyH/p1dC/z8nIf8/JyH/Pych/z8nIf8/JyH/Pych/z8nIf8/JyH/aVZR/9bRz////////////9D1 + zv9Z21L/LNIj/yzSI/8s0iP/LNIj/yzSI/954nT/K4km/23fZ/8u0iX/LNIj/yzSI/8s0iP/LNIj/izS + I/8s0iNrAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAA////EQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAALNIjEyzSI/Es0iP+LNIj/yzSI/8s0iP/LNIj/yzSI/8s0iP/leiQ//////8/JyH/Pych/4pK + Of9TMCf/p1dC/6dXQv+nV0L/p1dC/6dXQv+nV0L/p1dC/6dXQv+nV0L/p1dC/7RwXv99T0P/xpiM/3tN + Qv/Imo7/b0E1/8CShv+0cF7/qFhE/6dXQv+nV0L/p1dC/6dXQv+uWkT/tV1G/z8nIf+nV0L/Pych/z8n + If8/JyH/Pych/z8nIf8/JyH/Pych/z8nIf8/JyH/Pych/5+TkP/////////////////Z99j/q+yo/5zp + l/8s0iP/Z95h/0imQ/9y023/OdQw/yzSI/8s0iP/LNIj/yzSI/8s0iP/LNIj/yzSI/8s0iOGAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAD///8NAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACzSIxcs0iP3LNIj/izS + I/8s0iP/LNIj/yzSI/8s0iP/LNIj/yzSI/+V6JD//////z8nIf8/JyH/iko5/z8nIf8/JyH/Pych/z8n + If8/JyH/Pych/z8nIf8/JyH/Pych/z8nIf8/JyH/gHBs/0w+O/+IeXX/Kx0a/4x+ev+Mfnv/MiUh/2VY + VP96aWX/SjQu/z8nIf8/JyH/Pych/z8nIf+7YEj/Pych/6dXQv8/JyH/Pych/z8nIf8/JyH/Pych/z8n + If8/JyH/Pych/z8nIf8/JyH/Pych/z8nIf+fk5D///////7+/v/7/P3//v7+/9v32f962nT/O5k1/2fe + Yf8s0iP/LNIj/yzSI/8s0iP/LNIj/yzSI/8s0iP/LNIj/yzSI/8s0iOUAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAP///wIAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAs0iMWLNIj+SzSI/4s0iP/LNIj/yzSI/8s0iP/LNIj/yzS + I/8s0iP/LNIj/5XokP//////Pych/z8nIf+KSjn/Pych/z8nIf8/JyH/Pych/z8nIf8/JyH/Pych/z8n + If8/JyH/Pych/0w2MP9uYF3/ZFZT/11JRP9URkP/b2Fe/1hDPv96aWX/V0lG/zIkIf+Acm7/dWNf/0s0 + Lv8/JyH/Pych/7tgSP8/JyH/p1dC/z8nIf8/JyH/Pych/z8nIf8/JyH/Pych/z8nIf8/JyH/Pych/z8n + If8/JyH/Pych/z8nIf/+/v7//////yqZuv+AwtX//////9/p3v+V6JH/LNIj/yzSI/8s0iP/LNIj/yzS + I/8s0iP/LNIj/yzSI/8s0iP/LNIj/yzSI/8s0iOVAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA////AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAALNIjECzSI/Ys0iP+LNIj/yzSI/8s0iP/LNIj/yzSI/8s0iP/LNIj/yzSI/8s0iP/leiQ//// + //8/JyH/Pych/4pKOf8/JyH/Pych/z8nIf8/JyH/Pych/z8nIf8/JyH/Pych/z8nIf8/JyH/W0dC/0U3 + NP97a2f/Pych/2FSTv9SRUH/Tzk0/0EpI/9bR0L/iHt3/zYpJf9CNTH/g3Vy/3VjX/9KNC7/u2BI/z8n + If+nV0L/Pych/z8nIf8/JyH/Pych/z8nIf8/JyH/Pych/z8nIf8/JyH/Pych/z8nIf8/JyH/3NjW//7+ + /v9GpsP/GpG1/xWPs/9fssv///////7+/v+n7KP/LNIj/yzSI/8s0iP/LNIj/yzSI/8s0iP/LNIj/yzS + I/8s0iP/LNIj/yzSI/8s0iOJAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAD///8AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACzSIwUs0iPtLNIj/izS + I/8s0iP/LNIj/yzSI/8s0iP/LNIj/yzSI/8s0iP/LNIj/yzSI/+V6JD//////z8nIf8/JyH/iko5/z8n + If8/JyH/Pych/z8nIf8/JyH/Pych/z8nIf8/JyH/Pych/0AoIv+FdnL/PzEt/3VjX/8/JyH/f29r/y4g + Hf91Y1//Pych/z8nIf9KNC7/dWNf/3lrZ/82KCX/OCsn/3JkYP/Slob/W0dC/69mU/9MNjD/Pych/z8n + If8/JyH/Pych/z8nIf8/JyH/Pych/z8nIf9AKCL/UTw2/9/b2v/+/v7/aLbO/xiQtP8akbX/GpG1/xiQ + tP8/osD//v7+//7+/v+t7ar/LNIj/yzSI/8s0iP/LNIj/yzSI/8s0iP/LNIj/yzSI/8s0iP/LNIj/yzS + I/8s0iNvAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAP// + /wAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAALNIj1CzSI/4s0iP/LNIj/yzSI/8s0iP/LNIj/yzS + I/8s0iP/LNIj/yzSI/8s0iP/LNIj/5XokP//////Pych/z8nIf+KSjn/Pych/z8nIf8/JyH/Pych/z8n + If8/JyH/Pych/z8nIf8/JyH/UDo0/2tdWf9oW1f/SjQu/z8nIf91Y1//OCsn/4N0cP9AKCL/Pych/z8n + If8/JyH/SjQu/3VjX/+CdHH/UUNA/2o3Kf86LSn/lWdb/29hXv90ZGD/f29r/39va/9/b2v/f29r/39v + a/9/b2v/dGRg/2NTT//h3t7//v7+/4nG2f8VjrP/GpG1/xqRtf8akbX/GpG1/xqRtf8tmbr/8fj6//7+ + /v9R2Un/LNIj/yzSI/8s0iP/LNIj/yzSI/8s0iP/LNIj/yzSI/8s0iP/LNIj/yzSI/8s0iM/AAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA////AAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAACzSI5Qs0iP/LNIj/yzSI/8s0iP/LNIj/yzSI/8s0iP/LNIj/yzSI/8s0iP/LNIj/yzS + I/8s0iP/leiQ//////8/JyH/Pych/4pKOf8/JyH/Pych/z8nIf8/JyH/Pych/z8nIf8/JyH/Pych/z8n + If91Y1//MiUh/4BwbP8/JyH/Pych/1A6NP9kVlP/Y1ZS/1E7Nv8/JyH/Pych/z8nIf8/JyH/Pych/0w2 + MP9bR0L/0paH/3FhXf+oeW3/W01K/05APf8/MS7/OCon/zcqJv85LCj/PzEt/0s+Ov9YSkb/sKmo//7+ + /v+q1eP/EYyy/xqRtf8akbX/GpG1/xqRtf8akbX/GpG1/xqRtf8gk7b/2+3z//////8s0iP/LNIj/yzS + I/8s0iP/LNIj/yzSI/8s0iP/LNIj/yzSI/8s0iP/LNIj/izSI/0s0iMRAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAD///8AAAAAAAAAAAAAAAAAAAAAAAAAAAAs0iNULNIj/yzS + I/8s0iP/LNIj/yzSI/8s0iP/LNIj/yzSI/8s0iP/LNIj/yzSI/8s0iP/LNIj/yzSI/+V6JD//////z8n + If8/JyH/iko5/z8nIf8/JyH/Pych/z8nIf8/JyH/Pych/z8nIf8/JyH/SjQu/3ttaf9YS0f/W0dC/z8n + If8/JyH/QCgi/29gXP8/MS7/W0dC/z8nIf8/JyH/Pych/z8nIf8/JyH/Pych/z8nIf+7YEj/Pych/61i + T/9QOzX/UTs1/1E7Nf9ROzX/UTs1/1E7Nf9ROzX/UTs1/25dWP/+/v7/zObu/w+Lsf8akbX/GpG1/xqR + tf8akbX/GpG1/xqRtf8akbX/GpG1/xGMsv+n1OP//////yzSI/8s0iP/LNIj/yzSI/8s0iP/LNIj/yzS + I/8s0iP/LNIj/yzSI/8s0iP/LNIj/izSI+MAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAP///wAAAAAAAAAAAAAAAAAAAAAALNIjDSzSI/0s0iP+LNIj/yzSI/8s0iP/LNIj/yzS + I/8s0iP/LNIj/yzSI/8s0iP/LNIj/yzSI/8s0iP/LNIj/5XokP//////Pych/z8nIf+KSjn/Pych/z8n + If8/JyH/Pych/z8nIf8/JyH/Pych/z8nIf91Y1//Nikl/4R1cf9AKCL/Pych/z8nIf8/JyH/gXFt/yMW + Ev+AcGz/Pych/z8nIf8/JyH/Pych/z8nIf8/JyH/Pych/7tgSP8/JyH/p1dC/z8nIf8/JyH/Pych/z8n + If8/JyH/Pych/z8nIf9gTUj//v7+/+bz9/8Vj7P/GpG1/xqRtf8akbX/GpG1/xqRtf8akbX/GpG1/xqR + tf8UjrP/jcja//7+/v/Y9tb/LNIj/yzSI/8s0iP/LNIj/yzSI/8s0iP/LNIj/yzSI/8s0iP/LNIj/yzS + I/8s0iP/LNIj/yzSI44AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA////AAAA + AAAAAAAAAAAAAAAAAAAs0iPKLNIj/izSI/8s0iP/LNIj/yzSI/8s0iP/LNIj/yzSI/8s0iP/LNIj/yzS + I/8s0iP/LNIj/yzSI/8s0iP/leiQ//////8/JyH/Pych/4pKOf8/JyH/Pych/z8nIf8/JyH/Pych/z8n + If8/JyH/SjQu/3hqZ/9QQj//W0dC/z8nIf8/JyH/Pych/z8nIf9bR0L/TkA9/3BiX/9KNC7/Pych/z8n + If8/JyH/Pych/z8nIf8/JyH/u2BI/z8nIf+nV0L/Pych/z8nIf8/JyH/Pych/z8nIf8/JyH/YE1I//7+ + /v/z+fv/IZS3/xqRtf8akbX/GpG1/xqRtf8akbX/GpG1/xqRtf8akbX/F5C0/2y5z///////6/rq/yzS + I/8s0iP/LNIj/yzSI/8s0iP/LNIj/yzSI/8s0iP/LNIj/yzSI/8s0iP/LNIj/yzSI/8s0iP/LNIj/yzS + IzEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAD///8AAAAAAAAAAAAAAAAALNIjYyzS + I/8s0iP/LNIj/yzSI/8s0iP/LNIj/yzSI/8s0iP/LNIj/yzSI/8s0iP/LNIj/yzSI/8s0iP/LNIj/yzS + I/+V6JD//////z8nIf8/JyH/iko5/1MwJ/+nV0L/p1dC/6dXQv+nV0L/p1dC/6dXQv/Ci3z/ajww/8eU + h/+nWEP/p1dC/6dXQv+nV0L/p1dC/61iT/+oem7/dkk9/8KLfP+nV0L/p1dC/6dXQv+nV0L/p1dC/65a + RP+1XUb/Pych/6dXQv8/JyH/Pych/z8nIf8/JyH/Pych/z8nIf/+/v7//////y+bu/8akbX/GpG1/xqR + tf8akbX/GpG1/xqRtf8akbX/GpG1/xqRtf9KqMT//v7+//7+/v+V6JD/LNIj/yzSI/8s0iP/LNIj/yzS + I/8s0iP/LNIj/yzSI/8s0iP/LNIj/yzSI/8s0iP/LNIj/yzSI/8s0iP+LNIj7gAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAP///wAAAAAAAAAAACzSIwUs0iP6LNIj/yzSI/8s0iP/LNIj/yzS + I/8s0iP/LNIj/yzSI/8s0iP/LNIj/yzSI/8s0iP/LNIj/yzSI/8s0iP/LNIj/5XokP//////Pych/z8n + If+KSjn/Pych/z8nIf8/JyH/Pych/z8nIf8/JyH/dWNf/1pMSf9lV1T/W0dC/z8nIf8/JyH/Pych/z8n + If8/JyH/Pych/2ZWUv8jFhL/TT88/3ppZf8/JyH/Pych/z8nIf8/JyH/Pych/7tgSP8/JyH/p1dC/z8n + If8/JyH/Pych/z8nIf8/JyH/29jW//7+/v9DpcP/GpG1/xqRtf8akbX/GpG1/xqRtf8akbX/GpG1/xqR + tf8akbX/MZy8///////+/v7//////5XokP8s0iP/LNIj/yzSI/8s0iP/LNIj/yzSI/8s0iP/LNIj/yzS + I/8s0iP/LNIj/yzSI/8s0iP/LNIj/yzSI/8s0iP/LNIjfwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAA////AAAAAAAAAAAALNIjkizSI/8s0iP/LNIj/yzSI/8s0iP/LNIj/yzSI/8s0iP/LNIj/yzS + I/8s0iP/LNIj/yzSI/8s0iP/LNIj/yzSI/8s0iP/leiQ//////8/JyH/Pych/4tKOf8/JyH/Pych/z8n + If8/JyH/Pych/1VAO/94amf/Nyom/3ppZf9BKSP/Pych/z8nIf8/JyH/Pych/z8nIf8/JyH/XUxI/zYo + Jf9rXVr/SDs3/3ppZf9KNC7/Pych/z8nIf8/JyH/tV1G/z8nIf+nV0L/Pych/z8nIf8/JyH/Pych/9zY + 1v/+/v7/ZrXN/xiQtP8akbX/GpG1/xqRtf8akbX/GpG1/xqRtf8akbX/GpG1/ySWuP/2+vz//v7+/0xA + Pv//////leiQ/yzSI/8s0iP/LNIj/yzSI/8s0iP/LNIj/yzSI/8s0iP/LNIj/yzSI/8s0iP/LNIj/yzS + I/8s0iP/LNIj/yzSI/8s0iP/LNIjDAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAD///8BAAAAACzS + IxIs0iP/LNIj/yzSI/8s0iP/LNIj/yzSI/8s0iP/LNIj/yzSI/8s0iP/LNIj/yzSI/8s0iP/LNIj/yzS + I/8s0iP/LNIj/yzSI/+V6JD//////z8nIf8/JyH/XzYr/6hXQv+nV0L/p1dC/6dXQv+xa1j/wJKG/2M1 + Kf/MnpL/rGFN/6dXQv+nV0L/p1dC/6dXQv+nV0L/p1dC/6dXQv+VVUX/oXRo/6J1af+qfXH/cEM3/8qc + kP+zb17/qFhE/6dXQv+mVkH/Pych/6dXQv8/JyH/Pych/z8nIf/c2Nb//v7+/4bF2P8VjrP/GpG1/xqR + tf8akbX/GpG1/xqRtf8akbX/GpG1/xqRtf8YkLT/6fT3//7+/v+Nfnv/Nyom//T09P+c6Zf/LNIj/yzS + I/8s0iP/LNIj/yzSI/8s0iP/LNIj/yzSI/8s0iP/LNIj/yzSI/8s0iP/LNIj/yzSI/8s0iP/LNIj/yzS + I/8s0iOhAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAP///wYAAAAALNIjqCzSI/4s0iP/LNIj/yzS + I/8s0iP/LNIj/yzSI/8s0iP/LNIj/yzSI/8s0iP/LNIj/yzSI/8s0iP/LNIj/yzSI/8s0iP/LNIj/5Xo + kP//////Pych/z8nIf8/JyH/Pych/z8nIf9BKSP/W0dC/4FzcP8tHxz/j4F+/1ZBO/8/JyH/Pych/z8n + If8/JyH/Pych/z8nIf8/JyH/Pych/0EuKf94aGT/PzEu/3JhXf+CdHH/KRsX/2xfW/96aWX/UDo0/0Ao + Iv8/JyH/p1dC/z8nIf8/JyH/29fW//7+/v+n1eP/EY2y/xqRtf8akbX/GpG1/xqRtf8akbX/GpG1/xqR + tf8akLT/EIyy/9Lp8P/+/v7/YE1I/1A6NP9rXVr/w8PD/57pmf8s0iP/LNIj/yzSI/8s0iP/LNIj/yzS + I/8s0iP/LNIj/yzSI/8s0iP/LNIj/yzSI/8s0iP/LNIj/yzSI/8s0iP/LNIj/yzSI/8s0iMWAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAA////DCzSIw4s0iP/LNIj/yzSI/8s0iP/LNIj/yzSI/8s0iP/LNIj/yzS + I/8s0iP/LNIj/yzSI/8s0iP/LNIj/yzSI/8s0iP/LNIj/yzSI/8s0iP/leiQ//////8/JyH/Pych/z8n + If8/JyH/Pych/3ppZf9wYl//Oy4q/5GDf/9WQTv/Pych/z8nIf8/JyH/Pych/z8nIf8/JyH/Pych/z8n + If8/JyH/PSom/3BeWv8pGxf/f29r/1M9OP+FdnL/W05K/yodGf9rXVn/hXZy/1tHQv+vZlP/UTs1/29e + Wf/+/v//yeXt/w6Lsf8akLT/GpG1/xqRtf8akbX/GpG1/xqRtf8akbX/GpG1/xCMsv+w2eX//v7+/56S + j/8/JyH/QCgi/4V2cv+Tk5P/su6v/yzSI/8s0iP/LNIj/yzSI/8s0iP/LNIj/yzSI/8s0iP/LNIj/yzS + I/8s0iP/LNIj/yzSI/8s0iP/LNIj/yzSI/8s0iP/LNIj/izSI6MAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAD///8sLNIjiSzSI/8s0iP/LNIj/yzSI/8s0iP/LNIj/yzSI/8s0iP/LNIj/yzSI/8s0iP/LNIj/yzS + I/8s0iP/LNIj/yzSI/8s0iP/LNIj/yzSI/+V6JD//////z8nIf8/JyH/Qisl/1tGQf+FdnL/SDo3/1xP + S/96aWX/SjQu/z8nIf8/JyH/Pych/z8nIf8/JyH/Pych/z8nIf8/JyH/Pych/0s1L/9NPTn/Tzk0/1BD + P/98bmv/SzUv/0AoIv9bR0L/hXVy/2FTUP8rHRr/OCon/45hVf92amj//v7+/+Ty9v8VjrP/GpG1/xqR + tf8akbX/GpG1/xqRtf8akbX/GpG1/xqRtf8UjrP/kMnb//7+/v/c2Nb/Pych/z8nIf8/JyH/W0dC/7m5 + uf+j06D/OdQw/yzSI/8s0iP/LNIj/yzSI/8s0iP/LNIj/yzSI/8s0iP/LNIj/yzSI/8s0iP/LNIj/yzS + I/8s0iP/LNIj/yzSI/8s0iP/LNIj/yzSIwgAAAAAAAAAAAAAAAAAAAAAAAAAAP///10s0iP/LNIj/yzS + I/8s0iP/LNIj/yzSI/83xS//ZdNf/2feYf851DD/LNIj/yzSI/8s0iP/LNIj/yzSI/8s0iP/LNIj/yzS + I/8s0iP/LNIj/5XokP//////QCgi/1E7Nv9gTEf/b2Fe/z8xLf+CdHH/dWNf/z8nIf8/JyH/Pych/z8n + If8/JyH/Pych/z8nIf8/JyH/Pych/z8nIf8/JyH/gnJu/0g7N/9fS0b/emxp/1RGQ/9POTT/Pych/z8n + If9AKCL/UDo1/3VjX/95aWX/vZGF//7+/v/y+Pv/IJS3/xqRtf8akbX/GpG1/xqRtf8akbX/GpG1/xqR + tf8akbX/F5C0/2+50f/+/v7/3NjW/z8nIf8/JyH/Pych/z8nIf9MNjD/+/v7/12MWv9t32f/LtIl/yzS + I/8s0iP/LNIj/yzSI/8s0iP/LNIj/yzSI/8s0iP/LNIj/yzSI/8s0iP/LNIj/yzSI/8s0iP/LNIj/yzS + I/8s0iP/LNIjgQAAAAAAAAAAAAAAAAAAAAAAAAAAt++0oyzSI/8s0iP/LNIj/yzSI/8s0iP/LNIj/z/W + Nv9JqET/M5Eu/2/Paf9n3mH/OdQw/yzSI/8s0iP/LNIj/yzSI/8s0iP/LNIj/yzSI/8s0iP/leiQ//// + //+FdnL/a15a/0I1Mf9eTkv/dWNf/0o0Lv8/JyH/Pych/z8nIf8/JyH/Pych/z8nIf8/JyH/Pych/z8n + If8/JyH/Pych/z8nIf9uXlv/YVNQ/003Mv+AcGz/LB4b/3VjX/8/JyH/Pych/z8nIf8/JyH/Pych/2dU + UP/+/v7//////y2au/8akbX/GpG1/xqRtf8akbX/GpG1/xqRtf8akbX/GpG1/xqRtf9NqcX//v7+/9zY + 1v8/JyH/Pych/z8nIf8/JyH/Pych/z8nIf//////hrWD/2G/W/9L2EP/LNIj/yzSI/8s0iP/LNIj/yzS + I/8s0iP/LNIj/yzSI/8s0iP/LNIj/yzSI/8s0iP/LNIj/yzSI/8s0iP/LNIj/yzSI/8s0iPzAAAAAAAA + AAAAAAAAAAAAAAAAAACU6I/fLNIj/izSI/8s0iP/LNIj/yzSI/8s0iP/MNIn/0vYQ/944XL/TaxI/zOR + Lv9nx2L/Z95h/znUMP8s0iP/LNIj/yzSI/871TP/S9hD/3Thbv+o3aX/wMDA/0c5Nv9qXFn/gXFt/0o0 + Lv8/JyH/Pych/z8nIf8/JyH/Pych/z8nIf8/JyH/Pych/z8nIf8/JyH/Pych/z8nIf8/JyH/SzQu/0o7 + N/9gTEf/Qiok/1tHQv9AMi//fGxp/0AoIv8/JyH/Pych/z8nIf8/JyH/1M/O//////9Bo8H/GpG1/xqR + tf8akbX/GpG1/xqRtf8akbX/GpG1/xqRtf8akbX/Mpy9///////+/v7/QCgi/z8nIf8/JyH/Pych/z8n + If8/JyH/Pych//////+177L/JIMf/37eef9F1z3/LNIj/yzSI/8s0iP/LNIj/yzSI/8s0iP/LNIj/yzS + I/8s0iP/LNIj/yzSI/8s0iP/LNIj/yzSI/8s0iP/LNIj/yzSI/8s0iM/AAAAAAAAAAAAAAAAAAAAAIfl + gf8s0iP/LNIj/yzSI/8s0iP/LNIj/yzSI/8s0iP/LNIj/y3SJP9L2EP/eeJ0/0+tSv8ykC3/YcFc/3Lh + bP9p12P/TcFH/0qvRP9Doj7/Ppw5/4u6iP/5+fn/dWNf/0o0Lv8/JyH/Pych/z8nIf8/JyH/Pych/z8n + If8/JyH/Pych/z8nIf8/JyH/Pych/z8nIf8/JyH/Pych/z8nIf9+bmr/TT88/1E8Nv8/JyH/UTw2/2ha + V/9oWlf/UDo0/z8nIf8/JyH/Pych/9zY1v/+/v7/Y7TM/xiQtP8akbX/GpG1/xqRtf8akbX/GpG1/xqR + tf8akbX/GpG1/yWWuP/3+/z//v7+/3pubP9QOjT/Pych/z8nIf8/JyH/Pych/z8nIf8/JyH//////5vp + lv+C4X3/K4km/4Hge/9F1z3/LNIj/yzSI/8s0iP/LNIj/yzSI/8s0iP/LNIj/yzSI/8s0iP/LNIj/yzS + I/8s0iP/LNIj/yzSI/8s0iP/LNIj/izSI6YAAAAAAAAAAAAAAAAAAAAAh+WB/yzSI/8s0iP/LNIj/yzS + I/8s0iP/LNIj/yzSI/8s0iP/LNIj/yzSI/8t0iT/S9hD/3nidP9Usk//GXcT/xl3FP9bulb/eth0/3bh + cP9K2EL/n+qa//////8/JyH/Pych/z8nIf8/JyH/Pych/z8nIf8/JyH/Pych/z8nIf8/JyH/Pych/z8n + If8/JyH/Pych/z8nIf8/JyH/Pych/00/PP99bWn/TTcx/z8nIf9AKCL/hXZy/0EzMP91Y1//Pych/z8n + If/c2Nb//v7+/4PD1/8VjrP/GpG1/xqRtf8akbX/GpG1/xqRtf8akbX/GpG1/xqRtf8ZkLT/6vX4//7+ + /v+Nfnv/STw4/3VjX/8/JyH/Pych/z8nIf8/JyH/Pych/z8nIf//////leiQ/0XXPf9/33r/Lowp/27Y + af8+1TX/LtIl/yzSI/8s0iP/LNIj/yzSI/8s0iP/LNIj/yzSI/8s0iP/LNIj/yzSI/8s0iP/LNIj/yzS + I/8s0iP/LNIj/gAAAAAAAAAAAAAAAAAAAACH5YH/LNIj/yzSI/8s0iP/LNIj/yzSI/8s0iP/LNIj/yzS + I/8s0iP/LNIj/yzSI/8s0iP/LNIj/23fZ/8xjyz/ashl/yyKJv9Usk//duFw/0vYQ/+V6JD//////z8n + If8/JyH/Pych/z8nIf8/JyH/Pych/z8nIf8/JyH/Pych/z8nIf8/JyH/Pych/z8nIf8/JyH/VkE7/4Fx + bf9DNDH/VkQ//z8nIf8/JyH/Pych/z8nIf9bR0L/MiQh/4R0cf9AKCL/29fW//7+/v+l0+H/EY2y/xqQ + tP8akbX/GpG1/xqRtf8akbX/GpG1/xqRtf8akbX/EY2y/9Xq8f/+/v7/YE1I/085NP9KPDn/f29r/z8n + If8/JyH/Pych/z8nIf8/JyH/Pych//////+V6JD/LNIj/0XXPf9z4W7/Npcx/1m4VP9t32f/OdQw/yzS + I/8s0iP/LNIj/yzSI/8s0iP/LNIj/yzSI/8s0iP/LNIj/yzSI/8s0iP/LNIj/yzSI/8s0iP/LNIjNwAA + AAAAAAAAAAAAAIflgf8s0iP/LNIj/yzSI/8s0iP/LNIj/yzSI/8s0iP/LNIj/yzSI/8s0iP/LNIj/yzS + I/8s0iP/P9Y2/0+uSv9xz2v/duFw/2rKZf8siyf/SKdD/7jttf//////SzQu/z8nIf8/JyH/Pych/z8n + If8/JyH/Pych/z8nIf8/JyH/Pych/z8nIf8/JyH/SzQu/3VjX/+Fd3T/NSck/3hpZv8/JyH/Pych/z8n + If8/JyH/Pych/1E7Nf9TRUL/VEZD/3xsaP//////xuTt/w6Lsf8akLT/GpG1/xqRtf8akbX/GpG1/xqR + tf8akbX/GpG0/xCMsf+z2ub//v7+/56Sj/8/JyH/TTcx/3ttaf9ZSkb/SjQu/z8nIf8/JyH/Pych/z8n + If8/JyH//////5XokP8s0iP/LNIj/yzSI/9n3mH/bMpn/y6MKf9z1G7/Z95h/znUMP8s0iP/LNIj/yzS + I/8s0iP/LNIj/yzSI/8s0iP/LNIj/yzSI/8s0iP/LNIj/yzSI/8s0iOFAAAAAAAAAAAAAAAAh+WB/yzS + I/8s0iP/LNIj/yzSI/8s0iP/LNIj/yzSI/8s0iP/LNIj/yzSI/8s0iP/LNIj/yzSI/8t0iT/dd9v/z2c + OP9I2ED/ONQv/2feYf921nH/caBu/7Ozs/+Fd3P/dWNf/0o0Lv8/JyH/Pych/z8nIf8/JyH/Pych/z8n + If9CKiT/UDo1/3VjX/+CdXH/Rjk1/0Q2M/+Rg3//VUA7/z8nIf8/JyH/Pych/z8nIf8/JyH/UTs1/0s9 + Ov9qX1z//v7+/+Px9f8UjrP/GpG0/xqRtf8akbX/GpG1/xqRtf8akbX/GpG1/xqRtf8TjrP/k8vc//7+ + /v/c2Nb/Pych/z8nIf8/JyH/Tjcy/0g7N/+BcW3/Pych/z8nIf8/JyH/Pych/z8nIf//////leiQ/yzS + I/8s0iP/LNIj/y7SJf9L2EP/eeJ0/0qpRf84ljP/dtZx/2feYf851DD/LNIj/yzSI/8s0iP/LNIj/yzS + I/8s0iP/LNIj/yzSI/8s0iP/LNIj/yzSI8wAAAAAAAAAAAAAAACH5YH/LNIj/yzSI/8s0iP/LNIj/yzS + I/8s0iP/LNIj/yzSI/8s0iP/LNIj/yzSI/8s0iP/LNIj/yzSI/9n3mH/I4Ee/3Thbv8s0iP/LNIj/znU + MP+y7q//9/f3/0Y5Nf86LCn/fG5r/3VjX/9QOjX/Pych/z8nIf9wXlr/gHBs/2BPS/9WSUX/Nykm/1lM + SP+Bcm7/W0dC/0w2MP8/JyH/Pych/z8nIf8/JyH/Pych/z8nIf9POTT/X1RR//7+/v/x+Pr/H5S3/xqR + tf8akbX/GpG1/xqRtf8akbX/GpG1/xqRtf8akbX/F4+0/3G60f/+/v7/3NjW/z8nIf8/JyH/Pych/z8n + If9NNzH/fW1p/0w+Ov9OODP/QSkj/z8nIf8/JyH/Pych//////+V6JD/LNIj/yzSI/8s0iP/LNIj/yzS + I/8t0iT/S9hD/3nidP9Nq0j/LYso/2LCXf9z4W7/S9hD/zrVMv8s0iP/LNIj/yzSI/8s0iP/MNIn/0DW + OP871TP/LNIj/wAAAAAAAAAAAAAAAIflgf8s0iP/LNIj/yzSI/8s0iP/LNIj/yzSI/8s0iP/LNIj/yzS + I/8s0iP/LNIj/yzSI/8s0iP/LNIj/z7VNf9HpkL/XcdY/y3SJP8s0iP/LNIj/5XokP//////W0dC/39w + bP9LPTr/LB4a/z4wLf9VR0T/UEM//1BDP/9aTEn/UUA8/3hoZP91Y1//UDo1/0AoIv8/JyH/Pych/z8n + If8/JyH/Pych/z8nIf8/JyH/Pych/5KEgP/+/v7//v7+/y2au/8akbX/GpG1/xqRtf8akbX/GpG1/xqR + tf8akbX/GpG1/xqRtf9Pqsb//v7+/+Hd3P8/JyH/Pych/z8nIf8/JyH/Pych/z8nIf8/JyH/bl9b/15R + Tf91Y1//Pych/z8nIf8/JyH//////5XokP8s0iP/LNIj/yzSI/8s0iP/LNIj/yzSI/8s0iP/LdIk/0vY + Q/9z4W7/X79Z/zOSLv8/nTr/cNBr/3Phbv9L2EP/OtUx/yzSI/9Z0FP/T65K/2/caf8s0iP/LNIjKAAA + AAAAAAAAh+WB/yzSI/8s0iP/LNIj/yzSI/8s0iP/LNIj/yzSI/8s0iP/LNIj/yzSI/8s0iP/LNIj/yzS + I/8s0iP/OtUy/2rLZf9Prkr/P9Y2/yzSI/8s0iP/leiQ//////8/JyH/Pych/3ppZf9eUE3/RTc0/zkr + KP90ZmP/iHl1/2JPSv9ELCf/Pych/z8nIf8/JyH/Pych/z8nIf8/JyH/Pych/z8nIf8/JyH/Pych/z8n + If9KNC7/4d7d//////8/osD/GpG1/xqRtf8akbX/GpG1/xqRtf8akbX/GpG1/xqRtf8akbX/NJ2+//// + ///+/v7/gHBs/z8nIf8/JyH/Pych/z8nIf8/JyH/Pych/z8nIf91ZGD/dmll/0Q2Mv+AcGz/W0ZB/0Ep + I///////leiQ/yzSI/8s0iP/LNIj/yzSI/8s0iP/LNIj/yzSI/8s0iP/LNIj/yzSI/891TT/fON2/4fl + gf9hv1z/OJcz/ziWM/9LqUb/MK8p/0C+Of9z4W7/Y91c/yzSI/8s0iNbAAAAAAAAAACH5YH/LNIj/yzS + I/8s0iP/LNIj/yzSI/8s0iP/LNIj/yzSI/8s0iP/LNIj/yzSI/8s0iP/LNIj/yzSI/8s0iP/c+Fu/yiH + I/9n3mH/LNIj/yzSI/+V6JD//////z8nIf8/JyH/Pych/4V2cv8tIBz/kYSA/2ZZVf87Lir/a15a/4V2 + cv9bR0L/QCgi/z8nIf8/JyH/Pych/z8nIf8/JyH/Pych/z8nIf8/JyH/Pych/+fj4//+/v7/YLLL/xiQ + tP8akbX/GpG1/xqRtf8akbX/GpG1/xqRtf8akbX/GpG1/yaXuf/4+/z//v7+/39zcP90ZmL/SjQu/z8n + If8/JyH/Pych/z8nIf8/JyH/Pych/0EpI/9POTP/e2xo/z4wLf9wYl//emll//////+V6JD/LNIj/yzS + I/8s0iP/LNIj/yzSI/8s0iP/LdIk/0DWOP9A1jj/LNIj/1vSVf9Prkr/PZs4/0WkQP8gfhv/cNFr/2Dd + Wv8s0iP/LNIj/yzSI/8s0iP/LNIj/izSI4gAAAAAAAAAAIflgf8s0iP/LNIj/yzSI/8s0iP/LNIj/yzS + I/8s0iP/LNIj/yzSI/8s0iP/LNIj/yzSI/8s0iP/LNIj/yzSI/9L2EP/IH4b/3Phbf8s0iP/LNIj/5Xo + kP//////Pych/z8nIf8/JyH/W0dC/1FDQP9tX1z/Z1RP/4BwbP9pW1j/PzIu/2NVUv+FdnL/W0dC/0Ao + Iv8/JyH/Pych/z8nIf8/JyH/QCgi/1tHQv/o5uX//v7+/4HC1v8VjrP/GpG1/xqRtf8akbX/GpG1/xqR + tf8akbX/GpG1/xqRtf8ZkLX/6/X4//7+/v9gTUj/gHBs/0U4NP96aWX/QSkj/z8nIf8/JyH/Pych/z8n + If8/JyH/Pych/z8nIf9LNS//emll/2pcWf9CNTH/z8/P/7zwuf821C7/LNIj/yzSI/861TL/PtU1/2fe + Yf9s1mb/UrBN/0GfPP9OrEj/N6sx/3rYdf9hwFz/QaM8/3Phbv9F1z3/LNIj/yzSI/8s0iP/LNIj/yzS + I/8s0iP/LNIjrgAAAAAAAAAAh+WB/yzSI/8s0iP/LNIj/yzSI/8s0iP/LNIj/yzSI/8s0iP/LNIj/yzS + I/8s0iP/LNIj/yzSI/8s0iP/LNIj/z/WN/8wjiv/addj/yzSI/8s0iP/leiQ//////8/JyH/Pych/z8n + If9MNjD/in15/y8hHv91Y1//Pych/0o0Lv91Y1//bV9c/z8yLv9gUk//hXZy/1tHQv9RPDb/Tjcy/4Jy + bv9uX1v/4N3d//7+/v+i0uH/Eo2y/xqRtf8akbX/GpG1/xqRtf8akbX/GpG1/xqRtf8akbX/EYyy/9fs + 8v/+/v7/YE1I/z8nIf9bR0L/aFpX/2lbWP9RPDb/Pych/z8nIf8/JyH/Pych/z8nIf8/JyH/Pych/z8n + If9BKSP/Tzkz/3JgXP/j4+P/f658/1KxTf9RtUv/W8lV/1O0Tv9DoT7/RaM//1CvS/9o0mL/deFv/zjU + L/9r32X/RaRA/1q4Vf9n3mH/LNIj/yzSI/8s0iP/LNIj/yzSI/8s0iP/LNIj/yzSI/8s0iPOAAAAAAAA + AACH5YH/LNIj/yzSI/8s0iP/LNIj/yzSI/8s0iP/LNIj/yzSI/8s0iP/LNIj/yzSI/8s0iP/LNIj/yzS + I/8s0iP/P9Y3/zyaN/9cylb/LNIj/yzSI/+V6JD//////z8nIf8/JyH/Pych/z8nIf91Y1//Nikl/25e + Wv8/JyH/Pych/z8nIf9KNC7/dWNf/3BiX/89Lyz/U0VC/15QTf9QQz//OCsn/2lfW///////xOLs/w6L + sf8akLT/GpG1/xqRtf8akbX/GpG1/xqRtf8akbX/GpC0/w+Msv+22+f//v7+/7Gopf8/JyH/Pych/0Ep + I/91ZGD/QDIu/19OSf9QOjX/QCgi/z8nIf8/JyH/Pych/z8nIf8/JyH/Pych/0w2MP9bR0L/fm5q//Hx + 8f+VxZP/SadE/yiHI/9Lqkb/bc1o/3Phbv9L2EP/QNY4/y3SJP8s0iP/bd9n/0qoRf9evFn/bd9n/yzS + I/8s0iP/LNIj/yzSI/8s0iP/LNIj/yzSI/8s0iP/LNIj/yzSI+cAAAAAAAAAAIflgf8s0iP/LNIj/yzS + I/8s0iP/LNIj/yzSI/8s0iP/LNIj/yzSI/8s0iP/LNIj/yzSI/8s0iP/LNIj/yzSI/8/1jf/QJ87/1fF + Uf8s0iP/LNIj/5XokP//////Pych/z8nIf8/JyH/Pych/085NP9YSkf/XlBN/0w2MP8/JyH/Pych/z8n + If8/JyH/SjQu/3ppZf9rXlr/KRsY/1JDP/+jmJX//v7+/+Hx9f8UjrP/GpG1/xqRtf8akbX/GpG1/xqR + tf8akbX/GpG1/xqRtf8TjrP/lczc//7+/v/g3d3/gHBs/z8nIf8/JyH/Pych/z8nIf8/JyH/QTIv/2ZY + Vf+Gd3P/SjQu/z8nIf9MNjD/W0dC/4Fxbf90ZGD/ZlhU/1BCP/8/MS7/w8PD/3mpdv9Bnzz/eeJ0/0vY + Q/861TL/LNIj/yzSI/8s0iP/LNIj/0vYQ/9lxGD/SKdD/23fZ/8s0iP/LNIj/yzSI/8s0iP/LNIj/yzS + I/8s0iP/LNIj/yzSI/8s0iP/LNIj+gAAAAAAAAAAh+WB/yzSI/8s0iP/LNIj/yzSI/8s0iP/LNIj/yzS + I/8s0iP/LNIj/yzSI/8s0iP/LNIj/yzSI/8s0iP/LNIj/z/WN/89mzj/WshU/yzSI/8s0iP/leiQ//// + //8/JyH/Pych/z8nIf8/JyH/TDYw/2lbV/9NQDz/UTs1/z8nIf8/JyH/Pych/z8nIf8/JyH/Pych/3pp + Zf8vIh7/oZaT//7+/v/w+Pr/HpO2/xqRtf8akbX/GpG1/xqRtf8akbX/GpG1/xqRtf8akbX/F4+0/3O8 + 0v/+/v7/6ufn/1VIRP+EdnL/cF5Z/z8nIf8/JyH/Pych/z8nIf9uXFf/dmhl/0Y5Nf9eT0v/dGRg/2pc + WP9OQT3/Nyom/05BPf9wY1//gnNv/5GEgP/FxcX/lsWT/23fZ/8s0iP/LNIj/yzSI/8s0iP/LNIj/yzS + I/851DD/hON+/yiGI/9t32f/LNIj/yzSI/8s0iP/LNIj/yzSI/8s0iP/LNIj/yzSI/8s0iP/LNIj/yzS + I/8s0iP/AAAAAAAAAACH5YH/LNIj/yzSI/8s0iP/LNIj/yzSI/8s0iP/LNIj/yzSI/8s0iP/LNIj/yzS + I/8s0iP/LNIj/yzSI/8s0iP/PtU1/zGPLP9l01//LNIj/yzSI/+V6JD//////z8nIf8/JyH/Pych/z8n + If8/JyH/bFxY/z0vLP9ROzX/Pych/z8nIf8/JyH/Pych/z8nIf8/JyH/UDo1/31yb//+/v7//f7+/yuZ + uv8akbX/GpG1/xqRtf8akbX/GpG1/xqRtf8akbX/GpG1/xmQtP9SrMf//v7+/+/g3P9KNC7/eGtn/ysd + Gv+EdHH/Pych/0AoIv9RPDb/W0dC/35uav9vYV7/U0ZC/yUYFP9GODX/b2Fd/39va/91Y1//Tzk0/0s0 + Lv9XQj3/a11Z/8/Pz/+177L/LNIj/yzSI/8s0iP/LNIj/yzSI/8s0iP/LNIj/2feYf81lDD/ft15/znU + MP8s0iP/LNIj/yzSI/8s0iP/LNIj/yzSI/8s0iP/LNIj/yzSI/8s0iP/LNIj/yzSI/8AAAAAAAAAAIfl + gf8s0iP/LNIj/yzSI/8s0iP/LNIj/yzSI/8s0iP/LNIj/yzSI/8s0iP/LNIj/yzSI/8s0iP/LNIj/yzS + I/9n3mH/GnkV/3Phbf8s0iP/LNIj/5XokP//////Pych/z8nIf8/JyH/Pych/z8nIf9tXVn/PjAt/1E7 + Nf8/JyH/Pych/z8nIf8/JyH/Pych/z8nIf9AKCL/3tva//////88ocD/GpG1/xqRtf8akbX/GpG1/xqR + tf8akbX/GpG1/xqRtf8akbX/Np69///////+/v7/p1dC/z8nIf9fS0b/WEtH/0I0MP9VR0P/altX/1tN + Sf8+MC3/TD87/25hXf9URkP/cWRg/3ppZf9LNC7/Pych/z8nIf8/JyH/SjQu/4R2c/9BMzD//////5Xo + kP8s0iP/LNIj/yzSI/8s0iP/LNIj/yzSI/851DD/dNRv/0GfPP9L2EP/LNIj/yzSI/8s0iP/LNIj/yzS + I/8s0iP/LNIj/yzSI/8s0iP/LNIj/yzSI/8s0iP/LNIj/wAAAAAAAAAAh+WB/yzSI/8s0iP/LNIj/yzS + I/8s0iP/LNIj/yzSI/8s0iP/LNIj/yzSI/8s0iP/LNIj/yzSI/8s0iP/LdIk/3fhcv8kgh//Z95h/yzS + I/8s0iP/leiQ///////a1tX////////////b19b/QCgi/2hZVf9QQj//UTs1/z8nIf8/JyH/Pych/z8n + If8/JyH/Pych/9zY1v/+/v7/XbHL/xmQtP8akbX/GpG1/xqRtf8akbX/GpG1/xqRtf8akbX/GpG1/yeX + uf/5/P3//v7+/2BNSP+nV0L/Pych/1pFQP9wYl//Nykm/yweG/9qXFn/eWll/3JhXf+BcW3/VUdD/3Fj + YP91Y1//Pych/z8nIf8/JyH/Pych/z8nIf91Y1//NSck/5GDf///////leiQ/yzSI/8s0iP/LNIj/yzS + I/8s0iP/LNIj/2feYf86mTX/eeJ0/y3SJP8s0iP/LNIj/yzSI/8s0iP/LNIj/yzSI/8s0iP/LNIj/yzS + I/8s0iP/LNIj/yzSI/8s0iP/AAAAAAAAAACH5YH/LNIj/yzSI/8s0iP/LNIj/yzSI/8s0iP/LNIj/yzS + I/8s0iP/LNIj/yzSI/8s0iP/LNIj/yzSI/9A1jj/W7pW/1GwTP8/1jb/LNIj/yzSI/+V6JD//v7+//7+ + /v/Pz8//7+/v//7+/v/f29r/YVRQ/2ZYVf9MNjD/Pych/z8nIf8/JyH/Pych/z8nIf/c2Nb//v7+/37A + 1f8Wj7P/GpG1/xqRtf8akbX/GpG1/xqRtf8akbX/GpG1/xqRtf8bkbb/7Pb5//7+/v9gTUj/Pych/6dX + Qv8/JyH/Qiok/4N0cP9YS0f/fG5q/1ZBO/8/JyH/SjMu/3ttaf9GODX/dWNf/z8nIf8/JyH/Pych/z8n + If8/JyH/TDYw/3NlYv9QQz//WkZB//////+V6JD/LNIj/yzSI/8s0iP/LNIj/yzSI/8s0iP/ceBr/zKQ + LP9L2EP/LNIj/yzSI/8s0iP/LNIj/yzSI/8s0iP/LNIj/yzSI/8s0iP/LNIj/yzSI/8s0iP/LNIj/yzS + I/oAAAAAAAAAAIflgf8s0iP/LNIj/yzSI/8s0iP/LNIj/yzSI/8s0iP/LNIj/yzSI/8s0iP/LNIj/yzS + I/8s0iP/LNIj/0vYQ/8zki7/X8pa/y3SJP8s0iP/LNIj/+v66v//////09PT/6Ghof+pqan/8vLy//7+ + /v+jnZz/gHBs/z8nIf8/JyH/Pych/z8nIf8/JyH/29fW//7+/v+g0eD/Eo2y/xqRtf8akbX/GpG1/xqR + tf8akbX/GpG1/xqRtf8akbT/EYyy/9nt8v/+/v7/YE1I/z8nIf8/JyH/p1dC/z8nIf8/JyH/Tjcy/zst + Kv9/b2v/Pych/z8nIf9bR0L/Rzk2/4N1cv9LNC7/Pych/z8nIf8/JyH/Pych/z8nIf9bR0L/SDs3/4t9 + ef9MNjD//////5XokP8s0iP/LNIj/yzSI/8s0iP/LNIj/zrVMv9iwl3/W7pW/0DWOP8s0iP/LNIj/yzS + I/8s0iP/LNIj/yzSI/8s0iP/LNIj/yzSI/8s0iP/LNIj/yzSI/8s0iP/LNIj5wAAAAAAAAAAh+WB/yzS + I/8s0iP/LNIj/yzSI/8s0iP/LNIj/yzSI/8s0iP/LNIj/yzSI/8s0iP/LNIj/yzSI/8t0iT/eeJ0/xl3 + E/904W7/LNIj/yzSI//Y9tb//f39/9ra2v+goKD/pKSk/6SkpP+np6f/7e3t/6ehn/9bR0L/Pych/z8n + If8/JyH/Pych/2FNSf//////weHr/w6Lsf8akbT/GpG1/xqRtf8akbX/GpG1/xqRtf8akbX/GpG1/w+L + sf+43ej//////2FNSf8/JyH/Pych/z8nIf+nV0L/Pych/0MsJv9sWVX/PjAt/39va/8/JyH/Pych/4Fx + bf8jFhL/f29r/z8nIf8/JyH/Pych/z8nIf8/JyH/Pych/4Fxbf8tIBz/dWNf/z8nIf//////leiQ/yzS + I/8s0iP/LNIj/yzSI/8s0iP/P9Y3/0mnRP944nL/LdIk/yzSI/8s0iP/LNIj/yzSI/8s0iP/LNIj/yzS + I/8s0iP/LNIj/yzSI/8s0iP/LNIj/yzSI/8s0iPOAAAAAAAAAACH5YH/LNIj/yzSI/8s0iP/LNIj/yzS + I/8s0iP/LNIj/yzSI/8s0iP/LNIj/yzSI/8s0iP/LNIj/z/WNv9YtlL/UbBM/0vYQ/8s0iP/2PbW//7+ + /v/e3t7/oqKi/6SkpP+kpKT/pKSk/6Ghof/u7u7/v7e1/0AoIv8/JyH/Pych/z8nIf9gTUj//v7+/9/v + 9P8TjbL/GpG1/xqRtf8akbX/GpG1/xqRtf8akbX/GpG1/xqRtf8TjbL/mM3d//7+/v/b19b/Pych/z8n + If8/JyH/Pych/6dXQv8/JyH/YlBL/1lMSP9FODT/f29s/z8nIf8/JyH/f29r/yMWEv9/b2v/Pych/z8n + If8/JyH/Pych/z8nIf8/JyH/b19b/0EzMP9POTT/Pych//////+V6JD/LNIj/yzSI/8s0iP/LNIj/yzS + I/831C//PJo3/2HdW/8s0iP/LNIj/yzSI/8s0iP/LNIj/yzSI/8s0iP/LNIj/yzSI/8s0iP/LNIj/yzS + I/8s0iP/LNIj/yzSI64AAAAAAAAAAIflgf8s0iP/LNIj/yzSI/8s0iP/LNIj/yzSI/8s0iP/LNIj/yzS + I/8s0iP/LNIj/yzSI/8u0iX/bd9n/xp4Ff934HL/LdIk/9j21//+/v7/4eHh/6Wlpf+kpKT/pKSk/6Sk + pP+goKD/5+fn//////9+bmr/Pych/z8nIf8/JyH/YU1J//7+/v/v9/r/HZO2/xqRtf8akbX/GpG1/xqR + tf8akbX/GpG1/xqRtf8akbX/Fo+z/3a90//+/v7/6+jo/1tHQv8/JyH/Pych/z8nIf8/JyH/p1dC/3Vk + YP9cTkv/IxYS/yMWEv9GOTX/hHVx/1pFQP94Z2P/PzIu/4p8eP9LNC7/Pych/z8nIf8/JyH/Pych/z8n + If9mVlL/Sz06/1E7Nf8/JyH//////5XokP8s0iP/LNIj/yzSI/8s0iP/LNIj/2HdW/8wjiv/N9Qv/yzS + I/8s0iP/LNIj/yzSI/8s0iP/LNIj/yzSI/8s0iP/LNIj/yzSI/8s0iP/LNIj/yzSI/8s0iP+LNIjiAAA + AAAAAAAAh+WB/yzSI/8s0iP/LNIj/yzSI/8s0iP/LNIj/yzSI/8s0iP/LNIj/yzSI/8s0iP/LNIj/0vY + Q/9kwl//RaM//0vYQ//Y9tf//v7+/+Tk5P+mpqb/pKSk/6SkpP+kpKT/pKSk/62trf/9/f3//v7+/7h5 + aP+uZVL/v4Z3/9Cmm//+/v7//P39/yuZuv8akbX/GpG1/xqRtf8akbX/GpG1/xqRtf8akbX/GpG1/xmQ + tP9Vrcj//v7+/+/m5P91SDz/mm1h/8aThv/AhXb/kGti/3BeWf/JmYz/Nykm/zgrJ/9zZWH/fm5q/3Vn + Y/88Liv/VUdE/4Bxbv+Mf3v/QjQw/3VjX/8/JyH/Pych/z8nIf8/JyH/Pych/35uav88Liv/W0dC/z8n + If//////leiQ/yzSI/8s0iP/LNIj/yzSI/8s0iP/c+Ft/yWEIP8/1jf/LNIj/yzSI/8s0iP/LNIj/yzS + I/8s0iP/LNIj/yzSI/8s0iP/LNIj/yzSI/8s0iP/LNIj/yzSI/8s0iNbAAAAAAAAAACH5YH/LNIj/yzS + I/8s0iP/LNIj/yzSI/8s0iP/LNIj/yzSI/8s0iP/LNIj/yzSI/8s0iP/eeJ0/xl3E/954nT/2PbW//7+ + /v/n5+f/qKio/6SkpP+kpKT/pKSk/6SkpP+kpKT/o6Oj/76+vv/9/f3//v7+/390cf9KPTn/1tPT//// + //86oL//GpG1/xqRtf8akbX/GpG1/xqRtf8akbX/GpG1/xqRtf8akbX/N5++///////W0M//b2Bc/ywe + Gv8+MC3/MyYi/zEjIP95Sz//PzEt/41fU/84Kyf/eWlk/0o0Lv8/JyH/SjQu/3VjX/+DdXH/QDIv/0U3 + M/9VR0P/emxp/1VAO/8/JyH/Pych/z8nIf8/JyH/dWNf/z0vLP+FdnL/QCgi//////+V6JD/LNIj/yzS + I/8s0iP/LNIj/yzSI/9z4W3/IoAc/z7VNf8s0iP/LNIj/yzSI/8s0iP/LNIj/yzSI/8s0iP/LNIj/yzS + I/8s0iP/LNIj/yzSI/8s0iP/LNIj/yzSIygAAAAAAAAAAIflgf8s0iP/LNIj/yzSI/8s0iP/LNIj/yzS + I/8s0iP/LNIj/yzSI/8s0iP/LNIj/2feYf9KqUX/XrxY/2vfZP//////7e3t/6ioqP+jo6P/pKSk/6Sk + pP+kpKT/pKSk/6SkpP+kpKT/oaGh/8jIyP//////4Nzb/+Hd3P/+/v7/Wq/J/xmQtP8akbX/GpG1/xqR + tf8akbX/GpG1/xqRtf8akbX/GpG1/yiXuf/6/f3//v7+/31taf9qXFn/MSMg/3lqZv9OODP/W0dC/8eU + h/9FNzP/YzYq/4Bxbv9LNS//Pych/z8nIf8/JyH/Pych/19LRv9tW1b/kYSA/0AzL/8kFhP/eGpn/3Vj + X/9KNC7/Pych/z8nIf9KNC7/cWNf/1hLR/9bR0L//////5XokP8s0iP/LNIj/yzSI/8s0iP/LNIj/2fe + Yf8gfxv/Z95h/yzSI/8s0iP/LNIj/yzSI/8s0iP/LNIj/yzSI/8s0iP/LNIj/yzSI/8s0iP/LNIj/yzS + I/8s0iP/AAAAAAAAAAAAAAAAh+WB/yzSI/8s0iP/LNIj/yzSI/8s0iP/LNIj/yzSI/8s0iP/LNIj/yzS + I/9F1z3/ctJt/yyKJv9t32f//v7+//Ly8v+lpaX/pKSk/6SkpP+kpKT/pKSk/6SkpP+kpKT/pKSk/6Sk + pP+kpKT/oaGh/8fHx////////////3zA1P8Wj7P/GpG1/xqRtf8akbX/GpG1/xqRtf8akbX/GpG1/xqR + tf8bkbX/7fb5//7+/v+2dWT/x5SH/2EzJ//HlIb/rGFN/6dXQv9nOS3/p1dC/4V2cv9wQjb/WUQ//z8n + If8/JyH/QSkj/1tGQf+FdnL/X1JO/0k7OP9SREH/Y1VS/3NjX/9XSUb/MyYi/3VnY/91Y1//UDo0/z8n + If91Y1//PS8s/4V2cv//////leiQ/yzSI/8s0iP/LNIj/yzSI/8s0iP/PtU1/zCOK/9y4Wz/LNIj/yzS + I/8s0iP/LNIj/yzSI/8s0iP/LNIj/yzSI/8s0iP/LNIj/yzSI/8s0iP/LNIj/yzSI8wAAAAAAAAAAAAA + AACH5YH/LNIj/yzSI/8s0iP/LNIj/yzSI/8s0iP/LNIj/yzSI/8s0iP/Rdc9/4Liff8igB3/h+WB/0zY + RP//////ysrK/6Ojo/+kpKT/o6Oj/6Ojo/+ioqL/pKSk/6SkpP+kpKT/pKSk/6SkpP+kpKT/oqKi/7+9 + vf+Xz+D/E42y/xqRtf8akbX/GpG1/xqRtf8akbX/GpG1/xqRtf8akbX/Eo2y/9zu8//+/v7/bVpW/1tH + Qv9QQj//cWRg/1tGQf8/JyH/Pych/z8nIf+nV0L/W0dC/39RRf+AcGz/Pych/0EpI/96aWX/dmhl/0Ay + L/+HeXb/dWNf/085NP9MNjD/Pych/1tHQv+FdnL/XlBN/zIkIf9yZGH/emll/1xHQv+KfHn/Rzk2//// + //+V6JD/LNIj/yzSI/8s0iP/LNIj/yzSI/8/1jf/TqxJ/2bHYf861TL/LNIj/yzSI/8s0iP/LNIj/yzS + I/8s0iP/LNIj/yzSI/8s0iP/LNIj/yzSI/8s0iP/LNIjhQAAAAAAAAAAAAAAAIflgf8s0iP/LNIj/yzS + I/8s0iP/LNIj/yzSI/8s0iP/LdIk/z7VNf944nP/LYwo/4Phfv9jwV7/QqA8//7+/v//////09PT/6Sk + pP+ioqL/xcXF/+fn5/+ioqL/pKSk/6SkpP+kpKT/pKSk/6SkpP+kpKT/pKOj/42eo/8Uj7T/GpCz/xmR + tf8akbX/GpG1/xqRtf8akbX/GpG1/w+Lsf+73+n//////1JHRP+Cc2//g3Vy/zUoJP96aWX/QSkj/z8n + If8/JyH/Pych/6dXQv9RPDb/o3Vp/2tdWv9LNS//Tzk0/3JlYf9TRkL/emll/0s0Lv8/JyH/Pych/z8n + If8/JyH/Pych/0AoIv9bR0L/hXZy/2haV/80JiP/Z1pW/5GEgP9fUk7/6urq/5vplv8s0iP/LNIj/yzS + I/8s0iP/LNIj/zrVMv9iwl3/SahE/z/WN/8s0iP/LNIj/yzSI/8s0iP/LNIj/yzSI/8s0iP/LNIj/yzS + I/8s0iP/LNIj/yzSI/8s0iM3AAAAAAAAAAAAAAAAh+WB/yzSI/8s0iP/LNIj/yzSI/861TL/PtU1/2fe + Yf924HD/WLZT/yeFIv8behb/Kogl/2jHY/+H5YH/l+iT/9f11v/+/v7/3d3d/76+vv/8/Pz//v7+//Ly + 8v+mpqb/pKSk/6SkpP+kpKT/pKSk/6SkpP+kpKP/pKOk/56io/8ckLP/GZCz/xmRtf8akbX/GpG1/xqR + tf8TjbL/ms/e//7+/v/g3dz/PjAt/5GEgP8yJCH/h3l2/0UuKP8/JyH/Pych/z8nIf8/JyH/rGJO/1M9 + OP/Aj4L/QzYy/2lXUv95amb/Rjg1/3VjX/8/JyH/Pych/z8nIf8/JyH/Pych/z8nIf8/JyH/Pych/z8n + If9AKCL/W0ZB/4BwbP9tYFz/PS8s/1pMSf+zs7P/vPC4/zjUL/8s0iP/LNIj/yzSI/8s0iP/LNIj/2rY + ZP8piCT/S9hD/yzSI/8s0iP/LNIj/yzSI/8s0iP/LNIj/yzSI/8s0iP/LNIj/yzSI/8s0iP/LNIj/gAA + AAAAAAAAAAAAAAAAAACH5YH/LNIj/z/WNv9n3mH/cuFs/1u8Vv8/nTr/N5Yy/0upRf9Zw1P/c+Ft/2vZ + Zf9gwVv/SKdD/yiGI/8+nDn/aMhj/+P54v/+/v7//f39//7+/v/C8b///v7+//X19f+pqan/pKSk/6Sk + pP+kpKT/pKSk/6SkpP+kpKT/oqOk/6aiof8mkbD/GI+0/xmQtf8akbX/Fo+z/3i+1P/+/v7/3NjW/1E7 + Nv9bTkr/WkxJ/1lLSP9eTkn/XlBN/2teWv9CLyv/OCYh/zknI/+UZ1v/VkhF/8eUhv8sHxv/kYSA/zgq + J/+AcGz/Pych/z8nIf8/JyH/Pych/z8nIf8/JyH/Pych/z8nIf8/JyH/Pych/z8nIf8/JyH/SDIs/11I + Q/+IeXX/gXNw/62trf9sm2n/fd14/2feYf851DD/LNIj/yzSI/8s0iP/Z95h/yOBHv954nT/LdIk/yzS + I/8s0iP/LNIj/yzSI/8s0iP/LNIj/yzSI/8s0iP/LNIj/yzSI/4s0iOmAAAAAAAAAAAAAAAAAAAAAJTo + j9861TL+TKpH/zSSL/8/nTr/W7xW/2/eaf9n3mH/P9Y2/y3SJP8s0iP/LNIj/zrVMv9L2EP/dOFu/2DK + Wv9Fo0D/IoAd/7LesP+78Ln/bN9m/5XokP/+/v7///////T09P+srKz/o6Oj/6SkpP+kpKT/pKSk/6Sk + pP+kpKT/o6Ok/6ifnP80j6z/F5C1/xmQtP9Xrsj//v7+/9zY1v8/JyH/Qywm/2xdWv8jFhL/V0lG/0Yz + Lv8/JyH/Pych/z8nIf8/JyH/Pych/72Bcv92ZmL/iFtP/05APf9VSET/cGJf/1tGQf8/JyH/Pych/z8n + If8/JyH/Pych/z8nIf8/JyH/Pych/0AoIv9bR0L/gXFt/3BgXP9bTUr/SDo3/0g6N/9LPTr/wcHB/5fG + lP86mTX/NpUx/3LSbP9n3mH/OdQw/yzSI/8+1Tb/WLdT/2LAXf9A1jj/LNIj/yzSI/8s0iP/LNIj/yzS + I/8s0iP/LNIj/yzSI/8s0iP/LNIj/yzSIz8AAAAAAAAAAAAAAAAAAAAAt++0nzXULf9r2GX/dOFu/0vY + Q/861TL/LNIj/yzSI/8s0iP/LNIj/yzSI/8s0iP/LNIj/yzSI/8s0iP/LdIk/0vYQ/934HH/TatI/yGA + HP9ry2b/su6v///////b19b//v7+//Dw8P+tra3/o6Oj/6SkpP+kpKT/pKSk/6SkpP+kpKT/o6Ok/6uh + n/9Olav/NZ6+///////Uz87/Pych/z8nIf91Y1//TUA8/25hXf90Y17/Pych/z8nIf8/JyH/Pych/z8n + If8/JyH/p1dC/z8nIf+vZlP/STw4/zYoJf94Z2P/QSkj/z8nIf8/JyH/Pych/z8nIf8/JyH/Pych/0o0 + Lv91Y1//bl9b/1BCP/9CNTH/V0lG/2laVv9/b2v/dWNf/085NP//////numZ/2feYf9v2Wr/RKI//zGP + LP9pyWT/Z95h/zvVM/9w22r/MY8s/0vYQ/8s0iP/LNIj/yzSI/8s0iP/LNIj/yzSI/8s0iP/LNIj/yzS + I/8s0iPzAAAAAAAAAAAAAAAAAAAAAAAAAAD///9cLNIj/yzSI/8s0iP/LNIj/yzSI/8s0iP/LNIj/yzS + I/8s0iP/LNIj/yzSI/8s0iP/LNIj/yzSI/8s0iP/LNIj/y3SJP9L2EP/gN97/zWTMP95qXb//v7+/1ZB + O//c2Nb//v7+//Ly8v+zs7P/oqKi/6SkpP+kpKT/pKSk/6SkpP+kpKT/oqOi/7Svrv/n6Oj//////87I + xv+lmpf/VkE7/3ttav84Kif/emll/z8nIf8/JyH/Pych/z8nIf8/JyH/Pych/z8nIf+nV0L/Pych/6dY + Q/+FdnL/LSAc/3NiXf8/JyH/Pych/z8nIf8/JyH/Pych/z8nIf91Y1//fW9r/zwuK/9URkP/gXJu/3Vj + X/9QOjX/QCgi/z8nIf8/JyH/Pych//////+V6JD/LNIj/y3SJP9L2EP/eOFy/0imQv8siyf/ZMRf/4Lk + fP8zki7/dd5v/y3SJP8s0iP/LNIj/yzSI/8s0iP/LNIj/yzSI/8s0iP/LNIj/yzSI4EAAAAAAAAAAAAA + AAAAAAAAAAAAAP///zws0iONLNIj/yzSI/8s0iP/LNIj/yzSI/8s0iP/LNIj/yzSI/8s0iP/LNIj/yzS + I/8s0iP/LNIj/yzSI/8s0iP/LNIj/yzSI/851DD/bd9n/6TUov+ZmZn/h3l1/1VAO//SqqD///////n5 + +f+8vLz/oqKi/6SkpP+kpKT/pKSk/6SkpP+kpKT/pKSk/6ioqP/Kysr/+Pj4//7+/v//////0c7N/6KX + lf9KNC7/Pych/z8nIf8/JyH/Pych/z8nIf8/JyH/Pych/6dXQv8/JyH/p1dC/1tHQv89Lyz/d2dj/z8n + If8/JyH/Pych/z8nIf8/JyH/emll/2VXVP8+MC3/kYN//1tHQv9AKCL/Pych/z8nIf8/JyH/Pych/z8n + If8/JyH//////5XokP8s0iP/LNIj/yzSI/8t0iT/S9hD/3bhcP9NrEj/JoUh/1KxTf9OrEj/UNlI/y3S + JP8s0iP/LNIj/yzSI/8s0iP/LNIj/yzSI/8s0iP/LNIjCAAAAAAAAAAAAAAAAAAAAAAAAAAA////GyzS + IxAs0iP/LNIj/yzSI/8s0iP/LNIj/yzSI/8s0iP/LNIj/yzSI/8s0iP/LNIj/yzSI/8s0iP/LNIj/yzS + I/8s0iP/LNIj/yzSI/8u0iX/pOug//j4+P8nGhb/gnRx/7FrWP9gTUj//v7+//z8/P/FxcX/oqKi/6Sk + pP+kpKT/pKSk/6SkpP+kpKT/pKSk/6Ojo/+hoaH/wcHB/+Hh4f////////////////////////////// + ////////pJmW/z8nIf8/JyH/p1dC/z8nIf+nV0L/UTs2/2RXU/9mWFX/TDYw/z8nIf8/JyH/Pych/3pp + Zf9dT0z/V0lG/3ppZf9KNC7/Pych/z8nIf8/JyH/Pych/z8nIf8/JyH/Pych/z8nIf//////leiQ/yzS + I/8s0iP/LNIj/zrVMv9K2EL/duFw/3vZdv9dvFj/IYAc/yKBHf9bulb/eeJ0/0vYQ/8t0iT/LNIj/yzS + I/8s0iP/LNIj/izSI6MAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAD///8PAAAAACzSI6gs0iP+LNIj/yzS + I/8s0iP/LNIj/yzSI/8s0iP/LNIj/yzSI/8s0iP/LNIj/yzSI/8s0iP/LNIj/yzSI/8s0iP/LNIj/yzS + I/+V6JD//v7+/46AfP8lFxT/wpOH/3lQRv+2dGP//v7+//7+/v/c3Nz/pKSk/6SkpP+kpKT/pKSk/6Sk + pP+kpKT/pKSk/6SkpP+jo6P/oaGh/6mpqf+vr6//r6+v/7a2tv+3t7f/2NjY//z8/P/SqqD/p1dC/2c5 + Lf+nV0L/Pych/6dXQv9AKCL/gnNv/0EzMP9bR0L/Pych/z8nIf91Y1//Y1VS/1xPS/96aWX/Pych/z8n + If8/JyH/Pych/z8nIf8/JyH/Pych/z8nIf8/JyH/Pych//////+V6JD/LdIk/z/WNv9n3mH/cdJs/0Wj + P/8riSb/S6lF/2jSYv9l3l//Zd5e/2TEX/8mhCH/T61K/3jhcv871TP/LNIj/yzSI/8s0iP/LNIjFgAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAP///wwAAAAALNIjEyzSI/8s0iP/LNIj/yzSI/8s0iP/LNIj/yzS + I/8s0iP/LNIj/yzSI/8s0iP/LNIj/yzSI/8s0iP/LNIj/yzSI/8s0iP/LNIj/5XokP//////VkE7/4l7 + eP9eMSX/joB9/0o0Lv9nVFD/1M/O//7+/v/z8/P/qqqq/6SkpP+kpKT/pKSk/6SkpP+kpKT/pKSk/6Sk + pP+kpKT/pKSk/6SkpP+jo6P/paWl/+fn5//+/v7/49/e/52Rjv9/b2v/dWNf/65lUv9MNjD/p1dC/z8n + If91Y1//LSAc/4Fxbf8/JyH/VkE7/3hqZ/9IOzf/emll/z8nIf8/JyH/Pych/z8nIf8/JyH/Pych/z8n + If8/JyH/Pych/z8nIf8/JyH//v7+/7Lur/914HD/SahE/y2LKP9XtVL/dN5u/2feYf8/1jb/LdIk/yzS + I/8s0iP/OdQw/2feYf9szGb/YL9b/0DWOP8s0iP/LNIj/yzSI6EAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAA////DAAAAAAAAAAALNIjkizSI/8s0iP/LNIj/yzSI/8s0iP/LNIj/yzSI/8s0iP/LNIj/yzS + I/8s0iP/LNIj/yzSI/8s0iP/LNIj/yzSI/8s0iP/leiQ//////8/JyH/W0dC/6h6bv84Kif/dWNf/z8n + If8/JyH/npKP//7+/v/+/v7/srKy/6Kiov+kpKT/pKSk/6SkpP+kpKT/pKSk/6SkpP+kpKT/oKCg/8fH + x//5+fn//////6Sdm/9XSUb/V0lG/0Q2M/8tIBz/iVtP/4p8ef+/hnf/SjQu/043Mv9TRUL/a1xY/0Ir + Jf+FdnL/MiQh/4V2cv8/JyH/Pych/z8nIf8/JyH/Pych/z8nIf8/JyH/Pych/z8nIf8/JyH/SzUv/3Vj + X//t7e3/bZxq/0OiPv942HP/Z95h/z7VNv8t0iT/LNIj/yzSI/8s0iP/LNIj/yzSI/8s0iP/LNIj/zrV + Mv9A1jj/MNIn/yzSI/8s0iP/LNIjDAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAD///8KAAAAAAAA + AAAs0iMFLNIj+izSI/8s0iP/LNIj/yzSI/8s0iP/LNIj/yzSI/8s0iP/LNIj/yzSI/8s0iP/LNIj/yzS + I/8s0iP/LNIj/yzSI/+V6JD//////z8nIf9BKSP/mXdv/3NFOf+pe27/sWtY/6dXQv+nV0L/tnRj//7+ + /v//////0NDQ/6Wlpf+kpKT/pKSk/6SkpP+kpKT/o6Oj/6ioqP/l5eX//v7+//Lm4//Mn5P/rmVS/69m + U/+vZlP/tHBe/8WQgv+XenP/QzUy/39SRv+Rg3//aVZR/4V3dP9WSUX/blxX/1pMSf9nWVb/VkE7/z8n + If8/JyH/Pych/z8nIf8/JyH/Pych/z8nIf8/JyH/QSkj/085NP98bWn/Oi0p/8rKyv+78Lj/S9hD/zrV + Mv8s0iP/LNIj/yzSI/8s0iP/LNIj/yzSI/8s0iP/LNIj/yzSI/8s0iP/LNIj/yzSI/8s0iP/LNIj/yzS + I38AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAP///wQAAAAAAAAAAAAAAAAs0iNjLNIj/yzS + I/8s0iP/LNIj/yzSI/8s0iP/LNIj/yzSI/8s0iP/LNIj/yzSI/8s0iP/LNIj/yzSI/8s0iP/LNIj/5Xo + kP//////Pych/z8nIf9KNC7/hXd0/yQXE/+AcGz/Pych/z8nIf8/JyH/Z1RQ/9TPzv/+/v7/9fX1/7m5 + uf+kpKT/pKSk/6CgoP/IyMj/+Pj4///////e2dj/Pych/z8nIf8/JyH/Pych/z8nIf8/JyH/Pych/0s0 + Lv91Y1//u42B/zYpJf9vYl7/kYSA/zEjIP+RhID/KRsX/4BwbP8/JyH/Pych/z8nIf8/JyH/Pych/z8n + If8/JyH/Pych/z8nIf96aWX/YVRQ/z4wLP99bWn//////5XokP8s0iP/LNIj/yzSI/8s0iP/LNIj/yzS + I/8s0iP/LNIj/yzSI/8s0iP/LNIj/yzSI/8s0iP/LNIj/yzSI/4s0iPuAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAA////AQAAAAAAAAAAAAAAAAAAAAAs0iPKLNIj/izSI/8s0iP/LNIj/yzS + I/8s0iP/LNIj/yzSI/8s0iP/LNIj/yzSI/8s0iP/LNIj/yzSI/8s0iP/leiQ//////8/JyH/Pych/z8n + If91Y1//RDYz/25gXf9KNC7/Pych/z8nIf8/JyH/Pych/56Sj//+/v7//v7+//Ly8v++vr7/4eHh//7+ + /v/+/v7/YU1J/z8nIf8/JyH/Pych/z8nIf8/JyH/Pych/z8nIf8/JyH/Pych/z8nIf+xa1j/hXZy/1VH + Q/9RRED/Sjw5/00/PP9eUE3/W0dC/z8nIf8/JyH/Pych/z8nIf8/JyH/Pych/z8nIf9WQTv/hXZy/0I1 + Mf9iVFH/dWNf/z8nIf//////leiQ/yzSI/8s0iP/LNIj/yzSI/8s0iP/LNIj/yzSI/8s0iP/LNIj/yzS + I/8s0iP/LNIj/yzSI/8s0iP/LNIj/yzSIzEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAD///8AAAAAAAAAAAAAAAAAAAAAACzSIw0s0iP9LNIj/izSI/8s0iP/LNIj/yzSI/8s0iP/LNIj/yzS + I/8s0iP/LNIj/yzSI/8s0iP/LNIj/yzSI/+V6JD//////z8nIf8/JyH/Pych/0o0Lv+CdHH/QjQx/3Vj + X/8/JyH/Pych/z8nIf8/JyH/Pych/3VjX/+fmJb//v7+////////////29fW/z8nIf8/JyH/Pych/z8n + If8/JyH/Pych/z8nIf8/JyH/Pych/z8nIf8/JyH/Pych/6FUQP8/JyH/emll/2hbV/8sHxv/IxYS/3hp + Zf9AKCL/Pych/z8nIf8/JyH/Pych/z8nIf8/JyH/VkE7/5CCf/8xIyD/cmRh/3VjX/8/JyH/Pych//// + //+V6JD/LNIj/yzSI/8s0iP/LNIj/yzSI/8s0iP/LNIj/yzSI/8s0iP/LNIj/yzSI/8s0iP/LNIj/yzS + I/8s0iOOAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAP///wAAAAAAAAAAAAAA + AAAAAAAAAAAAACzSI1Qs0iP/LNIj/yzSI/8s0iP/LNIj/yzSI/8s0iP/LNIj/yzSI/8s0iP/LNIj/yzS + I/8s0iP/LNIj/5XokP//////vGpU/6dXQv+nV0L/p1dC/7+Gd/9tPzP/xI+B/6dXQv+nV0L/p1dC/6dX + Qv+xa1j/s4R4/45hVf+/hnf/p1dC/6dXQv+nV0L/p1dC/6dXQv+nV0L/p1dC/6dXQv+nV0L/p1dC/6dX + Qv+nV0L/p1dC/6dXQv+nV0L/oFRA/69aRP8/JyH/emll/2tdWv8lFxT/f29r/z8nIf8/JyH/Pych/z8n + If8/JyH/Pych/0s0Lv+Rg3//MCIf/3psaf9WQTv/Pych/z8nIf8/JyH//////5XokP8s0iP/LNIj/yzS + I/8s0iP/LNIj/yzSI/8s0iP/LNIj/yzSI/8s0iP/LNIj/yzSI/8s0iP+LNIj4wAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA////AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACzS + I5Qs0iP/LNIj/yzSI/8s0iP/LNIj/yzSI/8s0iP/LNIj/yzSI/8s0iP/LNIj/yzSI/8s0iP/nOqY//7+ + /v//////1dDP/2lWUf8/JyH/UDo1/1tNSv9sXlv/TDYw/z8nIf8/JyH/QCgi/4V2cv8tIBz/hXZy/z8n + If8/JyH/Pych/z8nIf8/JyH/Pych/z8nIf8/JyH/Pych/z8nIf8/JyH/Pych/z8nIf8/JyH/Pych/z8n + If8/JyH/Pych/65aRP+uWkT/emll/z4wLf99bWn/Pych/z8nIf8/JyH/Pych/z8nIf9BKSP/emll/z4w + Lf90ZmL/VkE7/z8nIf8/JyH/Pych/z8nIf//////leiQ/yzSI/8s0iP/LNIj/yzSI/8s0iP/LNIj/yzS + I/8s0iP/LNIj/yzSI/8s0iP/LNIj/izSI/0s0iMRAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAD///8AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACzSI9Qs0iP+LNIj/yzS + I/8s0iP/LNIj/yzSI/8s0iP/LNIj/yzSI/8s0iP/LNIj/yzSI/8s0iP/leiQ///////+/v7//////9XQ + z/9qV1L/fW5q/1BDP/9ROzX/Pych/z8nIf9bR0L/WEpH/3JkYf9VQDv/Pych/z8nIf8/JyH/Pych/z8n + If8/JyH/Pych/z8nIf8/JyH/Pych/z8nIf8/JyH/Pych/z8nIf8/JyH/Pych/z8nIf8/JyH/Pych/z8n + If+1aFT/nm9i/2haV/9MNjD/Pych/z8nIf8/JyH/Pych/1tHQv9iVFH/X1FO/3VjX/8/JyH/Pych/z8n + If8/JyH/Pych//////+V6JD/LNIj/yzSI/8s0iP/LNIj/yzSI/8s0iP/LNIj/yzSI/8s0iP/LNIj/yzS + I/8s0iP/LNIjPwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAP// + /wAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAALNIjBSzSI+0s0iP+LNIj/yzSI/8s0iP/LNIj/yzS + I/8s0iP/LNIj/yzSI/8s0iP/LNIj/yzSI/8s0iP/LNIj/5XokP///////v7+///////l4+H/RDYz/1tH + Qv8/JyH/SjQu/4d5dv86LSn/dWNf/z8nIf8/JyH/Pych/z8nIf8/JyH/Pych/0AoIv9RPDb/UTs1/1E7 + Nf9ROzX/UTs1/1E7Nf9RPDb/QCgi/z8nIf8/JyH/Pych/z8nIf8/JyH/Pych/0AoIv9/cGz/iVlN/4FZ + Tf8/JyH/Pych/z8nIf9KNC7/iHp2/zUoJP96aWX/Pych/z8nIf8/JyH/Pych/z8nIf8/JyH//////5Xo + kP8s0iP/LNIj/yzSI/8s0iP/LNIj/yzSI/8s0iP/LNIj/yzSI/8s0iP/LNIj/yzSI28AAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA////AQAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAALNIjECzSI/Ys0iP+LNIj/yzSI/8s0iP/LNIj/yzSI/8s0iP/LNIj/yzS + I/8s0iP/LNIj/yzSI/8s0iP/LNIj/yzSI/+V6JD///////////+ysrL/wLi2/z8nIf96aWX/Nyom/46B + ff9KNC7/Pych/z8nIf9AKCL/UTw2/1tHQv+BcW3/cmJf/2BST/9TRkL/Rzk2/0I1Mf9ENjP/UkRB/2FT + UP94aWX/dWNf/1A6Nf9AKCL/Pych/z8nIf8/JyH/Pych/3VjX/80JyP/nn92/6dXQv9sPC//QSkj/3pp + Zf8tHxz/jX98/0o0Lv8/JyH/Pych/z8nIf8/JyH/Pych/z8nIf//////leiQ/yzSI/8s0iP/LNIj/yzS + I/8s0iP/LNIj/yzSI/8s0iP/LNIj/yzSI/8s0iOJAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAD///8LAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAALNIjFizSI/ks0iP+LNIj/yzSI/8s0iP/LNIj/yzSI/8s0iP/LNIj/yzSI/8s0iP/LNIj/yzS + I/8s0iP/LNIj/yzSI/9Y21H/1PXS/729vf/6+vr//v7+/6Wfnf9dT0z/WkZB/z8nIf9QOjX/dWNf/3hp + Zf9VSET/Nykm/0w/O/9hVFD/cGFd/3lpZf99bWn/fm5q/3xsaP92ZmL/c2Vh/1RGQ/8yJCH/VklF/4V2 + cv9bR0L/TDYw/z8nIf8/JyH/UDo1/1NFQv9vYFz/QCgi/2w8L/+6cl//ZFdT/2RXU/9bR0L/Pych/z8n + If8/JyH/Pych/z8nIf8/JyH/Pych//////+V6JD/LNIj/yzSI/8s0iP/LNIj/yzSI/8s0iP/LNIj/yzS + I/8s0iP/LNIjlQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAP///xQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAALNIjFyzS + I/cs0iP+LNIj/yzSI/8s0iP/LNIj/yzSI/8s0iP/LNIj/yzSI/8s0iP/LNIj/yzSI/8s0iP/LNIj/yzS + I/871TP/ZbRh/8/ozf/9/f3/nZ2d/+Xi4f+BcWz/hXZy/1dJRv80JyP/WkxJ/3RlYf+BcW3/W0dC/1E8 + Nv9AKCL/Pych/z8nIf8/JyH/Pych/z8nIf9MNjD/Tzk0/3VjX/96bGn/RTcz/0o8Of+Rg3//W0dC/0Ir + Jf9AKCL/Z1hU/1lLSP9QOjX/QCgi/4V1cv9lNSn/y5aI/0AoIv8/JyH/Pych/z8nIf8/JyH/Pych/z8n + If8/JyH//////5XokP8s0iP/LNIj/yzSI/8s0iP/LNIj/yzSI/8s0iP/LNIj/yzSI5QAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA////FgAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAALNIjEyzSI/Es0iP+LNIj/yzS + I/8s0iP/LNIj/yzSI/8s0iP/LNIj/yzSI/8s0iP/LNIj/yzSI/8s0iP/LNIj/yzSI/8lqh7/b9Jq/1ak + Uv/w8PD/8/Pz/7CwsP+XlJT/jYJ//4BwbP9bR0L/QCgi/z8nIf8/JyH/Pych/z8nIf8/JyH/Pych/z8n + If8/JyH/Pych/z8nIf8/JyH/Pych/0s0Lv91Y1//gXNw/0AzL/9eUU3/YExH/0kyLf9/b2v/PTAs/3Vj + X/9aRUD/WEpH/2xeW/9bRkH/rlpE/65aRP8/JyH/Pych/z8nIf8/JyH/Pych/z8nIf//////leiQ/yzS + I/8s0iP/LNIj/yzSI/8s0iP/LNIj/yzSI/8s0iOGAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAD///8WAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAALNIjCizSI+Ms0iP/LNIj/yzSI/8s0iP/LNIj/yzS + I/8s0iP/LNIj/yzSI/8s0iP/LNIj/yzSI/8s0iP/LNIj/0G0O/9Usk//NJMv/zmYNP9wn23/7+/v//7+ + /v/+/v7/1dDP/2hVUP8/JyH/Pych/z8nIf8/JyH/Pych/z8nIf8/JyH/Pych/z8nIf8/JyH/Pych/z8n + If8/JyH/Pych/z8nIf9KNC7/dWNf/2VWUv86LSn/iXx4/3JhXf9HOTb/fGxo/3xsaP8jFhL/hXZy/0Ao + Iv8/JyH/Pych/65aRP9sPC//Pych/z8nIf8/JyH/Pych//////+V6JD/LNIj/yzSI/8s0iP/LNIj/yzS + I/4s0iP/LNIjawAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAP///xYAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAACzSI6ws0iP/LNIj/yzSI/8s0iP/LNIj/yzSI/8s0iP/LNIj/yzS + I/8s0iP/LNIj/yzSI/8t0iT/ULpK/xl3E/8lgx//bc1n/2feYf851DD/leiQ///////+/v7//////5+T + kP8/JyH/Pych/z8nIf8/JyH/Pych/z8nIf8/JyH/Pych/z8nIf8/JyH/Pych/z8nIf8/JyH/Pych/z8n + If8/JyH/STIt/4p9ef82KSX/fnBs/2VXU/9iVFD/ZVdT/1RGQ/9bR0L/Pych/z8nIf8/JyH/Pych/2w7 + L/+nV0L/bDwv/z8nIf8/JyH//////5XokP8s0iP/LNIj/yzSI/8s0iP+LNIj+yzSIzgAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAA////FgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAACzSI3Es0iP/LNIj/izSI/8s0iP/LNIj/yzSI/8s0iP/LNIj/yzSI/8s0iP/LNIj/0vY + Q/9WtVH/Ppw5/3nidP9F1z3/LNIj/yzSI/8s0iP/LNIj/9j21v////////////////+fk5D/Pych/z8n + If8/JyH/Pych/z8nIf8/JyH/Pych/z8nIf8/JyH/Pych/z8nIf8/JyH/Pych/z8nIf8/JyH/VkE7/4Fx + bf8/MC3/b2Bc/0k7OP82KCX/gHBt/0AoIv8/JyH/Pych/z8nIf8/JyH/Pych/z8nIf9sPC//p1dC/2w7 + L///////leiQ/yzSI/8s0iP/LNIj/yzSI90s0iMPAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAD///8WAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACzS + IyIs0iPsLNIj/yzSI/8s0iP/LNIj/yzSI/8s0iP/LNIj/yzSI/851DD/heSA/yB/G/954nT/LNIj/yzS + I/8s0iP/LNIj/yzSI/8s0iP/LNIj/1nbUv/Q9c7/////////////////mIuI/5+TkP+fk5D/n5OQ/5+T + kP+fk5D/n5OQ/5+TkP+fk5D/n5OQ/5+TkP+fk5D/n5OQ/5+TkP+fk5D/n5OQ/5+TkP+DfHr/aGFf/2li + YP+6sa//n5OQ/5+TkP+fk5D/n5OQ/5+TkP+fk5D/n5OQ/5+TkP+fk5D/tId8//////+V6JD/LNIj/izS + I/8s0iOJAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAP///xYAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAs0iOMLNIj/yzS + I/4s0iP/LNIj/yzSI/8s0iP/LNIj/2feYf9Anjv/ZMRf/0XXPf8s0iP/LNIj/yzSI/8s0iP/LNIj/yzS + I/8s0iP/LNIj/yzSI/9Z21L/0PXO//////////////////////////////////////////////////// + //////////////////////////////////////////////////+8vLz/wcHB//////////////////// + /////////////////////////////////////////////5vpl/8s0iPqLNIjLAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAA////FgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAs0iMjLNIj1SzSI/8s0iP+LNIj/yzS + I/851DD/d9hy/zCOK/9n3mH/LNIj/yzSI/8s0iP/LNIj/yzSI/8s0iP/LNIj/yzSI/8s0iP/LNIj/yzS + I/8s0iP/LNIj/yzSI/8s0iP/LNIj/yzSI/8s0iP/LNIj/yzSI/8s0iP/LNIj/yzSI/8s0iP/LNIj/yzS + I/8s0iP/LNIj/yzSI/8s0iP/LNIj/2rUZP9KqUX/P9Y3/yzSI/8s0iP/LNIj/yzSI/8s0iP/LNIj/yzS + I/8s0iP/LNIj/yzSI/8s0iP/LNIjfQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAD///8WAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAALNIjVizSI/Is0iP/LNIj/2feYf8nhSL/fN13/znU + MP8s0iP/LNIj/yzSI/8s0iP/LNIj/yzSI/8s0iP/LNIj/yzSI/8s0iP/LNIj/yzSI/8s0iP/LNIj/yzS + I/8s0iP/LNIj/yzSI/8s0iP/LNIj/yzSI/8s0iP/LNIj/yzSI/8s0iP/LNIj/yzSI/8s0iP/LNIj/yzS + I/8s0iP/dOFu/zmYNP9L2EP/LNIj/yzSI/8s0iP/LNIj/yzSI/8s0iP/LNIj/yzSI/4s0iP/LNIjpizS + IwwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAP///xYAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAACzSI2os0iPzTLpG/1KwTf5n3mH/LNIj/yzSI/8s0iP/LNIj/yzS + I/8s0iP/LNIj/yzSI/8s0iP/LNIj/yzSI/8s0iP/LNIj/yzSI/8s0iP/LNIj/yzSI/8s0iP/LNIj/yzS + I/8s0iP/LNIj/yzSI/8s0iP/LNIj/yzSI/8s0iP/LNIj/yzSI/8s0iP/LNIj/yzSI/9L2EP/SqlF/3Th + bv8s0iP/LNIj/yzSI/8s0iP/LNIj/yzSI/8s0iP/LNIjsizSIx0AAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA////FgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAABs3mZtUNhJ3S7SJf8s0iP+LNIj/yzSI/8s0iP/LNIj/yzSI/8s0iP/LNIj/yzS + I/8s0iP/LNIj/yzSI/8s0iP/LNIj/yzSI/8s0iP/LNIj/yzSI/8s0iP/LNIj/yzSI/8s0iP/LNIj/yzS + I/8s0iP/LNIj/yzSI/8s0iP/LNIj/yzSI/8s0iP/LNIj/zvVM/9qzmX/WdRT/yzSI/8s0iP/LNIj/izS + I/8s0iP/LNIjlyzSIxcAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAD///8WAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAALNIjLCzSI54s0iP+LNIj/yzSI/4s0iP/LNIj/yzSI/8s0iP/LNIj/yzSI/8s0iP/LNIj/yzS + I/8s0iP/LNIj/yzSI/8s0iP/LNIj/yzSI/8s0iP/LNIj/yzSI/8s0iP/LNIj/yzSI/8s0iP/LNIj/yzS + I/8s0iP/LNIj/yzSI/8s0iP/LNIj/yzSI/8s0iP/LNIj/yzSI/8s0iPSLNIjZgAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAP// + /xYAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAs0iNHLNIjpizSI/os0iP/LNIj/yzSI/8s0iP/LNIj/yzSI/8s0iP/LNIj/yzSI/8s0iP/LNIj/yzS + I/8s0iP/LNIj/yzSI/8s0iP/LNIj/yzSI/8s0iP/LNIj/yzSI/8s0iP/LNIj/yzSI/8s0iP/LNIj/yzS + I/4s0iP/LNIj/yzSI88s0iN3LNIjGAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA////FwAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACzS + Iyos0iNzLNIjtyzSI/Us0iP/LNIj/yzSI/8s0iP+LNIj/yzSI/8s0iP/LNIj/yzSI/8s0iP/LNIj/yzS + I/8s0iP/LNIj/yzSI/8s0iP/LNIj/yzSI/8s0iP/LNIj/yzSI/8s0iPWLNIjlyzSI04s0iMDAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACzS + Iw4s0iNALNIjbCzSI5Qs0iO1LNIj0izSI+gs0iP6LNIj/yzSI/8s0iP/LNIj/yzSI/8s0iPyLNIj3izS + I8Qs0iOlLNIjgSzSI1Ys0iMoAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAP////////////////gAAAD//////4AA///////4AAAA//////AA + AAf/////+AAAAP////8AAAAA//////gAAAD////4AAAAAB/////4AAAA////4AAAAAAD////+AAAAP// + /4AAAAAAAP////gAAAD///gAAAAAAAA////4AAAA///4AAAAAAAAH///+AAAAP//4AAAAAAAAAf///gA + AAD//8AAAAAAAAAB///4AAAA//+AAAAAAAAAAP//+AAAAP/+AAAAAAAAAAB///gAAAD//AAAAAAAAAAA + P//4AAAA//gAAAAAAAAAAA//+AAAAP/wAAAAAAAAAAAH//gAAAD/4AAAAAAAAAAAA//4AAAA/8AAAAAA + AAAAAAH/+AAAAP+AAAAAAAAAAAAB//gAAAD/AAAAAAAAAAAAAP/4AAAA/gAAAAAAAAAAAAB/+AAAAP4A + AAAAAAAAAAAAP/gAAAD8AAAAAAAAAAAAAB/4AAAA+AAAAAAAAAAAAAAf+AAAAPgAAAAAAAAAAAAAD/gA + AADwAAAAAAAAAAAAAA/4AAAA4AAAAAAAAAAAAAAH+AAAAOAAAAAAAAAAAAAAA/gAAADAAAAAAAAAAAAA + AAP4AAAAwAAAAAAAAAAAAAAB+AAAAIAAAAAAAAAAAAAAAfgAAACAAAAAAAAAAAAAAAD4AAAAAAAAAAAA + AAAAAAAA+AAAAAAAAAAAAAAAAAAAAPgAAAAAAAAAAAAAAAAAAAB4AAAAAAAAAAAAAAAAAAAAeAAAAAAA + AAAAAAAAAAAAAHgAAAAAAAAAAAAAAAAAAAA4AAAAAAAAAAAAAAAAAAAAOAAAAAAAAAAAAAAAAAAAADgA + AAAAAAAAAAAAAAAAAAA4AAAAAAAAAAAAAAAAAAAAOAAAAAAAAAAAAAAAAAAAABgAAAAAAAAAAAAAAAAA + AAAYAAAAAAAAAAAAAAAAAAAAGAAAAAAAAAAAAAAAAAAAABgAAAAAAAAAAAAAAAAAAAAYAAAAAAAAAAAA + AAAAAAAAGAAAAAAAAAAAAAAAAAAAABgAAAAAAAAAAAAAAAAAAAAYAAAAAAAAAAAAAAAAAAAAGAAAAAAA + AAAAAAAAAAAAABgAAAAAAAAAAAAAAAAAAAAYAAAAAAAAAAAAAAAAAAAAGAAAAAAAAAAAAAAAAAAAABgA + AAAAAAAAAAAAAAAAAAAYAAAAAAAAAAAAAAAAAAAAOAAAAAAAAAAAAAAAAAAAADgAAAAAAAAAAAAAAAAA + AAA4AAAAAAAAAAAAAAAAAAAAOAAAAAAAAAAAAAAAAAAAADgAAAAAAAAAAAAAAAAAAAB4AAAAAAAAAAAA + AAAAAAAAeAAAAAAAAAAAAAAAAAAAAHgAAAAAAAAAAAAAAAAAAAD4AAAAAAAAAAAAAAAAAAAA+AAAAIAA + AAAAAAAAAAAAAPgAAACAAAAAAAAAAAAAAAH4AAAAwAAAAAAAAAAAAAAB+AAAAMAAAAAAAAAAAAAAA/gA + AADgAAAAAAAAAAAAAAP4AAAA4AAAAAAAAAAAAAAH+AAAAPAAAAAAAAAAAAAAD/gAAAD4AAAAAAAAAAAA + AA/4AAAA+AAAAAAAAAAAAAAf+AAAAPwAAAAAAAAAAAAAH/gAAAD+AAAAAAAAAAAAAD/4AAAA/gAAAAAA + AAAAAAB/+AAAAP8AAAAAAAAAAAAA//gAAAD/gAAAAAAAAAAAAf/4AAAA/8AAAAAAAAAAAAH/+AAAAP/g + AAAAAAAAAAAD//gAAAD/8AAAAAAAAAAAB//4AAAA//gAAAAAAAAAAA//+AAAAP/8AAAAAAAAAAA///gA + AAD//gAAAAAAAAAAf//4AAAA//+AAAAAAAAAAP//+AAAAP//wAAAAAAAAAH///gAAAD//+AAAAAAAAAH + ///4AAAA///4AAAAAAAAH///+AAAAP///gAAAAAAAD////gAAAD///+AAAAAAAD////4AAAA////4AAA + AAAD////+AAAAP////gAAAAAH/////gAAAD/////AAAAAP/////4AAAA//////AAAAf/////+AAAAP// + ////gAD///////gAAAD////////////////4AAAA////////////////+AAAAP////////////////gA + AAA= + + + \ No newline at end of file diff --git a/EduNetworkBuilder/NetworkBuilder.Designer.cs b/EduNetworkBuilder/NetworkBuilder.Designer.cs new file mode 100644 index 0000000..ec27de7 --- /dev/null +++ b/EduNetworkBuilder/NetworkBuilder.Designer.cs @@ -0,0 +1,609 @@ +namespace EduNetworkBuilder +{ + partial class BuilderWindow + { + /// + /// Required designer variable. + /// + private System.ComponentModel.IContainer components = null; + + /// + /// Clean up any resources being used. + /// + /// true if managed resources should be disposed; otherwise, false. + protected override void Dispose(bool disposing) + { + if (disposing && (components != null)) + { + components.Dispose(); + } + base.Dispose(disposing); + } + + #region Windows Form Designer generated code + + /// + /// Required method for Designer support - do not modify + /// the contents of this method with the code editor. + /// + private void InitializeComponent() + { + this.msMainMenuStrip = new System.Windows.Forms.MenuStrip(); + this.fileToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); + this.newToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); + this.loadToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); + this.reloadToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); + this.saveToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); + this.exitToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); + this.editToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); + this.cutToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); + this.copyToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); + this.pasteToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); + this.undoToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); + this.optionsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); + this.allToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); + this.dHCPRequestToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); + this.clearArpTableToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); + this.clearIPsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); + this.pingToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); + this.helpToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); + this.helpToolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem(); + this.aboutToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); + this.releaseNotesToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); + this.checkForUpdatesToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); + this.samplesToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); + this.puzzlesToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); + this.solvedToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); + this.dHCPToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); + this.oneNetworkToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); + this.twoNetworksToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); + this.threeNetworksToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); + this.firewallsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); + this.toSolveToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); + this.solvedDHCPToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); + this.solvedOneNetworkToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); + this.solvedTwoNetworksToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); + this.SolvedThreeNetworksToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); + this.firewallsToolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem(); + this.panelChoices = new System.Windows.Forms.Panel(); + this.lbMessages = new System.Windows.Forms.ListBox(); + this.lblStatus = new System.Windows.Forms.Label(); + this.pbNetworkView = new System.Windows.Forms.PictureBox(); + this.btnHelp = new System.Windows.Forms.Button(); + this.rbHelp4 = new System.Windows.Forms.RadioButton(); + this.rbHelp3 = new System.Windows.Forms.RadioButton(); + this.rbHelp2 = new System.Windows.Forms.RadioButton(); + this.rbHelp1 = new System.Windows.Forms.RadioButton(); + this.HelpPanel = new System.Windows.Forms.Panel(); + this.myProgressBar = new System.Windows.Forms.ProgressBar(); + this.changeLanguageToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); + this.msMainMenuStrip.SuspendLayout(); + ((System.ComponentModel.ISupportInitialize)(this.pbNetworkView)).BeginInit(); + this.HelpPanel.SuspendLayout(); + this.SuspendLayout(); + // + // msMainMenuStrip + // + this.msMainMenuStrip.ImageScalingSize = new System.Drawing.Size(20, 20); + this.msMainMenuStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { + this.fileToolStripMenuItem, + this.editToolStripMenuItem, + this.allToolStripMenuItem, + this.helpToolStripMenuItem, + this.samplesToolStripMenuItem}); + this.msMainMenuStrip.Location = new System.Drawing.Point(0, 0); + this.msMainMenuStrip.Name = "msMainMenuStrip"; + this.msMainMenuStrip.Padding = new System.Windows.Forms.Padding(4, 2, 0, 2); + this.msMainMenuStrip.Size = new System.Drawing.Size(463, 24); + this.msMainMenuStrip.TabIndex = 0; + this.msMainMenuStrip.Text = "msMainMenuStrip"; + // + // fileToolStripMenuItem + // + this.fileToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { + this.newToolStripMenuItem, + this.loadToolStripMenuItem, + this.reloadToolStripMenuItem, + this.saveToolStripMenuItem, + this.exitToolStripMenuItem}); + this.fileToolStripMenuItem.Name = "fileToolStripMenuItem"; + this.fileToolStripMenuItem.Size = new System.Drawing.Size(37, 20); + this.fileToolStripMenuItem.Text = "File"; + // + // newToolStripMenuItem + // + this.newToolStripMenuItem.Name = "newToolStripMenuItem"; + this.newToolStripMenuItem.Size = new System.Drawing.Size(110, 22); + this.newToolStripMenuItem.Text = "New"; + this.newToolStripMenuItem.Click += new System.EventHandler(this.newToolStripMenuItem_Click); + // + // loadToolStripMenuItem + // + this.loadToolStripMenuItem.Name = "loadToolStripMenuItem"; + this.loadToolStripMenuItem.Size = new System.Drawing.Size(110, 22); + this.loadToolStripMenuItem.Text = "Load"; + this.loadToolStripMenuItem.Click += new System.EventHandler(this.loadToolStripMenuItem_Click); + // + // reloadToolStripMenuItem + // + this.reloadToolStripMenuItem.Name = "reloadToolStripMenuItem"; + this.reloadToolStripMenuItem.Size = new System.Drawing.Size(110, 22); + this.reloadToolStripMenuItem.Text = "Reload"; + this.reloadToolStripMenuItem.Click += new System.EventHandler(this.reloadToolStripMenuItem_Click); + // + // saveToolStripMenuItem + // + this.saveToolStripMenuItem.Name = "saveToolStripMenuItem"; + this.saveToolStripMenuItem.Size = new System.Drawing.Size(110, 22); + this.saveToolStripMenuItem.Text = "Save"; + this.saveToolStripMenuItem.Click += new System.EventHandler(this.saveToolStripMenuItem_Click); + // + // exitToolStripMenuItem + // + this.exitToolStripMenuItem.Name = "exitToolStripMenuItem"; + this.exitToolStripMenuItem.Size = new System.Drawing.Size(110, 22); + this.exitToolStripMenuItem.Text = "Exit"; + this.exitToolStripMenuItem.Click += new System.EventHandler(this.exitToolStripMenuItem_Click); + // + // editToolStripMenuItem + // + this.editToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { + this.cutToolStripMenuItem, + this.copyToolStripMenuItem, + this.pasteToolStripMenuItem, + this.undoToolStripMenuItem, + this.optionsToolStripMenuItem, + this.changeLanguageToolStripMenuItem}); + this.editToolStripMenuItem.Name = "editToolStripMenuItem"; + this.editToolStripMenuItem.Size = new System.Drawing.Size(39, 20); + this.editToolStripMenuItem.Text = "Edit"; + // + // cutToolStripMenuItem + // + this.cutToolStripMenuItem.Name = "cutToolStripMenuItem"; + this.cutToolStripMenuItem.Size = new System.Drawing.Size(170, 22); + this.cutToolStripMenuItem.Text = "Cut"; + // + // copyToolStripMenuItem + // + this.copyToolStripMenuItem.Name = "copyToolStripMenuItem"; + this.copyToolStripMenuItem.Size = new System.Drawing.Size(170, 22); + this.copyToolStripMenuItem.Text = "Copy"; + // + // pasteToolStripMenuItem + // + this.pasteToolStripMenuItem.Name = "pasteToolStripMenuItem"; + this.pasteToolStripMenuItem.Size = new System.Drawing.Size(170, 22); + this.pasteToolStripMenuItem.Text = "Paste"; + // + // undoToolStripMenuItem + // + this.undoToolStripMenuItem.Name = "undoToolStripMenuItem"; + this.undoToolStripMenuItem.Size = new System.Drawing.Size(170, 22); + this.undoToolStripMenuItem.Text = "Undo"; + // + // optionsToolStripMenuItem + // + this.optionsToolStripMenuItem.Name = "optionsToolStripMenuItem"; + this.optionsToolStripMenuItem.Size = new System.Drawing.Size(170, 22); + this.optionsToolStripMenuItem.Text = "Options"; + this.optionsToolStripMenuItem.Click += new System.EventHandler(this.optionsToolStripMenuItem_Click); + // + // allToolStripMenuItem + // + this.allToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { + this.dHCPRequestToolStripMenuItem, + this.clearArpTableToolStripMenuItem, + this.clearIPsToolStripMenuItem, + this.pingToolStripMenuItem}); + this.allToolStripMenuItem.Name = "allToolStripMenuItem"; + this.allToolStripMenuItem.Size = new System.Drawing.Size(33, 20); + this.allToolStripMenuItem.Text = "All"; + // + // dHCPRequestToolStripMenuItem + // + this.dHCPRequestToolStripMenuItem.Name = "dHCPRequestToolStripMenuItem"; + this.dHCPRequestToolStripMenuItem.Size = new System.Drawing.Size(155, 22); + this.dHCPRequestToolStripMenuItem.Text = "DHCP Request"; + this.dHCPRequestToolStripMenuItem.Click += new System.EventHandler(this.dHCPRequestToolStripMenuItem_Click); + // + // clearArpTableToolStripMenuItem + // + this.clearArpTableToolStripMenuItem.Name = "clearArpTableToolStripMenuItem"; + this.clearArpTableToolStripMenuItem.Size = new System.Drawing.Size(155, 22); + this.clearArpTableToolStripMenuItem.Text = "Clear Arp Table"; + this.clearArpTableToolStripMenuItem.Click += new System.EventHandler(this.clearArpTableToolStripMenuItem_Click); + // + // clearIPsToolStripMenuItem + // + this.clearIPsToolStripMenuItem.Name = "clearIPsToolStripMenuItem"; + this.clearIPsToolStripMenuItem.Size = new System.Drawing.Size(155, 22); + this.clearIPsToolStripMenuItem.Text = "Clear IPs"; + this.clearIPsToolStripMenuItem.Click += new System.EventHandler(this.clearIPsToolStripMenuItem_Click); + // + // pingToolStripMenuItem + // + this.pingToolStripMenuItem.Name = "pingToolStripMenuItem"; + this.pingToolStripMenuItem.Size = new System.Drawing.Size(155, 22); + this.pingToolStripMenuItem.Text = "Ping"; + this.pingToolStripMenuItem.Click += new System.EventHandler(this.pingToolStripMenuItem_Click); + // + // helpToolStripMenuItem + // + this.helpToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { + this.helpToolStripMenuItem1, + this.aboutToolStripMenuItem, + this.releaseNotesToolStripMenuItem, + this.checkForUpdatesToolStripMenuItem}); + this.helpToolStripMenuItem.Name = "helpToolStripMenuItem"; + this.helpToolStripMenuItem.Size = new System.Drawing.Size(44, 20); + this.helpToolStripMenuItem.Text = "Help"; + // + // helpToolStripMenuItem1 + // + this.helpToolStripMenuItem1.Name = "helpToolStripMenuItem1"; + this.helpToolStripMenuItem1.Size = new System.Drawing.Size(173, 22); + this.helpToolStripMenuItem1.Text = "Help"; + this.helpToolStripMenuItem1.Click += new System.EventHandler(this.helpToolStripMenuItem1_Click); + // + // aboutToolStripMenuItem + // + this.aboutToolStripMenuItem.Name = "aboutToolStripMenuItem"; + this.aboutToolStripMenuItem.Size = new System.Drawing.Size(173, 22); + this.aboutToolStripMenuItem.Text = "About"; + this.aboutToolStripMenuItem.Click += new System.EventHandler(this.aboutToolStripMenuItem_Click); + // + // releaseNotesToolStripMenuItem + // + this.releaseNotesToolStripMenuItem.Name = "releaseNotesToolStripMenuItem"; + this.releaseNotesToolStripMenuItem.Size = new System.Drawing.Size(173, 22); + this.releaseNotesToolStripMenuItem.Text = "Release Notes"; + this.releaseNotesToolStripMenuItem.Click += new System.EventHandler(this.releaseNotesToolStripMenuItem_Click); + // + // checkForUpdatesToolStripMenuItem + // + this.checkForUpdatesToolStripMenuItem.Name = "checkForUpdatesToolStripMenuItem"; + this.checkForUpdatesToolStripMenuItem.Size = new System.Drawing.Size(173, 22); + this.checkForUpdatesToolStripMenuItem.Text = "Check For Updates"; + // + // samplesToolStripMenuItem + // + this.samplesToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { + this.puzzlesToolStripMenuItem, + this.solvedToolStripMenuItem, + this.toSolveToolStripMenuItem}); + this.samplesToolStripMenuItem.Name = "samplesToolStripMenuItem"; + this.samplesToolStripMenuItem.Size = new System.Drawing.Size(63, 20); + this.samplesToolStripMenuItem.Text = "Samples"; + // + // puzzlesToolStripMenuItem + // + this.puzzlesToolStripMenuItem.Name = "puzzlesToolStripMenuItem"; + this.puzzlesToolStripMenuItem.Size = new System.Drawing.Size(119, 22); + this.puzzlesToolStripMenuItem.Text = "Puzzles"; + this.puzzlesToolStripMenuItem.Click += new System.EventHandler(this.puzzlesToolStripMenuItem_Click); + // + // solvedToolStripMenuItem + // + this.solvedToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { + this.dHCPToolStripMenuItem, + this.oneNetworkToolStripMenuItem, + this.twoNetworksToolStripMenuItem, + this.threeNetworksToolStripMenuItem, + this.firewallsToolStripMenuItem}); + this.solvedToolStripMenuItem.Name = "solvedToolStripMenuItem"; + this.solvedToolStripMenuItem.Size = new System.Drawing.Size(119, 22); + this.solvedToolStripMenuItem.Text = "Solved"; + // + // dHCPToolStripMenuItem + // + this.dHCPToolStripMenuItem.Name = "dHCPToolStripMenuItem"; + this.dHCPToolStripMenuItem.Size = new System.Drawing.Size(157, 22); + this.dHCPToolStripMenuItem.Text = "DHCP"; + this.dHCPToolStripMenuItem.Click += new System.EventHandler(this.dHCPToolStripMenuItem_Click); + // + // oneNetworkToolStripMenuItem + // + this.oneNetworkToolStripMenuItem.Name = "oneNetworkToolStripMenuItem"; + this.oneNetworkToolStripMenuItem.Size = new System.Drawing.Size(157, 22); + this.oneNetworkToolStripMenuItem.Text = "One Network"; + this.oneNetworkToolStripMenuItem.Click += new System.EventHandler(this.oneNetworkToolStripMenuItem_Click); + // + // twoNetworksToolStripMenuItem + // + this.twoNetworksToolStripMenuItem.Name = "twoNetworksToolStripMenuItem"; + this.twoNetworksToolStripMenuItem.Size = new System.Drawing.Size(157, 22); + this.twoNetworksToolStripMenuItem.Text = "Two Networks"; + this.twoNetworksToolStripMenuItem.Click += new System.EventHandler(this.twoNetworksToolStripMenuItem_Click); + // + // threeNetworksToolStripMenuItem + // + this.threeNetworksToolStripMenuItem.Name = "threeNetworksToolStripMenuItem"; + this.threeNetworksToolStripMenuItem.Size = new System.Drawing.Size(157, 22); + this.threeNetworksToolStripMenuItem.Text = "Three Networks"; + this.threeNetworksToolStripMenuItem.Click += new System.EventHandler(this.threeNetworksToolStripMenuItem_Click); + // + // firewallsToolStripMenuItem + // + this.firewallsToolStripMenuItem.Name = "firewallsToolStripMenuItem"; + this.firewallsToolStripMenuItem.Size = new System.Drawing.Size(157, 22); + this.firewallsToolStripMenuItem.Text = "Firewalls"; + this.firewallsToolStripMenuItem.Click += new System.EventHandler(this.firewallsToolStripMenuItem_Click); + // + // toSolveToolStripMenuItem + // + this.toSolveToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { + this.solvedDHCPToolStripMenuItem, + this.solvedOneNetworkToolStripMenuItem, + this.solvedTwoNetworksToolStripMenuItem, + this.SolvedThreeNetworksToolStripMenuItem, + this.firewallsToolStripMenuItem1}); + this.toSolveToolStripMenuItem.Name = "toSolveToolStripMenuItem"; + this.toSolveToolStripMenuItem.Size = new System.Drawing.Size(119, 22); + this.toSolveToolStripMenuItem.Text = "To Solve"; + // + // solvedDHCPToolStripMenuItem + // + this.solvedDHCPToolStripMenuItem.Name = "solvedDHCPToolStripMenuItem"; + this.solvedDHCPToolStripMenuItem.Size = new System.Drawing.Size(157, 22); + this.solvedDHCPToolStripMenuItem.Text = "DHCP"; + this.solvedDHCPToolStripMenuItem.Click += new System.EventHandler(this.solvedDHCPToolStripMenuItem_Click); + // + // solvedOneNetworkToolStripMenuItem + // + this.solvedOneNetworkToolStripMenuItem.Name = "solvedOneNetworkToolStripMenuItem"; + this.solvedOneNetworkToolStripMenuItem.Size = new System.Drawing.Size(157, 22); + this.solvedOneNetworkToolStripMenuItem.Text = "One Network"; + this.solvedOneNetworkToolStripMenuItem.Click += new System.EventHandler(this.solvedOneNetworkToolStripMenuItem_Click); + // + // solvedTwoNetworksToolStripMenuItem + // + this.solvedTwoNetworksToolStripMenuItem.Name = "solvedTwoNetworksToolStripMenuItem"; + this.solvedTwoNetworksToolStripMenuItem.Size = new System.Drawing.Size(157, 22); + this.solvedTwoNetworksToolStripMenuItem.Text = "Two Networks"; + this.solvedTwoNetworksToolStripMenuItem.Click += new System.EventHandler(this.solvedTwoNetworksToolStripMenuItem_Click); + // + // SolvedThreeNetworksToolStripMenuItem + // + this.SolvedThreeNetworksToolStripMenuItem.Name = "SolvedThreeNetworksToolStripMenuItem"; + this.SolvedThreeNetworksToolStripMenuItem.Size = new System.Drawing.Size(157, 22); + this.SolvedThreeNetworksToolStripMenuItem.Text = "Three Networks"; + this.SolvedThreeNetworksToolStripMenuItem.Click += new System.EventHandler(this.SolvedThreeNetworksToolStripMenuItem_Click); + // + // firewallsToolStripMenuItem1 + // + this.firewallsToolStripMenuItem1.Name = "firewallsToolStripMenuItem1"; + this.firewallsToolStripMenuItem1.Size = new System.Drawing.Size(157, 22); + this.firewallsToolStripMenuItem1.Text = "Firewalls"; + this.firewallsToolStripMenuItem1.Click += new System.EventHandler(this.firewallsToolStripMenuItem1_Click); + // + // panelChoices + // + this.panelChoices.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) + | System.Windows.Forms.AnchorStyles.Left))); + this.panelChoices.Location = new System.Drawing.Point(10, 25); + this.panelChoices.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2); + this.panelChoices.Name = "panelChoices"; + this.panelChoices.Size = new System.Drawing.Size(59, 300); + this.panelChoices.TabIndex = 2; + // + // lbMessages + // + this.lbMessages.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left) + | System.Windows.Forms.AnchorStyles.Right))); + this.lbMessages.FormattingEnabled = true; + this.lbMessages.Location = new System.Drawing.Point(74, 331); + this.lbMessages.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2); + this.lbMessages.Name = "lbMessages"; + this.lbMessages.Size = new System.Drawing.Size(366, 43); + this.lbMessages.TabIndex = 3; + this.lbMessages.DoubleClick += new System.EventHandler(this.lbMessages_DoubleClick); + // + // lblStatus + // + this.lblStatus.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left) + | System.Windows.Forms.AnchorStyles.Right))); + this.lblStatus.Location = new System.Drawing.Point(74, 374); + this.lblStatus.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0); + this.lblStatus.Name = "lblStatus"; + this.lblStatus.Size = new System.Drawing.Size(365, 14); + this.lblStatus.TabIndex = 4; + this.lblStatus.Text = "lblStatus"; + this.lblStatus.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; + // + // pbNetworkView + // + this.pbNetworkView.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) + | System.Windows.Forms.AnchorStyles.Left) + | System.Windows.Forms.AnchorStyles.Right))); + this.pbNetworkView.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; + this.pbNetworkView.Location = new System.Drawing.Point(74, 25); + this.pbNetworkView.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2); + this.pbNetworkView.Name = "pbNetworkView"; + this.pbNetworkView.Size = new System.Drawing.Size(366, 300); + this.pbNetworkView.TabIndex = 1; + this.pbNetworkView.TabStop = false; + this.pbNetworkView.Paint += new System.Windows.Forms.PaintEventHandler(this.pbNetworkView_Paint); + this.pbNetworkView.DoubleClick += new System.EventHandler(this.pbNetworkView_DoubleClick); + this.pbNetworkView.MouseDown += new System.Windows.Forms.MouseEventHandler(this.pbNetworkView_MouseDown); + this.pbNetworkView.MouseMove += new System.Windows.Forms.MouseEventHandler(this.pbNetworkView_MouseMove); + this.pbNetworkView.MouseUp += new System.Windows.Forms.MouseEventHandler(this.pbNetworkView_MouseUp); + // + // btnHelp + // + this.btnHelp.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); + this.btnHelp.Location = new System.Drawing.Point(2, 2); + this.btnHelp.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2); + this.btnHelp.Name = "btnHelp"; + this.btnHelp.Size = new System.Drawing.Size(21, 20); + this.btnHelp.TabIndex = 5; + this.btnHelp.Text = "?"; + this.btnHelp.UseVisualStyleBackColor = true; + this.btnHelp.Click += new System.EventHandler(this.btnHelp_Click); + // + // rbHelp4 + // + this.rbHelp4.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); + this.rbHelp4.AutoSize = true; + this.rbHelp4.Location = new System.Drawing.Point(8, 28); + this.rbHelp4.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2); + this.rbHelp4.Name = "rbHelp4"; + this.rbHelp4.Size = new System.Drawing.Size(14, 13); + this.rbHelp4.TabIndex = 6; + this.rbHelp4.UseVisualStyleBackColor = true; + this.rbHelp4.CheckedChanged += new System.EventHandler(this.rbHelp4_CheckedChanged); + // + // rbHelp3 + // + this.rbHelp3.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); + this.rbHelp3.AutoSize = true; + this.rbHelp3.Location = new System.Drawing.Point(8, 44); + this.rbHelp3.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2); + this.rbHelp3.Name = "rbHelp3"; + this.rbHelp3.Size = new System.Drawing.Size(14, 13); + this.rbHelp3.TabIndex = 7; + this.rbHelp3.UseVisualStyleBackColor = true; + this.rbHelp3.CheckedChanged += new System.EventHandler(this.rbHelp3_CheckedChanged); + // + // rbHelp2 + // + this.rbHelp2.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); + this.rbHelp2.AutoSize = true; + this.rbHelp2.Location = new System.Drawing.Point(8, 62); + this.rbHelp2.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2); + this.rbHelp2.Name = "rbHelp2"; + this.rbHelp2.Size = new System.Drawing.Size(14, 13); + this.rbHelp2.TabIndex = 8; + this.rbHelp2.UseVisualStyleBackColor = true; + this.rbHelp2.CheckedChanged += new System.EventHandler(this.rbHelp2_CheckedChanged); + // + // rbHelp1 + // + this.rbHelp1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); + this.rbHelp1.AutoSize = true; + this.rbHelp1.Checked = true; + this.rbHelp1.Location = new System.Drawing.Point(8, 80); + this.rbHelp1.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2); + this.rbHelp1.Name = "rbHelp1"; + this.rbHelp1.Size = new System.Drawing.Size(14, 13); + this.rbHelp1.TabIndex = 9; + this.rbHelp1.TabStop = true; + this.rbHelp1.UseVisualStyleBackColor = true; + this.rbHelp1.CheckedChanged += new System.EventHandler(this.rbHelp1_CheckedChanged); + // + // HelpPanel + // + this.HelpPanel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); + this.HelpPanel.Controls.Add(this.rbHelp4); + this.HelpPanel.Controls.Add(this.btnHelp); + this.HelpPanel.Controls.Add(this.rbHelp1); + this.HelpPanel.Controls.Add(this.rbHelp3); + this.HelpPanel.Controls.Add(this.rbHelp2); + this.HelpPanel.Location = new System.Drawing.Point(438, 25); + this.HelpPanel.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2); + this.HelpPanel.Name = "HelpPanel"; + this.HelpPanel.Size = new System.Drawing.Size(25, 98); + this.HelpPanel.TabIndex = 10; + // + // myProgressBar + // + this.myProgressBar.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left))); + this.myProgressBar.Location = new System.Drawing.Point(10, 330); + this.myProgressBar.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2); + this.myProgressBar.Name = "myProgressBar"; + this.myProgressBar.Size = new System.Drawing.Size(59, 19); + this.myProgressBar.Style = System.Windows.Forms.ProgressBarStyle.Continuous; + this.myProgressBar.TabIndex = 11; + // + // changeLanguageToolStripMenuItem + // + this.changeLanguageToolStripMenuItem.Name = "changeLanguageToolStripMenuItem"; + this.changeLanguageToolStripMenuItem.Size = new System.Drawing.Size(170, 22); + this.changeLanguageToolStripMenuItem.Text = "Change Language"; + this.changeLanguageToolStripMenuItem.Click += new System.EventHandler(this.changeLanguageToolStripMenuItem_Click); + // + // BuilderWindow + // + this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); + this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; + this.ClientSize = new System.Drawing.Size(463, 386); + this.Controls.Add(this.myProgressBar); + this.Controls.Add(this.lblStatus); + this.Controls.Add(this.lbMessages); + this.Controls.Add(this.panelChoices); + this.Controls.Add(this.pbNetworkView); + this.Controls.Add(this.msMainMenuStrip); + this.Controls.Add(this.HelpPanel); + this.Icon = global::EduNetworkBuilder.Properties.Resources.NBIco; + this.MainMenuStrip = this.msMainMenuStrip; + this.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2); + this.Name = "BuilderWindow"; + this.Text = "Network Builder"; + this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.BuilderWindow_FormClosing); + this.Load += new System.EventHandler(this.BuilderWindow_Load); + this.ResizeEnd += new System.EventHandler(this.BuilderWindow_ResizeEnd); + this.Resize += new System.EventHandler(this.BuilderWindow_Resize); + this.msMainMenuStrip.ResumeLayout(false); + this.msMainMenuStrip.PerformLayout(); + ((System.ComponentModel.ISupportInitialize)(this.pbNetworkView)).EndInit(); + this.HelpPanel.ResumeLayout(false); + this.HelpPanel.PerformLayout(); + this.ResumeLayout(false); + this.PerformLayout(); + + } + + #endregion + + private System.Windows.Forms.MenuStrip msMainMenuStrip; + private System.Windows.Forms.ToolStripMenuItem fileToolStripMenuItem; + private System.Windows.Forms.ToolStripMenuItem loadToolStripMenuItem; + private System.Windows.Forms.ToolStripMenuItem saveToolStripMenuItem; + private System.Windows.Forms.ToolStripMenuItem exitToolStripMenuItem; + private System.Windows.Forms.ToolStripMenuItem editToolStripMenuItem; + private System.Windows.Forms.ToolStripMenuItem cutToolStripMenuItem; + private System.Windows.Forms.ToolStripMenuItem copyToolStripMenuItem; + private System.Windows.Forms.ToolStripMenuItem pasteToolStripMenuItem; + private System.Windows.Forms.ToolStripMenuItem helpToolStripMenuItem; + private System.Windows.Forms.ToolStripMenuItem aboutToolStripMenuItem; + private System.Windows.Forms.ToolStripMenuItem helpToolStripMenuItem1; + private System.Windows.Forms.ToolStripMenuItem checkForUpdatesToolStripMenuItem; + private System.Windows.Forms.ToolStripMenuItem undoToolStripMenuItem; + private System.Windows.Forms.PictureBox pbNetworkView; + private System.Windows.Forms.Panel panelChoices; + private System.Windows.Forms.ListBox lbMessages; + private System.Windows.Forms.Label lblStatus; + private System.Windows.Forms.ToolStripMenuItem releaseNotesToolStripMenuItem; + private System.Windows.Forms.ToolStripMenuItem reloadToolStripMenuItem; + private System.Windows.Forms.ToolStripMenuItem allToolStripMenuItem; + private System.Windows.Forms.ToolStripMenuItem dHCPRequestToolStripMenuItem; + private System.Windows.Forms.ToolStripMenuItem clearArpTableToolStripMenuItem; + private System.Windows.Forms.ToolStripMenuItem clearIPsToolStripMenuItem; + private System.Windows.Forms.ToolStripMenuItem pingToolStripMenuItem; + private System.Windows.Forms.ToolStripMenuItem samplesToolStripMenuItem; + private System.Windows.Forms.ToolStripMenuItem solvedToolStripMenuItem; + private System.Windows.Forms.ToolStripMenuItem oneNetworkToolStripMenuItem; + private System.Windows.Forms.ToolStripMenuItem twoNetworksToolStripMenuItem; + private System.Windows.Forms.ToolStripMenuItem dHCPToolStripMenuItem; + private System.Windows.Forms.ToolStripMenuItem toSolveToolStripMenuItem; + private System.Windows.Forms.ToolStripMenuItem solvedOneNetworkToolStripMenuItem; + private System.Windows.Forms.ToolStripMenuItem solvedTwoNetworksToolStripMenuItem; + private System.Windows.Forms.ToolStripMenuItem solvedDHCPToolStripMenuItem; + private System.Windows.Forms.ToolStripMenuItem threeNetworksToolStripMenuItem; + private System.Windows.Forms.ToolStripMenuItem SolvedThreeNetworksToolStripMenuItem; + private System.Windows.Forms.ToolStripMenuItem newToolStripMenuItem; + private System.Windows.Forms.ToolStripMenuItem optionsToolStripMenuItem; + private System.Windows.Forms.Button btnHelp; + private System.Windows.Forms.RadioButton rbHelp4; + private System.Windows.Forms.RadioButton rbHelp3; + private System.Windows.Forms.RadioButton rbHelp2; + private System.Windows.Forms.RadioButton rbHelp1; + private System.Windows.Forms.Panel HelpPanel; + private System.Windows.Forms.ToolStripMenuItem puzzlesToolStripMenuItem; + private System.Windows.Forms.ToolStripMenuItem firewallsToolStripMenuItem; + private System.Windows.Forms.ToolStripMenuItem firewallsToolStripMenuItem1; + private System.Windows.Forms.ProgressBar myProgressBar; + private System.Windows.Forms.ToolStripMenuItem changeLanguageToolStripMenuItem; + } +} + diff --git a/EduNetworkBuilder/NetworkBuilder.resx b/EduNetworkBuilder/NetworkBuilder.resx new file mode 100644 index 0000000..f7431fe --- /dev/null +++ b/EduNetworkBuilder/NetworkBuilder.resx @@ -0,0 +1,123 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 2.0 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 17, 17 + + \ No newline at end of file diff --git a/EduNetworkBuilder/NetworkCardEditor.Designer.cs b/EduNetworkBuilder/NetworkCardEditor.Designer.cs new file mode 100644 index 0000000..3581eda --- /dev/null +++ b/EduNetworkBuilder/NetworkCardEditor.Designer.cs @@ -0,0 +1,170 @@ +namespace EduNetworkBuilder +{ + partial class NetworkCardEditor + { + /// + /// Required designer variable. + /// + private System.ComponentModel.IContainer components = null; + + /// + /// Clean up any resources being used. + /// + /// true if managed resources should be disposed; otherwise, false. + protected override void Dispose(bool disposing) + { + if (disposing && (components != null)) + { + components.Dispose(); + } + base.Dispose(disposing); + } + + #region Windows Form Designer generated code + + /// + /// Required method for Designer support - do not modify + /// the contents of this method with the code editor. + /// + private void InitializeComponent() + { + this.tbNicName = new System.Windows.Forms.TextBox(); + this.tbNicType = new System.Windows.Forms.TextBox(); + this.TBMacAddress = new System.Windows.Forms.TextBox(); + this.cbCanUseDHCP = new System.Windows.Forms.CheckBox(); + this.cbDHCP = new System.Windows.Forms.CheckBox(); + this.label1 = new System.Windows.Forms.Label(); + this.label2 = new System.Windows.Forms.Label(); + this.label3 = new System.Windows.Forms.Label(); + this.btnDone = new System.Windows.Forms.Button(); + this.lblLinkStatus = new System.Windows.Forms.Label(); + this.SuspendLayout(); + // + // tbNicName + // + this.tbNicName.Location = new System.Drawing.Point(131, 16); + this.tbNicName.Name = "tbNicName"; + this.tbNicName.Size = new System.Drawing.Size(159, 22); + this.tbNicName.TabIndex = 0; + // + // tbNicType + // + this.tbNicType.Location = new System.Drawing.Point(131, 44); + this.tbNicType.Name = "tbNicType"; + this.tbNicType.Size = new System.Drawing.Size(159, 22); + this.tbNicType.TabIndex = 1; + // + // TBMacAddress + // + this.TBMacAddress.Location = new System.Drawing.Point(131, 72); + this.TBMacAddress.Name = "TBMacAddress"; + this.TBMacAddress.Size = new System.Drawing.Size(159, 22); + this.TBMacAddress.TabIndex = 2; + // + // cbCanUseDHCP + // + this.cbCanUseDHCP.AutoSize = true; + this.cbCanUseDHCP.Location = new System.Drawing.Point(131, 100); + this.cbCanUseDHCP.Name = "cbCanUseDHCP"; + this.cbCanUseDHCP.Size = new System.Drawing.Size(124, 21); + this.cbCanUseDHCP.TabIndex = 3; + this.cbCanUseDHCP.Text = "Can use DHCP"; + this.cbCanUseDHCP.UseVisualStyleBackColor = true; + // + // cbDHCP + // + this.cbDHCP.AutoSize = true; + this.cbDHCP.Location = new System.Drawing.Point(131, 128); + this.cbDHCP.Name = "cbDHCP"; + this.cbDHCP.Size = new System.Drawing.Size(104, 21); + this.cbDHCP.TabIndex = 4; + this.cbDHCP.Text = "Uses DHCP"; + this.cbDHCP.UseVisualStyleBackColor = true; + // + // label1 + // + this.label1.AutoSize = true; + this.label1.Location = new System.Drawing.Point(56, 19); + this.label1.Name = "label1"; + this.label1.Size = new System.Drawing.Size(69, 17); + this.label1.TabIndex = 5; + this.label1.Text = "Nic Name"; + // + // label2 + // + this.label2.AutoSize = true; + this.label2.Location = new System.Drawing.Point(61, 47); + this.label2.Name = "label2"; + this.label2.Size = new System.Drawing.Size(64, 17); + this.label2.TabIndex = 6; + this.label2.Text = "Nic Type"; + // + // label3 + // + this.label3.AutoSize = true; + this.label3.Location = new System.Drawing.Point(32, 75); + this.label3.Name = "label3"; + this.label3.Size = new System.Drawing.Size(93, 17); + this.label3.TabIndex = 7; + this.label3.Text = "MAC Address"; + // + // btnDone + // + this.btnDone.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); + this.btnDone.Location = new System.Drawing.Point(215, 169); + this.btnDone.Name = "btnDone"; + this.btnDone.Size = new System.Drawing.Size(75, 23); + this.btnDone.TabIndex = 8; + this.btnDone.Text = "Done"; + this.btnDone.UseVisualStyleBackColor = true; + this.btnDone.Click += new System.EventHandler(this.btnDone_Click); + // + // lblLinkStatus + // + this.lblLinkStatus.AutoSize = true; + this.lblLinkStatus.Location = new System.Drawing.Point(32, 169); + this.lblLinkStatus.Name = "lblLinkStatus"; + this.lblLinkStatus.Size = new System.Drawing.Size(74, 17); + this.lblLinkStatus.TabIndex = 9; + this.lblLinkStatus.Text = "LinkStatus"; + // + // NetworkCardEditor + // + this.AcceptButton = this.btnDone; + this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 16F); + this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; + this.AutoSize = true; + this.ClientSize = new System.Drawing.Size(302, 204); + this.Controls.Add(this.lblLinkStatus); + this.Controls.Add(this.btnDone); + this.Controls.Add(this.label3); + this.Controls.Add(this.label2); + this.Controls.Add(this.label1); + this.Controls.Add(this.cbDHCP); + this.Controls.Add(this.cbCanUseDHCP); + this.Controls.Add(this.TBMacAddress); + this.Controls.Add(this.tbNicType); + this.Controls.Add(this.tbNicName); + this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow; + this.Icon = global::EduNetworkBuilder.Properties.Resources.NBIco; + this.Name = "NetworkCardEditor"; + this.Text = "NetworkCardEditor"; + this.ResumeLayout(false); + this.PerformLayout(); + + } + + #endregion + + private System.Windows.Forms.TextBox tbNicName; + private System.Windows.Forms.TextBox tbNicType; + private System.Windows.Forms.TextBox TBMacAddress; + private System.Windows.Forms.CheckBox cbCanUseDHCP; + private System.Windows.Forms.CheckBox cbDHCP; + private System.Windows.Forms.Label label1; + private System.Windows.Forms.Label label2; + private System.Windows.Forms.Label label3; + private System.Windows.Forms.Button btnDone; + private System.Windows.Forms.Label lblLinkStatus; + } +} \ No newline at end of file diff --git a/EduNetworkBuilder/NetworkComponent.cs b/EduNetworkBuilder/NetworkComponent.cs new file mode 100644 index 0000000..02b43a7 --- /dev/null +++ b/EduNetworkBuilder/NetworkComponent.cs @@ -0,0 +1,108 @@ +using System; +using System.Collections.Generic; +using System.Linq; +using System.Text; +using System.Threading.Tasks; +using System.Drawing; +using System.Runtime.Serialization.Formatters.Binary; +using System.Runtime.Serialization; +using System.IO; +using System.Xml; + + +namespace EduNetworkBuilder +{ + [Serializable] + public class NetworkComponent + { + public bool IsDirty = true; //If something has changed and it needs to be re-drawn. It starts as "true" + protected int UniqueIdentifier = NB.GetUniqueIdentifier(); + public string hostname = ""; + + + public virtual void Print(Image BaseImage, bool DrawTitle) + { + } + + public virtual bool HasMac(string MAC) + { + return false; + } + + public virtual void ProcessPacket(Packet tPacket) + { + + } + + public virtual void Destroy() + { + //This really does nothing. But the link will trigger some stuff needing to be done + } + + public virtual List arp(UInt32 IP) + { + List arps = new List(); + return arps; //links have no MAC addresses + } + + public virtual void Save(XmlWriter writer) + { + } + + public virtual void Load(XmlNode theNode) + { + } + + public virtual void UpdateFromComponent(NetworkComponent CopyFrom) + { + + } + + public virtual void DoProcessing(Packet tPacket) + { + } + + public virtual void DoMoving(Packet tPacket) + { + } + + public virtual void DoInput(Packet tPacket) + { + + } + + public virtual void DoOutput(Packet tPacket) + { + + } + + public int GetUniqueIdentifier + { + get { return UniqueIdentifier; } + } + + public static T Clone(T source) + { + if (!typeof(T).IsSerializable) + { + throw new ArgumentException("The type must be serializable.", "source"); + } + + // Don't serialize a null object, simply return the default for that object + if (Object.ReferenceEquals(source, null)) + { + return default(T); + } + + IFormatter formatter = new BinaryFormatter(); + Stream stream = new MemoryStream(); + using (stream) + { + formatter.Serialize(stream, source); + stream.Seek(0, SeekOrigin.Begin); + return (T)formatter.Deserialize(stream); + } + } + + } +} diff --git a/EduNetworkBuilder/NetworkInterface.cs b/EduNetworkBuilder/NetworkInterface.cs new file mode 100644 index 0000000..0022461 --- /dev/null +++ b/EduNetworkBuilder/NetworkInterface.cs @@ -0,0 +1,123 @@ +using System; +using System.Collections.Generic; +using System.Linq; +using System.Text; +using System.Threading.Tasks; +using System.Xml; +using System.Text.RegularExpressions; + +namespace EduNetworkBuilder +{ + [Serializable] + public class NetworkInterface + { + public IPAddress myIP; + public string nic_name; //eth0, eth0:0, etc + public HostNicID AttachedToHostNic; + //We should have a feature: none, IP_in_IP_Tunnel, encrypted_vpn, vlan, etc + public NetworkInterface(string name, string IP, string Mask, HostNicID AttachedTo) + { + nic_name = name; + myIP = new IPAddress(IP, Mask,IPAddressType.ip); + AttachedToHostNic = AttachedTo; + } + + public NetworkInterface(XmlNode theNode, HostNicID AttachedTo) + { + AttachedToHostNic = AttachedTo; + foreach (XmlNode Individual in theNode.ChildNodes) + { + XmlNodeType myNodetype = Individual.NodeType; + if (myNodetype == XmlNodeType.Element) + { + switch (Individual.Name.ToLower()) + { + case "myip": + myIP = new IPAddress(Individual); + break; + case "nicname": + nic_name = Individual.InnerText; + break; + } + } + } + } + + public void Save(XmlWriter writer) + { + writer.WriteStartElement("interface"); + writer.WriteElementString("nicname", nic_name); + myIP.Save(writer, "myip"); + writer.WriteEndElement(); + } + + public string InterfaceString(bool UseCidr = false) + { + string tstring = myIP.GetIP.ToIpString(); + if (!UseCidr) + { + tstring += " - " + myIP.GetMask.ToIpString(); + } + else + { + string mask = myIP.GetMask.ToBitString(); + mask = Regex.Replace(mask, "0", ""); + int count = mask.Length; + tstring += "/" + count.ToString(); + } + return tstring; + } + + public string RouteString(string nic_name, string GW) + { + string tstring = myIP.IPFormat(GW); ; + return tstring; + } + + /// + /// Pop up a window to edit this address. + /// + public void EditAddress() + { + Network myNet = NB.GetNetwork(); + NetworkDevice ND = myNet.GetDeviceFromID(AttachedToHostNic); + IPAddressEntry ipe = new IPAddressEntry(myIP,ND); + ipe.ShowDialog(); + } + public bool isLocal(IPAddress tIp) + { + if (tIp == null) return false; + if (myIP.IsLocal(tIp)) + return true; + return false; + } + + /// + /// We are sending the packet out this interface. + /// + /// + public void ProcessOutboundPacket(Packet tPacket) + { + if (tPacket.sourceIP == null || tPacket.sourceIP.GetIP.ToIpString() == NB.ZeroIPString) + { + //This happens if we are starting a new packet. We should also do this if we are masquerading. + tPacket.sourceIP = new IPAddress(myIP.GetIP.ToIpString(), "", IPAddressType.ip_only); //We only want the IP address + } + } + + public void ProcessInboundPacket(Packet tPacket) + { + bool isgood = false; + if (tPacket.destIP != null && tPacket.destIP.GetIP == myIP.GetIP) isgood = true; + if (tPacket.destIP != null && myIP.IsLocal(tPacket.destIP)) isgood = true; + if (myIP.NetworkAddress == myIP.GetIP) isgood = true; + + if(isgood) + { + //anything we should do here? + //Mainly vlan if we are a vlan. + } + + } + } +} diff --git a/EduNetworkBuilder/OptionsWindow.Designer.cs b/EduNetworkBuilder/OptionsWindow.Designer.cs new file mode 100644 index 0000000..e0d69c5 --- /dev/null +++ b/EduNetworkBuilder/OptionsWindow.Designer.cs @@ -0,0 +1,296 @@ +namespace EduNetworkBuilder +{ + partial class OptionsWindow + { + /// + /// Required designer variable. + /// + private System.ComponentModel.IContainer components = null; + + /// + /// Clean up any resources being used. + /// + /// true if managed resources should be disposed; otherwise, false. + protected override void Dispose(bool disposing) + { + if (disposing && (components != null)) + { + components.Dispose(); + } + base.Dispose(disposing); + } + + #region Windows Form Designer generated code + + /// + /// Required method for Designer support - do not modify + /// the contents of this method with the code editor. + /// + private void InitializeComponent() + { + this.btnDone = new System.Windows.Forms.Button(); + this.lblNetTitle = new System.Windows.Forms.Label(); + this.tbNetworkTitle = new System.Windows.Forms.TextBox(); + this.cbDisplayTitles = new System.Windows.Forms.CheckBox(); + this.lblNetSize = new System.Windows.Forms.Label(); + this.tbNetworkX = new System.Windows.Forms.TextBox(); + this.tbNetworkY = new System.Windows.Forms.TextBox(); + this.tbItemSize = new System.Windows.Forms.TextBox(); + this.lblItemSize = new System.Windows.Forms.Label(); + this.tbMessage = new System.Windows.Forms.TextBox(); + this.lblNetMessage = new System.Windows.Forms.Label(); + this.lbTests = new System.Windows.Forms.ListBox(); + this.lblTests = new System.Windows.Forms.Label(); + this.lblTags = new System.Windows.Forms.Label(); + this.lbTags = new System.Windows.Forms.ListBox(); + this.tbLevel = new System.Windows.Forms.TextBox(); + this.tbSortOrder = new System.Windows.Forms.TextBox(); + this.lblLevel = new System.Windows.Forms.Label(); + this.lblSortOrder = new System.Windows.Forms.Label(); + this.cbStartingHelpLevel = new System.Windows.Forms.ComboBox(); + this.lblStartingHelp = new System.Windows.Forms.Label(); + this.SuspendLayout(); + // + // btnDone + // + this.btnDone.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); + this.btnDone.Location = new System.Drawing.Point(755, 275); + this.btnDone.Name = "btnDone"; + this.btnDone.Size = new System.Drawing.Size(75, 23); + this.btnDone.TabIndex = 0; + this.btnDone.Text = "Done"; + this.btnDone.UseVisualStyleBackColor = true; + this.btnDone.Click += new System.EventHandler(this.btnDone_Click); + // + // lblNetTitle + // + this.lblNetTitle.AutoSize = true; + this.lblNetTitle.Location = new System.Drawing.Point(23, 19); + this.lblNetTitle.Name = "lblNetTitle"; + this.lblNetTitle.Size = new System.Drawing.Size(61, 17); + this.lblNetTitle.TabIndex = 1; + this.lblNetTitle.Text = "Net Title"; + // + // tbNetworkTitle + // + this.tbNetworkTitle.Location = new System.Drawing.Point(184, 13); + this.tbNetworkTitle.Name = "tbNetworkTitle"; + this.tbNetworkTitle.Size = new System.Drawing.Size(306, 22); + this.tbNetworkTitle.TabIndex = 2; + // + // cbDisplayTitles + // + this.cbDisplayTitles.AutoSize = true; + this.cbDisplayTitles.Location = new System.Drawing.Point(184, 44); + this.cbDisplayTitles.Name = "cbDisplayTitles"; + this.cbDisplayTitles.Size = new System.Drawing.Size(114, 21); + this.cbDisplayTitles.TabIndex = 3; + this.cbDisplayTitles.Text = "Display Titles"; + this.cbDisplayTitles.UseVisualStyleBackColor = true; + // + // lblNetSize + // + this.lblNetSize.AutoSize = true; + this.lblNetSize.Location = new System.Drawing.Point(23, 72); + this.lblNetSize.Name = "lblNetSize"; + this.lblNetSize.Size = new System.Drawing.Size(121, 17); + this.lblNetSize.TabIndex = 4; + this.lblNetSize.Text = "Network Size (x,y)"; + // + // tbNetworkX + // + this.tbNetworkX.Location = new System.Drawing.Point(184, 69); + this.tbNetworkX.Name = "tbNetworkX"; + this.tbNetworkX.Size = new System.Drawing.Size(151, 22); + this.tbNetworkX.TabIndex = 5; + // + // tbNetworkY + // + this.tbNetworkY.Location = new System.Drawing.Point(341, 69); + this.tbNetworkY.Name = "tbNetworkY"; + this.tbNetworkY.Size = new System.Drawing.Size(149, 22); + this.tbNetworkY.TabIndex = 6; + // + // tbItemSize + // + this.tbItemSize.Location = new System.Drawing.Point(184, 100); + this.tbItemSize.Name = "tbItemSize"; + this.tbItemSize.Size = new System.Drawing.Size(151, 22); + this.tbItemSize.TabIndex = 8; + // + // lblItemSize + // + this.lblItemSize.AutoSize = true; + this.lblItemSize.Location = new System.Drawing.Point(23, 103); + this.lblItemSize.Name = "lblItemSize"; + this.lblItemSize.Size = new System.Drawing.Size(61, 17); + this.lblItemSize.TabIndex = 7; + this.lblItemSize.Text = "ItemSize"; + // + // tbMessage + // + this.tbMessage.Location = new System.Drawing.Point(184, 128); + this.tbMessage.Multiline = true; + this.tbMessage.Name = "tbMessage"; + this.tbMessage.Size = new System.Drawing.Size(306, 60); + this.tbMessage.TabIndex = 9; + // + // lblNetMessage + // + this.lblNetMessage.Location = new System.Drawing.Point(29, 136); + this.lblNetMessage.Name = "lblNetMessage"; + this.lblNetMessage.Size = new System.Drawing.Size(149, 41); + this.lblNetMessage.TabIndex = 10; + this.lblNetMessage.Text = "Message given when network loaded"; + // + // lbTests + // + this.lbTests.FormattingEnabled = true; + this.lbTests.ItemHeight = 16; + this.lbTests.Location = new System.Drawing.Point(185, 201); + this.lbTests.Name = "lbTests"; + this.lbTests.Size = new System.Drawing.Size(304, 100); + this.lbTests.TabIndex = 11; + this.lbTests.MouseClick += new System.Windows.Forms.MouseEventHandler(this.lbTests_MouseClick); + this.lbTests.MouseDoubleClick += new System.Windows.Forms.MouseEventHandler(this.lbTests_MouseDoubleClick); + this.lbTests.MouseDown += new System.Windows.Forms.MouseEventHandler(this.lbTests_MouseDown); + // + // lblTests + // + this.lblTests.AutoSize = true; + this.lblTests.Location = new System.Drawing.Point(29, 201); + this.lblTests.Name = "lblTests"; + this.lblTests.Size = new System.Drawing.Size(127, 17); + this.lblTests.TabIndex = 12; + this.lblTests.Text = "Tests (for Puzzles)"; + // + // lblTags + // + this.lblTags.AutoSize = true; + this.lblTags.Location = new System.Drawing.Point(516, 13); + this.lblTags.Name = "lblTags"; + this.lblTags.Size = new System.Drawing.Size(107, 17); + this.lblTags.TabIndex = 14; + this.lblTags.Text = "Tags for Puzzle"; + // + // lbTags + // + this.lbTags.FormattingEnabled = true; + this.lbTags.ItemHeight = 16; + this.lbTags.Location = new System.Drawing.Point(672, 13); + this.lbTags.Name = "lbTags"; + this.lbTags.Size = new System.Drawing.Size(151, 100); + this.lbTags.TabIndex = 13; + this.lbTags.MouseDoubleClick += new System.Windows.Forms.MouseEventHandler(this.lbTags_MouseDoubleClick); + this.lbTags.MouseDown += new System.Windows.Forms.MouseEventHandler(this.lbTags_MouseDown); + // + // tbLevel + // + this.tbLevel.Location = new System.Drawing.Point(672, 119); + this.tbLevel.Name = "tbLevel"; + this.tbLevel.Size = new System.Drawing.Size(70, 22); + this.tbLevel.TabIndex = 15; + this.tbLevel.Validating += new System.ComponentModel.CancelEventHandler(this.tbLevel_Validating); + // + // tbSortOrder + // + this.tbSortOrder.Location = new System.Drawing.Point(672, 147); + this.tbSortOrder.Name = "tbSortOrder"; + this.tbSortOrder.Size = new System.Drawing.Size(70, 22); + this.tbSortOrder.TabIndex = 16; + this.tbSortOrder.Validating += new System.ComponentModel.CancelEventHandler(this.tbSortOrder_Validating); + // + // lblLevel + // + this.lblLevel.AutoSize = true; + this.lblLevel.Location = new System.Drawing.Point(624, 122); + this.lblLevel.Name = "lblLevel"; + this.lblLevel.Size = new System.Drawing.Size(42, 17); + this.lblLevel.TabIndex = 17; + this.lblLevel.Text = "Level"; + // + // lblSortOrder + // + this.lblSortOrder.AutoSize = true; + this.lblSortOrder.Location = new System.Drawing.Point(591, 150); + this.lblSortOrder.Name = "lblSortOrder"; + this.lblSortOrder.Size = new System.Drawing.Size(75, 17); + this.lblSortOrder.TabIndex = 18; + this.lblSortOrder.Text = "Sort Order"; + // + // cbStartingHelpLevel + // + this.cbStartingHelpLevel.FormattingEnabled = true; + this.cbStartingHelpLevel.Location = new System.Drawing.Point(672, 175); + this.cbStartingHelpLevel.Name = "cbStartingHelpLevel"; + this.cbStartingHelpLevel.Size = new System.Drawing.Size(121, 24); + this.cbStartingHelpLevel.TabIndex = 19; + // + // lblStartingHelp + // + this.lblStartingHelp.AutoSize = true; + this.lblStartingHelp.Location = new System.Drawing.Point(538, 178); + this.lblStartingHelp.Name = "lblStartingHelp"; + this.lblStartingHelp.Size = new System.Drawing.Size(128, 17); + this.lblStartingHelp.TabIndex = 20; + this.lblStartingHelp.Text = "Starting Help Level"; + // + // OptionsWindow + // + this.AcceptButton = this.btnDone; + this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 16F); + this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; + this.ClientSize = new System.Drawing.Size(836, 307); + this.Controls.Add(this.lblStartingHelp); + this.Controls.Add(this.cbStartingHelpLevel); + this.Controls.Add(this.lblSortOrder); + this.Controls.Add(this.lblLevel); + this.Controls.Add(this.tbSortOrder); + this.Controls.Add(this.tbLevel); + this.Controls.Add(this.lblTags); + this.Controls.Add(this.lbTags); + this.Controls.Add(this.lblTests); + this.Controls.Add(this.lbTests); + this.Controls.Add(this.lblNetMessage); + this.Controls.Add(this.tbMessage); + this.Controls.Add(this.tbItemSize); + this.Controls.Add(this.lblItemSize); + this.Controls.Add(this.tbNetworkY); + this.Controls.Add(this.tbNetworkX); + this.Controls.Add(this.lblNetSize); + this.Controls.Add(this.cbDisplayTitles); + this.Controls.Add(this.tbNetworkTitle); + this.Controls.Add(this.lblNetTitle); + this.Controls.Add(this.btnDone); + this.Name = "OptionsWindow"; + this.Text = "OptionsWindow"; + this.ResumeLayout(false); + this.PerformLayout(); + + } + + #endregion + + private System.Windows.Forms.Button btnDone; + private System.Windows.Forms.Label lblNetTitle; + private System.Windows.Forms.TextBox tbNetworkTitle; + private System.Windows.Forms.CheckBox cbDisplayTitles; + private System.Windows.Forms.Label lblNetSize; + private System.Windows.Forms.TextBox tbNetworkX; + private System.Windows.Forms.TextBox tbNetworkY; + private System.Windows.Forms.TextBox tbItemSize; + private System.Windows.Forms.Label lblItemSize; + private System.Windows.Forms.TextBox tbMessage; + private System.Windows.Forms.Label lblNetMessage; + private System.Windows.Forms.ListBox lbTests; + private System.Windows.Forms.Label lblTests; + private System.Windows.Forms.Label lblTags; + private System.Windows.Forms.ListBox lbTags; + private System.Windows.Forms.TextBox tbLevel; + private System.Windows.Forms.TextBox tbSortOrder; + private System.Windows.Forms.Label lblLevel; + private System.Windows.Forms.Label lblSortOrder; + private System.Windows.Forms.ComboBox cbStartingHelpLevel; + private System.Windows.Forms.Label lblStartingHelp; + } +} \ No newline at end of file diff --git a/EduNetworkBuilder/OptionsWindow.resx b/EduNetworkBuilder/OptionsWindow.resx new file mode 100644 index 0000000..1af7de1 --- /dev/null +++ b/EduNetworkBuilder/OptionsWindow.resx @@ -0,0 +1,120 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 2.0 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + \ No newline at end of file diff --git a/EduNetworkBuilder/Program.cs b/EduNetworkBuilder/Program.cs new file mode 100644 index 0000000..7c20a4b --- /dev/null +++ b/EduNetworkBuilder/Program.cs @@ -0,0 +1,22 @@ +using System; +using System.Collections.Generic; +using System.Linq; +using System.Threading.Tasks; +using System.Windows.Forms; + +namespace EduNetworkBuilder +{ + static class Program + { + /// + /// The main entry point for the application. + /// + [STAThread] + static void Main() + { + Application.EnableVisualStyles(); + Application.SetCompatibleTextRenderingDefault(false); + Application.Run(new BuilderWindow()); + } + } +} diff --git a/EduNetworkBuilder/Properties/AssemblyInfo.cs b/EduNetworkBuilder/Properties/AssemblyInfo.cs new file mode 100644 index 0000000..bbe552c --- /dev/null +++ b/EduNetworkBuilder/Properties/AssemblyInfo.cs @@ -0,0 +1,36 @@ +using System.Reflection; +using System.Runtime.CompilerServices; +using System.Runtime.InteropServices; + +// General Information about an assembly is controlled through the following +// set of attributes. Change these attribute values to modify the information +// associated with an assembly. +[assembly: AssemblyTitle("EduNetworkBuilder")] +[assembly: AssemblyDescription("")] +[assembly: AssemblyConfiguration("")] +[assembly: AssemblyCompany("")] +[assembly: AssemblyProduct("EduNetworkBuilder")] +[assembly: AssemblyCopyright("Copyright © 2015")] +[assembly: AssemblyTrademark("")] +[assembly: AssemblyCulture("")] + +// Setting ComVisible to false makes the types in this assembly not visible +// to COM components. If you need to access a type in this assembly from +// COM, set the ComVisible attribute to true on that type. +[assembly: ComVisible(false)] + +// The following GUID is for the ID of the typelib if this project is exposed to COM +[assembly: Guid("a1a9afe4-d6c0-473f-8504-980377d3d2b7")] + +// Version information for an assembly consists of the following four values: +// +// Major Version +// Minor Version +// Build Number +// Revision +// +// You can specify all the values or you can default the Build and Revision Numbers +// by using the '*' as shown below: +// [assembly: AssemblyVersion("1.0.*")] +[assembly: AssemblyVersion("1.0.0.0")] +[assembly: AssemblyFileVersion("1.0.0.0")] diff --git a/EduNetworkBuilder/Properties/Resources.Designer.cs b/EduNetworkBuilder/Properties/Resources.Designer.cs new file mode 100644 index 0000000..bc02418 --- /dev/null +++ b/EduNetworkBuilder/Properties/Resources.Designer.cs @@ -0,0 +1,788 @@ +//------------------------------------------------------------------------------ +// +// This code was generated by a tool. +// Runtime Version:4.0.30319.34209 +// +// Changes to this file may cause incorrect behavior and will be lost if +// the code is regenerated. +// +//------------------------------------------------------------------------------ + +namespace EduNetworkBuilder.Properties { + using System; + + + /// + /// A strongly-typed resource class, for looking up localized strings, etc. + /// + // This class was auto-generated by the StronglyTypedResourceBuilder + // class via a tool like ResGen or Visual Studio. + // To add or remove a member, edit your .ResX file then rerun ResGen + // with the /str option, or rebuild your VS project. + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "4.0.0.0")] + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] + internal class Resources { + + private static global::System.Resources.ResourceManager resourceMan; + + private static global::System.Globalization.CultureInfo resourceCulture; + + [global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")] + internal Resources() { + } + + /// + /// Returns the cached ResourceManager instance used by this class. + /// + [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)] + internal static global::System.Resources.ResourceManager ResourceManager { + get { + if (object.ReferenceEquals(resourceMan, null)) { + global::System.Resources.ResourceManager temp = new global::System.Resources.ResourceManager("EduNetworkBuilder.Properties.Resources", typeof(Resources).Assembly); + resourceMan = temp; + } + return resourceMan; + } + } + + /// + /// Overrides the current thread's CurrentUICulture property for all + /// resource lookups using this strongly typed resource class. + /// + [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)] + internal static global::System.Globalization.CultureInfo Culture { + get { + return resourceCulture; + } + set { + resourceCulture = value; + } + } + + /// + /// Looks up a localized string similar to {\rtf1\ansi\ansicpg1252\deff0\nouicompat\deflang1033{\fonttbl{\f0\fnil\fcharset0 Calibri;}} + ///{\colortbl ;\red0\green0\blue255;} + ///{\*\generator Riched20 6.3.9600}\viewkind4\uc1 + ///\pard\sa200\sl276\slmult1\f0\fs22\lang9 About EduNetworkBuilder\par + ///Written by Tim Young\par + ///{{\field{\*\fldinst{HYPERLINK http://tyounglightsys.ddns.info/EduNetworkBuilder }}{\fldrslt{http://tyounglightsys.ddns.info/EduNetworkBuilder\ul0\cf0}}}}\f0\fs22\par + ///This program was inspired by all the people I met in Africa who had a di [rest of string was truncated]";. + /// + internal static string about { + get { + return ResourceManager.GetString("about", resourceCulture); + } + } + + /// + /// Looks up a localized resource of type System.Drawing.Bitmap. + /// + internal static System.Drawing.Bitmap Copier { + get { + object obj = ResourceManager.GetObject("Copier", resourceCulture); + return ((System.Drawing.Bitmap)(obj)); + } + } + + /// + /// Looks up a localized resource of type System.Byte[]. + /// + internal static byte[] DHCP { + get { + object obj = ResourceManager.GetObject("DHCP", resourceCulture); + return ((byte[])(obj)); + } + } + + /// + /// Looks up a localized resource of type System.Drawing.Bitmap. + /// + internal static System.Drawing.Bitmap firewall { + get { + object obj = ResourceManager.GetObject("firewall", resourceCulture); + return ((System.Drawing.Bitmap)(obj)); + } + } + + /// + /// Looks up a localized resource of type System.Byte[]. + /// + internal static byte[] firewalls { + get { + object obj = ResourceManager.GetObject("firewalls", resourceCulture); + return ((byte[])(obj)); + } + } + + /// + /// Looks up a localized string similar to {\rtf1\ansi\ansicpg1252\deff0\nouicompat\deflang1033{\fonttbl{\f0\fswiss\fprq2\fcharset0 Calibri;}{\f1\fmodern\fprq1\fcharset0 Consolas;}{\f2\fnil\fcharset0 Calibri;}} + ///{\colortbl ;\red0\green0\blue255;} + ///{\*\generator Riched20 6.3.9600}\viewkind4\uc1 + ///\pard\widctlpar\sa200\sl276\slmult1\f0\fs22\lang9 This is a basic help document for EduNetworkBuilder\par + ///\b Overview\par + ///\b0 EduNetworkBuilder is meant to represent fairly truthfully how a network functions while removing the complexity of configuration. [rest of string was truncated]";. + /// + internal static string Help { + get { + return ResourceManager.GetString("Help", resourceCulture); + } + } + + /// + /// Looks up a localized resource of type System.Drawing.Bitmap. + /// + internal static System.Drawing.Bitmap Hub { + get { + object obj = ResourceManager.GetObject("Hub", resourceCulture); + return ((System.Drawing.Bitmap)(obj)); + } + } + + /// + /// Looks up a localized resource of type System.Drawing.Bitmap. + /// + internal static System.Drawing.Bitmap ip_phone { + get { + object obj = ResourceManager.GetObject("ip_phone", resourceCulture); + return ((System.Drawing.Bitmap)(obj)); + } + } + + /// + /// Looks up a localized resource of type System.Drawing.Bitmap. + /// + internal static System.Drawing.Bitmap Laptop { + get { + object obj = ResourceManager.GetObject("Laptop", resourceCulture); + return ((System.Drawing.Bitmap)(obj)); + } + } + + /// + /// Looks up a localized resource of type System.Byte[]. + /// + internal static byte[] Level0_BrokenLink { + get { + object obj = ResourceManager.GetObject("Level0_BrokenLink", resourceCulture); + return ((byte[])(obj)); + } + } + + /// + /// Looks up a localized resource of type System.Byte[]. + /// + internal static byte[] Level0_Help { + get { + object obj = ResourceManager.GetObject("Level0_Help", resourceCulture); + return ((byte[])(obj)); + } + } + + /// + /// Looks up a localized resource of type System.Byte[]. + /// + internal static byte[] Level0_HubVsSwitch { + get { + object obj = ResourceManager.GetObject("Level0_HubVsSwitch", resourceCulture); + return ((byte[])(obj)); + } + } + + /// + /// Looks up a localized resource of type System.Byte[]. + /// + internal static byte[] Level0_IP { + get { + object obj = ResourceManager.GetObject("Level0_IP", resourceCulture); + return ((byte[])(obj)); + } + } + + /// + /// Looks up a localized resource of type System.Byte[]. + /// + internal static byte[] Level0_NeedsLink { + get { + object obj = ResourceManager.GetObject("Level0_NeedsLink", resourceCulture); + return ((byte[])(obj)); + } + } + + /// + /// Looks up a localized resource of type System.Byte[]. + /// + internal static byte[] Level0_NetworkLoop { + get { + object obj = ResourceManager.GetObject("Level0_NetworkLoop", resourceCulture); + return ((byte[])(obj)); + } + } + + /// + /// Looks up a localized resource of type System.Byte[]. + /// + internal static byte[] Level0_NetworkLoop2 { + get { + object obj = ResourceManager.GetObject("Level0_NetworkLoop2", resourceCulture); + return ((byte[])(obj)); + } + } + + /// + /// Looks up a localized resource of type System.Byte[]. + /// + internal static byte[] Level0_NoSwitch { + get { + object obj = ResourceManager.GetObject("Level0_NoSwitch", resourceCulture); + return ((byte[])(obj)); + } + } + + /// + /// Looks up a localized resource of type System.Byte[]. + /// + internal static byte[] Level0_Ping { + get { + object obj = ResourceManager.GetObject("Level0_Ping", resourceCulture); + return ((byte[])(obj)); + } + } + + /// + /// Looks up a localized resource of type System.Byte[]. + /// + internal static byte[] Level0_SimpleDHCP { + get { + object obj = ResourceManager.GetObject("Level0_SimpleDHCP", resourceCulture); + return ((byte[])(obj)); + } + } + + /// + /// Looks up a localized resource of type System.Byte[]. + /// + internal static byte[] Level1_BadDHCP { + get { + object obj = ResourceManager.GetObject("Level1_BadDHCP", resourceCulture); + return ((byte[])(obj)); + } + } + + /// + /// Looks up a localized resource of type System.Byte[]. + /// + internal static byte[] Level1_BadGateway { + get { + object obj = ResourceManager.GetObject("Level1_BadGateway", resourceCulture); + return ((byte[])(obj)); + } + } + + /// + /// Looks up a localized resource of type System.Byte[]. + /// + internal static byte[] Level1_BadIP { + get { + object obj = ResourceManager.GetObject("Level1_BadIP", resourceCulture); + return ((byte[])(obj)); + } + } + + /// + /// Looks up a localized resource of type System.Byte[]. + /// + internal static byte[] Level1_DuplicateIPs { + get { + object obj = ResourceManager.GetObject("Level1_DuplicateIPs", resourceCulture); + return ((byte[])(obj)); + } + } + + /// + /// Looks up a localized resource of type System.Byte[]. + /// + internal static byte[] Level1_DuplicateMAC { + get { + object obj = ResourceManager.GetObject("Level1_DuplicateMAC", resourceCulture); + return ((byte[])(obj)); + } + } + + /// + /// Looks up a localized resource of type System.Byte[]. + /// + internal static byte[] Level1_MidDHCP { + get { + object obj = ResourceManager.GetObject("Level1_MidDHCP", resourceCulture); + return ((byte[])(obj)); + } + } + + /// + /// Looks up a localized resource of type System.Byte[]. + /// + internal static byte[] Level1_MixedNetwork { + get { + object obj = ResourceManager.GetObject("Level1_MixedNetwork", resourceCulture); + return ((byte[])(obj)); + } + } + + /// + /// Looks up a localized resource of type System.Byte[]. + /// + internal static byte[] Level1_NoGateway { + get { + object obj = ResourceManager.GetObject("Level1_NoGateway", resourceCulture); + return ((byte[])(obj)); + } + } + + /// + /// Looks up a localized resource of type System.Byte[]. + /// + internal static byte[] Level1_OneNetTwoSubnets { + get { + object obj = ResourceManager.GetObject("Level1_OneNetTwoSubnets", resourceCulture); + return ((byte[])(obj)); + } + } + + /// + /// Looks up a localized resource of type System.Byte[]. + /// + internal static byte[] Level1_OneNetTwoSubnets2 { + get { + object obj = ResourceManager.GetObject("Level1_OneNetTwoSubnets2", resourceCulture); + return ((byte[])(obj)); + } + } + + /// + /// Looks up a localized resource of type System.Byte[]. + /// + internal static byte[] Level2_Bad_Encryption { + get { + object obj = ResourceManager.GetObject("Level2_Bad_Encryption", resourceCulture); + return ((byte[])(obj)); + } + } + + /// + /// Looks up a localized resource of type System.Byte[]. + /// + internal static byte[] Level2_Bad_Route { + get { + object obj = ResourceManager.GetObject("Level2_Bad_Route", resourceCulture); + return ((byte[])(obj)); + } + } + + /// + /// Looks up a localized resource of type System.Byte[]. + /// + internal static byte[] Level2_Bad_VPN_IP { + get { + object obj = ResourceManager.GetObject("Level2_Bad_VPN_IP", resourceCulture); + return ((byte[])(obj)); + } + } + + /// + /// Looks up a localized resource of type System.Byte[]. + /// + internal static byte[] Level2_Blast_From_Past { + get { + object obj = ResourceManager.GetObject("Level2_Blast_From_Past", resourceCulture); + return ((byte[])(obj)); + } + } + + /// + /// Looks up a localized resource of type System.Byte[]. + /// + internal static byte[] Level2_Build_A_VPN { + get { + object obj = ResourceManager.GetObject("Level2_Build_A_VPN", resourceCulture); + return ((byte[])(obj)); + } + } + + /// + /// Looks up a localized resource of type System.Byte[]. + /// + internal static byte[] Level2_Connect_The_Dots { + get { + object obj = ResourceManager.GetObject("Level2_Connect_The_Dots", resourceCulture); + return ((byte[])(obj)); + } + } + + /// + /// Looks up a localized resource of type System.Byte[]. + /// + internal static byte[] Level2_FirewallDemo { + get { + object obj = ResourceManager.GetObject("Level2_FirewallDemo", resourceCulture); + return ((byte[])(obj)); + } + } + + /// + /// Looks up a localized resource of type System.Byte[]. + /// + internal static byte[] Level2_Not_Working { + get { + object obj = ResourceManager.GetObject("Level2_Not_Working", resourceCulture); + return ((byte[])(obj)); + } + } + + /// + /// Looks up a localized resource of type System.Byte[]. + /// + internal static byte[] Level2_VPN_Demo { + get { + object obj = ResourceManager.GetObject("Level2_VPN_Demo", resourceCulture); + return ((byte[])(obj)); + } + } + + /// + /// Looks up a localized resource of type System.Byte[]. + /// + internal static byte[] Level3_BlackHole { + get { + object obj = ResourceManager.GetObject("Level3_BlackHole", resourceCulture); + return ((byte[])(obj)); + } + } + + /// + /// Looks up a localized resource of type System.Byte[]. + /// + internal static byte[] Level3_Busted { + get { + object obj = ResourceManager.GetObject("Level3_Busted", resourceCulture); + return ((byte[])(obj)); + } + } + + /// + /// Looks up a localized resource of type System.Byte[]. + /// + internal static byte[] Level3_Dead { + get { + object obj = ResourceManager.GetObject("Level3_Dead", resourceCulture); + return ((byte[])(obj)); + } + } + + /// + /// Looks up a localized resource of type System.Byte[]. + /// + internal static byte[] Level3_EncryptionTroubles { + get { + object obj = ResourceManager.GetObject("Level3_EncryptionTroubles", resourceCulture); + return ((byte[])(obj)); + } + } + + /// + /// Looks up a localized resource of type System.Byte[]. + /// + internal static byte[] Level3_GrandCentralStation { + get { + object obj = ResourceManager.GetObject("Level3_GrandCentralStation", resourceCulture); + return ((byte[])(obj)); + } + } + + /// + /// Looks up a localized resource of type System.Byte[]. + /// + internal static byte[] Level3_Middle_Man_Out { + get { + object obj = ResourceManager.GetObject("Level3_Middle_Man_Out", resourceCulture); + return ((byte[])(obj)); + } + } + + /// + /// Looks up a localized resource of type System.Byte[]. + /// + internal static byte[] Level3_NowhereToGo { + get { + object obj = ResourceManager.GetObject("Level3_NowhereToGo", resourceCulture); + return ((byte[])(obj)); + } + } + + /// + /// Looks up a localized resource of type System.Byte[]. + /// + internal static byte[] Level3_PhoneyNetwork { + get { + object obj = ResourceManager.GetObject("Level3_PhoneyNetwork", resourceCulture); + return ((byte[])(obj)); + } + } + + /// + /// Looks up a localized resource of type System.Byte[]. + /// + internal static byte[] Level3_VPNify { + get { + object obj = ResourceManager.GetObject("Level3_VPNify", resourceCulture); + return ((byte[])(obj)); + } + } + + /// + /// Looks up a localized resource of type System.Byte[]. + /// + internal static byte[] Level4_DualWans { + get { + object obj = ResourceManager.GetObject("Level4_DualWans", resourceCulture); + return ((byte[])(obj)); + } + } + + /// + /// Looks up a localized resource of type System.Byte[]. + /// + internal static byte[] Level4_Internalhemorrhage { + get { + object obj = ResourceManager.GetObject("Level4_Internalhemorrhage", resourceCulture); + return ((byte[])(obj)); + } + } + + /// + /// Looks up a localized resource of type System.Byte[]. + /// + internal static byte[] Level4_InternalSubnetting { + get { + object obj = ResourceManager.GetObject("Level4_InternalSubnetting", resourceCulture); + return ((byte[])(obj)); + } + } + + /// + /// Looks up a localized resource of type System.Byte[]. + /// + internal static byte[] Level4_OneRoute { + get { + object obj = ResourceManager.GetObject("Level4_OneRoute", resourceCulture); + return ((byte[])(obj)); + } + } + + /// + /// Looks up a localized resource of type System.Byte[]. + /// + internal static byte[] Level4_RouterReplacement { + get { + object obj = ResourceManager.GetObject("Level4_RouterReplacement", resourceCulture); + return ((byte[])(obj)); + } + } + + /// + /// Looks up a localized resource of type System.Byte[]. + /// + internal static byte[] Level4_SinglesLife { + get { + object obj = ResourceManager.GetObject("Level4_SinglesLife", resourceCulture); + return ((byte[])(obj)); + } + } + + /// + /// Looks up a localized resource of type System.Byte[]. + /// + internal static byte[] Level4_SmallSubnets { + get { + object obj = ResourceManager.GetObject("Level4_SmallSubnets", resourceCulture); + return ((byte[])(obj)); + } + } + + /// + /// Looks up a localized resource of type System.Drawing.Bitmap. + /// + internal static System.Drawing.Bitmap link { + get { + object obj = ResourceManager.GetObject("link", resourceCulture); + return ((System.Drawing.Bitmap)(obj)); + } + } + + /// + /// Looks up a localized resource of type System.Drawing.Icon similar to (Icon). + /// + internal static System.Drawing.Icon NBIco { + get { + object obj = ResourceManager.GetObject("NBIco", resourceCulture); + return ((System.Drawing.Icon)(obj)); + } + } + + /// + /// Looks up a localized resource of type System.Byte[]. + /// + internal static byte[] OneNet { + get { + object obj = ResourceManager.GetObject("OneNet", resourceCulture); + return ((byte[])(obj)); + } + } + + /// + /// Looks up a localized resource of type System.Drawing.Bitmap. + /// + internal static System.Drawing.Bitmap PC { + get { + object obj = ResourceManager.GetObject("PC", resourceCulture); + return ((System.Drawing.Bitmap)(obj)); + } + } + + /// + /// Looks up a localized resource of type System.Drawing.Bitmap. + /// + internal static System.Drawing.Bitmap Printer { + get { + object obj = ResourceManager.GetObject("Printer", resourceCulture); + return ((System.Drawing.Bitmap)(obj)); + } + } + + /// + /// Looks up a localized string similar to {\rtf1\ansi\ansicpg1252\deff0\nouicompat\deflang1033{\fonttbl{\f0\fnil\fcharset0 Calibri;}} + ///{\*\generator Riched20 6.3.9600}\viewkind4\uc1 + ///\pard\sa200\sl276\slmult1\f0\fs22\lang9 Version 1.0.16 \par + ///* Added ability to break links (bad network wire)\par + ///* Test for "needs link to" does not succeed if the link in question is a broken link\par + ///* Added a puzzle to show you how to find broken links \par + ///Version 1.0.15 07/11/2015\par + ///* Added ping time progress bar\par + ///* Fixed issue with things timing ou [rest of string was truncated]";. + /// + internal static string ReleaseNotes { + get { + return ResourceManager.GetString("ReleaseNotes", resourceCulture); + } + } + + /// + /// Looks up a localized resource of type System.Drawing.Bitmap. + /// + internal static System.Drawing.Bitmap Router { + get { + object obj = ResourceManager.GetObject("Router", resourceCulture); + return ((System.Drawing.Bitmap)(obj)); + } + } + + /// + /// Looks up a localized resource of type System.Drawing.Bitmap. + /// + internal static System.Drawing.Bitmap select { + get { + object obj = ResourceManager.GetObject("select", resourceCulture); + return ((System.Drawing.Bitmap)(obj)); + } + } + + /// + /// Looks up a localized resource of type System.Drawing.Bitmap. + /// + internal static System.Drawing.Bitmap Server { + get { + object obj = ResourceManager.GetObject("Server", resourceCulture); + return ((System.Drawing.Bitmap)(obj)); + } + } + + /// + /// Looks up a localized resource of type System.Drawing.Bitmap. + /// + internal static System.Drawing.Bitmap Switch { + get { + object obj = ResourceManager.GetObject("Switch", resourceCulture); + return ((System.Drawing.Bitmap)(obj)); + } + } + + /// + /// Looks up a localized resource of type System.Byte[]. + /// + internal static byte[] ThreeNets { + get { + object obj = ResourceManager.GetObject("ThreeNets", resourceCulture); + return ((byte[])(obj)); + } + } + + /// + /// Looks up a localized resource of type System.Byte[]. + /// + internal static byte[] TwoNets { + get { + object obj = ResourceManager.GetObject("TwoNets", resourceCulture); + return ((byte[])(obj)); + } + } + + /// + /// Looks up a localized resource of type System.Drawing.Bitmap. + /// + internal static System.Drawing.Bitmap wap { + get { + object obj = ResourceManager.GetObject("wap", resourceCulture); + return ((System.Drawing.Bitmap)(obj)); + } + } + + /// + /// Looks up a localized resource of type System.IO.UnmanagedMemoryStream similar to System.IO.MemoryStream. + /// + internal static System.IO.UnmanagedMemoryStream wavBellDing { + get { + return ResourceManager.GetStream("wavBellDing", resourceCulture); + } + } + + /// + /// Looks up a localized resource of type System.Drawing.Bitmap. + /// + internal static System.Drawing.Bitmap WBridge { + get { + object obj = ResourceManager.GetObject("WBridge", resourceCulture); + return ((System.Drawing.Bitmap)(obj)); + } + } + + /// + /// Looks up a localized resource of type System.Drawing.Bitmap. + /// + internal static System.Drawing.Bitmap WRepeater { + get { + object obj = ResourceManager.GetObject("WRepeater", resourceCulture); + return ((System.Drawing.Bitmap)(obj)); + } + } + + /// + /// Looks up a localized resource of type System.Drawing.Bitmap. + /// + internal static System.Drawing.Bitmap WRouter { + get { + object obj = ResourceManager.GetObject("WRouter", resourceCulture); + return ((System.Drawing.Bitmap)(obj)); + } + } + } +} diff --git a/EduNetworkBuilder/Properties/Resources.resx b/EduNetworkBuilder/Properties/Resources.resx new file mode 100644 index 0000000..b368762 --- /dev/null +++ b/EduNetworkBuilder/Properties/Resources.resx @@ -0,0 +1,334 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 2.0 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + + ..\Resources\link.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a + + + ..\Resources\PC.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a + + + ..\Resources\Router.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a + + + ..\Resources\select.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a + + + ..\Resources\Switch.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a + + + ..\Resources\Hub.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a + + + ..\Resources\Laptop.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a + + + ..\Resources\Server.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a + + + ..\Resources\about.rtf;System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089;Windows-1252 + + + ..\Resources\Help.rtf;System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089;Windows-1252 + + + ..\Resources\ReleaseNotes.rtf;System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089;Windows-1252 + + + ..\Resources\NBIco.ico;System.Drawing.Icon, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a + + + ..\Resources\firewall.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a + + + ..\Resources\ip_phone.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a + + + ..\Resources\DHCP.enbx;System.Byte[], mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + ..\Resources\OneNet.enbx;System.Byte[], mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + ..\Resources\ThreeNets.enbx;System.Byte[], mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + ..\Resources\TwoNets.enbx;System.Byte[], mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + ..\Resources\wap.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a + + + ..\Resources\Level0-Help.enbx;System.Byte[], mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + ..\Resources\Level0-HubVsSwitch.enbx;System.Byte[], mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + ..\Resources\Level0-IP.enbx;System.Byte[], mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + ..\Resources\Level0-NeedsLink.enbx;System.Byte[], mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + ..\Resources\Level0-NoSwitch.enbx;System.Byte[], mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + ..\Resources\Level0-Ping.enbx;System.Byte[], mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + ..\Resources\Level0-SimpleDHCP.enbx;System.Byte[], mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + ..\Resources\Level1-BadDHCP.enbx;System.Byte[], mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + ..\Resources\Level1-BadIP.enbx;System.Byte[], mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + ..\Resources\Level1-MidDHCP.enbx;System.Byte[], mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + ..\Resources\Level1-MixedNetwork.enbx;System.Byte[], mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + ..\Resources\Level1-NoGateway.enbx;System.Byte[], mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + ..\Resources\Level1_OneNetTwoSubnets.enbx;System.Byte[], mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + ..\Resources\Level0_NetworkLoop.enbx;System.Byte[], mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + ..\Resources\Level1-DuplicateIPs.enbx;System.Byte[], mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + ..\Resources\Level1_DuplicateMAC.enbx;System.Byte[], mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + ..\Resources\Level1_OneNetTwoSubnets2.enbx;System.Byte[], mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + ..\Resources\Level2_FirewallDemo.enbx;System.Byte[], mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + ..\Resources\BellDing.wav;System.IO.MemoryStream, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + ..\Resources\firewalls.enbx;System.Byte[], mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + ..\Resources\Level2_Bad_Encryption.enbx;System.Byte[], mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + ..\Resources\Level2_Bad_Route.enbx;System.Byte[], mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + ..\Resources\Level2_Bad_VPN_IP.enbx;System.Byte[], mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + ..\Resources\Level2_VPN_Demo.enbx;System.Byte[], mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + ..\Resources\Level2_Blast_From_Past.enbx;System.Byte[], mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + ..\Resources\Level2_Build_A_VPN.enbx;System.Byte[], mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + ..\Resources\Level2_Connect_The_Dots.enbx;System.Byte[], mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + ..\Resources\Level2_Not_Working.enbx;System.Byte[], mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + ..\Resources\Level3_BlackHole.enbx;System.Byte[], mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + ..\Resources\Level3_Busted.enbx;System.Byte[], mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + ..\Resources\Level3_Middle_Man_Out.enbx;System.Byte[], mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + ..\Resources\Level3_NowhereToGo.enbx;System.Byte[], mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + ..\Resources\Level3_PhoneyNetwork.enbx;System.Byte[], mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + ..\Resources\Level3_VPNify.enbx;System.Byte[], mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + ..\Resources\Level3_Dead.enbx;System.Byte[], mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + ..\Resources\Level3_GrandCentralStation.enbx;System.Byte[], mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + ..\Resources\Level1_BadGateway.enbx;System.Byte[], mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + ..\Resources\Level4_DualWans.enbx;System.Byte[], mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + ..\Resources\Level4_OneRoute.enbx;System.Byte[], mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + ..\Resources\Level4_RouterReplacement.enbx;System.Byte[], mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + ..\Resources\Level4_SinglesLife.enbx;System.Byte[], mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + ..\Resources\Level4_SmallSubnets.enbx;System.Byte[], mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + ..\Resources\Copier.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a + + + ..\Resources\Printer.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a + + + ..\Resources\Level4_Internalhemorrhage.enbx;System.Byte[], mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + ..\Resources\Level4_InternelSubnetting.enbx;System.Byte[], mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + ..\Resources\Level0_NetworkLoop2.enbx;System.Byte[], mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + ..\Resources\WBridge.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a + + + ..\Resources\WRepeater.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a + + + ..\Resources\WRouter.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a + + + ..\Resources\Level0_BrokenLink.enbx;System.Byte[], mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + ..\Resources\Level3_EncryptionTroubles.enbx;System.Byte[], mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + \ No newline at end of file diff --git a/EduNetworkBuilder/Properties/Settings.Designer.cs b/EduNetworkBuilder/Properties/Settings.Designer.cs new file mode 100644 index 0000000..a47cf45 --- /dev/null +++ b/EduNetworkBuilder/Properties/Settings.Designer.cs @@ -0,0 +1,85 @@ +//------------------------------------------------------------------------------ +// +// This code was generated by a tool. +// Runtime Version:4.0.30319.34209 +// +// Changes to this file may cause incorrect behavior and will be lost if +// the code is regenerated. +// +//------------------------------------------------------------------------------ + +namespace EduNetworkBuilder.Properties { + + + [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "12.0.0.0")] + internal sealed partial class Settings : global::System.Configuration.ApplicationSettingsBase { + + private static Settings defaultInstance = ((Settings)(global::System.Configuration.ApplicationSettingsBase.Synchronized(new Settings()))); + + public static Settings Default { + get { + return defaultInstance; + } + } + + [global::System.Configuration.UserScopedSettingAttribute()] + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.Configuration.DefaultSettingValueAttribute("")] + public string LastPath { + get { + return ((string)(this["LastPath"])); + } + set { + this["LastPath"] = value; + } + } + + [global::System.Configuration.UserScopedSettingAttribute()] + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + public global::System.Collections.Specialized.StringCollection ScoreList { + get { + return ((global::System.Collections.Specialized.StringCollection)(this["ScoreList"])); + } + set { + this["ScoreList"] = value; + } + } + + [global::System.Configuration.UserScopedSettingAttribute()] + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.Configuration.DefaultSettingValueAttribute("True")] + public bool AutoStartPuzzles { + get { + return ((bool)(this["AutoStartPuzzles"])); + } + set { + this["AutoStartPuzzles"] = value; + } + } + + [global::System.Configuration.UserScopedSettingAttribute()] + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.Configuration.DefaultSettingValueAttribute("en")] + public string ChosenLanguage { + get { + return ((string)(this["ChosenLanguage"])); + } + set { + this["ChosenLanguage"] = value; + } + } + + [global::System.Configuration.UserScopedSettingAttribute()] + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.Configuration.DefaultSettingValueAttribute("False")] + public bool LanguageHasBeenChosen { + get { + return ((bool)(this["LanguageHasBeenChosen"])); + } + set { + this["LanguageHasBeenChosen"] = value; + } + } + } +} diff --git a/EduNetworkBuilder/Properties/Settings.settings b/EduNetworkBuilder/Properties/Settings.settings new file mode 100644 index 0000000..1c470e6 --- /dev/null +++ b/EduNetworkBuilder/Properties/Settings.settings @@ -0,0 +1,21 @@ + + + + + + + + + + + + True + + + en + + + False + + + \ No newline at end of file diff --git a/EduNetworkBuilder/RTFWindow.Designer.cs b/EduNetworkBuilder/RTFWindow.Designer.cs new file mode 100644 index 0000000..31eafbf --- /dev/null +++ b/EduNetworkBuilder/RTFWindow.Designer.cs @@ -0,0 +1,79 @@ +namespace EduNetworkBuilder +{ + partial class RTFWindow + { + /// + /// Required designer variable. + /// + private System.ComponentModel.IContainer components = null; + + /// + /// Clean up any resources being used. + /// + /// true if managed resources should be disposed; otherwise, false. + protected override void Dispose(bool disposing) + { + if (disposing && (components != null)) + { + components.Dispose(); + } + base.Dispose(disposing); + } + + #region Windows Form Designer generated code + + /// + /// Required method for Designer support - do not modify + /// the contents of this method with the code editor. + /// + private void InitializeComponent() + { + System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(RTFWindow)); + this.rtbContent = new System.Windows.Forms.RichTextBox(); + this.btnOK = new System.Windows.Forms.Button(); + this.SuspendLayout(); + // + // rtbContent + // + this.rtbContent.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) + | System.Windows.Forms.AnchorStyles.Left) + | System.Windows.Forms.AnchorStyles.Right))); + this.rtbContent.Location = new System.Drawing.Point(34, 13); + this.rtbContent.Name = "rtbContent"; + this.rtbContent.ScrollBars = System.Windows.Forms.RichTextBoxScrollBars.Vertical; + this.rtbContent.Size = new System.Drawing.Size(358, 249); + this.rtbContent.TabIndex = 0; + this.rtbContent.Text = ""; + // + // btnOK + // + this.btnOK.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); + this.btnOK.Location = new System.Drawing.Point(317, 271); + this.btnOK.Name = "btnOK"; + this.btnOK.Size = new System.Drawing.Size(75, 23); + this.btnOK.TabIndex = 1; + this.btnOK.Text = "OK"; + this.btnOK.UseVisualStyleBackColor = true; + this.btnOK.Click += new System.EventHandler(this.btnOK_Click); + // + // RTFWindow + // + this.AcceptButton = this.btnOK; + this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 16F); + this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; + this.ClientSize = new System.Drawing.Size(427, 306); + this.Controls.Add(this.btnOK); + this.Controls.Add(this.rtbContent); + this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); + this.Name = "RTFWindow"; + this.Text = "RTFWindow"; + this.ResumeLayout(false); + + } + + #endregion + + private System.Windows.Forms.RichTextBox rtbContent; + private System.Windows.Forms.Button btnOK; + } +} \ No newline at end of file diff --git a/EduNetworkBuilder/RTFWindow.resx b/EduNetworkBuilder/RTFWindow.resx new file mode 100644 index 0000000..19d58c5 --- /dev/null +++ b/EduNetworkBuilder/RTFWindow.resx @@ -0,0 +1,827 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 2.0 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + + + AAABAAEAZWQAAAEAIAA4pAAAFgAAACgAAABlAAAAyAAAAAEAIAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAALNIjDizSI0As0iNsLNIjlCzSI7Us0iPSLNIj6CzSI/os0iP/LNIj/yzS + I/8s0iP/LNIj/yzSI/Is0iPeLNIjxCzSI6Us0iOBLNIjVizSIygAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACzSIyos0iNzLNIjtyzS + I/Us0iP/LNIj/yzSI/8s0iP+LNIj/yzSI/8s0iP/LNIj/yzSI/8s0iP/LNIj/yzSI/8s0iP/LNIj/yzS + I/8s0iP/LNIj/yzSI/8s0iP/LNIj/yzSI/8s0iPWLNIjlyzSI04s0iMDAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAD///8AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAALNIjRyzSI6Ys0iP6LNIj/yzSI/8s0iP/LNIj/yzSI/8s0iP/LNIj/yzS + I/8s0iP/LNIj/yzSI/8s0iP/LNIj/yzSI/8s0iP/LNIj/yzSI/8s0iP/LNIj/yzSI/8s0iP/LNIj/yzS + I/8s0iP/LNIj/yzSI/8s0iP+LNIj/yzSI/8s0iPPLNIjdyzSIxgAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAP// + /wAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAs0iMsLNIjnizS + I/4s0iP/LNIj/izSI/8s0iP/LNIj/yzSI/8s0iP/LNIj/yzSI/8s0iP/LNIj/yzSI/8s0iP/LNIj/yzS + I/8s0iP/LNIj/yzSI/8s0iP/LNIj/yzSI/8s0iP/LNIj/yzSI/8s0iP/LNIj/yzSI/8s0iP/LNIj/yzS + I/8s0iP/LNIj/yzSI/8s0iP/LNIj/yzSI9Is0iNmAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA////AAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAs0iNWLNIj1yzSI/8s0iP+LNIj/yzSI/8s0iP/LNIj/yzS + I/8s0iP/LNIj/yzSI/8s0iP/LNIj/yzSI/8s0iP/LNIj/yzSI/8s0iP/LNIj/yzSI/8s0iP/LNIj/yzS + I/8s0iP/LNIj/yzSI/8s0iP/LNIj/yzSI/8s0iP/LNIj/yzSI/8s0iP/LNIj/yzSI/8s0iP/LNIj/yzS + I/8s0iP/LNIj/izSI/8s0iP/LNIjlyzSIxcAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAD///8AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAs0iNqLNIj8yzSI/8s0iP+LNIj/yzSI/8s0iP/LNIj/yzSI/8s0iP/LNIj/yzSI/8s0iP/O6s1/1W3 + UP871TP/LNIj/yzSI/8s0iP/LNIj/yzSI/8s0iP/LNIj/yzSI/8s0iP/LNIj/yzSI/8s0iP/LNIj/yzS + I/8s0iP/LNIj/yzSI/8s0iP/LNIj/yzSI/8s0iP/LNIj/yzSI/8s0iP/LNIj/yzSI/8s0iP/LNIj/yzS + I/8s0iP/LNIj/yzSI7Is0iMdAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAP///wAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAP///4f///////////////////////////// + ///////////////////////////////////////////////////x8fH/srKy//////////////////// + ///////////////////////////////////////////////////////////////////Q9c7/WdtS/yzS + I/8s0iP/LNIj/yzSI/8s0iP/LNIj/yzSI/8s0iP/LNIj/yzSI/8s0iP/LNIj/yzSI/8s0iP/LNIj/izS + I/8s0iOmLNIjDAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA////AAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAs0iMjnuqa6v////+ZjIn/n5OQ/5+TkP+fk5D/n5OQ/5+TkP+fk5D/n5OQ/5+T + kP+fk5D/n5OQ/5+TkP+fk5D/n5OQ/7qxr/9dVlT/wLi2/5+TkP+fk5D/n5OQ/5+TkP+fk5D/n5OQ/5+T + kP+fk5D/n5OQ/5+TkP+fk5D/n5OQ/5+TkP+zh3v/////////////////0PXO/1nbUv8s0iP/LNIj/yzS + I/8s0iP/LNIj/yzSI/8s0iP/LNIj/yzSI/8s0iP/LNIj/yzSI/8s0iP/LNIj/yzSI/8s0iP/LNIjfQAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAD///8AAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAALNIjjCzS + I/+V6JH+/////z8nIf8/JyH/Pych/z8nIf8/JyH/Pych/z8nIf8/JyH/Pych/z8nIf8/JyH/Pych/z8n + If8/JyH/Tzk0/0s+Ov9lVVL/QCgi/z8nIf8/JyH/Pych/z8nIf8/JyH/Pych/z8nIf8/JyH/Pych/z8n + If8/JyH/Pych/6dXQv8/JyH/n5OQ/////////////////9D1zv9Y21H/LNIj/yzSI/8s0iP/LNIj/yzS + I/8s0iP/LNIj/yzSI/8s0iP/LNIj/yzSI/8s0iP/LNIj/yzSI/8s0iP/LNIj6izSIywAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAP///wAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAALNIjIizSI+ws0iP/LNIj/5XokP//////Pych/z8n + If8/JyH/Pych/z8nIf8/JyH/Pych/z8nIf8/JyH/Pych/z8nIf8/JyH/Pych/z8nIf9MNjD/a11a/1hK + Rv9bR0L/Pych/z8nIf8/JyH/Pych/z8nIf8/JyH/Pych/z8nIf8/JyH/Pych/z8nIf8/JyH/p1dC/z8n + If8/JyH/Pych/5+TkP////////////////+V6JD/LNIj/yzSI/8s0iP/LNIj/yzSI/8s0iP/LNIj/yzS + I/8s0iP/LNIj/yzSI/8s0iP/LNIj/yzSI/8s0iP+LNIj/yzSI4kAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAA////AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAACzSI3Es0iP/LNIj/izSI/8s0iP/leiQ//////8/JyH/Pych/182K/+oV0L/p1dC/6dX + Qv+nV0L/p1dC/6dXQv+nV0L/p1dC/6dXQv+nV0L/p1dC/6dXQv+7hXf/YjQo/8yekv+xa1j/p1dC/6dX + Qv+nV0L/p1dC/6dXQv+nV0L/p1dC/6dXQv+nV0L/plZB/z8nIf+nV0L/Pych/z8nIf8/JyH/Pych/z8n + If/c2Nb///////7+/v//////leiQ/yzSI/8s0iP/LNIj/yzSI/8s0iP/LNIj/yzSI/8s0iP/LNIj/y7S + Jf9o3mH/SrdE/zvVM/8s0iP/LNIj/yzSI90s0iMPAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAD///8AAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAs0iOsLNIj/yzS + I/8s0iP/LNIj/yzSI/+V6JD//////z8nIf8/JyH/i0o5/z8nIf8/JyH/Pych/z8nIf8/JyH/Pych/z8n + If8/JyH/Pych/z8nIf8/JyH/TDYw/2NVUv8jFhL/NSck/5CCf/9WQTv/Pych/z8nIf8/JyH/Pych/z8n + If8/JyH/Pych/z8nIf+1XUb/Pych/6dXQv8/JyH/Pych/z8nIf8/JyH/Pych/z8nIf9pVlH/1dDP//// + ///+/v7//////1LaSv8s0iP/LNIj/yzSI/8s0iP/LNIj/yzSI/8s0iP/S9hD/2bEYf9bulb/QNY4/yzS + I/8s0iP/LNIj/izSI/ss0iM4AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAP///wMAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAs0iMKLNIj4yzSI/8s0iP/LNIj/yzSI/8s0iP/LNIj/5Xo + kP//////Pych/z8nIf+KSjn/Pych/z8nIf8/JyH/Pych/z8nIf8/JyH/Pych/z8nIf8/JyH/Pych/z8n + If9ROzX/TUA8/1RGQ/9aTEn/OSso/4x+e/9WQTv/Pych/z8nIf8/JyH/Pych/z8nIf8/JyH/Pych/7tg + SP8/JyH/p1dC/z8nIf8/JyH/Pych/z8nIf8/JyH/Pych/z8nIf8/JyH/aVZR/9bRz////////////9D1 + zv9Z21L/LNIj/yzSI/8s0iP/LNIj/yzSI/954nT/K4km/23fZ/8u0iX/LNIj/yzSI/8s0iP/LNIj/izS + I/8s0iNrAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAA////EQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAALNIjEyzSI/Es0iP+LNIj/yzSI/8s0iP/LNIj/yzSI/8s0iP/leiQ//////8/JyH/Pych/4pK + Of9TMCf/p1dC/6dXQv+nV0L/p1dC/6dXQv+nV0L/p1dC/6dXQv+nV0L/p1dC/7RwXv99T0P/xpiM/3tN + Qv/Imo7/b0E1/8CShv+0cF7/qFhE/6dXQv+nV0L/p1dC/6dXQv+uWkT/tV1G/z8nIf+nV0L/Pych/z8n + If8/JyH/Pych/z8nIf8/JyH/Pych/z8nIf8/JyH/Pych/5+TkP/////////////////Z99j/q+yo/5zp + l/8s0iP/Z95h/0imQ/9y023/OdQw/yzSI/8s0iP/LNIj/yzSI/8s0iP/LNIj/yzSI/8s0iOGAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAD///8NAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACzSIxcs0iP3LNIj/izS + I/8s0iP/LNIj/yzSI/8s0iP/LNIj/yzSI/+V6JD//////z8nIf8/JyH/iko5/z8nIf8/JyH/Pych/z8n + If8/JyH/Pych/z8nIf8/JyH/Pych/z8nIf8/JyH/gHBs/0w+O/+IeXX/Kx0a/4x+ev+Mfnv/MiUh/2VY + VP96aWX/SjQu/z8nIf8/JyH/Pych/z8nIf+7YEj/Pych/6dXQv8/JyH/Pych/z8nIf8/JyH/Pych/z8n + If8/JyH/Pych/z8nIf8/JyH/Pych/z8nIf+fk5D///////7+/v/7/P3//v7+/9v32f962nT/O5k1/2fe + Yf8s0iP/LNIj/yzSI/8s0iP/LNIj/yzSI/8s0iP/LNIj/yzSI/8s0iOUAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAP///wIAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAs0iMWLNIj+SzSI/4s0iP/LNIj/yzSI/8s0iP/LNIj/yzS + I/8s0iP/LNIj/5XokP//////Pych/z8nIf+KSjn/Pych/z8nIf8/JyH/Pych/z8nIf8/JyH/Pych/z8n + If8/JyH/Pych/0w2MP9uYF3/ZFZT/11JRP9URkP/b2Fe/1hDPv96aWX/V0lG/zIkIf+Acm7/dWNf/0s0 + Lv8/JyH/Pych/7tgSP8/JyH/p1dC/z8nIf8/JyH/Pych/z8nIf8/JyH/Pych/z8nIf8/JyH/Pych/z8n + If8/JyH/Pych/z8nIf/+/v7//////yqZuv+AwtX//////9/p3v+V6JH/LNIj/yzSI/8s0iP/LNIj/yzS + I/8s0iP/LNIj/yzSI/8s0iP/LNIj/yzSI/8s0iOVAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA////AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAALNIjECzSI/Ys0iP+LNIj/yzSI/8s0iP/LNIj/yzSI/8s0iP/LNIj/yzSI/8s0iP/leiQ//// + //8/JyH/Pych/4pKOf8/JyH/Pych/z8nIf8/JyH/Pych/z8nIf8/JyH/Pych/z8nIf8/JyH/W0dC/0U3 + NP97a2f/Pych/2FSTv9SRUH/Tzk0/0EpI/9bR0L/iHt3/zYpJf9CNTH/g3Vy/3VjX/9KNC7/u2BI/z8n + If+nV0L/Pych/z8nIf8/JyH/Pych/z8nIf8/JyH/Pych/z8nIf8/JyH/Pych/z8nIf8/JyH/3NjW//7+ + /v9GpsP/GpG1/xWPs/9fssv///////7+/v+n7KP/LNIj/yzSI/8s0iP/LNIj/yzSI/8s0iP/LNIj/yzS + I/8s0iP/LNIj/yzSI/8s0iOJAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAD///8AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACzSIwUs0iPtLNIj/izS + I/8s0iP/LNIj/yzSI/8s0iP/LNIj/yzSI/8s0iP/LNIj/yzSI/+V6JD//////z8nIf8/JyH/iko5/z8n + If8/JyH/Pych/z8nIf8/JyH/Pych/z8nIf8/JyH/Pych/0AoIv+FdnL/PzEt/3VjX/8/JyH/f29r/y4g + Hf91Y1//Pych/z8nIf9KNC7/dWNf/3lrZ/82KCX/OCsn/3JkYP/Slob/W0dC/69mU/9MNjD/Pych/z8n + If8/JyH/Pych/z8nIf8/JyH/Pych/z8nIf9AKCL/UTw2/9/b2v/+/v7/aLbO/xiQtP8akbX/GpG1/xiQ + tP8/osD//v7+//7+/v+t7ar/LNIj/yzSI/8s0iP/LNIj/yzSI/8s0iP/LNIj/yzSI/8s0iP/LNIj/yzS + I/8s0iNvAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAP// + /wAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAALNIj1CzSI/4s0iP/LNIj/yzSI/8s0iP/LNIj/yzS + I/8s0iP/LNIj/yzSI/8s0iP/LNIj/5XokP//////Pych/z8nIf+KSjn/Pych/z8nIf8/JyH/Pych/z8n + If8/JyH/Pych/z8nIf8/JyH/UDo0/2tdWf9oW1f/SjQu/z8nIf91Y1//OCsn/4N0cP9AKCL/Pych/z8n + If8/JyH/SjQu/3VjX/+CdHH/UUNA/2o3Kf86LSn/lWdb/29hXv90ZGD/f29r/39va/9/b2v/f29r/39v + a/9/b2v/dGRg/2NTT//h3t7//v7+/4nG2f8VjrP/GpG1/xqRtf8akbX/GpG1/xqRtf8tmbr/8fj6//7+ + /v9R2Un/LNIj/yzSI/8s0iP/LNIj/yzSI/8s0iP/LNIj/yzSI/8s0iP/LNIj/yzSI/8s0iM/AAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA////AAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAACzSI5Qs0iP/LNIj/yzSI/8s0iP/LNIj/yzSI/8s0iP/LNIj/yzSI/8s0iP/LNIj/yzS + I/8s0iP/leiQ//////8/JyH/Pych/4pKOf8/JyH/Pych/z8nIf8/JyH/Pych/z8nIf8/JyH/Pych/z8n + If91Y1//MiUh/4BwbP8/JyH/Pych/1A6NP9kVlP/Y1ZS/1E7Nv8/JyH/Pych/z8nIf8/JyH/Pych/0w2 + MP9bR0L/0paH/3FhXf+oeW3/W01K/05APf8/MS7/OCon/zcqJv85LCj/PzEt/0s+Ov9YSkb/sKmo//7+ + /v+q1eP/EYyy/xqRtf8akbX/GpG1/xqRtf8akbX/GpG1/xqRtf8gk7b/2+3z//////8s0iP/LNIj/yzS + I/8s0iP/LNIj/yzSI/8s0iP/LNIj/yzSI/8s0iP/LNIj/izSI/0s0iMRAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAD///8AAAAAAAAAAAAAAAAAAAAAAAAAAAAs0iNULNIj/yzS + I/8s0iP/LNIj/yzSI/8s0iP/LNIj/yzSI/8s0iP/LNIj/yzSI/8s0iP/LNIj/yzSI/+V6JD//////z8n + If8/JyH/iko5/z8nIf8/JyH/Pych/z8nIf8/JyH/Pych/z8nIf8/JyH/SjQu/3ttaf9YS0f/W0dC/z8n + If8/JyH/QCgi/29gXP8/MS7/W0dC/z8nIf8/JyH/Pych/z8nIf8/JyH/Pych/z8nIf+7YEj/Pych/61i + T/9QOzX/UTs1/1E7Nf9ROzX/UTs1/1E7Nf9ROzX/UTs1/25dWP/+/v7/zObu/w+Lsf8akbX/GpG1/xqR + tf8akbX/GpG1/xqRtf8akbX/GpG1/xGMsv+n1OP//////yzSI/8s0iP/LNIj/yzSI/8s0iP/LNIj/yzS + I/8s0iP/LNIj/yzSI/8s0iP/LNIj/izSI+MAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAP///wAAAAAAAAAAAAAAAAAAAAAALNIjDSzSI/0s0iP+LNIj/yzSI/8s0iP/LNIj/yzS + I/8s0iP/LNIj/yzSI/8s0iP/LNIj/yzSI/8s0iP/LNIj/5XokP//////Pych/z8nIf+KSjn/Pych/z8n + If8/JyH/Pych/z8nIf8/JyH/Pych/z8nIf91Y1//Nikl/4R1cf9AKCL/Pych/z8nIf8/JyH/gXFt/yMW + Ev+AcGz/Pych/z8nIf8/JyH/Pych/z8nIf8/JyH/Pych/7tgSP8/JyH/p1dC/z8nIf8/JyH/Pych/z8n + If8/JyH/Pych/z8nIf9gTUj//v7+/+bz9/8Vj7P/GpG1/xqRtf8akbX/GpG1/xqRtf8akbX/GpG1/xqR + tf8UjrP/jcja//7+/v/Y9tb/LNIj/yzSI/8s0iP/LNIj/yzSI/8s0iP/LNIj/yzSI/8s0iP/LNIj/yzS + I/8s0iP/LNIj/yzSI44AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA////AAAA + AAAAAAAAAAAAAAAAAAAs0iPKLNIj/izSI/8s0iP/LNIj/yzSI/8s0iP/LNIj/yzSI/8s0iP/LNIj/yzS + I/8s0iP/LNIj/yzSI/8s0iP/leiQ//////8/JyH/Pych/4pKOf8/JyH/Pych/z8nIf8/JyH/Pych/z8n + If8/JyH/SjQu/3hqZ/9QQj//W0dC/z8nIf8/JyH/Pych/z8nIf9bR0L/TkA9/3BiX/9KNC7/Pych/z8n + If8/JyH/Pych/z8nIf8/JyH/u2BI/z8nIf+nV0L/Pych/z8nIf8/JyH/Pych/z8nIf8/JyH/YE1I//7+ + /v/z+fv/IZS3/xqRtf8akbX/GpG1/xqRtf8akbX/GpG1/xqRtf8akbX/F5C0/2y5z///////6/rq/yzS + I/8s0iP/LNIj/yzSI/8s0iP/LNIj/yzSI/8s0iP/LNIj/yzSI/8s0iP/LNIj/yzSI/8s0iP/LNIj/yzS + IzEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAD///8AAAAAAAAAAAAAAAAALNIjYyzS + I/8s0iP/LNIj/yzSI/8s0iP/LNIj/yzSI/8s0iP/LNIj/yzSI/8s0iP/LNIj/yzSI/8s0iP/LNIj/yzS + I/+V6JD//////z8nIf8/JyH/iko5/1MwJ/+nV0L/p1dC/6dXQv+nV0L/p1dC/6dXQv/Ci3z/ajww/8eU + h/+nWEP/p1dC/6dXQv+nV0L/p1dC/61iT/+oem7/dkk9/8KLfP+nV0L/p1dC/6dXQv+nV0L/p1dC/65a + RP+1XUb/Pych/6dXQv8/JyH/Pych/z8nIf8/JyH/Pych/z8nIf/+/v7//////y+bu/8akbX/GpG1/xqR + tf8akbX/GpG1/xqRtf8akbX/GpG1/xqRtf9KqMT//v7+//7+/v+V6JD/LNIj/yzSI/8s0iP/LNIj/yzS + I/8s0iP/LNIj/yzSI/8s0iP/LNIj/yzSI/8s0iP/LNIj/yzSI/8s0iP+LNIj7gAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAP///wAAAAAAAAAAACzSIwUs0iP6LNIj/yzSI/8s0iP/LNIj/yzS + I/8s0iP/LNIj/yzSI/8s0iP/LNIj/yzSI/8s0iP/LNIj/yzSI/8s0iP/LNIj/5XokP//////Pych/z8n + If+KSjn/Pych/z8nIf8/JyH/Pych/z8nIf8/JyH/dWNf/1pMSf9lV1T/W0dC/z8nIf8/JyH/Pych/z8n + If8/JyH/Pych/2ZWUv8jFhL/TT88/3ppZf8/JyH/Pych/z8nIf8/JyH/Pych/7tgSP8/JyH/p1dC/z8n + If8/JyH/Pych/z8nIf8/JyH/29jW//7+/v9DpcP/GpG1/xqRtf8akbX/GpG1/xqRtf8akbX/GpG1/xqR + tf8akbX/MZy8///////+/v7//////5XokP8s0iP/LNIj/yzSI/8s0iP/LNIj/yzSI/8s0iP/LNIj/yzS + I/8s0iP/LNIj/yzSI/8s0iP/LNIj/yzSI/8s0iP/LNIjfwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAA////AAAAAAAAAAAALNIjkizSI/8s0iP/LNIj/yzSI/8s0iP/LNIj/yzSI/8s0iP/LNIj/yzS + I/8s0iP/LNIj/yzSI/8s0iP/LNIj/yzSI/8s0iP/leiQ//////8/JyH/Pych/4tKOf8/JyH/Pych/z8n + If8/JyH/Pych/1VAO/94amf/Nyom/3ppZf9BKSP/Pych/z8nIf8/JyH/Pych/z8nIf8/JyH/XUxI/zYo + Jf9rXVr/SDs3/3ppZf9KNC7/Pych/z8nIf8/JyH/tV1G/z8nIf+nV0L/Pych/z8nIf8/JyH/Pych/9zY + 1v/+/v7/ZrXN/xiQtP8akbX/GpG1/xqRtf8akbX/GpG1/xqRtf8akbX/GpG1/ySWuP/2+vz//v7+/0xA + Pv//////leiQ/yzSI/8s0iP/LNIj/yzSI/8s0iP/LNIj/yzSI/8s0iP/LNIj/yzSI/8s0iP/LNIj/yzS + I/8s0iP/LNIj/yzSI/8s0iP/LNIjDAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAD///8BAAAAACzS + IxIs0iP/LNIj/yzSI/8s0iP/LNIj/yzSI/8s0iP/LNIj/yzSI/8s0iP/LNIj/yzSI/8s0iP/LNIj/yzS + I/8s0iP/LNIj/yzSI/+V6JD//////z8nIf8/JyH/XzYr/6hXQv+nV0L/p1dC/6dXQv+xa1j/wJKG/2M1 + Kf/MnpL/rGFN/6dXQv+nV0L/p1dC/6dXQv+nV0L/p1dC/6dXQv+VVUX/oXRo/6J1af+qfXH/cEM3/8qc + kP+zb17/qFhE/6dXQv+mVkH/Pych/6dXQv8/JyH/Pych/z8nIf/c2Nb//v7+/4bF2P8VjrP/GpG1/xqR + tf8akbX/GpG1/xqRtf8akbX/GpG1/xqRtf8YkLT/6fT3//7+/v+Nfnv/Nyom//T09P+c6Zf/LNIj/yzS + I/8s0iP/LNIj/yzSI/8s0iP/LNIj/yzSI/8s0iP/LNIj/yzSI/8s0iP/LNIj/yzSI/8s0iP/LNIj/yzS + I/8s0iOhAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAP///wYAAAAALNIjqCzSI/4s0iP/LNIj/yzS + I/8s0iP/LNIj/yzSI/8s0iP/LNIj/yzSI/8s0iP/LNIj/yzSI/8s0iP/LNIj/yzSI/8s0iP/LNIj/5Xo + kP//////Pych/z8nIf8/JyH/Pych/z8nIf9BKSP/W0dC/4FzcP8tHxz/j4F+/1ZBO/8/JyH/Pych/z8n + If8/JyH/Pych/z8nIf8/JyH/Pych/0EuKf94aGT/PzEu/3JhXf+CdHH/KRsX/2xfW/96aWX/UDo0/0Ao + Iv8/JyH/p1dC/z8nIf8/JyH/29fW//7+/v+n1eP/EY2y/xqRtf8akbX/GpG1/xqRtf8akbX/GpG1/xqR + tf8akLT/EIyy/9Lp8P/+/v7/YE1I/1A6NP9rXVr/w8PD/57pmf8s0iP/LNIj/yzSI/8s0iP/LNIj/yzS + I/8s0iP/LNIj/yzSI/8s0iP/LNIj/yzSI/8s0iP/LNIj/yzSI/8s0iP/LNIj/yzSI/8s0iMWAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAA////DCzSIw4s0iP/LNIj/yzSI/8s0iP/LNIj/yzSI/8s0iP/LNIj/yzS + I/8s0iP/LNIj/yzSI/8s0iP/LNIj/yzSI/8s0iP/LNIj/yzSI/8s0iP/leiQ//////8/JyH/Pych/z8n + If8/JyH/Pych/3ppZf9wYl//Oy4q/5GDf/9WQTv/Pych/z8nIf8/JyH/Pych/z8nIf8/JyH/Pych/z8n + If8/JyH/PSom/3BeWv8pGxf/f29r/1M9OP+FdnL/W05K/yodGf9rXVn/hXZy/1tHQv+vZlP/UTs1/29e + Wf/+/v//yeXt/w6Lsf8akLT/GpG1/xqRtf8akbX/GpG1/xqRtf8akbX/GpG1/xCMsv+w2eX//v7+/56S + j/8/JyH/QCgi/4V2cv+Tk5P/su6v/yzSI/8s0iP/LNIj/yzSI/8s0iP/LNIj/yzSI/8s0iP/LNIj/yzS + I/8s0iP/LNIj/yzSI/8s0iP/LNIj/yzSI/8s0iP/LNIj/izSI6MAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAD///8sLNIjiSzSI/8s0iP/LNIj/yzSI/8s0iP/LNIj/yzSI/8s0iP/LNIj/yzSI/8s0iP/LNIj/yzS + I/8s0iP/LNIj/yzSI/8s0iP/LNIj/yzSI/+V6JD//////z8nIf8/JyH/Qisl/1tGQf+FdnL/SDo3/1xP + S/96aWX/SjQu/z8nIf8/JyH/Pych/z8nIf8/JyH/Pych/z8nIf8/JyH/Pych/0s1L/9NPTn/Tzk0/1BD + P/98bmv/SzUv/0AoIv9bR0L/hXVy/2FTUP8rHRr/OCon/45hVf92amj//v7+/+Ty9v8VjrP/GpG1/xqR + tf8akbX/GpG1/xqRtf8akbX/GpG1/xqRtf8UjrP/kMnb//7+/v/c2Nb/Pych/z8nIf8/JyH/W0dC/7m5 + uf+j06D/OdQw/yzSI/8s0iP/LNIj/yzSI/8s0iP/LNIj/yzSI/8s0iP/LNIj/yzSI/8s0iP/LNIj/yzS + I/8s0iP/LNIj/yzSI/8s0iP/LNIj/yzSIwgAAAAAAAAAAAAAAAAAAAAAAAAAAP///10s0iP/LNIj/yzS + I/8s0iP/LNIj/yzSI/83xS//ZdNf/2feYf851DD/LNIj/yzSI/8s0iP/LNIj/yzSI/8s0iP/LNIj/yzS + I/8s0iP/LNIj/5XokP//////QCgi/1E7Nv9gTEf/b2Fe/z8xLf+CdHH/dWNf/z8nIf8/JyH/Pych/z8n + If8/JyH/Pych/z8nIf8/JyH/Pych/z8nIf8/JyH/gnJu/0g7N/9fS0b/emxp/1RGQ/9POTT/Pych/z8n + If9AKCL/UDo1/3VjX/95aWX/vZGF//7+/v/y+Pv/IJS3/xqRtf8akbX/GpG1/xqRtf8akbX/GpG1/xqR + tf8akbX/F5C0/2+50f/+/v7/3NjW/z8nIf8/JyH/Pych/z8nIf9MNjD/+/v7/12MWv9t32f/LtIl/yzS + I/8s0iP/LNIj/yzSI/8s0iP/LNIj/yzSI/8s0iP/LNIj/yzSI/8s0iP/LNIj/yzSI/8s0iP/LNIj/yzS + I/8s0iP/LNIjgQAAAAAAAAAAAAAAAAAAAAAAAAAAt++0oyzSI/8s0iP/LNIj/yzSI/8s0iP/LNIj/z/W + Nv9JqET/M5Eu/2/Paf9n3mH/OdQw/yzSI/8s0iP/LNIj/yzSI/8s0iP/LNIj/yzSI/8s0iP/leiQ//// + //+FdnL/a15a/0I1Mf9eTkv/dWNf/0o0Lv8/JyH/Pych/z8nIf8/JyH/Pych/z8nIf8/JyH/Pych/z8n + If8/JyH/Pych/z8nIf9uXlv/YVNQ/003Mv+AcGz/LB4b/3VjX/8/JyH/Pych/z8nIf8/JyH/Pych/2dU + UP/+/v7//////y2au/8akbX/GpG1/xqRtf8akbX/GpG1/xqRtf8akbX/GpG1/xqRtf9NqcX//v7+/9zY + 1v8/JyH/Pych/z8nIf8/JyH/Pych/z8nIf//////hrWD/2G/W/9L2EP/LNIj/yzSI/8s0iP/LNIj/yzS + I/8s0iP/LNIj/yzSI/8s0iP/LNIj/yzSI/8s0iP/LNIj/yzSI/8s0iP/LNIj/yzSI/8s0iPzAAAAAAAA + AAAAAAAAAAAAAAAAAACU6I/fLNIj/izSI/8s0iP/LNIj/yzSI/8s0iP/MNIn/0vYQ/944XL/TaxI/zOR + Lv9nx2L/Z95h/znUMP8s0iP/LNIj/yzSI/871TP/S9hD/3Thbv+o3aX/wMDA/0c5Nv9qXFn/gXFt/0o0 + Lv8/JyH/Pych/z8nIf8/JyH/Pych/z8nIf8/JyH/Pych/z8nIf8/JyH/Pych/z8nIf8/JyH/SzQu/0o7 + N/9gTEf/Qiok/1tHQv9AMi//fGxp/0AoIv8/JyH/Pych/z8nIf8/JyH/1M/O//////9Bo8H/GpG1/xqR + tf8akbX/GpG1/xqRtf8akbX/GpG1/xqRtf8akbX/Mpy9///////+/v7/QCgi/z8nIf8/JyH/Pych/z8n + If8/JyH/Pych//////+177L/JIMf/37eef9F1z3/LNIj/yzSI/8s0iP/LNIj/yzSI/8s0iP/LNIj/yzS + I/8s0iP/LNIj/yzSI/8s0iP/LNIj/yzSI/8s0iP/LNIj/yzSI/8s0iM/AAAAAAAAAAAAAAAAAAAAAIfl + gf8s0iP/LNIj/yzSI/8s0iP/LNIj/yzSI/8s0iP/LNIj/y3SJP9L2EP/eeJ0/0+tSv8ykC3/YcFc/3Lh + bP9p12P/TcFH/0qvRP9Doj7/Ppw5/4u6iP/5+fn/dWNf/0o0Lv8/JyH/Pych/z8nIf8/JyH/Pych/z8n + If8/JyH/Pych/z8nIf8/JyH/Pych/z8nIf8/JyH/Pych/z8nIf9+bmr/TT88/1E8Nv8/JyH/UTw2/2ha + V/9oWlf/UDo0/z8nIf8/JyH/Pych/9zY1v/+/v7/Y7TM/xiQtP8akbX/GpG1/xqRtf8akbX/GpG1/xqR + tf8akbX/GpG1/yWWuP/3+/z//v7+/3pubP9QOjT/Pych/z8nIf8/JyH/Pych/z8nIf8/JyH//////5vp + lv+C4X3/K4km/4Hge/9F1z3/LNIj/yzSI/8s0iP/LNIj/yzSI/8s0iP/LNIj/yzSI/8s0iP/LNIj/yzS + I/8s0iP/LNIj/yzSI/8s0iP/LNIj/izSI6YAAAAAAAAAAAAAAAAAAAAAh+WB/yzSI/8s0iP/LNIj/yzS + I/8s0iP/LNIj/yzSI/8s0iP/LNIj/yzSI/8t0iT/S9hD/3nidP9Usk//GXcT/xl3FP9bulb/eth0/3bh + cP9K2EL/n+qa//////8/JyH/Pych/z8nIf8/JyH/Pych/z8nIf8/JyH/Pych/z8nIf8/JyH/Pych/z8n + If8/JyH/Pych/z8nIf8/JyH/Pych/00/PP99bWn/TTcx/z8nIf9AKCL/hXZy/0EzMP91Y1//Pych/z8n + If/c2Nb//v7+/4PD1/8VjrP/GpG1/xqRtf8akbX/GpG1/xqRtf8akbX/GpG1/xqRtf8ZkLT/6vX4//7+ + /v+Nfnv/STw4/3VjX/8/JyH/Pych/z8nIf8/JyH/Pych/z8nIf//////leiQ/0XXPf9/33r/Lowp/27Y + af8+1TX/LtIl/yzSI/8s0iP/LNIj/yzSI/8s0iP/LNIj/yzSI/8s0iP/LNIj/yzSI/8s0iP/LNIj/yzS + I/8s0iP/LNIj/gAAAAAAAAAAAAAAAAAAAACH5YH/LNIj/yzSI/8s0iP/LNIj/yzSI/8s0iP/LNIj/yzS + I/8s0iP/LNIj/yzSI/8s0iP/LNIj/23fZ/8xjyz/ashl/yyKJv9Usk//duFw/0vYQ/+V6JD//////z8n + If8/JyH/Pych/z8nIf8/JyH/Pych/z8nIf8/JyH/Pych/z8nIf8/JyH/Pych/z8nIf8/JyH/VkE7/4Fx + bf9DNDH/VkQ//z8nIf8/JyH/Pych/z8nIf9bR0L/MiQh/4R0cf9AKCL/29fW//7+/v+l0+H/EY2y/xqQ + tP8akbX/GpG1/xqRtf8akbX/GpG1/xqRtf8akbX/EY2y/9Xq8f/+/v7/YE1I/085NP9KPDn/f29r/z8n + If8/JyH/Pych/z8nIf8/JyH/Pych//////+V6JD/LNIj/0XXPf9z4W7/Npcx/1m4VP9t32f/OdQw/yzS + I/8s0iP/LNIj/yzSI/8s0iP/LNIj/yzSI/8s0iP/LNIj/yzSI/8s0iP/LNIj/yzSI/8s0iP/LNIjNwAA + AAAAAAAAAAAAAIflgf8s0iP/LNIj/yzSI/8s0iP/LNIj/yzSI/8s0iP/LNIj/yzSI/8s0iP/LNIj/yzS + I/8s0iP/P9Y2/0+uSv9xz2v/duFw/2rKZf8siyf/SKdD/7jttf//////SzQu/z8nIf8/JyH/Pych/z8n + If8/JyH/Pych/z8nIf8/JyH/Pych/z8nIf8/JyH/SzQu/3VjX/+Fd3T/NSck/3hpZv8/JyH/Pych/z8n + If8/JyH/Pych/1E7Nf9TRUL/VEZD/3xsaP//////xuTt/w6Lsf8akLT/GpG1/xqRtf8akbX/GpG1/xqR + tf8akbX/GpG0/xCMsf+z2ub//v7+/56Sj/8/JyH/TTcx/3ttaf9ZSkb/SjQu/z8nIf8/JyH/Pych/z8n + If8/JyH//////5XokP8s0iP/LNIj/yzSI/9n3mH/bMpn/y6MKf9z1G7/Z95h/znUMP8s0iP/LNIj/yzS + I/8s0iP/LNIj/yzSI/8s0iP/LNIj/yzSI/8s0iP/LNIj/yzSI/8s0iOFAAAAAAAAAAAAAAAAh+WB/yzS + I/8s0iP/LNIj/yzSI/8s0iP/LNIj/yzSI/8s0iP/LNIj/yzSI/8s0iP/LNIj/yzSI/8t0iT/dd9v/z2c + OP9I2ED/ONQv/2feYf921nH/caBu/7Ozs/+Fd3P/dWNf/0o0Lv8/JyH/Pych/z8nIf8/JyH/Pych/z8n + If9CKiT/UDo1/3VjX/+CdXH/Rjk1/0Q2M/+Rg3//VUA7/z8nIf8/JyH/Pych/z8nIf8/JyH/UTs1/0s9 + Ov9qX1z//v7+/+Px9f8UjrP/GpG0/xqRtf8akbX/GpG1/xqRtf8akbX/GpG1/xqRtf8TjrP/k8vc//7+ + /v/c2Nb/Pych/z8nIf8/JyH/Tjcy/0g7N/+BcW3/Pych/z8nIf8/JyH/Pych/z8nIf//////leiQ/yzS + I/8s0iP/LNIj/y7SJf9L2EP/eeJ0/0qpRf84ljP/dtZx/2feYf851DD/LNIj/yzSI/8s0iP/LNIj/yzS + I/8s0iP/LNIj/yzSI/8s0iP/LNIj/yzSI8wAAAAAAAAAAAAAAACH5YH/LNIj/yzSI/8s0iP/LNIj/yzS + I/8s0iP/LNIj/yzSI/8s0iP/LNIj/yzSI/8s0iP/LNIj/yzSI/9n3mH/I4Ee/3Thbv8s0iP/LNIj/znU + MP+y7q//9/f3/0Y5Nf86LCn/fG5r/3VjX/9QOjX/Pych/z8nIf9wXlr/gHBs/2BPS/9WSUX/Nykm/1lM + SP+Bcm7/W0dC/0w2MP8/JyH/Pych/z8nIf8/JyH/Pych/z8nIf9POTT/X1RR//7+/v/x+Pr/H5S3/xqR + tf8akbX/GpG1/xqRtf8akbX/GpG1/xqRtf8akbX/F4+0/3G60f/+/v7/3NjW/z8nIf8/JyH/Pych/z8n + If9NNzH/fW1p/0w+Ov9OODP/QSkj/z8nIf8/JyH/Pych//////+V6JD/LNIj/yzSI/8s0iP/LNIj/yzS + I/8t0iT/S9hD/3nidP9Nq0j/LYso/2LCXf9z4W7/S9hD/zrVMv8s0iP/LNIj/yzSI/8s0iP/MNIn/0DW + OP871TP/LNIj/wAAAAAAAAAAAAAAAIflgf8s0iP/LNIj/yzSI/8s0iP/LNIj/yzSI/8s0iP/LNIj/yzS + I/8s0iP/LNIj/yzSI/8s0iP/LNIj/z7VNf9HpkL/XcdY/y3SJP8s0iP/LNIj/5XokP//////W0dC/39w + bP9LPTr/LB4a/z4wLf9VR0T/UEM//1BDP/9aTEn/UUA8/3hoZP91Y1//UDo1/0AoIv8/JyH/Pych/z8n + If8/JyH/Pych/z8nIf8/JyH/Pych/5KEgP/+/v7//v7+/y2au/8akbX/GpG1/xqRtf8akbX/GpG1/xqR + tf8akbX/GpG1/xqRtf9Pqsb//v7+/+Hd3P8/JyH/Pych/z8nIf8/JyH/Pych/z8nIf8/JyH/bl9b/15R + Tf91Y1//Pych/z8nIf8/JyH//////5XokP8s0iP/LNIj/yzSI/8s0iP/LNIj/yzSI/8s0iP/LdIk/0vY + Q/9z4W7/X79Z/zOSLv8/nTr/cNBr/3Phbv9L2EP/OtUx/yzSI/9Z0FP/T65K/2/caf8s0iP/LNIjKAAA + AAAAAAAAh+WB/yzSI/8s0iP/LNIj/yzSI/8s0iP/LNIj/yzSI/8s0iP/LNIj/yzSI/8s0iP/LNIj/yzS + I/8s0iP/OtUy/2rLZf9Prkr/P9Y2/yzSI/8s0iP/leiQ//////8/JyH/Pych/3ppZf9eUE3/RTc0/zkr + KP90ZmP/iHl1/2JPSv9ELCf/Pych/z8nIf8/JyH/Pych/z8nIf8/JyH/Pych/z8nIf8/JyH/Pych/z8n + If9KNC7/4d7d//////8/osD/GpG1/xqRtf8akbX/GpG1/xqRtf8akbX/GpG1/xqRtf8akbX/NJ2+//// + ///+/v7/gHBs/z8nIf8/JyH/Pych/z8nIf8/JyH/Pych/z8nIf91ZGD/dmll/0Q2Mv+AcGz/W0ZB/0Ep + I///////leiQ/yzSI/8s0iP/LNIj/yzSI/8s0iP/LNIj/yzSI/8s0iP/LNIj/yzSI/891TT/fON2/4fl + gf9hv1z/OJcz/ziWM/9LqUb/MK8p/0C+Of9z4W7/Y91c/yzSI/8s0iNbAAAAAAAAAACH5YH/LNIj/yzS + I/8s0iP/LNIj/yzSI/8s0iP/LNIj/yzSI/8s0iP/LNIj/yzSI/8s0iP/LNIj/yzSI/8s0iP/c+Fu/yiH + I/9n3mH/LNIj/yzSI/+V6JD//////z8nIf8/JyH/Pych/4V2cv8tIBz/kYSA/2ZZVf87Lir/a15a/4V2 + cv9bR0L/QCgi/z8nIf8/JyH/Pych/z8nIf8/JyH/Pych/z8nIf8/JyH/Pych/+fj4//+/v7/YLLL/xiQ + tP8akbX/GpG1/xqRtf8akbX/GpG1/xqRtf8akbX/GpG1/yaXuf/4+/z//v7+/39zcP90ZmL/SjQu/z8n + If8/JyH/Pych/z8nIf8/JyH/Pych/0EpI/9POTP/e2xo/z4wLf9wYl//emll//////+V6JD/LNIj/yzS + I/8s0iP/LNIj/yzSI/8s0iP/LdIk/0DWOP9A1jj/LNIj/1vSVf9Prkr/PZs4/0WkQP8gfhv/cNFr/2Dd + Wv8s0iP/LNIj/yzSI/8s0iP/LNIj/izSI4gAAAAAAAAAAIflgf8s0iP/LNIj/yzSI/8s0iP/LNIj/yzS + I/8s0iP/LNIj/yzSI/8s0iP/LNIj/yzSI/8s0iP/LNIj/yzSI/9L2EP/IH4b/3Phbf8s0iP/LNIj/5Xo + kP//////Pych/z8nIf8/JyH/W0dC/1FDQP9tX1z/Z1RP/4BwbP9pW1j/PzIu/2NVUv+FdnL/W0dC/0Ao + Iv8/JyH/Pych/z8nIf8/JyH/QCgi/1tHQv/o5uX//v7+/4HC1v8VjrP/GpG1/xqRtf8akbX/GpG1/xqR + tf8akbX/GpG1/xqRtf8ZkLX/6/X4//7+/v9gTUj/gHBs/0U4NP96aWX/QSkj/z8nIf8/JyH/Pych/z8n + If8/JyH/Pych/z8nIf9LNS//emll/2pcWf9CNTH/z8/P/7zwuf821C7/LNIj/yzSI/861TL/PtU1/2fe + Yf9s1mb/UrBN/0GfPP9OrEj/N6sx/3rYdf9hwFz/QaM8/3Phbv9F1z3/LNIj/yzSI/8s0iP/LNIj/yzS + I/8s0iP/LNIjrgAAAAAAAAAAh+WB/yzSI/8s0iP/LNIj/yzSI/8s0iP/LNIj/yzSI/8s0iP/LNIj/yzS + I/8s0iP/LNIj/yzSI/8s0iP/LNIj/z/WN/8wjiv/addj/yzSI/8s0iP/leiQ//////8/JyH/Pych/z8n + If9MNjD/in15/y8hHv91Y1//Pych/0o0Lv91Y1//bV9c/z8yLv9gUk//hXZy/1tHQv9RPDb/Tjcy/4Jy + bv9uX1v/4N3d//7+/v+i0uH/Eo2y/xqRtf8akbX/GpG1/xqRtf8akbX/GpG1/xqRtf8akbX/EYyy/9fs + 8v/+/v7/YE1I/z8nIf9bR0L/aFpX/2lbWP9RPDb/Pych/z8nIf8/JyH/Pych/z8nIf8/JyH/Pych/z8n + If9BKSP/Tzkz/3JgXP/j4+P/f658/1KxTf9RtUv/W8lV/1O0Tv9DoT7/RaM//1CvS/9o0mL/deFv/zjU + L/9r32X/RaRA/1q4Vf9n3mH/LNIj/yzSI/8s0iP/LNIj/yzSI/8s0iP/LNIj/yzSI/8s0iPOAAAAAAAA + AACH5YH/LNIj/yzSI/8s0iP/LNIj/yzSI/8s0iP/LNIj/yzSI/8s0iP/LNIj/yzSI/8s0iP/LNIj/yzS + I/8s0iP/P9Y3/zyaN/9cylb/LNIj/yzSI/+V6JD//////z8nIf8/JyH/Pych/z8nIf91Y1//Nikl/25e + Wv8/JyH/Pych/z8nIf9KNC7/dWNf/3BiX/89Lyz/U0VC/15QTf9QQz//OCsn/2lfW///////xOLs/w6L + sf8akLT/GpG1/xqRtf8akbX/GpG1/xqRtf8akbX/GpC0/w+Msv+22+f//v7+/7Gopf8/JyH/Pych/0Ep + I/91ZGD/QDIu/19OSf9QOjX/QCgi/z8nIf8/JyH/Pych/z8nIf8/JyH/Pych/0w2MP9bR0L/fm5q//Hx + 8f+VxZP/SadE/yiHI/9Lqkb/bc1o/3Phbv9L2EP/QNY4/y3SJP8s0iP/bd9n/0qoRf9evFn/bd9n/yzS + I/8s0iP/LNIj/yzSI/8s0iP/LNIj/yzSI/8s0iP/LNIj/yzSI+cAAAAAAAAAAIflgf8s0iP/LNIj/yzS + I/8s0iP/LNIj/yzSI/8s0iP/LNIj/yzSI/8s0iP/LNIj/yzSI/8s0iP/LNIj/yzSI/8/1jf/QJ87/1fF + Uf8s0iP/LNIj/5XokP//////Pych/z8nIf8/JyH/Pych/085NP9YSkf/XlBN/0w2MP8/JyH/Pych/z8n + If8/JyH/SjQu/3ppZf9rXlr/KRsY/1JDP/+jmJX//v7+/+Hx9f8UjrP/GpG1/xqRtf8akbX/GpG1/xqR + tf8akbX/GpG1/xqRtf8TjrP/lczc//7+/v/g3d3/gHBs/z8nIf8/JyH/Pych/z8nIf8/JyH/QTIv/2ZY + Vf+Gd3P/SjQu/z8nIf9MNjD/W0dC/4Fxbf90ZGD/ZlhU/1BCP/8/MS7/w8PD/3mpdv9Bnzz/eeJ0/0vY + Q/861TL/LNIj/yzSI/8s0iP/LNIj/0vYQ/9lxGD/SKdD/23fZ/8s0iP/LNIj/yzSI/8s0iP/LNIj/yzS + I/8s0iP/LNIj/yzSI/8s0iP/LNIj+gAAAAAAAAAAh+WB/yzSI/8s0iP/LNIj/yzSI/8s0iP/LNIj/yzS + I/8s0iP/LNIj/yzSI/8s0iP/LNIj/yzSI/8s0iP/LNIj/z/WN/89mzj/WshU/yzSI/8s0iP/leiQ//// + //8/JyH/Pych/z8nIf8/JyH/TDYw/2lbV/9NQDz/UTs1/z8nIf8/JyH/Pych/z8nIf8/JyH/Pych/3pp + Zf8vIh7/oZaT//7+/v/w+Pr/HpO2/xqRtf8akbX/GpG1/xqRtf8akbX/GpG1/xqRtf8akbX/F4+0/3O8 + 0v/+/v7/6ufn/1VIRP+EdnL/cF5Z/z8nIf8/JyH/Pych/z8nIf9uXFf/dmhl/0Y5Nf9eT0v/dGRg/2pc + WP9OQT3/Nyom/05BPf9wY1//gnNv/5GEgP/FxcX/lsWT/23fZ/8s0iP/LNIj/yzSI/8s0iP/LNIj/yzS + I/851DD/hON+/yiGI/9t32f/LNIj/yzSI/8s0iP/LNIj/yzSI/8s0iP/LNIj/yzSI/8s0iP/LNIj/yzS + I/8s0iP/AAAAAAAAAACH5YH/LNIj/yzSI/8s0iP/LNIj/yzSI/8s0iP/LNIj/yzSI/8s0iP/LNIj/yzS + I/8s0iP/LNIj/yzSI/8s0iP/PtU1/zGPLP9l01//LNIj/yzSI/+V6JD//////z8nIf8/JyH/Pych/z8n + If8/JyH/bFxY/z0vLP9ROzX/Pych/z8nIf8/JyH/Pych/z8nIf8/JyH/UDo1/31yb//+/v7//f7+/yuZ + uv8akbX/GpG1/xqRtf8akbX/GpG1/xqRtf8akbX/GpG1/xmQtP9SrMf//v7+/+/g3P9KNC7/eGtn/ysd + Gv+EdHH/Pych/0AoIv9RPDb/W0dC/35uav9vYV7/U0ZC/yUYFP9GODX/b2Fd/39va/91Y1//Tzk0/0s0 + Lv9XQj3/a11Z/8/Pz/+177L/LNIj/yzSI/8s0iP/LNIj/yzSI/8s0iP/LNIj/2feYf81lDD/ft15/znU + MP8s0iP/LNIj/yzSI/8s0iP/LNIj/yzSI/8s0iP/LNIj/yzSI/8s0iP/LNIj/yzSI/8AAAAAAAAAAIfl + gf8s0iP/LNIj/yzSI/8s0iP/LNIj/yzSI/8s0iP/LNIj/yzSI/8s0iP/LNIj/yzSI/8s0iP/LNIj/yzS + I/9n3mH/GnkV/3Phbf8s0iP/LNIj/5XokP//////Pych/z8nIf8/JyH/Pych/z8nIf9tXVn/PjAt/1E7 + Nf8/JyH/Pych/z8nIf8/JyH/Pych/z8nIf9AKCL/3tva//////88ocD/GpG1/xqRtf8akbX/GpG1/xqR + tf8akbX/GpG1/xqRtf8akbX/Np69///////+/v7/p1dC/z8nIf9fS0b/WEtH/0I0MP9VR0P/altX/1tN + Sf8+MC3/TD87/25hXf9URkP/cWRg/3ppZf9LNC7/Pych/z8nIf8/JyH/SjQu/4R2c/9BMzD//////5Xo + kP8s0iP/LNIj/yzSI/8s0iP/LNIj/yzSI/851DD/dNRv/0GfPP9L2EP/LNIj/yzSI/8s0iP/LNIj/yzS + I/8s0iP/LNIj/yzSI/8s0iP/LNIj/yzSI/8s0iP/LNIj/wAAAAAAAAAAh+WB/yzSI/8s0iP/LNIj/yzS + I/8s0iP/LNIj/yzSI/8s0iP/LNIj/yzSI/8s0iP/LNIj/yzSI/8s0iP/LdIk/3fhcv8kgh//Z95h/yzS + I/8s0iP/leiQ///////a1tX////////////b19b/QCgi/2hZVf9QQj//UTs1/z8nIf8/JyH/Pych/z8n + If8/JyH/Pych/9zY1v/+/v7/XbHL/xmQtP8akbX/GpG1/xqRtf8akbX/GpG1/xqRtf8akbX/GpG1/yeX + uf/5/P3//v7+/2BNSP+nV0L/Pych/1pFQP9wYl//Nykm/yweG/9qXFn/eWll/3JhXf+BcW3/VUdD/3Fj + YP91Y1//Pych/z8nIf8/JyH/Pych/z8nIf91Y1//NSck/5GDf///////leiQ/yzSI/8s0iP/LNIj/yzS + I/8s0iP/LNIj/2feYf86mTX/eeJ0/y3SJP8s0iP/LNIj/yzSI/8s0iP/LNIj/yzSI/8s0iP/LNIj/yzS + I/8s0iP/LNIj/yzSI/8s0iP/AAAAAAAAAACH5YH/LNIj/yzSI/8s0iP/LNIj/yzSI/8s0iP/LNIj/yzS + I/8s0iP/LNIj/yzSI/8s0iP/LNIj/yzSI/9A1jj/W7pW/1GwTP8/1jb/LNIj/yzSI/+V6JD//v7+//7+ + /v/Pz8//7+/v//7+/v/f29r/YVRQ/2ZYVf9MNjD/Pych/z8nIf8/JyH/Pych/z8nIf/c2Nb//v7+/37A + 1f8Wj7P/GpG1/xqRtf8akbX/GpG1/xqRtf8akbX/GpG1/xqRtf8bkbb/7Pb5//7+/v9gTUj/Pych/6dX + Qv8/JyH/Qiok/4N0cP9YS0f/fG5q/1ZBO/8/JyH/SjMu/3ttaf9GODX/dWNf/z8nIf8/JyH/Pych/z8n + If8/JyH/TDYw/3NlYv9QQz//WkZB//////+V6JD/LNIj/yzSI/8s0iP/LNIj/yzSI/8s0iP/ceBr/zKQ + LP9L2EP/LNIj/yzSI/8s0iP/LNIj/yzSI/8s0iP/LNIj/yzSI/8s0iP/LNIj/yzSI/8s0iP/LNIj/yzS + I/oAAAAAAAAAAIflgf8s0iP/LNIj/yzSI/8s0iP/LNIj/yzSI/8s0iP/LNIj/yzSI/8s0iP/LNIj/yzS + I/8s0iP/LNIj/0vYQ/8zki7/X8pa/y3SJP8s0iP/LNIj/+v66v//////09PT/6Ghof+pqan/8vLy//7+ + /v+jnZz/gHBs/z8nIf8/JyH/Pych/z8nIf8/JyH/29fW//7+/v+g0eD/Eo2y/xqRtf8akbX/GpG1/xqR + tf8akbX/GpG1/xqRtf8akbT/EYyy/9nt8v/+/v7/YE1I/z8nIf8/JyH/p1dC/z8nIf8/JyH/Tjcy/zst + Kv9/b2v/Pych/z8nIf9bR0L/Rzk2/4N1cv9LNC7/Pych/z8nIf8/JyH/Pych/z8nIf9bR0L/SDs3/4t9 + ef9MNjD//////5XokP8s0iP/LNIj/yzSI/8s0iP/LNIj/zrVMv9iwl3/W7pW/0DWOP8s0iP/LNIj/yzS + I/8s0iP/LNIj/yzSI/8s0iP/LNIj/yzSI/8s0iP/LNIj/yzSI/8s0iP/LNIj5wAAAAAAAAAAh+WB/yzS + I/8s0iP/LNIj/yzSI/8s0iP/LNIj/yzSI/8s0iP/LNIj/yzSI/8s0iP/LNIj/yzSI/8t0iT/eeJ0/xl3 + E/904W7/LNIj/yzSI//Y9tb//f39/9ra2v+goKD/pKSk/6SkpP+np6f/7e3t/6ehn/9bR0L/Pych/z8n + If8/JyH/Pych/2FNSf//////weHr/w6Lsf8akbT/GpG1/xqRtf8akbX/GpG1/xqRtf8akbX/GpG1/w+L + sf+43ej//////2FNSf8/JyH/Pych/z8nIf+nV0L/Pych/0MsJv9sWVX/PjAt/39va/8/JyH/Pych/4Fx + bf8jFhL/f29r/z8nIf8/JyH/Pych/z8nIf8/JyH/Pych/4Fxbf8tIBz/dWNf/z8nIf//////leiQ/yzS + I/8s0iP/LNIj/yzSI/8s0iP/P9Y3/0mnRP944nL/LdIk/yzSI/8s0iP/LNIj/yzSI/8s0iP/LNIj/yzS + I/8s0iP/LNIj/yzSI/8s0iP/LNIj/yzSI/8s0iPOAAAAAAAAAACH5YH/LNIj/yzSI/8s0iP/LNIj/yzS + I/8s0iP/LNIj/yzSI/8s0iP/LNIj/yzSI/8s0iP/LNIj/z/WNv9YtlL/UbBM/0vYQ/8s0iP/2PbW//7+ + /v/e3t7/oqKi/6SkpP+kpKT/pKSk/6Ghof/u7u7/v7e1/0AoIv8/JyH/Pych/z8nIf9gTUj//v7+/9/v + 9P8TjbL/GpG1/xqRtf8akbX/GpG1/xqRtf8akbX/GpG1/xqRtf8TjbL/mM3d//7+/v/b19b/Pych/z8n + If8/JyH/Pych/6dXQv8/JyH/YlBL/1lMSP9FODT/f29s/z8nIf8/JyH/f29r/yMWEv9/b2v/Pych/z8n + If8/JyH/Pych/z8nIf8/JyH/b19b/0EzMP9POTT/Pych//////+V6JD/LNIj/yzSI/8s0iP/LNIj/yzS + I/831C//PJo3/2HdW/8s0iP/LNIj/yzSI/8s0iP/LNIj/yzSI/8s0iP/LNIj/yzSI/8s0iP/LNIj/yzS + I/8s0iP/LNIj/yzSI64AAAAAAAAAAIflgf8s0iP/LNIj/yzSI/8s0iP/LNIj/yzSI/8s0iP/LNIj/yzS + I/8s0iP/LNIj/yzSI/8u0iX/bd9n/xp4Ff934HL/LdIk/9j21//+/v7/4eHh/6Wlpf+kpKT/pKSk/6Sk + pP+goKD/5+fn//////9+bmr/Pych/z8nIf8/JyH/YU1J//7+/v/v9/r/HZO2/xqRtf8akbX/GpG1/xqR + tf8akbX/GpG1/xqRtf8akbX/Fo+z/3a90//+/v7/6+jo/1tHQv8/JyH/Pych/z8nIf8/JyH/p1dC/3Vk + YP9cTkv/IxYS/yMWEv9GOTX/hHVx/1pFQP94Z2P/PzIu/4p8eP9LNC7/Pych/z8nIf8/JyH/Pych/z8n + If9mVlL/Sz06/1E7Nf8/JyH//////5XokP8s0iP/LNIj/yzSI/8s0iP/LNIj/2HdW/8wjiv/N9Qv/yzS + I/8s0iP/LNIj/yzSI/8s0iP/LNIj/yzSI/8s0iP/LNIj/yzSI/8s0iP/LNIj/yzSI/8s0iP+LNIjiAAA + AAAAAAAAh+WB/yzSI/8s0iP/LNIj/yzSI/8s0iP/LNIj/yzSI/8s0iP/LNIj/yzSI/8s0iP/LNIj/0vY + Q/9kwl//RaM//0vYQ//Y9tf//v7+/+Tk5P+mpqb/pKSk/6SkpP+kpKT/pKSk/62trf/9/f3//v7+/7h5 + aP+uZVL/v4Z3/9Cmm//+/v7//P39/yuZuv8akbX/GpG1/xqRtf8akbX/GpG1/xqRtf8akbX/GpG1/xmQ + tP9Vrcj//v7+/+/m5P91SDz/mm1h/8aThv/AhXb/kGti/3BeWf/JmYz/Nykm/zgrJ/9zZWH/fm5q/3Vn + Y/88Liv/VUdE/4Bxbv+Mf3v/QjQw/3VjX/8/JyH/Pych/z8nIf8/JyH/Pych/35uav88Liv/W0dC/z8n + If//////leiQ/yzSI/8s0iP/LNIj/yzSI/8s0iP/c+Ft/yWEIP8/1jf/LNIj/yzSI/8s0iP/LNIj/yzS + I/8s0iP/LNIj/yzSI/8s0iP/LNIj/yzSI/8s0iP/LNIj/yzSI/8s0iNbAAAAAAAAAACH5YH/LNIj/yzS + I/8s0iP/LNIj/yzSI/8s0iP/LNIj/yzSI/8s0iP/LNIj/yzSI/8s0iP/eeJ0/xl3E/954nT/2PbW//7+ + /v/n5+f/qKio/6SkpP+kpKT/pKSk/6SkpP+kpKT/o6Oj/76+vv/9/f3//v7+/390cf9KPTn/1tPT//// + //86oL//GpG1/xqRtf8akbX/GpG1/xqRtf8akbX/GpG1/xqRtf8akbX/N5++///////W0M//b2Bc/ywe + Gv8+MC3/MyYi/zEjIP95Sz//PzEt/41fU/84Kyf/eWlk/0o0Lv8/JyH/SjQu/3VjX/+DdXH/QDIv/0U3 + M/9VR0P/emxp/1VAO/8/JyH/Pych/z8nIf8/JyH/dWNf/z0vLP+FdnL/QCgi//////+V6JD/LNIj/yzS + I/8s0iP/LNIj/yzSI/9z4W3/IoAc/z7VNf8s0iP/LNIj/yzSI/8s0iP/LNIj/yzSI/8s0iP/LNIj/yzS + I/8s0iP/LNIj/yzSI/8s0iP/LNIj/yzSIygAAAAAAAAAAIflgf8s0iP/LNIj/yzSI/8s0iP/LNIj/yzS + I/8s0iP/LNIj/yzSI/8s0iP/LNIj/2feYf9KqUX/XrxY/2vfZP//////7e3t/6ioqP+jo6P/pKSk/6Sk + pP+kpKT/pKSk/6SkpP+kpKT/oaGh/8jIyP//////4Nzb/+Hd3P/+/v7/Wq/J/xmQtP8akbX/GpG1/xqR + tf8akbX/GpG1/xqRtf8akbX/GpG1/yiXuf/6/f3//v7+/31taf9qXFn/MSMg/3lqZv9OODP/W0dC/8eU + h/9FNzP/YzYq/4Bxbv9LNS//Pych/z8nIf8/JyH/Pych/19LRv9tW1b/kYSA/0AzL/8kFhP/eGpn/3Vj + X/9KNC7/Pych/z8nIf9KNC7/cWNf/1hLR/9bR0L//////5XokP8s0iP/LNIj/yzSI/8s0iP/LNIj/2fe + Yf8gfxv/Z95h/yzSI/8s0iP/LNIj/yzSI/8s0iP/LNIj/yzSI/8s0iP/LNIj/yzSI/8s0iP/LNIj/yzS + I/8s0iP/AAAAAAAAAAAAAAAAh+WB/yzSI/8s0iP/LNIj/yzSI/8s0iP/LNIj/yzSI/8s0iP/LNIj/yzS + I/9F1z3/ctJt/yyKJv9t32f//v7+//Ly8v+lpaX/pKSk/6SkpP+kpKT/pKSk/6SkpP+kpKT/pKSk/6Sk + pP+kpKT/oaGh/8fHx////////////3zA1P8Wj7P/GpG1/xqRtf8akbX/GpG1/xqRtf8akbX/GpG1/xqR + tf8bkbX/7fb5//7+/v+2dWT/x5SH/2EzJ//HlIb/rGFN/6dXQv9nOS3/p1dC/4V2cv9wQjb/WUQ//z8n + If8/JyH/QSkj/1tGQf+FdnL/X1JO/0k7OP9SREH/Y1VS/3NjX/9XSUb/MyYi/3VnY/91Y1//UDo0/z8n + If91Y1//PS8s/4V2cv//////leiQ/yzSI/8s0iP/LNIj/yzSI/8s0iP/PtU1/zCOK/9y4Wz/LNIj/yzS + I/8s0iP/LNIj/yzSI/8s0iP/LNIj/yzSI/8s0iP/LNIj/yzSI/8s0iP/LNIj/yzSI8wAAAAAAAAAAAAA + AACH5YH/LNIj/yzSI/8s0iP/LNIj/yzSI/8s0iP/LNIj/yzSI/8s0iP/Rdc9/4Liff8igB3/h+WB/0zY + RP//////ysrK/6Ojo/+kpKT/o6Oj/6Ojo/+ioqL/pKSk/6SkpP+kpKT/pKSk/6SkpP+kpKT/oqKi/7+9 + vf+Xz+D/E42y/xqRtf8akbX/GpG1/xqRtf8akbX/GpG1/xqRtf8akbX/Eo2y/9zu8//+/v7/bVpW/1tH + Qv9QQj//cWRg/1tGQf8/JyH/Pych/z8nIf+nV0L/W0dC/39RRf+AcGz/Pych/0EpI/96aWX/dmhl/0Ay + L/+HeXb/dWNf/085NP9MNjD/Pych/1tHQv+FdnL/XlBN/zIkIf9yZGH/emll/1xHQv+KfHn/Rzk2//// + //+V6JD/LNIj/yzSI/8s0iP/LNIj/yzSI/8/1jf/TqxJ/2bHYf861TL/LNIj/yzSI/8s0iP/LNIj/yzS + I/8s0iP/LNIj/yzSI/8s0iP/LNIj/yzSI/8s0iP/LNIjhQAAAAAAAAAAAAAAAIflgf8s0iP/LNIj/yzS + I/8s0iP/LNIj/yzSI/8s0iP/LdIk/z7VNf944nP/LYwo/4Phfv9jwV7/QqA8//7+/v//////09PT/6Sk + pP+ioqL/xcXF/+fn5/+ioqL/pKSk/6SkpP+kpKT/pKSk/6SkpP+kpKT/pKOj/42eo/8Uj7T/GpCz/xmR + tf8akbX/GpG1/xqRtf8akbX/GpG1/w+Lsf+73+n//////1JHRP+Cc2//g3Vy/zUoJP96aWX/QSkj/z8n + If8/JyH/Pych/6dXQv9RPDb/o3Vp/2tdWv9LNS//Tzk0/3JlYf9TRkL/emll/0s0Lv8/JyH/Pych/z8n + If8/JyH/Pych/0AoIv9bR0L/hXZy/2haV/80JiP/Z1pW/5GEgP9fUk7/6urq/5vplv8s0iP/LNIj/yzS + I/8s0iP/LNIj/zrVMv9iwl3/SahE/z/WN/8s0iP/LNIj/yzSI/8s0iP/LNIj/yzSI/8s0iP/LNIj/yzS + I/8s0iP/LNIj/yzSI/8s0iM3AAAAAAAAAAAAAAAAh+WB/yzSI/8s0iP/LNIj/yzSI/861TL/PtU1/2fe + Yf924HD/WLZT/yeFIv8behb/Kogl/2jHY/+H5YH/l+iT/9f11v/+/v7/3d3d/76+vv/8/Pz//v7+//Ly + 8v+mpqb/pKSk/6SkpP+kpKT/pKSk/6SkpP+kpKP/pKOk/56io/8ckLP/GZCz/xmRtf8akbX/GpG1/xqR + tf8TjbL/ms/e//7+/v/g3dz/PjAt/5GEgP8yJCH/h3l2/0UuKP8/JyH/Pych/z8nIf8/JyH/rGJO/1M9 + OP/Aj4L/QzYy/2lXUv95amb/Rjg1/3VjX/8/JyH/Pych/z8nIf8/JyH/Pych/z8nIf8/JyH/Pych/z8n + If9AKCL/W0ZB/4BwbP9tYFz/PS8s/1pMSf+zs7P/vPC4/zjUL/8s0iP/LNIj/yzSI/8s0iP/LNIj/2rY + ZP8piCT/S9hD/yzSI/8s0iP/LNIj/yzSI/8s0iP/LNIj/yzSI/8s0iP/LNIj/yzSI/8s0iP/LNIj/gAA + AAAAAAAAAAAAAAAAAACH5YH/LNIj/z/WNv9n3mH/cuFs/1u8Vv8/nTr/N5Yy/0upRf9Zw1P/c+Ft/2vZ + Zf9gwVv/SKdD/yiGI/8+nDn/aMhj/+P54v/+/v7//f39//7+/v/C8b///v7+//X19f+pqan/pKSk/6Sk + pP+kpKT/pKSk/6SkpP+kpKT/oqOk/6aiof8mkbD/GI+0/xmQtf8akbX/Fo+z/3i+1P/+/v7/3NjW/1E7 + Nv9bTkr/WkxJ/1lLSP9eTkn/XlBN/2teWv9CLyv/OCYh/zknI/+UZ1v/VkhF/8eUhv8sHxv/kYSA/zgq + J/+AcGz/Pych/z8nIf8/JyH/Pych/z8nIf8/JyH/Pych/z8nIf8/JyH/Pych/z8nIf8/JyH/SDIs/11I + Q/+IeXX/gXNw/62trf9sm2n/fd14/2feYf851DD/LNIj/yzSI/8s0iP/Z95h/yOBHv954nT/LdIk/yzS + I/8s0iP/LNIj/yzSI/8s0iP/LNIj/yzSI/8s0iP/LNIj/yzSI/4s0iOmAAAAAAAAAAAAAAAAAAAAAJTo + j9861TL+TKpH/zSSL/8/nTr/W7xW/2/eaf9n3mH/P9Y2/y3SJP8s0iP/LNIj/zrVMv9L2EP/dOFu/2DK + Wv9Fo0D/IoAd/7LesP+78Ln/bN9m/5XokP/+/v7///////T09P+srKz/o6Oj/6SkpP+kpKT/pKSk/6Sk + pP+kpKT/o6Ok/6ifnP80j6z/F5C1/xmQtP9Xrsj//v7+/9zY1v8/JyH/Qywm/2xdWv8jFhL/V0lG/0Yz + Lv8/JyH/Pych/z8nIf8/JyH/Pych/72Bcv92ZmL/iFtP/05APf9VSET/cGJf/1tGQf8/JyH/Pych/z8n + If8/JyH/Pych/z8nIf8/JyH/Pych/0AoIv9bR0L/gXFt/3BgXP9bTUr/SDo3/0g6N/9LPTr/wcHB/5fG + lP86mTX/NpUx/3LSbP9n3mH/OdQw/yzSI/8+1Tb/WLdT/2LAXf9A1jj/LNIj/yzSI/8s0iP/LNIj/yzS + I/8s0iP/LNIj/yzSI/8s0iP/LNIj/yzSIz8AAAAAAAAAAAAAAAAAAAAAt++0nzXULf9r2GX/dOFu/0vY + Q/861TL/LNIj/yzSI/8s0iP/LNIj/yzSI/8s0iP/LNIj/yzSI/8s0iP/LdIk/0vYQ/934HH/TatI/yGA + HP9ry2b/su6v///////b19b//v7+//Dw8P+tra3/o6Oj/6SkpP+kpKT/pKSk/6SkpP+kpKT/o6Ok/6uh + n/9Olav/NZ6+///////Uz87/Pych/z8nIf91Y1//TUA8/25hXf90Y17/Pych/z8nIf8/JyH/Pych/z8n + If8/JyH/p1dC/z8nIf+vZlP/STw4/zYoJf94Z2P/QSkj/z8nIf8/JyH/Pych/z8nIf8/JyH/Pych/0o0 + Lv91Y1//bl9b/1BCP/9CNTH/V0lG/2laVv9/b2v/dWNf/085NP//////numZ/2feYf9v2Wr/RKI//zGP + LP9pyWT/Z95h/zvVM/9w22r/MY8s/0vYQ/8s0iP/LNIj/yzSI/8s0iP/LNIj/yzSI/8s0iP/LNIj/yzS + I/8s0iPzAAAAAAAAAAAAAAAAAAAAAAAAAAD///9cLNIj/yzSI/8s0iP/LNIj/yzSI/8s0iP/LNIj/yzS + I/8s0iP/LNIj/yzSI/8s0iP/LNIj/yzSI/8s0iP/LNIj/y3SJP9L2EP/gN97/zWTMP95qXb//v7+/1ZB + O//c2Nb//v7+//Ly8v+zs7P/oqKi/6SkpP+kpKT/pKSk/6SkpP+kpKT/oqOi/7Svrv/n6Oj//////87I + xv+lmpf/VkE7/3ttav84Kif/emll/z8nIf8/JyH/Pych/z8nIf8/JyH/Pych/z8nIf+nV0L/Pych/6dY + Q/+FdnL/LSAc/3NiXf8/JyH/Pych/z8nIf8/JyH/Pych/z8nIf91Y1//fW9r/zwuK/9URkP/gXJu/3Vj + X/9QOjX/QCgi/z8nIf8/JyH/Pych//////+V6JD/LNIj/y3SJP9L2EP/eOFy/0imQv8siyf/ZMRf/4Lk + fP8zki7/dd5v/y3SJP8s0iP/LNIj/yzSI/8s0iP/LNIj/yzSI/8s0iP/LNIj/yzSI4EAAAAAAAAAAAAA + AAAAAAAAAAAAAP///zws0iONLNIj/yzSI/8s0iP/LNIj/yzSI/8s0iP/LNIj/yzSI/8s0iP/LNIj/yzS + I/8s0iP/LNIj/yzSI/8s0iP/LNIj/yzSI/851DD/bd9n/6TUov+ZmZn/h3l1/1VAO//SqqD///////n5 + +f+8vLz/oqKi/6SkpP+kpKT/pKSk/6SkpP+kpKT/pKSk/6ioqP/Kysr/+Pj4//7+/v//////0c7N/6KX + lf9KNC7/Pych/z8nIf8/JyH/Pych/z8nIf8/JyH/Pych/6dXQv8/JyH/p1dC/1tHQv89Lyz/d2dj/z8n + If8/JyH/Pych/z8nIf8/JyH/emll/2VXVP8+MC3/kYN//1tHQv9AKCL/Pych/z8nIf8/JyH/Pych/z8n + If8/JyH//////5XokP8s0iP/LNIj/yzSI/8t0iT/S9hD/3bhcP9NrEj/JoUh/1KxTf9OrEj/UNlI/y3S + JP8s0iP/LNIj/yzSI/8s0iP/LNIj/yzSI/8s0iP/LNIjCAAAAAAAAAAAAAAAAAAAAAAAAAAA////GyzS + IxAs0iP/LNIj/yzSI/8s0iP/LNIj/yzSI/8s0iP/LNIj/yzSI/8s0iP/LNIj/yzSI/8s0iP/LNIj/yzS + I/8s0iP/LNIj/yzSI/8u0iX/pOug//j4+P8nGhb/gnRx/7FrWP9gTUj//v7+//z8/P/FxcX/oqKi/6Sk + pP+kpKT/pKSk/6SkpP+kpKT/pKSk/6Ojo/+hoaH/wcHB/+Hh4f////////////////////////////// + ////////pJmW/z8nIf8/JyH/p1dC/z8nIf+nV0L/UTs2/2RXU/9mWFX/TDYw/z8nIf8/JyH/Pych/3pp + Zf9dT0z/V0lG/3ppZf9KNC7/Pych/z8nIf8/JyH/Pych/z8nIf8/JyH/Pych/z8nIf//////leiQ/yzS + I/8s0iP/LNIj/zrVMv9K2EL/duFw/3vZdv9dvFj/IYAc/yKBHf9bulb/eeJ0/0vYQ/8t0iT/LNIj/yzS + I/8s0iP/LNIj/izSI6MAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAD///8PAAAAACzSI6gs0iP+LNIj/yzS + I/8s0iP/LNIj/yzSI/8s0iP/LNIj/yzSI/8s0iP/LNIj/yzSI/8s0iP/LNIj/yzSI/8s0iP/LNIj/yzS + I/+V6JD//v7+/46AfP8lFxT/wpOH/3lQRv+2dGP//v7+//7+/v/c3Nz/pKSk/6SkpP+kpKT/pKSk/6Sk + pP+kpKT/pKSk/6SkpP+jo6P/oaGh/6mpqf+vr6//r6+v/7a2tv+3t7f/2NjY//z8/P/SqqD/p1dC/2c5 + Lf+nV0L/Pych/6dXQv9AKCL/gnNv/0EzMP9bR0L/Pych/z8nIf91Y1//Y1VS/1xPS/96aWX/Pych/z8n + If8/JyH/Pych/z8nIf8/JyH/Pych/z8nIf8/JyH/Pych//////+V6JD/LdIk/z/WNv9n3mH/cdJs/0Wj + P/8riSb/S6lF/2jSYv9l3l//Zd5e/2TEX/8mhCH/T61K/3jhcv871TP/LNIj/yzSI/8s0iP/LNIjFgAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAP///wwAAAAALNIjEyzSI/8s0iP/LNIj/yzSI/8s0iP/LNIj/yzS + I/8s0iP/LNIj/yzSI/8s0iP/LNIj/yzSI/8s0iP/LNIj/yzSI/8s0iP/LNIj/5XokP//////VkE7/4l7 + eP9eMSX/joB9/0o0Lv9nVFD/1M/O//7+/v/z8/P/qqqq/6SkpP+kpKT/pKSk/6SkpP+kpKT/pKSk/6Sk + pP+kpKT/pKSk/6SkpP+jo6P/paWl/+fn5//+/v7/49/e/52Rjv9/b2v/dWNf/65lUv9MNjD/p1dC/z8n + If91Y1//LSAc/4Fxbf8/JyH/VkE7/3hqZ/9IOzf/emll/z8nIf8/JyH/Pych/z8nIf8/JyH/Pych/z8n + If8/JyH/Pych/z8nIf8/JyH//v7+/7Lur/914HD/SahE/y2LKP9XtVL/dN5u/2feYf8/1jb/LdIk/yzS + I/8s0iP/OdQw/2feYf9szGb/YL9b/0DWOP8s0iP/LNIj/yzSI6EAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAA////DAAAAAAAAAAALNIjkizSI/8s0iP/LNIj/yzSI/8s0iP/LNIj/yzSI/8s0iP/LNIj/yzS + I/8s0iP/LNIj/yzSI/8s0iP/LNIj/yzSI/8s0iP/leiQ//////8/JyH/W0dC/6h6bv84Kif/dWNf/z8n + If8/JyH/npKP//7+/v/+/v7/srKy/6Kiov+kpKT/pKSk/6SkpP+kpKT/pKSk/6SkpP+kpKT/oKCg/8fH + x//5+fn//////6Sdm/9XSUb/V0lG/0Q2M/8tIBz/iVtP/4p8ef+/hnf/SjQu/043Mv9TRUL/a1xY/0Ir + Jf+FdnL/MiQh/4V2cv8/JyH/Pych/z8nIf8/JyH/Pych/z8nIf8/JyH/Pych/z8nIf8/JyH/SzUv/3Vj + X//t7e3/bZxq/0OiPv942HP/Z95h/z7VNv8t0iT/LNIj/yzSI/8s0iP/LNIj/yzSI/8s0iP/LNIj/zrV + Mv9A1jj/MNIn/yzSI/8s0iP/LNIjDAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAD///8KAAAAAAAA + AAAs0iMFLNIj+izSI/8s0iP/LNIj/yzSI/8s0iP/LNIj/yzSI/8s0iP/LNIj/yzSI/8s0iP/LNIj/yzS + I/8s0iP/LNIj/yzSI/+V6JD//////z8nIf9BKSP/mXdv/3NFOf+pe27/sWtY/6dXQv+nV0L/tnRj//7+ + /v//////0NDQ/6Wlpf+kpKT/pKSk/6SkpP+kpKT/o6Oj/6ioqP/l5eX//v7+//Lm4//Mn5P/rmVS/69m + U/+vZlP/tHBe/8WQgv+XenP/QzUy/39SRv+Rg3//aVZR/4V3dP9WSUX/blxX/1pMSf9nWVb/VkE7/z8n + If8/JyH/Pych/z8nIf8/JyH/Pych/z8nIf8/JyH/QSkj/085NP98bWn/Oi0p/8rKyv+78Lj/S9hD/zrV + Mv8s0iP/LNIj/yzSI/8s0iP/LNIj/yzSI/8s0iP/LNIj/yzSI/8s0iP/LNIj/yzSI/8s0iP/LNIj/yzS + I38AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAP///wQAAAAAAAAAAAAAAAAs0iNjLNIj/yzS + I/8s0iP/LNIj/yzSI/8s0iP/LNIj/yzSI/8s0iP/LNIj/yzSI/8s0iP/LNIj/yzSI/8s0iP/LNIj/5Xo + kP//////Pych/z8nIf9KNC7/hXd0/yQXE/+AcGz/Pych/z8nIf8/JyH/Z1RQ/9TPzv/+/v7/9fX1/7m5 + uf+kpKT/pKSk/6CgoP/IyMj/+Pj4///////e2dj/Pych/z8nIf8/JyH/Pych/z8nIf8/JyH/Pych/0s0 + Lv91Y1//u42B/zYpJf9vYl7/kYSA/zEjIP+RhID/KRsX/4BwbP8/JyH/Pych/z8nIf8/JyH/Pych/z8n + If8/JyH/Pych/z8nIf96aWX/YVRQ/z4wLP99bWn//////5XokP8s0iP/LNIj/yzSI/8s0iP/LNIj/yzS + I/8s0iP/LNIj/yzSI/8s0iP/LNIj/yzSI/8s0iP/LNIj/yzSI/4s0iPuAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAA////AQAAAAAAAAAAAAAAAAAAAAAs0iPKLNIj/izSI/8s0iP/LNIj/yzS + I/8s0iP/LNIj/yzSI/8s0iP/LNIj/yzSI/8s0iP/LNIj/yzSI/8s0iP/leiQ//////8/JyH/Pych/z8n + If91Y1//RDYz/25gXf9KNC7/Pych/z8nIf8/JyH/Pych/56Sj//+/v7//v7+//Ly8v++vr7/4eHh//7+ + /v/+/v7/YU1J/z8nIf8/JyH/Pych/z8nIf8/JyH/Pych/z8nIf8/JyH/Pych/z8nIf+xa1j/hXZy/1VH + Q/9RRED/Sjw5/00/PP9eUE3/W0dC/z8nIf8/JyH/Pych/z8nIf8/JyH/Pych/z8nIf9WQTv/hXZy/0I1 + Mf9iVFH/dWNf/z8nIf//////leiQ/yzSI/8s0iP/LNIj/yzSI/8s0iP/LNIj/yzSI/8s0iP/LNIj/yzS + I/8s0iP/LNIj/yzSI/8s0iP/LNIj/yzSIzEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAD///8AAAAAAAAAAAAAAAAAAAAAACzSIw0s0iP9LNIj/izSI/8s0iP/LNIj/yzSI/8s0iP/LNIj/yzS + I/8s0iP/LNIj/yzSI/8s0iP/LNIj/yzSI/+V6JD//////z8nIf8/JyH/Pych/0o0Lv+CdHH/QjQx/3Vj + X/8/JyH/Pych/z8nIf8/JyH/Pych/3VjX/+fmJb//v7+////////////29fW/z8nIf8/JyH/Pych/z8n + If8/JyH/Pych/z8nIf8/JyH/Pych/z8nIf8/JyH/Pych/6FUQP8/JyH/emll/2hbV/8sHxv/IxYS/3hp + Zf9AKCL/Pych/z8nIf8/JyH/Pych/z8nIf8/JyH/VkE7/5CCf/8xIyD/cmRh/3VjX/8/JyH/Pych//// + //+V6JD/LNIj/yzSI/8s0iP/LNIj/yzSI/8s0iP/LNIj/yzSI/8s0iP/LNIj/yzSI/8s0iP/LNIj/yzS + I/8s0iOOAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAP///wAAAAAAAAAAAAAA + AAAAAAAAAAAAACzSI1Qs0iP/LNIj/yzSI/8s0iP/LNIj/yzSI/8s0iP/LNIj/yzSI/8s0iP/LNIj/yzS + I/8s0iP/LNIj/5XokP//////vGpU/6dXQv+nV0L/p1dC/7+Gd/9tPzP/xI+B/6dXQv+nV0L/p1dC/6dX + Qv+xa1j/s4R4/45hVf+/hnf/p1dC/6dXQv+nV0L/p1dC/6dXQv+nV0L/p1dC/6dXQv+nV0L/p1dC/6dX + Qv+nV0L/p1dC/6dXQv+nV0L/oFRA/69aRP8/JyH/emll/2tdWv8lFxT/f29r/z8nIf8/JyH/Pych/z8n + If8/JyH/Pych/0s0Lv+Rg3//MCIf/3psaf9WQTv/Pych/z8nIf8/JyH//////5XokP8s0iP/LNIj/yzS + I/8s0iP/LNIj/yzSI/8s0iP/LNIj/yzSI/8s0iP/LNIj/yzSI/8s0iP+LNIj4wAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA////AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACzS + I5Qs0iP/LNIj/yzSI/8s0iP/LNIj/yzSI/8s0iP/LNIj/yzSI/8s0iP/LNIj/yzSI/8s0iP/nOqY//7+ + /v//////1dDP/2lWUf8/JyH/UDo1/1tNSv9sXlv/TDYw/z8nIf8/JyH/QCgi/4V2cv8tIBz/hXZy/z8n + If8/JyH/Pych/z8nIf8/JyH/Pych/z8nIf8/JyH/Pych/z8nIf8/JyH/Pych/z8nIf8/JyH/Pych/z8n + If8/JyH/Pych/65aRP+uWkT/emll/z4wLf99bWn/Pych/z8nIf8/JyH/Pych/z8nIf9BKSP/emll/z4w + Lf90ZmL/VkE7/z8nIf8/JyH/Pych/z8nIf//////leiQ/yzSI/8s0iP/LNIj/yzSI/8s0iP/LNIj/yzS + I/8s0iP/LNIj/yzSI/8s0iP/LNIj/izSI/0s0iMRAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAD///8AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACzSI9Qs0iP+LNIj/yzS + I/8s0iP/LNIj/yzSI/8s0iP/LNIj/yzSI/8s0iP/LNIj/yzSI/8s0iP/leiQ///////+/v7//////9XQ + z/9qV1L/fW5q/1BDP/9ROzX/Pych/z8nIf9bR0L/WEpH/3JkYf9VQDv/Pych/z8nIf8/JyH/Pych/z8n + If8/JyH/Pych/z8nIf8/JyH/Pych/z8nIf8/JyH/Pych/z8nIf8/JyH/Pych/z8nIf8/JyH/Pych/z8n + If+1aFT/nm9i/2haV/9MNjD/Pych/z8nIf8/JyH/Pych/1tHQv9iVFH/X1FO/3VjX/8/JyH/Pych/z8n + If8/JyH/Pych//////+V6JD/LNIj/yzSI/8s0iP/LNIj/yzSI/8s0iP/LNIj/yzSI/8s0iP/LNIj/yzS + I/8s0iP/LNIjPwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAP// + /wAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAALNIjBSzSI+0s0iP+LNIj/yzSI/8s0iP/LNIj/yzS + I/8s0iP/LNIj/yzSI/8s0iP/LNIj/yzSI/8s0iP/LNIj/5XokP///////v7+///////l4+H/RDYz/1tH + Qv8/JyH/SjQu/4d5dv86LSn/dWNf/z8nIf8/JyH/Pych/z8nIf8/JyH/Pych/0AoIv9RPDb/UTs1/1E7 + Nf9ROzX/UTs1/1E7Nf9RPDb/QCgi/z8nIf8/JyH/Pych/z8nIf8/JyH/Pych/0AoIv9/cGz/iVlN/4FZ + Tf8/JyH/Pych/z8nIf9KNC7/iHp2/zUoJP96aWX/Pych/z8nIf8/JyH/Pych/z8nIf8/JyH//////5Xo + kP8s0iP/LNIj/yzSI/8s0iP/LNIj/yzSI/8s0iP/LNIj/yzSI/8s0iP/LNIj/yzSI28AAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA////AQAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAALNIjECzSI/Ys0iP+LNIj/yzSI/8s0iP/LNIj/yzSI/8s0iP/LNIj/yzS + I/8s0iP/LNIj/yzSI/8s0iP/LNIj/yzSI/+V6JD///////////+ysrL/wLi2/z8nIf96aWX/Nyom/46B + ff9KNC7/Pych/z8nIf9AKCL/UTw2/1tHQv+BcW3/cmJf/2BST/9TRkL/Rzk2/0I1Mf9ENjP/UkRB/2FT + UP94aWX/dWNf/1A6Nf9AKCL/Pych/z8nIf8/JyH/Pych/3VjX/80JyP/nn92/6dXQv9sPC//QSkj/3pp + Zf8tHxz/jX98/0o0Lv8/JyH/Pych/z8nIf8/JyH/Pych/z8nIf//////leiQ/yzSI/8s0iP/LNIj/yzS + I/8s0iP/LNIj/yzSI/8s0iP/LNIj/yzSI/8s0iOJAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAD///8LAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAALNIjFizSI/ks0iP+LNIj/yzSI/8s0iP/LNIj/yzSI/8s0iP/LNIj/yzSI/8s0iP/LNIj/yzS + I/8s0iP/LNIj/yzSI/9Y21H/1PXS/729vf/6+vr//v7+/6Wfnf9dT0z/WkZB/z8nIf9QOjX/dWNf/3hp + Zf9VSET/Nykm/0w/O/9hVFD/cGFd/3lpZf99bWn/fm5q/3xsaP92ZmL/c2Vh/1RGQ/8yJCH/VklF/4V2 + cv9bR0L/TDYw/z8nIf8/JyH/UDo1/1NFQv9vYFz/QCgi/2w8L/+6cl//ZFdT/2RXU/9bR0L/Pych/z8n + If8/JyH/Pych/z8nIf8/JyH/Pych//////+V6JD/LNIj/yzSI/8s0iP/LNIj/yzSI/8s0iP/LNIj/yzS + I/8s0iP/LNIjlQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAP///xQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAALNIjFyzS + I/cs0iP+LNIj/yzSI/8s0iP/LNIj/yzSI/8s0iP/LNIj/yzSI/8s0iP/LNIj/yzSI/8s0iP/LNIj/yzS + I/871TP/ZbRh/8/ozf/9/f3/nZ2d/+Xi4f+BcWz/hXZy/1dJRv80JyP/WkxJ/3RlYf+BcW3/W0dC/1E8 + Nv9AKCL/Pych/z8nIf8/JyH/Pych/z8nIf9MNjD/Tzk0/3VjX/96bGn/RTcz/0o8Of+Rg3//W0dC/0Ir + Jf9AKCL/Z1hU/1lLSP9QOjX/QCgi/4V1cv9lNSn/y5aI/0AoIv8/JyH/Pych/z8nIf8/JyH/Pych/z8n + If8/JyH//////5XokP8s0iP/LNIj/yzSI/8s0iP/LNIj/yzSI/8s0iP/LNIj/yzSI5QAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA////FgAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAALNIjEyzSI/Es0iP+LNIj/yzS + I/8s0iP/LNIj/yzSI/8s0iP/LNIj/yzSI/8s0iP/LNIj/yzSI/8s0iP/LNIj/yzSI/8lqh7/b9Jq/1ak + Uv/w8PD/8/Pz/7CwsP+XlJT/jYJ//4BwbP9bR0L/QCgi/z8nIf8/JyH/Pych/z8nIf8/JyH/Pych/z8n + If8/JyH/Pych/z8nIf8/JyH/Pych/0s0Lv91Y1//gXNw/0AzL/9eUU3/YExH/0kyLf9/b2v/PTAs/3Vj + X/9aRUD/WEpH/2xeW/9bRkH/rlpE/65aRP8/JyH/Pych/z8nIf8/JyH/Pych/z8nIf//////leiQ/yzS + I/8s0iP/LNIj/yzSI/8s0iP/LNIj/yzSI/8s0iOGAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAD///8WAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAALNIjCizSI+Ms0iP/LNIj/yzSI/8s0iP/LNIj/yzS + I/8s0iP/LNIj/yzSI/8s0iP/LNIj/yzSI/8s0iP/LNIj/0G0O/9Usk//NJMv/zmYNP9wn23/7+/v//7+ + /v/+/v7/1dDP/2hVUP8/JyH/Pych/z8nIf8/JyH/Pych/z8nIf8/JyH/Pych/z8nIf8/JyH/Pych/z8n + If8/JyH/Pych/z8nIf9KNC7/dWNf/2VWUv86LSn/iXx4/3JhXf9HOTb/fGxo/3xsaP8jFhL/hXZy/0Ao + Iv8/JyH/Pych/65aRP9sPC//Pych/z8nIf8/JyH/Pych//////+V6JD/LNIj/yzSI/8s0iP/LNIj/yzS + I/4s0iP/LNIjawAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAP///xYAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAACzSI6ws0iP/LNIj/yzSI/8s0iP/LNIj/yzSI/8s0iP/LNIj/yzS + I/8s0iP/LNIj/yzSI/8t0iT/ULpK/xl3E/8lgx//bc1n/2feYf851DD/leiQ///////+/v7//////5+T + kP8/JyH/Pych/z8nIf8/JyH/Pych/z8nIf8/JyH/Pych/z8nIf8/JyH/Pych/z8nIf8/JyH/Pych/z8n + If8/JyH/STIt/4p9ef82KSX/fnBs/2VXU/9iVFD/ZVdT/1RGQ/9bR0L/Pych/z8nIf8/JyH/Pych/2w7 + L/+nV0L/bDwv/z8nIf8/JyH//////5XokP8s0iP/LNIj/yzSI/8s0iP+LNIj+yzSIzgAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAA////FgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAACzSI3Es0iP/LNIj/izSI/8s0iP/LNIj/yzSI/8s0iP/LNIj/yzSI/8s0iP/LNIj/0vY + Q/9WtVH/Ppw5/3nidP9F1z3/LNIj/yzSI/8s0iP/LNIj/9j21v////////////////+fk5D/Pych/z8n + If8/JyH/Pych/z8nIf8/JyH/Pych/z8nIf8/JyH/Pych/z8nIf8/JyH/Pych/z8nIf8/JyH/VkE7/4Fx + bf8/MC3/b2Bc/0k7OP82KCX/gHBt/0AoIv8/JyH/Pych/z8nIf8/JyH/Pych/z8nIf9sPC//p1dC/2w7 + L///////leiQ/yzSI/8s0iP/LNIj/yzSI90s0iMPAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAD///8WAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACzS + IyIs0iPsLNIj/yzSI/8s0iP/LNIj/yzSI/8s0iP/LNIj/yzSI/851DD/heSA/yB/G/954nT/LNIj/yzS + I/8s0iP/LNIj/yzSI/8s0iP/LNIj/1nbUv/Q9c7/////////////////mIuI/5+TkP+fk5D/n5OQ/5+T + kP+fk5D/n5OQ/5+TkP+fk5D/n5OQ/5+TkP+fk5D/n5OQ/5+TkP+fk5D/n5OQ/5+TkP+DfHr/aGFf/2li + YP+6sa//n5OQ/5+TkP+fk5D/n5OQ/5+TkP+fk5D/n5OQ/5+TkP+fk5D/tId8//////+V6JD/LNIj/izS + I/8s0iOJAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAP///xYAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAs0iOMLNIj/yzS + I/4s0iP/LNIj/yzSI/8s0iP/LNIj/2feYf9Anjv/ZMRf/0XXPf8s0iP/LNIj/yzSI/8s0iP/LNIj/yzS + I/8s0iP/LNIj/yzSI/9Z21L/0PXO//////////////////////////////////////////////////// + //////////////////////////////////////////////////+8vLz/wcHB//////////////////// + /////////////////////////////////////////////5vpl/8s0iPqLNIjLAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAA////FgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAs0iMjLNIj1SzSI/8s0iP+LNIj/yzS + I/851DD/d9hy/zCOK/9n3mH/LNIj/yzSI/8s0iP/LNIj/yzSI/8s0iP/LNIj/yzSI/8s0iP/LNIj/yzS + I/8s0iP/LNIj/yzSI/8s0iP/LNIj/yzSI/8s0iP/LNIj/yzSI/8s0iP/LNIj/yzSI/8s0iP/LNIj/yzS + I/8s0iP/LNIj/yzSI/8s0iP/LNIj/2rUZP9KqUX/P9Y3/yzSI/8s0iP/LNIj/yzSI/8s0iP/LNIj/yzS + I/8s0iP/LNIj/yzSI/8s0iP/LNIjfQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAD///8WAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAALNIjVizSI/Is0iP/LNIj/2feYf8nhSL/fN13/znU + MP8s0iP/LNIj/yzSI/8s0iP/LNIj/yzSI/8s0iP/LNIj/yzSI/8s0iP/LNIj/yzSI/8s0iP/LNIj/yzS + I/8s0iP/LNIj/yzSI/8s0iP/LNIj/yzSI/8s0iP/LNIj/yzSI/8s0iP/LNIj/yzSI/8s0iP/LNIj/yzS + I/8s0iP/dOFu/zmYNP9L2EP/LNIj/yzSI/8s0iP/LNIj/yzSI/8s0iP/LNIj/yzSI/4s0iP/LNIjpizS + IwwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAP///xYAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAACzSI2os0iPzTLpG/1KwTf5n3mH/LNIj/yzSI/8s0iP/LNIj/yzS + I/8s0iP/LNIj/yzSI/8s0iP/LNIj/yzSI/8s0iP/LNIj/yzSI/8s0iP/LNIj/yzSI/8s0iP/LNIj/yzS + I/8s0iP/LNIj/yzSI/8s0iP/LNIj/yzSI/8s0iP/LNIj/yzSI/8s0iP/LNIj/yzSI/9L2EP/SqlF/3Th + bv8s0iP/LNIj/yzSI/8s0iP/LNIj/yzSI/8s0iP/LNIjsizSIx0AAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA////FgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAABs3mZtUNhJ3S7SJf8s0iP+LNIj/yzSI/8s0iP/LNIj/yzSI/8s0iP/LNIj/yzS + I/8s0iP/LNIj/yzSI/8s0iP/LNIj/yzSI/8s0iP/LNIj/yzSI/8s0iP/LNIj/yzSI/8s0iP/LNIj/yzS + I/8s0iP/LNIj/yzSI/8s0iP/LNIj/yzSI/8s0iP/LNIj/zvVM/9qzmX/WdRT/yzSI/8s0iP/LNIj/izS + I/8s0iP/LNIjlyzSIxcAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAD///8WAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAALNIjLCzSI54s0iP+LNIj/yzSI/4s0iP/LNIj/yzSI/8s0iP/LNIj/yzSI/8s0iP/LNIj/yzS + I/8s0iP/LNIj/yzSI/8s0iP/LNIj/yzSI/8s0iP/LNIj/yzSI/8s0iP/LNIj/yzSI/8s0iP/LNIj/yzS + I/8s0iP/LNIj/yzSI/8s0iP/LNIj/yzSI/8s0iP/LNIj/yzSI/8s0iPSLNIjZgAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAP// + /xYAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAs0iNHLNIjpizSI/os0iP/LNIj/yzSI/8s0iP/LNIj/yzSI/8s0iP/LNIj/yzSI/8s0iP/LNIj/yzS + I/8s0iP/LNIj/yzSI/8s0iP/LNIj/yzSI/8s0iP/LNIj/yzSI/8s0iP/LNIj/yzSI/8s0iP/LNIj/yzS + I/4s0iP/LNIj/yzSI88s0iN3LNIjGAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA////FwAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACzS + Iyos0iNzLNIjtyzSI/Us0iP/LNIj/yzSI/8s0iP+LNIj/yzSI/8s0iP/LNIj/yzSI/8s0iP/LNIj/yzS + I/8s0iP/LNIj/yzSI/8s0iP/LNIj/yzSI/8s0iP/LNIj/yzSI/8s0iPWLNIjlyzSI04s0iMDAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACzS + Iw4s0iNALNIjbCzSI5Qs0iO1LNIj0izSI+gs0iP6LNIj/yzSI/8s0iP/LNIj/yzSI/8s0iPyLNIj3izS + I8Qs0iOlLNIjgSzSI1Ys0iMoAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAP////////////////gAAAD//////4AA///////4AAAA//////AA + AAf/////+AAAAP////8AAAAA//////gAAAD////4AAAAAB/////4AAAA////4AAAAAAD////+AAAAP// + /4AAAAAAAP////gAAAD///gAAAAAAAA////4AAAA///4AAAAAAAAH///+AAAAP//4AAAAAAAAAf///gA + AAD//8AAAAAAAAAB///4AAAA//+AAAAAAAAAAP//+AAAAP/+AAAAAAAAAAB///gAAAD//AAAAAAAAAAA + P//4AAAA//gAAAAAAAAAAA//+AAAAP/wAAAAAAAAAAAH//gAAAD/4AAAAAAAAAAAA//4AAAA/8AAAAAA + AAAAAAH/+AAAAP+AAAAAAAAAAAAB//gAAAD/AAAAAAAAAAAAAP/4AAAA/gAAAAAAAAAAAAB/+AAAAP4A + AAAAAAAAAAAAP/gAAAD8AAAAAAAAAAAAAB/4AAAA+AAAAAAAAAAAAAAf+AAAAPgAAAAAAAAAAAAAD/gA + AADwAAAAAAAAAAAAAA/4AAAA4AAAAAAAAAAAAAAH+AAAAOAAAAAAAAAAAAAAA/gAAADAAAAAAAAAAAAA + AAP4AAAAwAAAAAAAAAAAAAAB+AAAAIAAAAAAAAAAAAAAAfgAAACAAAAAAAAAAAAAAAD4AAAAAAAAAAAA + AAAAAAAA+AAAAAAAAAAAAAAAAAAAAPgAAAAAAAAAAAAAAAAAAAB4AAAAAAAAAAAAAAAAAAAAeAAAAAAA + AAAAAAAAAAAAAHgAAAAAAAAAAAAAAAAAAAA4AAAAAAAAAAAAAAAAAAAAOAAAAAAAAAAAAAAAAAAAADgA + AAAAAAAAAAAAAAAAAAA4AAAAAAAAAAAAAAAAAAAAOAAAAAAAAAAAAAAAAAAAABgAAAAAAAAAAAAAAAAA + AAAYAAAAAAAAAAAAAAAAAAAAGAAAAAAAAAAAAAAAAAAAABgAAAAAAAAAAAAAAAAAAAAYAAAAAAAAAAAA + AAAAAAAAGAAAAAAAAAAAAAAAAAAAABgAAAAAAAAAAAAAAAAAAAAYAAAAAAAAAAAAAAAAAAAAGAAAAAAA + AAAAAAAAAAAAABgAAAAAAAAAAAAAAAAAAAAYAAAAAAAAAAAAAAAAAAAAGAAAAAAAAAAAAAAAAAAAABgA + AAAAAAAAAAAAAAAAAAAYAAAAAAAAAAAAAAAAAAAAOAAAAAAAAAAAAAAAAAAAADgAAAAAAAAAAAAAAAAA + AAA4AAAAAAAAAAAAAAAAAAAAOAAAAAAAAAAAAAAAAAAAADgAAAAAAAAAAAAAAAAAAAB4AAAAAAAAAAAA + AAAAAAAAeAAAAAAAAAAAAAAAAAAAAHgAAAAAAAAAAAAAAAAAAAD4AAAAAAAAAAAAAAAAAAAA+AAAAIAA + AAAAAAAAAAAAAPgAAACAAAAAAAAAAAAAAAH4AAAAwAAAAAAAAAAAAAAB+AAAAMAAAAAAAAAAAAAAA/gA + AADgAAAAAAAAAAAAAAP4AAAA4AAAAAAAAAAAAAAH+AAAAPAAAAAAAAAAAAAAD/gAAAD4AAAAAAAAAAAA + AA/4AAAA+AAAAAAAAAAAAAAf+AAAAPwAAAAAAAAAAAAAH/gAAAD+AAAAAAAAAAAAAD/4AAAA/gAAAAAA + AAAAAAB/+AAAAP8AAAAAAAAAAAAA//gAAAD/gAAAAAAAAAAAAf/4AAAA/8AAAAAAAAAAAAH/+AAAAP/g + AAAAAAAAAAAD//gAAAD/8AAAAAAAAAAAB//4AAAA//gAAAAAAAAAAA//+AAAAP/8AAAAAAAAAAA///gA + AAD//gAAAAAAAAAAf//4AAAA//+AAAAAAAAAAP//+AAAAP//wAAAAAAAAAH///gAAAD//+AAAAAAAAAH + ///4AAAA///4AAAAAAAAH///+AAAAP///gAAAAAAAD////gAAAD///+AAAAAAAD////4AAAA////4AAA + AAAD////+AAAAP////gAAAAAH/////gAAAD/////AAAAAP/////4AAAA//////AAAAf/////+AAAAP// + ////gAD///////gAAAD////////////////4AAAA////////////////+AAAAP////////////////gA + AAA= + + + \ No newline at end of file diff --git a/EduNetworkBuilder/Resources/BellDing.wav b/EduNetworkBuilder/Resources/BellDing.wav new file mode 100644 index 0000000..12e1bbe Binary files /dev/null and b/EduNetworkBuilder/Resources/BellDing.wav differ diff --git a/EduNetworkBuilder/Resources/Copier.png b/EduNetworkBuilder/Resources/Copier.png new file mode 100644 index 0000000..6bccdba Binary files /dev/null and b/EduNetworkBuilder/Resources/Copier.png differ diff --git a/EduNetworkBuilder/Resources/DHCP.enbx b/EduNetworkBuilder/Resources/DHCP.enbx new file mode 100644 index 0000000..a2905ae --- /dev/null +++ b/EduNetworkBuilder/Resources/DHCP.enbx @@ -0,0 +1,609 @@ + + + + + 1024 + 1024 + 162 + + net_switch0 + 100 + 144 + 457,141 + net_switch + False + False + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + gw + + + lo + lo0 + + 144 + 145 + net_switch0 + lo0 + + lo + 145 + False + + lo0 + + 127.0.0.1 + 255.0.0.0 + 0.0.0.0 + ip + + + + + management_interface + management_interface0 + + 144 + 146 + net_switch0 + management_interface0 + + management_interface + 146 + False + + management_interface0 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + + + + port + port1 + + 144 + 147 + net_switch0 + port1 + + port + 147 + False + + port1 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + + + + port + port2 + + 144 + 148 + net_switch0 + port2 + + port + 148 + False + + port2 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + + + + port + port3 + + 144 + 149 + net_switch0 + port3 + + port + 149 + False + + port3 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + + + + port + port4 + + 144 + 150 + net_switch0 + port4 + + port + 150 + False + + port4 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + + + + port + port5 + + 144 + 151 + net_switch0 + port5 + + port + 151 + False + + port5 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + + + + port + port6 + + 144 + 152 + net_switch0 + port6 + + port + 152 + False + + port6 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + + + + port + port7 + + 144 + 153 + net_switch0 + port7 + + port + 153 + False + + port7 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + + + + + pc0 + 100 + 130 + 251,506 + pc + False + False + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + gw + + + lo + lo0 + + 130 + 131 + pc0 + lo0 + + lo + 131 + False + + lo0 + + 127.0.0.1 + 255.0.0.0 + 0.0.0.0 + ip + + + + + eth + eth0 + + 130 + 132 + pc0 + eth0 + + eth + 132 + True + + eth0 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + + + + + pc1 + 100 + 133 + 407,506 + pc + False + False + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + gw + + + lo + lo0 + + 133 + 134 + pc1 + lo0 + + lo + 134 + False + + lo0 + + 127.0.0.1 + 255.0.0.0 + 0.0.0.0 + ip + + + + + eth + eth0 + + 133 + 135 + pc1 + eth0 + + eth + 135 + True + + eth0 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + + + + + pc2 + 100 + 136 + 527,506 + pc + False + False + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + gw + + + lo + lo0 + + 136 + 137 + pc2 + lo0 + + lo + 137 + False + + lo0 + + 127.0.0.1 + 255.0.0.0 + 0.0.0.0 + ip + + + + + eth + eth0 + + 136 + 138 + pc2 + eth0 + + eth + 138 + True + + eth0 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + + + + + pc3 + 100 + 139 + 658,513 + pc + False + False + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + gw + + + lo + lo0 + + 139 + 140 + pc3 + lo0 + + lo + 140 + False + + lo0 + + 127.0.0.1 + 255.0.0.0 + 0.0.0.0 + ip + + + + + eth + eth0 + + 139 + 141 + pc3 + eth0 + + eth + 141 + True + + eth0 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + + + + + server0 + 100 + 154 + 111,151 + server + False + True + + 192.168.1.254 + 255.255.255.0 + 0.0.0.0 + gw + + + lo + lo0 + + 154 + 155 + server0 + lo0 + + lo + 155 + False + + lo0 + + 127.0.0.1 + 255.0.0.0 + 0.0.0.0 + ip + + + + + eth + eth0 + + 154 + 156 + server0 + eth0 + + eth + 156 + False + + eth0 + + 192.168.1.1 + 255.255.255.0 + 0.0.0.0 + ip + + + + + 127.0.0.1 + 0.0.0.0 + 0.0.0.0 + route + + + 192.168.1.1 + 192.168.1.2 + 192.168.1.6 + route + + + + + 154 + 156 + server0 + eth0 + + + 144 + 147 + net_switch0 + port1 + + + 157 + + + + 130 + 132 + pc0 + eth0 + + + 144 + 148 + net_switch0 + port2 + + + 158 + + + + 133 + 135 + pc1 + eth0 + + + 144 + 149 + net_switch0 + port3 + + + 159 + + + + 136 + 138 + pc2 + eth0 + + + 144 + 150 + net_switch0 + port4 + + + 160 + + + + 139 + 141 + pc3 + eth0 + + + 144 + 151 + net_switch0 + port5 + + + 161 + + + \ No newline at end of file diff --git a/EduNetworkBuilder/Resources/Help.rtf b/EduNetworkBuilder/Resources/Help.rtf new file mode 100644 index 0000000..13fc10d --- /dev/null +++ b/EduNetworkBuilder/Resources/Help.rtf @@ -0,0 +1,178 @@ +{\rtf1\ansi\ansicpg1252\deff0\nouicompat\deflang1033{\fonttbl{\f0\fswiss\fprq2\fcharset0 Calibri;}{\f1\fnil\fcharset0 Courier New;}{\f2\fmodern\fprq1\fcharset0 Consolas;}{\f3\fnil\fcharset0 Calibri;}} +{\colortbl ;\red0\green0\blue255;} +{\*\generator Riched20 6.3.9600}\viewkind4\uc1 +\pard\widctlpar\sa200\sl276\slmult1\f0\fs22\lang9 This is a basic help document for EduNetworkBuilder\par +\b Overview\par +\b0 EduNetworkBuilder is meant to represent fairly truthfully how a network functions while removing the complexity of configuration. It focuses on IP addresses, Netmasks, Gateways, and Routes.\par +\b The Items & Terminology\b0\par +The items in this are broken into three main portions. Devices, network cards, and interfaces. This is how Linux does it, and Windows does too, though it is hard to notice it.\par +A device is the physical object. A laptop, desktop, server, etc.\par +Different devices can have multiple network cards. Each card has a MAC (Ethernet) address.\par +Each network card can have multiple IP addresses. This allows you to have one network wire coming into a computer, but have multiple IP-addresses. This adds a little bit of complexity, to it being a "simple" network simulation tool. But it adds a lot of flexibility, as well as being closer to reality.\par +\b Building a network\b0\par +Use the item list on the left to choose an item to add to the network.\par +Click on the link button, then left-click on the starting item and drag to the destination item. Release the button on the destination and a "link" box will appear. Select the network-cards and interfaces that are selected.\par +\b Configuring The Devices\par +\b0 Double-click an item to edit it. You can change the host name, and add network cards and interfaces. You can also set the default gateway and add routes. On servers, you can configure the DHCP service.\par +\b Network Cards\par +\b0 For the most part, you should not need to add extra network cards. But, if you want to, you can. If you press the edit button on a network card, you can choose if the network card is configured statically, or through DHCP.\par +\b Interfaces\b0\par +You change an interface when you are editing a device. If the device has multiple network cards, you need to select the network card you want to change the interface for. The interface initially looks like: "0.0.0.0 - 0.0.0.0" This is the network and subnet. The whole object of the program is to simulate what happens when you have different values here. Or to have someone set up a network and then for you to go in and configure it so it works. Double-click on an interface to set the IP Address and netmask for that interface.\par +\b Default Gateway\b0\par +The default gateway is on a device editing screen at the top-right. Click on the button to set it. If a Network Card is set to use DHCP then any value you put in will be overridden if the device does a DHCP Request.\par +\b ACTIONS\par +\b0 You can right-click a device and do actions on it. Delete, edit, ping from, arp from, dhcp request (if the device is configured to use DHCP), remove links between devices, and a few other things.\par +\b Solving Puzzles\par +\b0 Under the menu-item, "Samples", you will find the puzzles. Opening this window will let you select from a number of puzzles which will help you learn how the program functions and test your knowledge of networking. The puzzles start with a low complexity (level zero is mainly about basic usage of this program) and work their way up. Starting at the beginning is recommended, but you can jump to whatever complexity you want to master.\par +As you try to solve a puzzle, you should see a series of radio-buttons on the upper-right. These are your "help-o-meter." Help of zero, the bottom, does not do anything for you. If you click it up one button, it will color-code the machines that have problems. If you click it onto the third button, it will give you a little more information about the problem when you mouse-over the problematic computer. And the top-most button will basically tell you what you need to do when you mouse-over the problem. Some puzzles, however, are set up to not show you the complete solution, and so you will need to think those out.\par +\b Making Puzzles\par +\b0 EduNetworkBuilder is set up so you can make puzzles to give to others to do. Start by thinking out your problem, what you want to solve and how you want them to solve it. Then, draw your "network." Once all the pieces to the puzzle have been added and configured to your liking, you need to go to "Edit" and "Options."\par +Start by giving the puzzle a good name (title). This shows up at the top of the network window. You can determine if the device names and their IP addresses are displayed by checking the "Display Titles" checkmark.\par +Set the "Message given when network loaded", which explains the puzzle. Make sure to give enough information that they can understand what you want them to do with the puzzle.\par +Finally, double-click in the "tests" box, or right-click to "add" a test. Choose the device that is affected. The source device is the one that will change color to tell you that there is a problem with it. There are many sorts of tests, from needing to ping something, to have an IP-Address which is considered "local" to something else.\par +You can also choose to "lock" things. This keeps others from changing them during the puzzle. For example, locking pc0 NIC 192.168.1.3 will keep people from changing the network card that has the IP address of 192.168.1.3.\par +\b Levels:\par +\b0 Level_0: Program operation.\par +Level_1: Basics: IP Addresses, Netmask, Gateway, Ping, etc.\par +Level_2: Firewalls, VPNs, etc.\par +Level_3: Troubleshooting the basics\par +Level_4: Advanced Subnetting and Routing\par +\b NETWORKING TOPICS:\par +The Basics:\par +\b0 There are four main components to subnetting. The IP Address, the netmask, the default gateway, and static routes.\par +\b The IP Address:\par +\b0 The IP Address is a set of four numbers, connected by periods. Each of the numbers is eight bits long, which means it is a number between 0 and 255. Most IP addresses are reserved for specific people, places, and things. But there are three main sets of "internal" IP addresses that are set aside for use behind firewalls. 10.x.x.x, 192.168.x.x, and 172.16-31.x.x\par +\b The Netmask:\par +\b0 The network mask (or netmask) is a set of numbers that state what is considered "local" and what is considered "remote." Anything that is not considered local is sent to the computer specified by the "default gateway." Anything that is considered local is sent straight out to the local network, destined to the local machine.\par +The netmask usually looks something like 255.255.255.0. In binary, this looks like: \par +11111111.11111111.11111111.00000000\par +Again, each bit can either be 0 or 1, and a byte is 8 bits in length. There are 4 bytes in each IP address, and the same number in each netmask. The 255 number is the highest number that can be represented in one byte. All the bits are set to 1. \par +A netmask can also be expressed by "CIDR" notation. This is a count of how many 1s there are in a row before the first zero. The number above would be expressed as /24.\par +\b The Gateway:\par +\b0 The gateway is a computer on the same subnet as the IP address, where any non-local packets are sent to. The computer compares the destination IP address with the local computer's IP address, using the subnet-mask to determine if it is local or not. If the packet is local, it is sent straight out of the network card to the destination computer. If the packet is not local, it is routed to the default gateway, which sends it on towards the final destination.\par +\b DHCP:\par +\b0 DHCP is a protocol for when a computer does not have a static IP address set up for it. Often when a computer turns on or connects up to the wireless, it needs to have one assigned to it. DHCP is what happens. Basically the client broadcast out a "DHCP" request. The request only goes out to "local" computers (it stops when it hits a router). A DHCP Server will respond (if one exists on the local network) and give the client an IP Address.\b\par +DHCP Server:\par +\b0 (See DHCP above) A DHCP server remembers all the clients that request IP addresses so it issues the same IP address if that particular client asks a second time. It also remembers which IP addresses it has given out so it does not give the same IP address to different computers.\b\par +Ping:\par +\b0 A Ping is a simple packet that is sent from one comput to the other. The computer you send the ping packet to will usually respond. The word "Ping" comes from the concept of a submarine and sonar. Something does a "Ping" and you hear an echo to tell you that the computer is alive. This is usually what it is used for, to determine if a computer is turned on, functional, or to see if the network is properly set up.\b\par +ARP:\par +\b0 ARP stands for "Address Resolution Protocol." Computers on a local network talk to each-other by using the MAC Addresses. These are addresses that are unique to each network card, that look something like: \f1\lang1033 10:08:b1:73:aa:5b\par +\f0\lang9 ARP is what is used when one computer wants to find the MAC address of another computer. It usually sends out a broadcast that says, "who has this IP Address?" And it gets a response back that says something like, "I have that IP and my MAC address is: \f1\lang1033 10:08:b1:73:aa:5b\f0\lang9 "\par +We do not get into it too much on this program, but if a computer does not know the MAC address of the computer it is trying to communicate with, it first sends out an ARP request to find that before it sends out a packet containing the ping or other communication.\par +You can usually run: arp -a\par +from a commandline to see all the MAC addresses that the computer has remembered.\par +\b Unicast Packet:\par +\b0 A Unicast packet is a packet that is going to one specific computer.\b\par +Broadcast Packet:\par +\b0 A broadcast packet is one that is sent out to everything that is considered local to it. Routers, firewalls, and some other devices do not pass broadcasts on.\b\par +Static Routes:\par +\b0 A static route has a network, a subnet mask, and a gateway. The gateway must be local to the computer that is sending out the packet, otherwise the computer cannot figure out how to send the packet. Static routes are used primarily for telling routers, firewalls, and computers how to send packets when the IP addresses and gateways are not obvious.\par +\b Comparing IP addresses:\par +\b0 When a computer wants to compare IP Addresses, it does it by using the subnet mask. A mask hides something. A Halloween mask hides our face; masking tape covers a wall to keep it from being painted on. A subnet mask hides the subnet. For example, an IP address of 192.168.0.50 and netmask of 255.255.255.0 looks like:\par + +\pard\widctlpar\fs24\lang1033 IP:\par +11000000.10101000.00000000.00110010\par +Mask:\par +11111111.11111111.11111111.00000000\par + +\pard\widctlpar\sa200\sl276\slmult1\fs22\lang9 The mask has 24 ones in a row. So it could also be represented as /24. When it is compared, the first thing that happens is the subnet is masked out. In the mask, the final set of numbers are zeroes. The numbers where the mask is a 0 is dropped. The resulting number is: 192.168.0.0. This is called the "Network Address." We do the same thing for both the source and destination IP. Then we compare the Network Address of both of them. If they have the same network address, then they are considered to be on the same network. If they do not have the same network address, they are considered to be on different networks.\par +\b VPNs:\par +\b0 A VPN stands for a "Virtual Private Network." It is used to make a secure connection between computers or networks, usually across the Internet. It is usually used in the context of either someone working from home and wanting to access printers or file-shares off the office network. Or, two different networks wish to be connected (two offices in different states, etc).\b\par +ADVANCED TOPICS:\b0\par +\b Subnetting: \b0 (Based heavily off of LordFlasheart's post, "Subnetting Made Easy" here: {{\field{\*\fldinst{HYPERLINK http://www.techexams.net/forums/ccna-ccent/38772-subnetting-made-easy.html }}{\fldrslt{http://www.techexams.net/forums/ccna-ccent/38772-subnetting-made-easy.html\ul0\cf0}}}}\f0\fs22\par +An IP address is made up of 32 bits, split into 4 octets (octet = 8 bits). Some bits are reserved for identifying the network and the other bits are left to identify the host.\par +Below shows you how, for each class, the address is split in terms of network (N) and host (H) portions.\par +\f2 NNNNNNNN.HHHHHHHH.HHHHHHHH.HHHHHHHH /8\par +NNNNNNNN.NNNNNNNN.HHHHHHHH.HHHHHHHH /16\par +NNNNNNNN.NNNNNNNN.NNNNNNNN.HHHHHHHH /24\par +\f0 There is a boundary at each dot, therefore there are boundaries after bits 8, 16, 24, and 32. This is an important concept to remember. The first move in doing any work with subnets is to figure out which boundary segment you are working within. So you will need to remember the 8, 16, 24, 32.\par +We will either be working with the netmask given in CIDR notation (/24) or in dotted decimal (255.255.255.0). The first thing to do is to determine the block size: how big the subnet is.\par +With CIDR (/24) we do this by first finding the nearest boundary higher than our number. For example, we are using a /20 subnet. The next boundary up is /24. We then subtract our subnet from the boundary. 24 - 20 = 3. There are three bits that make up the size of the subnet. the number of numbers in 3 bits = 2 ^ 3 (two to the power of 3, or 2 * 2 * 2), which is 8. Remember that the first number is lost to the "network address" and the last number is the "broadcast address".\par +It is very simple to determine the block size when using the dotted decimal (255.255.255.0) format. You find the last number that is not 255, and subtract it from 256. For example, if you are doing 255.255.255.240, the last number is 240. 256 - 240 = 16. So the block size is 16. But, what do we do with the block size? Well, the easiest thing to do is to look at a number of examples, and it should make more sense.\par +\b Question: What subnet does 192.168.12.37/29 belong to?\par +\b0 You may wonder where to begin. We always start with determining which boundary we are working with for this address.\par +Our mask is a /29. The next boundary up is 32. So 32 - 29 = 3. Now 2^3 = 8 which gives us our block size i.e. 2 to the power of 3 equals 8. \par +We have borrowed from the last octet as the 29th bit is in the last octet. We start from zero and count up in our block size. Therefore it follows that the subnets are:-\par +\par +192.168.12.0\par +192.168.12.8\par +192.168.12.16\par +192.168.12.24\par +192.168.12.32\par +192.168.12.40\par +.............etc.\par +Our address is 192.168.12.37 so it must sit on the 192.168.12.32 subnet.\par +\par +\b Question: What subnet does 172.16.116.4/19 sit on?\par +\b0 Our mask is /19 and our next boundary is 24. Therefore 24 - 19 = 5. The block size is 2^5 = 32.\par +We have borrowed into the third octet as bit 19 is in the third octet so we count up our block size in that octet. The subnets are:-\par +172.16.0.0\par +172.16.32.0\par +172.16.64.0\par +172.16.96.0\par +172.16.128.0\par +172.16.160.0\par +.............etc.\par +Our address is 172.16.116.4 so it must sit on the 172.16.96.0 subnet. Easy eh?\par +\b Question: What subnet does 10.34.67.234/12 sit on?\par +\b0 Our mask is 12. Our next boundary is 16. Therefore 16 - 12 = 4. 2^4 = 16 which gives us our block size.\par +We have borrowed from the second octet as bit 12 sits in the second octet so we count up the block size in that octet. The subnets are:-\par +10.0.0.0\par +10.16.0.0\par +10.32.0.0\par +10.48.0.0\par +.............etc.\par +Our address is 10.34.67.234 which must sit on the 10.32.0.0 subnet.\par +Hopefully the penny is starting make sense. We will now change the type of question so that we have to give a particular host range of a subnet.\par +\b Question: What is the valid host range of the 4th subnet of 192.168.10.0/28?\par +\b0 Easy as pie! The block size is 16 since 32 - 28 = 4 and 2^4 = 16. We need to count up in the block size in the last octet as bit 28 is in the last octet.\par +192.168.10.0\par +192.168.10.16\par +192.168.10.32\par +192.168.10.48\par +192.168.10.64\par +.................etc.\par +Therefore the 4th subnet is 192.168.10.48 and the host range must be 192.168.10.49 to 192.168.10.62, remembering that the subnet and broadcast address cannot be used.\par +\b Question: What is the valid host range of the 1st subnet of 172.16.0.0/17?\par +\b0 /17 tells us that the block size is 2^(24-17) = 2^7 = 128. We are borrowing in the 3rd octet as bit 17 is in the 3rd octet. Our subnets are:-\par +172.16.0.0\par +172.16.128.0\par +The first subnet is 172.16.0.0 and the valid host range is 172.16.0.1 to 172.16.127.254. You must remember not to include the subnet address (172.16.0.0) and the broadcast address (172.16.127.255).\par +\b Question: What is the valid host range of the 7th subnet of address 10.0.0.0/14?\par +\b0 The block size is 4, from 16 - 14 = 2 then 22 = 4. We are borrowing in the second octet so count in the block size from 0 seven times to get the seventh subnet.\par +The seventh subnet is 10.24.0.0. Our valid host range must be 10.24.0.1 to 10.27.255.254 again remembering not to include our subnet (10.24.0.0) and the broadcast address (10.27.255.255).\par +\b What if they give me the subnet mask in dotted decimal?\par +\b0 If you're lucky and they give you a mask in dotted decimal format then you should have an even easier time. All you need again is your block size.\par +Let's say they have given a mask of 255.255.255.248 and you wish to know the block size. Here's the technique:\par +1. Starting from the left of the mask find which is the first octet to NOT have 255 in it.\par +2. Subtract the number in that octet from 256 to get your block size e.g. above it is 256 - 248 = block size of 8.\par +3. Count up from zero in your block size in the octet identified in step 1 as you have learned above (the example above would be in the last octet).\par +Another example is a mask of 255.255.192.0 - you would simply count up in 256 - 192 = 64 in the third octet.\par +One more example is 255.224.0.0 - block size is 256 - 224 = 32 in the second octet.\par +\b WHEN TO SUBNET:\par +\b0 The word, "subnet", means one network that is part of another. The process of subnetting, therefore, is the process of breaking a network into smaller pieces.\b\par +\b0 Subnetting used to be very critical to the smooth operations of a network. Old versions of Windows did lots of broadcasting, and networks were very loud. That, combined with slower networks, meant a lot of congestion. To remedy that, they used to subnet networks into small pools of like items (PCs, printers, servers, etc.) This would have the net effect of shrinking the distance a broadcast packet would travel, as well as give granular control of security.\par +But a number of technological advances happened, which removed many of the reasons to subnet.\par +* Switches were invented so only broadcast traffic went to every machine.\par +* Protocols got a lot smarter, relying less and less on broadcast traffic to make things work.\par +* Programs got a lot smarter, using other methods than broadcasts.\par +* Router speed increased, so routers could handle more traffic and larger routing tables.\par +* Network speeds increased exponentially, which increased the carrying capacity of a single network exponentially.\par +* And many other advances.\par +So, in short, subnetting is no longer critical for making a small network function. But subnetting of large networks is very important. Security is probably the biggest reason to subnet. Subnetting very large networks can still be very helpful in keeping down traffic. And Subnetting networks that are connected via VPNs is still a very important part of planning large scale networks.\par +There are a few main rules for how to subnet:\par +* All IP subnets should use natural boundaries.\par +* Grouping like objects into \ldblquote natural\rdblquote subnets makes them easier to control.\par +* Smaller adjacent subnets should fit into larger subnets, most of the time.\par +* Smaller routing tables require less management and resources.\par +\b All IP subnets should use natural boundaries.\par +\b0 Even if you do not need all the space, you should break up networks into ranges of the power of 2. It is very common to say something like, the first 50 IPs are for networking equipment, the next 20 are for printers, etc. But it is much better to use 64 IPs for networking equipment, and 16 IPs for printers... The numbers are not quite as simple on the brain, but they are a lot easier to control in your firewall. You can block access from the Internet to your networking equipment my making one simple rule if you make your ranges appropriately. You should also plan on growth. It is very common for people to run out of their IP space, simply because they failed to plan.\par +\b Grouping like objects into \ldblquote natural\rdblquote subnets makes them easier to control.\par +\b0 As mentioned above, it is common to want to block Internet access directly to and from your networking equipment and printers. You may want to allow certain traffic to individual departments (many organizations allow the media departments to access Facebook and social media sites during work-hours, while other departments are not allowed to access those same sites.) If your equipment and PCs are subnetted along natural boundaries (8, 16, 32, 64, etc.), you can usually make a single rule to allow or block traffic to those particular items.\par +\b Smaller adjacent subnets should fit into larger subnets, most of the time.\par +\b0 If you plan it right, you should be able to supernet your subnets, and have one route or rule for them. For example, you may have your networking equipment in 1-63, and your printers from 65-127. That means you can have one route or rule that matches all 128 IPs. This makes life a lot simpler for creating many sorts of rules.\b\par +Smaller routing tables require less management and resources.\par +\b0 Again, with the onset of more powerful routers, firewalls, and faster networking speeds, this is no longer quite as critical as it once was. But if you have a finely tuned firewall, you can end up with many rules. Often it is very nice to block all access to a whole range instead of blocking access to each machine one IP at a time. Often, the "less management" simply means less work for the techies who are keeping things running smoothly.\f3\par +} + \ No newline at end of file diff --git a/EduNetworkBuilder/Resources/Hub.png b/EduNetworkBuilder/Resources/Hub.png new file mode 100644 index 0000000..d737635 Binary files /dev/null and b/EduNetworkBuilder/Resources/Hub.png differ diff --git a/EduNetworkBuilder/Resources/Laptop.png b/EduNetworkBuilder/Resources/Laptop.png new file mode 100644 index 0000000..b7da678 Binary files /dev/null and b/EduNetworkBuilder/Resources/Laptop.png differ diff --git a/EduNetworkBuilder/Resources/Level0-Help.enbx b/EduNetworkBuilder/Resources/Level0-Help.enbx new file mode 100644 index 0000000..5958fb5 --- /dev/null +++ b/EduNetworkBuilder/Resources/Level0-Help.enbx @@ -0,0 +1,101 @@ + + + + + To learn how this program works, first we will acquaint you with the 'Help.' Most of the puzzles you do, you will want to do with as little help as possible. But, there is help when you need it. For this puzzle, click one of the four help-levels (round buttons) on the right. Then mouse-over the PC and see the messages. When you have moused-over for all the buttons (and pressed the ? box), this puzzle will be completed. + Learn how help works + 1024 + 1024 + 100 + True + 0 + 0 + 106 + full + + pc0 + 100 + 100 + 400,420 + pc + False + False + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + gw + + + lo + lo0 + + 100 + 101 + pc0 + lo0 + + lo + 101 + False + + lo0 + + 127.0.0.1 + 255.0.0.0 + 0.0.0.0 + ip + + + + + eth + eth0 + + 100 + 102 + pc0 + eth0 + + eth + 102 + False + + eth0 + + 192.168.1.1 + 255.255.255.0 + 0.0.0.0 + ip + + + + + + pc0 + none + HelpRequest + + + pc0 + basic + HelpRequest + + + pc0 + hints + HelpRequest + + + pc0 + full + HelpRequest + + + pc0 + ?Button + HelpRequest + + Help + + \ No newline at end of file diff --git a/EduNetworkBuilder/Resources/Level0-HubVsSwitch.enbx b/EduNetworkBuilder/Resources/Level0-HubVsSwitch.enbx new file mode 100644 index 0000000..54351ad --- /dev/null +++ b/EduNetworkBuilder/Resources/Level0-HubVsSwitch.enbx @@ -0,0 +1,1144 @@ + + + + + This puzzle shows the difference between a hub and a switch. +Have each of the servers ping the computers on the same lan as themselves, and have those computers ping the server. +The switch learns which device is attached to it and only sends the packet to that computer, while the hub sends the packet to every device on the subnet. + Switch vs Hub + 1024 + 1024 + 100 + False + 0 + 4 + 174 + full + + net_hub0 + 100 + 160 + 740,390 + net_hub + False + False + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + gw + + + lo + lo0 + + 160 + 161 + net_hub0 + lo0 + + lo + 161 + False + + lo0 + + 127.0.0.1 + 255.0.0.0 + 0.0.0.0 + ip + + + + + management_interface + management_interface0 + + 160 + 162 + net_hub0 + management_interface0 + + management_interface + 162 + False + + management_interface0 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + + + + port + port1 + + 160 + 163 + net_hub0 + port1 + + port + 163 + False + + port1 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + + + + port + port2 + + 160 + 164 + net_hub0 + port2 + + port + 164 + False + + port2 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + + + + port + port3 + + 160 + 165 + net_hub0 + port3 + + port + 165 + False + + port3 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + + + + port + port4 + + 160 + 166 + net_hub0 + port4 + + port + 166 + False + + port4 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + + + + port + port5 + + 160 + 167 + net_hub0 + port5 + + port + 167 + False + + port5 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + + + + port + port6 + + 160 + 168 + net_hub0 + port6 + + port + 168 + False + + port6 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + + + + port + port7 + + 160 + 169 + net_hub0 + port7 + + port + 169 + False + + port7 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + + + + + net_switch0 + 100 + 112 + 100,390 + net_switch + False + False + + 192.168.1.1 + 255.255.255.0 + 0.0.0.0 + gw + + + lo + lo0 + + 112 + 113 + net_switch0 + lo0 + + lo + 113 + False + + lo0 + + 127.0.0.1 + 255.0.0.0 + 0.0.0.0 + ip + + + + + management_interface + management_interface0 + + 112 + 114 + net_switch0 + management_interface0 + + management_interface + 114 + False + + management_interface0 + + 192.168.1.4 + 255.255.255.0 + 0.0.0.0 + ip + + + + + port + port1 + + 112 + 115 + net_switch0 + port1 + + port + 115 + False + + port1 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + + + + port + port2 + + 112 + 116 + net_switch0 + port2 + + port + 116 + False + + port2 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + + + + port + port3 + + 112 + 117 + net_switch0 + port3 + + port + 117 + False + + port3 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + + + + port + port4 + + 112 + 118 + net_switch0 + port4 + + port + 118 + False + + port4 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + + + + port + port5 + + 112 + 119 + net_switch0 + port5 + + port + 119 + False + + port5 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + + + + port + port6 + + 112 + 120 + net_switch0 + port6 + + port + 120 + False + + port6 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + + + + port + port7 + + 112 + 121 + net_switch0 + port7 + + port + 121 + False + + port7 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + + + + + pc0 + 100 + 106 + 200,520 + pc + False + False + + 192.168.1.1 + 255.255.255.0 + 0.0.0.0 + gw + + + lo + lo0 + + 106 + 107 + pc0 + lo0 + + lo + 107 + False + + lo0 + + 127.0.0.1 + 255.0.0.0 + 0.0.0.0 + ip + + + + + eth + eth0 + + 106 + 108 + pc0 + eth0 + + eth + 108 + False + + eth0 + + 192.168.1.5 + 255.255.255.0 + 0.0.0.0 + ip + + + + + + pc1 + 100 + 155 + 620,530 + pc + False + False + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + gw + + + lo + lo0 + + 155 + 156 + pc3 + lo0 + + lo + 156 + False + + lo0 + + 127.0.0.1 + 255.0.0.0 + 0.0.0.0 + ip + + + + + eth + eth0 + + 155 + 157 + pc3 + eth0 + + eth + 157 + False + + eth0 + + 192.168.2.5 + 255.255.255.0 + 0.0.0.0 + ip + + + + + + router0 + 100 + 132 + 100,250 + router + False + False + + 192.168.3.2 + 255.255.255.0 + 192.168.4.2 + gw + + + lo + lo0 + + 132 + 133 + router0 + lo0 + + lo + 133 + False + + lo0 + + 127.0.0.1 + 255.0.0.0 + 0.0.0.0 + ip + + + + + eth + eth0 + + 132 + 134 + router0 + eth0 + + eth + 134 + False + + eth0 + + 192.168.1.1 + 255.255.255.0 + 0.0.0.0 + ip + + + + + eth + eth1 + + 132 + 135 + router0 + eth1 + + eth + 135 + False + + eth1 + + 192.168.3.1 + 255.255.255.0 + 0.0.0.0 + ip + + + + + 192.168.2.1 + 255.255.255.0 + 192.168.3.2 + route + + + 192.168.2.1 + 255.255.255.0 + 192.168.3.2 + route + + + + router1 + 100 + 136 + 740,250 + router + False + False + + 192.168.4.2 + 255.255.255.0 + 192.168.4.2 + gw + + + lo + lo0 + + 136 + 137 + router1 + lo0 + + lo + 137 + False + + lo0 + + 127.0.0.1 + 255.0.0.0 + 0.0.0.0 + ip + + + + + eth + eth0 + + 136 + 138 + router1 + eth0 + + eth + 138 + False + + eth0 + + 192.168.4.1 + 255.255.255.0 + 0.0.0.0 + ip + + + + + eth + eth1 + + 136 + 139 + router1 + eth1 + + eth + 139 + False + + eth1 + + 192.168.2.1 + 255.255.255.0 + 0.0.0.0 + ip + + + + + 192.168.1.0 + 255.255.255.0 + 192.168.4.2 + route + + + 192.168.1.0 + 255.255.255.0 + 192.168.4.2 + route + + + + router2 + 100 + 140 + 403,110 + router + False + False + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + gw + + + lo + lo0 + + 140 + 141 + router2 + lo0 + + lo + 141 + False + + lo0 + + 127.0.0.1 + 255.0.0.0 + 0.0.0.0 + ip + + + + + eth + eth0 + + 140 + 142 + router2 + eth0 + + eth + 142 + False + + eth0 + + 192.168.3.2 + 255.255.255.0 + 0.0.0.0 + ip + + + + + eth + eth1 + + 140 + 143 + router2 + eth1 + + eth + 143 + False + + eth1 + + 192.168.4.2 + 255.255.255.0 + 0.0.0.0 + ip + + + + + 192.168.1.0 + 255.255.255.0 + 192.168.3.1 + route + + + 192.168.2.0 + 255.255.255.0 + 192.168.4.1 + route + + + 192.168.1.0 + 255.255.255.0 + 192.168.3.1 + route + + + 192.168.2.0 + 255.255.255.0 + 192.168.4.1 + route + + + + server0 + 100 + 100 + 8,520 + server + True + True + + 192.168.1.1 + 255.255.255.0 + 0.0.0.0 + gw + + + lo + lo0 + + 100 + 101 + server0 + lo0 + + lo + 101 + False + + lo0 + + 127.0.0.1 + 255.0.0.0 + 0.0.0.0 + ip + + + + + eth + eth0 + + 100 + 102 + server0 + eth0 + + eth + 102 + False + + eth0 + + 192.168.1.2 + 255.255.255.0 + 0.0.0.0 + ip + + + + + 127.0.0.1 + 0.0.0.0 + 0.0.0.0 + route + + + 192.168.1.2 + 192.168.1.5 + 192.168.1.7 + route + + + + server1 + 100 + 103 + 860,530 + server + False + True + + 192.168.2.1 + 255.255.255.0 + 0.0.0.0 + gw + + + lo + lo0 + + 103 + 104 + server1 + lo0 + + lo + 104 + False + + lo0 + + 127.0.0.1 + 255.0.0.0 + 0.0.0.0 + ip + + + + + eth + eth0 + + 103 + 105 + server1 + eth0 + + eth + 105 + False + + eth0 + + 192.168.2.2 + 255.255.255.0 + 0.0.0.0 + ip + + + + + 127.0.0.1 + 0.0.0.0 + 0.0.0.0 + route + + + 192.168.2.2 + 192.168.2.5 + 192.168.2.10 + route + + + + + 112 + 117 + net_switch0 + port3 + + + 132 + 134 + router0 + eth0 + + + 146 + + + + 155 + 157 + pc3 + eth0 + + + 160 + 164 + net_hub0 + port2 + + + 171 + + + + 140 + 143 + router2 + eth1 + + + 136 + 138 + router1 + eth0 + + + 148 + + + + 132 + 135 + router0 + eth1 + + + 140 + 142 + router2 + eth0 + + + 147 + + + + 160 + 166 + net_hub0 + port4 + + + 136 + 139 + router1 + eth1 + + + 173 + + + + 100 + 102 + server0 + eth0 + + + 112 + 115 + net_switch0 + port1 + + + 144 + + + + 106 + 108 + pc0 + eth0 + + + 112 + 116 + net_switch0 + port2 + + + 145 + + + + 103 + 105 + server1 + eth0 + + + 160 + 165 + net_hub0 + port3 + + + 172 + + + server0 + pc0 + SuccessfullyPings + + + pc0 + server0 + SuccessfullyPings + + + pc1 + server1 + SuccessfullyPings + + + server1 + pc1 + SuccessfullyPings + + Ping + + \ No newline at end of file diff --git a/EduNetworkBuilder/Resources/Level0-IP.enbx b/EduNetworkBuilder/Resources/Level0-IP.enbx new file mode 100644 index 0000000..41e4632 --- /dev/null +++ b/EduNetworkBuilder/Resources/Level0-IP.enbx @@ -0,0 +1,465 @@ + + + + + pc0 needs an IP that is local to the other two computers. Double-click PC0, double-click the IP-Address (0.0.0.0) and put a good IP address there. + IP Puzzle + 1024 + 1024 + 100 + True + 122 + 0 + 03.00 + full + + net_switch0 + 100 + 100 + 426,306 + net_switch + False + False + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + gw + + + lo + lo0 + + 100 + 101 + net_switch0 + lo0 + + lo + 101 + False + + lo0 + + 127.0.0.1 + 255.0.0.0 + 0.0.0.0 + ip + + + + + management_interface + management_interface0 + + 100 + 102 + net_switch0 + management_interface0 + + management_interface + 102 + False + + management_interface0 + + 192.168.1.6 + 255.255.255.0 + 0.0.0.0 + ip + + + + + port + port1 + + 100 + 103 + net_switch0 + port1 + + port + 103 + False + + port1 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + + + + port + port2 + + 100 + 104 + net_switch0 + port2 + + port + 104 + False + + port2 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + + + + port + port3 + + 100 + 105 + net_switch0 + port3 + + port + 105 + False + + port3 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + + + + port + port4 + + 100 + 106 + net_switch0 + port4 + + port + 106 + False + + port4 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + + + + port + port5 + + 100 + 107 + net_switch0 + port5 + + port + 107 + False + + port5 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + + + + port + port6 + + 100 + 108 + net_switch0 + port6 + + port + 108 + False + + port6 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + + + + port + port7 + + 100 + 109 + net_switch0 + port7 + + port + 109 + False + + port7 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + + + + + pc0 + 100 + 110 + 110,306 + pc + False + False + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + gw + + + lo + lo0 + + 110 + 111 + pc0 + lo0 + + lo + 111 + False + + lo0 + + 127.0.0.1 + 255.0.0.0 + 0.0.0.0 + ip + + + + + eth + eth0 + + 110 + 112 + pc0 + eth0 + + eth + 112 + False + + eth0 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + + + + + pc1 + 100 + 113 + 750,542 + pc + False + False + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + gw + + + lo + lo0 + + 113 + 114 + pc1 + lo0 + + lo + 114 + False + + lo0 + + 127.0.0.1 + 255.0.0.0 + 0.0.0.0 + ip + + + + + eth + eth0 + + 113 + 115 + pc1 + eth0 + + eth + 115 + False + + eth0 + + 192.168.1.3 + 255.255.255.0 + 0.0.0.0 + ip + + + + + + pc2 + 100 + 116 + 762,97 + pc + False + False + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + gw + + + lo + lo0 + + 116 + 117 + pc2 + lo0 + + lo + 117 + False + + lo0 + + 127.0.0.1 + 255.0.0.0 + 0.0.0.0 + ip + + + + + eth + eth0 + + 116 + 118 + pc2 + eth0 + + eth + 118 + False + + eth0 + + 192.168.1.4 + 255.255.255.0 + 0.0.0.0 + ip + + + + + + + 100 + 103 + net_switch0 + port1 + + + 116 + 118 + pc2 + eth0 + + + 119 + + + + 100 + 104 + net_switch0 + port2 + + + 113 + 115 + pc1 + eth0 + + + 120 + + + + 110 + 112 + pc0 + eth0 + + + 100 + 105 + net_switch0 + port3 + + + 121 + + + pc0 + pc1 + NeedsLocalIPTo + + + pc0 + pc2 + NeedsLocalIPTo + + IP + + \ No newline at end of file diff --git a/EduNetworkBuilder/Resources/Level0-NeedsLink.enbx b/EduNetworkBuilder/Resources/Level0-NeedsLink.enbx new file mode 100644 index 0000000..98d9538 --- /dev/null +++ b/EduNetworkBuilder/Resources/Level0-NeedsLink.enbx @@ -0,0 +1,369 @@ + + + + + Plug in the network to the computer that needs it. Click on the link icon (the line) and drag the pointer from the switch to the computer. When you release the mouse button, the link window will pop up. Choose the ports you want to connect, and you should be finished. + Plug in network + 1024 + 1024 + 100 + True + 118 + 0 + 01.00 + full + + net_switch0 + 100 + 100 + 394,150 + net_switch + False + False + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + gw + + + lo + lo0 + + 100 + 101 + net_switch0 + lo0 + + lo + 101 + False + + lo0 + + 127.0.0.1 + 255.0.0.0 + 0.0.0.0 + ip + + + + + management_interface + management_interface0 + + 100 + 102 + net_switch0 + management_interface0 + + management_interface + 102 + False + + management_interface0 + + 192.168.1.4 + 255.255.255.0 + 0.0.0.0 + ip + + + + + port + port1 + + 100 + 103 + net_switch0 + port1 + + port + 103 + False + + port1 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + + + + port + port2 + + 100 + 104 + net_switch0 + port2 + + port + 104 + False + + port2 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + + + + port + port3 + + 100 + 105 + net_switch0 + port3 + + port + 105 + False + + port3 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + + + + port + port4 + + 100 + 106 + net_switch0 + port4 + + port + 106 + False + + port4 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + + + + port + port5 + + 100 + 107 + net_switch0 + port5 + + port + 107 + False + + port5 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + + + + port + port6 + + 100 + 108 + net_switch0 + port6 + + port + 108 + False + + port6 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + + + + port + port7 + + 100 + 109 + net_switch0 + port7 + + port + 109 + False + + port7 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + + + + + pc0 + 100 + 110 + 131,416 + pc + False + False + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + gw + + + lo + lo0 + + 110 + 111 + pc0 + lo0 + + lo + 111 + False + + lo0 + + 127.0.0.1 + 255.0.0.0 + 0.0.0.0 + ip + + + + + eth + eth0 + + 110 + 112 + pc0 + eth0 + + eth + 112 + False + + eth0 + + 192.168.1.2 + 255.255.255.0 + 0.0.0.0 + ip + + + + + + pc1 + 100 + 113 + 666,433 + pc + False + False + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + gw + + + lo + lo0 + + 113 + 114 + pc1 + lo0 + + lo + 114 + False + + lo0 + + 127.0.0.1 + 255.0.0.0 + 0.0.0.0 + ip + + + + + eth + eth0 + + 113 + 115 + pc1 + eth0 + + eth + 115 + False + + eth0 + + 192.168.1.3 + 255.255.255.0 + 0.0.0.0 + ip + + + + + + + 113 + 115 + pc1 + eth0 + + + 100 + 103 + net_switch0 + port1 + + + 116 + + + pc0 + net_switch0 + NeedsLinkToDevice + + Link + + \ No newline at end of file diff --git a/EduNetworkBuilder/Resources/Level0-NoSwitch.enbx b/EduNetworkBuilder/Resources/Level0-NoSwitch.enbx new file mode 100644 index 0000000..511bd3a --- /dev/null +++ b/EduNetworkBuilder/Resources/Level0-NoSwitch.enbx @@ -0,0 +1,209 @@ + + + + + There is no switch. Add one and link the devices to it. Click on the switch and add it to the network (make sure you add a switch and not a hub). Then, drag links from the switch to the computers, choosing the ports to connect. + No Switch + 1024 + 1024 + 100 + False + 119 + 0 + 02.00 + full + + pc0 + 100 + 100 + 187,465 + pc + False + False + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + gw + + + lo + lo0 + + 100 + 101 + pc0 + lo0 + + lo + 101 + False + + lo0 + + 127.0.0.1 + 255.0.0.0 + 0.0.0.0 + ip + + + + + eth + eth0 + + 100 + 102 + pc0 + eth0 + + eth + 102 + False + + eth0 + + 192.168.1.2 + 255.255.255.0 + 0.0.0.0 + ip + + + + + + pc1 + 100 + 103 + 562,472 + pc + False + False + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + gw + + + lo + lo0 + + 103 + 104 + pc1 + lo0 + + lo + 104 + False + + lo0 + + 127.0.0.1 + 255.0.0.0 + 0.0.0.0 + ip + + + + + eth + eth0 + + 103 + 105 + pc1 + eth0 + + eth + 105 + False + + eth0 + + 192.168.1.4 + 255.255.255.0 + 0.0.0.0 + ip + + + + + + pc2 + 100 + 116 + 378,455 + pc + False + False + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + gw + + + lo + lo0 + + 116 + 117 + pc2 + lo0 + + lo + 117 + False + + lo0 + + 127.0.0.1 + 255.0.0.0 + 0.0.0.0 + ip + + + + + eth + eth0 + + 116 + 118 + pc2 + eth0 + + eth + 118 + False + + eth0 + + 192.168.1.3 + 255.255.255.0 + 0.0.0.0 + ip + + + + + + pc0 + net_switch0 + NeedsLinkToDevice + + + pc1 + net_switch0 + NeedsLinkToDevice + + + pc2 + net_switch0 + NeedsLinkToDevice + + Link + + \ No newline at end of file diff --git a/EduNetworkBuilder/Resources/Level0-Ping.enbx b/EduNetworkBuilder/Resources/Level0-Ping.enbx new file mode 100644 index 0000000..3167b74 --- /dev/null +++ b/EduNetworkBuilder/Resources/Level0-Ping.enbx @@ -0,0 +1,562 @@ + + + + + Right-click PC0 and ping laptop0 and laptop1. You can put either the IP address or host-name of the device you are trying to ping in the box that pops up asking you for an IP. + Ping Test + 1024 + 1024 + 100 + True + 0 + 1 + 130 + full + + laptop0 + 100 + 103 + 559,560 + laptop + False + False + + 192.168.1.1 + 255.255.255.0 + 0.0.0.0 + gw + + + lo + lo0 + + 103 + 104 + laptop0 + lo0 + + lo + 104 + False + + lo0 + + 127.0.0.1 + 255.0.0.0 + 0.0.0.0 + ip + + + + + eth + eth0 + + 103 + 105 + laptop0 + eth0 + + eth + 105 + False + + eth0 + + 192.168.1.3 + 255.255.255.0 + 0.0.0.0 + ip + + + + + + laptop1 + 100 + 123 + 680,147 + laptop + False + False + + 192.168.2.1 + 255.255.255.0 + 0.0.0.0 + gw + + + lo + lo0 + + 123 + 124 + laptop1 + lo0 + + lo + 124 + False + + lo0 + + 127.0.0.1 + 255.0.0.0 + 0.0.0.0 + ip + + + + + eth + eth0 + + 123 + 125 + laptop1 + eth0 + + eth + 125 + False + + eth0 + + 192.168.2.2 + 255.255.255.0 + 0.0.0.0 + ip + + + + + + net_switch0 + 100 + 109 + 406,328 + net_switch + False + False + + 192.168.1.1 + 255.255.255.0 + 0.0.0.0 + gw + + + lo + lo0 + + 109 + 110 + net_switch0 + lo0 + + lo + 110 + False + + lo0 + + 127.0.0.1 + 255.0.0.0 + 0.0.0.0 + ip + + + + + management_interface + management_interface0 + + 109 + 111 + net_switch0 + management_interface0 + + management_interface + 111 + False + + management_interface0 + + 192.168.1.4 + 255.255.255.0 + 0.0.0.0 + ip + + + + + port + port1 + + 109 + 112 + net_switch0 + port1 + + port + 112 + False + + port1 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + + + + port + port2 + + 109 + 113 + net_switch0 + port2 + + port + 113 + False + + port2 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + + + + port + port3 + + 109 + 114 + net_switch0 + port3 + + port + 114 + False + + port3 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + + + + port + port4 + + 109 + 115 + net_switch0 + port4 + + port + 115 + False + + port4 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + + + + port + port5 + + 109 + 116 + net_switch0 + port5 + + port + 116 + False + + port5 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + + + + port + port6 + + 109 + 117 + net_switch0 + port6 + + port + 117 + False + + port6 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + + + + port + port7 + + 109 + 118 + net_switch0 + port7 + + port + 118 + False + + port7 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + + + + + pc0 + 100 + 100 + 246,560 + pc + False + False + + 192.168.1.1 + 255.255.255.0 + 0.0.0.0 + gw + + + lo + lo0 + + 100 + 101 + pc0 + lo0 + + lo + 101 + False + + lo0 + + 127.0.0.1 + 255.0.0.0 + 0.0.0.0 + ip + + + + + eth + eth0 + + 100 + 102 + pc0 + eth0 + + eth + 102 + False + + eth0 + + 192.168.1.2 + 255.255.255.0 + 0.0.0.0 + ip + + + + + + router0 + 100 + 119 + 400,158 + router + False + False + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + gw + + + lo + lo0 + + 119 + 120 + router0 + lo0 + + lo + 120 + False + + lo0 + + 127.0.0.1 + 255.0.0.0 + 0.0.0.0 + ip + + + + + eth + eth0 + + 119 + 121 + router0 + eth0 + + eth + 121 + False + + eth0 + + 192.168.1.1 + 255.255.255.0 + 0.0.0.0 + ip + + + + + eth + eth1 + + 119 + 122 + router0 + eth1 + + eth + 122 + False + + eth1 + + 192.168.2.1 + 255.255.255.0 + 0.0.0.0 + ip + + + + + + + 100 + 102 + pc0 + eth0 + + + 109 + 112 + net_switch0 + port1 + + + 126 + + + + 103 + 105 + laptop0 + eth0 + + + 109 + 113 + net_switch0 + port2 + + + 127 + + + + 109 + 114 + net_switch0 + port3 + + + 119 + 121 + router0 + eth0 + + + 128 + + + + 119 + 122 + router0 + eth1 + + + 123 + 125 + laptop1 + eth0 + + + 129 + + + pc0 + laptop0 + SuccessfullyPings + + + pc0 + laptop1 + SuccessfullyPings + + Ping + + \ No newline at end of file diff --git a/EduNetworkBuilder/Resources/Level0-SimpleDHCP.enbx b/EduNetworkBuilder/Resources/Level0-SimpleDHCP.enbx new file mode 100644 index 0000000..b01cded --- /dev/null +++ b/EduNetworkBuilder/Resources/Level0-SimpleDHCP.enbx @@ -0,0 +1,397 @@ + + + + + Tell the PC to do a DHCP request. Right-click on the PC to see the menu, or do it from the 'All' menu. + DHCP Request + 1024 + 1024 + 100 + True + 118 + 0 + 03.00 + full + + net_switch0 + 100 + 103 + 422,141 + net_switch + False + False + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + gw + + + lo + lo0 + + 103 + 104 + net_switch0 + lo0 + + lo + 104 + False + + lo0 + + 127.0.0.1 + 255.0.0.0 + 0.0.0.0 + ip + + + + + management_interface + management_interface0 + + 103 + 105 + net_switch0 + management_interface0 + + management_interface + 105 + False + + management_interface0 + + 102.168.1.4 + 255.255.255.0 + 0.0.0.0 + ip + + + + + port + port1 + + 103 + 106 + net_switch0 + port1 + + port + 106 + False + + port1 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + + + + port + port2 + + 103 + 107 + net_switch0 + port2 + + port + 107 + False + + port2 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + + + + port + port3 + + 103 + 108 + net_switch0 + port3 + + port + 108 + False + + port3 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + + + + port + port4 + + 103 + 109 + net_switch0 + port4 + + port + 109 + False + + port4 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + + + + port + port5 + + 103 + 110 + net_switch0 + port5 + + port + 110 + False + + port5 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + + + + port + port6 + + 103 + 111 + net_switch0 + port6 + + port + 111 + False + + port6 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + + + + port + port7 + + 103 + 112 + net_switch0 + port7 + + port + 112 + False + + port7 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + + + + + pc0 + 100 + 113 + 691,444 + pc + False + False + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + gw + + + lo + lo0 + + 113 + 114 + pc0 + lo0 + + lo + 114 + False + + lo0 + + 127.0.0.1 + 255.0.0.0 + 0.0.0.0 + ip + + + + + eth + eth0 + + 113 + 115 + pc0 + eth0 + + eth + 115 + True + + eth0 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + + + + + server0 + 100 + 100 + 176,407 + server + False + True + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + gw + + + lo + lo0 + + 100 + 101 + server0 + lo0 + + lo + 101 + False + + lo0 + + 127.0.0.1 + 255.0.0.0 + 0.0.0.0 + ip + + + + + eth + eth0 + + 100 + 102 + server0 + eth0 + + eth + 102 + False + + eth0 + + 192.168.1.2 + 255.255.255.0 + 0.0.0.0 + ip + + + + + 127.0.0.1 + 0.0.0.0 + 0.0.0.0 + route + + + 192.168.1.2 + 192.168.1.50 + 192.168.1.60 + route + + + + + 100 + 102 + server0 + eth0 + + + 103 + 106 + net_switch0 + port1 + + + 116 + + + + 113 + 115 + pc0 + eth0 + + + 103 + 107 + net_switch0 + port2 + + + 117 + + + pc0 + server0 + NeedsLocalIPTo + + DHCP + + \ No newline at end of file diff --git a/EduNetworkBuilder/Resources/Level0_BrokenLink.enbx b/EduNetworkBuilder/Resources/Level0_BrokenLink.enbx new file mode 100644 index 0000000..4049115 --- /dev/null +++ b/EduNetworkBuilder/Resources/Level0_BrokenLink.enbx @@ -0,0 +1,565 @@ + + + + + This shows what happens if there is a broken network wire in your network. Ping laptop1 and see where the packet dies. Open one of the devices connected to that link and you will see that, even though the device has a link connected to it, it does not have a "connection light" saying it is connected. (The connection-light is the * at the end of the eth name). You can also edit the network card to see if it thinks it is connected. Remove the broken network wire by right-clicking one of the devices at either end and removing the link. Then add the link again. A successful ping tells you if you got it working. + Broken Link + 1024 + 1024 + 100 + False + 0 + 6 + 131 + full + + laptop0 + 100 + 103 + 559,560 + laptop + False + False + + 192.168.1.1 + 255.255.255.0 + 0.0.0.0 + gw + + + lo + lo0 + + 103 + 104 + laptop0 + lo0 + + lo + 104 + False + + lo0 + + 127.0.0.1 + 255.0.0.0 + 0.0.0.0 + ip + + + + + eth + eth0 + + 103 + 105 + laptop0 + eth0 + + eth + 105 + False + + eth0 + + 192.168.1.3 + 255.255.255.0 + 0.0.0.0 + ip + + + + + + laptop1 + 100 + 123 + 680,147 + laptop + False + False + + 192.168.2.1 + 255.255.255.0 + 0.0.0.0 + gw + + + lo + lo0 + + 123 + 124 + laptop1 + lo0 + + lo + 124 + False + + lo0 + + 127.0.0.1 + 255.0.0.0 + 0.0.0.0 + ip + + + + + eth + eth0 + + 123 + 125 + laptop1 + eth0 + + eth + 125 + False + + eth0 + + 192.168.2.2 + 255.255.255.0 + 0.0.0.0 + ip + + + + + + net_switch0 + 100 + 109 + 406,328 + net_switch + False + False + + 192.168.1.1 + 255.255.255.0 + 0.0.0.0 + gw + + + lo + lo0 + + 109 + 110 + net_switch0 + lo0 + + lo + 110 + False + + lo0 + + 127.0.0.1 + 255.0.0.0 + 0.0.0.0 + ip + + + + + management_interface + management_interface0 + + 109 + 111 + net_switch0 + management_interface0 + + management_interface + 111 + False + + management_interface0 + + 192.168.1.4 + 255.255.255.0 + 0.0.0.0 + ip + + + + + port + port1 + + 109 + 112 + net_switch0 + port1 + + port + 112 + False + + port1 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + + + + port + port2 + + 109 + 113 + net_switch0 + port2 + + port + 113 + False + + port2 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + + + + port + port3 + + 109 + 114 + net_switch0 + port3 + + port + 114 + False + + port3 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + + + + port + port4 + + 109 + 115 + net_switch0 + port4 + + port + 115 + False + + port4 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + + + + port + port5 + + 109 + 116 + net_switch0 + port5 + + port + 116 + False + + port5 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + + + + port + port6 + + 109 + 117 + net_switch0 + port6 + + port + 117 + False + + port6 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + + + + port + port7 + + 109 + 118 + net_switch0 + port7 + + port + 118 + False + + port7 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + + + + + pc0 + 100 + 100 + 246,560 + pc + False + False + + 192.168.1.1 + 255.255.255.0 + 0.0.0.0 + gw + + + lo + lo0 + + 100 + 101 + pc0 + lo0 + + lo + 101 + False + + lo0 + + 127.0.0.1 + 255.0.0.0 + 0.0.0.0 + ip + + + + + eth + eth0 + + 100 + 102 + pc0 + eth0 + + eth + 102 + False + + eth0 + + 192.168.1.2 + 255.255.255.0 + 0.0.0.0 + ip + + + + + + router0 + 100 + 119 + 400,158 + router + False + False + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + gw + + + lo + lo0 + + 119 + 120 + router0 + lo0 + + lo + 120 + False + + lo0 + + 127.0.0.1 + 255.0.0.0 + 0.0.0.0 + ip + + + + + eth + eth0 + + 119 + 121 + router0 + eth0 + + eth + 121 + False + + eth0 + + 192.168.1.1 + 255.255.255.0 + 0.0.0.0 + ip + + + + + eth + eth1 + + 119 + 122 + router0 + eth1 + + eth + 122 + False + + eth1 + + 192.168.2.1 + 255.255.255.0 + 0.0.0.0 + ip + + + + + + + 100 + 102 + pc0 + eth0 + + + 109 + 112 + net_switch0 + port1 + + + normal + 126 + + + + 103 + 105 + laptop0 + eth0 + + + 109 + 113 + net_switch0 + port2 + + + normal + 127 + + + + 109 + 114 + net_switch0 + port3 + + + 119 + 121 + router0 + eth0 + + + normal + 128 + + + + 119 + 122 + router0 + eth1 + + + 123 + 125 + laptop1 + eth0 + + + broken + 130 + + + pc0 + laptop1 + SuccessfullyPings + + + laptop1 + router0 + NeedsLinkToDevice + + + \ No newline at end of file diff --git a/EduNetworkBuilder/Resources/Level0_NetworkLoop.enbx b/EduNetworkBuilder/Resources/Level0_NetworkLoop.enbx new file mode 100644 index 0000000..c1841ec --- /dev/null +++ b/EduNetworkBuilder/Resources/Level0_NetworkLoop.enbx @@ -0,0 +1,859 @@ + + + + + This puzzle shows you what happens when you create a network loop. A loop is made when you have your switches connected to themselves or to another one that is connected back to the first one. Ping from pc0 to pc1 to see what happens. You do not need to fix the problem, but right-clicking one of the switches and removing one of the offending links would do it. + Network loop + 1024 + 1024 + 100 + False + 0 + 3 + 171 + full + + net_hub0 + 100 + 136 + 520,540 + net_hub + False + False + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + gw + + + lo + lo0 + + 136 + 137 + net_hub0 + lo0 + + lo + 137 + False + + lo0 + + 127.0.0.1 + 255.0.0.0 + 0.0.0.0 + ip + + + + + management_interface + management_interface0 + + 136 + 138 + net_hub0 + management_interface0 + + management_interface + 138 + False + + management_interface0 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + + + + port + port1 + + 136 + 139 + net_hub0 + port1 + + port + 139 + False + + port1 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + + + + port + port2 + + 136 + 140 + net_hub0 + port2 + + port + 140 + False + + port2 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + + + + port + port3 + + 136 + 141 + net_hub0 + port3 + + port + 141 + False + + port3 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + + + + port + port4 + + 136 + 142 + net_hub0 + port4 + + port + 142 + False + + port4 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + + + + port + port5 + + 136 + 143 + net_hub0 + port5 + + port + 143 + False + + port5 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + + + + port + port6 + + 136 + 144 + net_hub0 + port6 + + port + 144 + False + + port6 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + + + + port + port7 + + 136 + 145 + net_hub0 + port7 + + port + 145 + False + + port7 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + + + + + net_hub1 + 100 + 146 + 280,290 + net_hub + False + False + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + gw + + + lo + lo0 + + 146 + 147 + net_hub1 + lo0 + + lo + 147 + False + + lo0 + + 127.0.0.1 + 255.0.0.0 + 0.0.0.0 + ip + + + + + management_interface + management_interface0 + + 146 + 148 + net_hub1 + management_interface0 + + management_interface + 148 + False + + management_interface0 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + + + + port + port1 + + 146 + 149 + net_hub1 + port1 + + port + 149 + False + + port1 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + + + + port + port2 + + 146 + 150 + net_hub1 + port2 + + port + 150 + False + + port2 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + + + + port + port3 + + 146 + 151 + net_hub1 + port3 + + port + 151 + False + + port3 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + + + + port + port4 + + 146 + 152 + net_hub1 + port4 + + port + 152 + False + + port4 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + + + + port + port5 + + 146 + 153 + net_hub1 + port5 + + port + 153 + False + + port5 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + + + + port + port6 + + 146 + 154 + net_hub1 + port6 + + port + 154 + False + + port6 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + + + + port + port7 + + 146 + 155 + net_hub1 + port7 + + port + 155 + False + + port7 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + + + + + net_hub2 + 100 + 156 + 540,160 + net_hub + False + False + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + gw + + + lo + lo0 + + 156 + 157 + net_hub2 + lo0 + + lo + 157 + False + + lo0 + + 127.0.0.1 + 255.0.0.0 + 0.0.0.0 + ip + + + + + management_interface + management_interface0 + + 156 + 158 + net_hub2 + management_interface0 + + management_interface + 158 + False + + management_interface0 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + + + + port + port1 + + 156 + 159 + net_hub2 + port1 + + port + 159 + False + + port1 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + + + + port + port2 + + 156 + 160 + net_hub2 + port2 + + port + 160 + False + + port2 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + + + + port + port3 + + 156 + 161 + net_hub2 + port3 + + port + 161 + False + + port3 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + + + + port + port4 + + 156 + 162 + net_hub2 + port4 + + port + 162 + False + + port4 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + + + + port + port5 + + 156 + 163 + net_hub2 + port5 + + port + 163 + False + + port5 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + + + + port + port6 + + 156 + 164 + net_hub2 + port6 + + port + 164 + False + + port6 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + + + + port + port7 + + 156 + 165 + net_hub2 + port7 + + port + 165 + False + + port7 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + + + + + pc0 + 100 + 130 + 190,650 + pc + False + False + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + gw + + + lo + lo0 + + 130 + 131 + pc0 + lo0 + + lo + 131 + False + + lo0 + + 127.0.0.1 + 255.0.0.0 + 0.0.0.0 + ip + + + + + eth + eth0 + + 130 + 132 + pc0 + eth0 + + eth + 132 + False + + eth0 + + 192.168.1.1 + 255.255.255.0 + 0.0.0.0 + ip + + + + + + pc1 + 100 + 133 + 830,190 + pc + False + False + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + gw + + + lo + lo0 + + 133 + 134 + pc1 + lo0 + + lo + 134 + False + + lo0 + + 127.0.0.1 + 255.0.0.0 + 0.0.0.0 + ip + + + + + eth + eth0 + + 133 + 135 + pc1 + eth0 + + eth + 135 + False + + eth0 + + 192.168.1.2 + 255.255.255.0 + 0.0.0.0 + ip + + + + + + + 146 + 149 + net_hub1 + port1 + + + 136 + 139 + net_hub0 + port1 + + + 166 + + + + 136 + 140 + net_hub0 + port2 + + + 156 + 159 + net_hub2 + port1 + + + 167 + + + + 146 + 150 + net_hub1 + port2 + + + 156 + 160 + net_hub2 + port2 + + + 168 + + + + 146 + 151 + net_hub1 + port3 + + + 130 + 132 + pc0 + eth0 + + + 169 + + + + 156 + 161 + net_hub2 + port3 + + + 133 + 135 + pc1 + eth0 + + + 170 + + + pc0 + pc1 + SuccessfullyPings + + Ping + + \ No newline at end of file diff --git a/EduNetworkBuilder/Resources/Level0_NetworkLoop2.enbx b/EduNetworkBuilder/Resources/Level0_NetworkLoop2.enbx new file mode 100644 index 0000000..2d50dd5 --- /dev/null +++ b/EduNetworkBuilder/Resources/Level0_NetworkLoop2.enbx @@ -0,0 +1,1636 @@ + + + + + Managed Switches can use Spanning Tree, which intelligently figures out the least distance path to a point. It is made so you can have network loops and survive. Try pinging pc1 twice from pc0. The first time, some packets are lost. But the second time the packet goes where it should. + Network Loop + 1024 + 1024 + 100 + False + 0 + 3.5 + 214 + full + + net_switch0 + 100 + 100 + 210,410 + net_switch + False + False + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + gw + + + lo + lo0 + + 100 + 101 + net_switch0 + lo0 + + lo + 101 + False + + + lo0 + + 127.0.0.1 + 255.0.0.0 + 0.0.0.0 + ip + + + + + management_interface + management_interface0 + + 100 + 102 + net_switch0 + management_interface0 + + management_interface + 102 + False + + + management_interface0 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + + + + port + port1 + + 100 + 103 + net_switch0 + port1 + + port + 103 + False + + + port1 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + + + + port + port2 + + 100 + 104 + net_switch0 + port2 + + port + 104 + False + + + port2 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + + + + port + port3 + + 100 + 105 + net_switch0 + port3 + + port + 105 + False + + + port3 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + + + + port + port4 + + 100 + 106 + net_switch0 + port4 + + port + 106 + False + + + port4 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + + + + port + port5 + + 100 + 107 + net_switch0 + port5 + + port + 107 + False + + + port5 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + + + + port + port6 + + 100 + 108 + net_switch0 + port6 + + port + 108 + False + + + port6 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + + + + port + port7 + + 100 + 109 + net_switch0 + port7 + + port + 109 + False + + + port7 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + + + + + net_switch1 + 100 + 110 + 360,280 + net_switch + False + False + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + gw + + + lo + lo0 + + 110 + 111 + net_switch1 + lo0 + + lo + 111 + False + + + lo0 + + 127.0.0.1 + 255.0.0.0 + 0.0.0.0 + ip + + + + + management_interface + management_interface0 + + 110 + 112 + net_switch1 + management_interface0 + + management_interface + 112 + False + + + management_interface0 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + + + + port + port1 + + 110 + 113 + net_switch1 + port1 + + port + 113 + False + + + port1 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + + + + port + port2 + + 110 + 114 + net_switch1 + port2 + + port + 114 + False + + + port2 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + + + + port + port3 + + 110 + 115 + net_switch1 + port3 + + port + 115 + False + + + port3 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + + + + port + port4 + + 110 + 116 + net_switch1 + port4 + + port + 116 + False + + + port4 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + + + + port + port5 + + 110 + 117 + net_switch1 + port5 + + port + 117 + False + + + port5 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + + + + port + port6 + + 110 + 118 + net_switch1 + port6 + + port + 118 + False + + + port6 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + + + + port + port7 + + 110 + 119 + net_switch1 + port7 + + port + 119 + False + + + port7 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + + + + + net_switch2 + 100 + 120 + 350,480 + net_switch + False + False + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + gw + + + lo + lo0 + + 120 + 121 + net_switch2 + lo0 + + lo + 121 + False + + + lo0 + + 127.0.0.1 + 255.0.0.0 + 0.0.0.0 + ip + + + + + management_interface + management_interface0 + + 120 + 122 + net_switch2 + management_interface0 + + management_interface + 122 + False + + + management_interface0 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + + + + port + port1 + + 120 + 123 + net_switch2 + port1 + + port + 123 + False + + + port1 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + + + + port + port2 + + 120 + 124 + net_switch2 + port2 + + port + 124 + False + + + port2 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + + + + port + port3 + + 120 + 125 + net_switch2 + port3 + + port + 125 + False + + + port3 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + + + + port + port4 + + 120 + 126 + net_switch2 + port4 + + port + 126 + False + + + port4 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + + + + port + port5 + + 120 + 127 + net_switch2 + port5 + + port + 127 + False + + + port5 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + + + + port + port6 + + 120 + 128 + net_switch2 + port6 + + port + 128 + False + + + port6 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + + + + port + port7 + + 120 + 129 + net_switch2 + port7 + + port + 129 + False + + + port7 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + + + + + net_switch6 + 100 + 160 + 620,480 + net_switch + False + False + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + gw + + + lo + lo0 + + 160 + 161 + net_switch6 + lo0 + + lo + 161 + False + + + lo0 + + 127.0.0.1 + 255.0.0.0 + 0.0.0.0 + ip + + + + + management_interface + management_interface0 + + 160 + 162 + net_switch6 + management_interface0 + + management_interface + 162 + False + + + management_interface0 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + + + + port + port1 + + 160 + 163 + net_switch6 + port1 + + port + 163 + False + + + port1 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + + + + port + port2 + + 160 + 164 + net_switch6 + port2 + + port + 164 + False + + + port2 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + + + + port + port3 + + 160 + 165 + net_switch6 + port3 + + port + 165 + False + + + port3 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + + + + port + port4 + + 160 + 166 + net_switch6 + port4 + + port + 166 + False + + + port4 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + + + + port + port5 + + 160 + 167 + net_switch6 + port5 + + port + 167 + False + + + port5 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + + + + port + port6 + + 160 + 168 + net_switch6 + port6 + + port + 168 + False + + + port6 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + + + + port + port7 + + 160 + 169 + net_switch6 + port7 + + port + 169 + False + + + port7 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + + + + + net_switch7 + 100 + 170 + 620,280 + net_switch + False + False + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + gw + + + lo + lo0 + + 170 + 171 + net_switch7 + lo0 + + lo + 171 + False + + + lo0 + + 127.0.0.1 + 255.0.0.0 + 0.0.0.0 + ip + + + + + management_interface + management_interface0 + + 170 + 172 + net_switch7 + management_interface0 + + management_interface + 172 + False + + + management_interface0 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + + + + port + port1 + + 170 + 173 + net_switch7 + port1 + + port + 173 + False + + + port1 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + + + + port + port2 + + 170 + 174 + net_switch7 + port2 + + port + 174 + False + + + port2 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + + + + port + port3 + + 170 + 175 + net_switch7 + port3 + + port + 175 + False + + + port3 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + + + + port + port4 + + 170 + 176 + net_switch7 + port4 + + port + 176 + False + + + port4 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + + + + port + port5 + + 170 + 177 + net_switch7 + port5 + + port + 177 + False + + + port5 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + + + + port + port6 + + 170 + 178 + net_switch7 + port6 + + port + 178 + False + + + port6 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + + + + port + port7 + + 170 + 179 + net_switch7 + port7 + + port + 179 + False + + + port7 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + + + + + net_switch8 + 100 + 180 + 750,370 + net_switch + False + False + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + gw + + + lo + lo0 + + 180 + 181 + net_switch8 + lo0 + + lo + 181 + False + + + lo0 + + 127.0.0.1 + 255.0.0.0 + 0.0.0.0 + ip + + + + + management_interface + management_interface0 + + 180 + 182 + net_switch8 + management_interface0 + + management_interface + 182 + False + + + management_interface0 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + + + + port + port1 + + 180 + 183 + net_switch8 + port1 + + port + 183 + False + + + port1 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + + + + port + port2 + + 180 + 184 + net_switch8 + port2 + + port + 184 + False + + + port2 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + + + + port + port3 + + 180 + 185 + net_switch8 + port3 + + port + 185 + False + + + port3 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + + + + port + port4 + + 180 + 186 + net_switch8 + port4 + + port + 186 + False + + + port4 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + + + + port + port5 + + 180 + 187 + net_switch8 + port5 + + port + 187 + False + + + port5 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + + + + port + port6 + + 180 + 188 + net_switch8 + port6 + + port + 188 + False + + + port6 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + + + + port + port7 + + 180 + 189 + net_switch8 + port7 + + port + 189 + False + + + port7 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + + + + + pc0 + 100 + 190 + 880,380 + pc + False + False + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + gw + + + lo + lo0 + + 190 + 191 + pc0 + lo0 + + lo + 191 + False + + + lo0 + + 127.0.0.1 + 255.0.0.0 + 0.0.0.0 + ip + + + + + eth + eth0 + + 190 + 192 + pc0 + eth0 + + eth + 192 + False + + + eth0 + + 192.168.1.2 + 255.255.255.0 + 0.0.0.0 + ip + + + + + + pc1 + 100 + 193 + 50,420 + pc + False + False + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + gw + + + lo + lo0 + + 193 + 194 + pc1 + lo0 + + lo + 194 + False + + + lo0 + + 127.0.0.1 + 255.0.0.0 + 0.0.0.0 + ip + + + + + eth + eth0 + + 193 + 195 + pc1 + eth0 + + eth + 195 + False + + + eth0 + + 192.168.1.1 + 255.255.255.0 + 0.0.0.0 + ip + + + + + + + 193 + 195 + pc1 + eth0 + + + 100 + 103 + net_switch0 + port1 + + + 196 + + + + 100 + 105 + net_switch0 + port3 + + + 120 + 123 + net_switch2 + port1 + + + 198 + + + + 100 + 104 + net_switch0 + port2 + + + 110 + 113 + net_switch1 + port1 + + + 197 + + + + 170 + 175 + net_switch7 + port3 + + + 180 + 183 + net_switch8 + port1 + + + 207 + + + + 160 + 165 + net_switch6 + port3 + + + 180 + 184 + net_switch8 + port2 + + + 208 + + + + 180 + 185 + net_switch8 + port3 + + + 190 + 192 + pc0 + eth0 + + + 209 + + + + 110 + 114 + net_switch1 + port2 + + + 160 + 163 + net_switch6 + port1 + + + 210 + + + + 120 + 124 + net_switch2 + port2 + + + 170 + 173 + net_switch7 + port1 + + + 211 + + + + 110 + 115 + net_switch1 + port3 + + + 170 + 174 + net_switch7 + port2 + + + 212 + + + + 120 + 125 + net_switch2 + port3 + + + 160 + 164 + net_switch6 + port2 + + + 213 + + + pc0 + pc1 + SuccessfullyPings + + Ping + + \ No newline at end of file diff --git a/EduNetworkBuilder/Resources/Level1-BadDHCP.enbx b/EduNetworkBuilder/Resources/Level1-BadDHCP.enbx new file mode 100644 index 0000000..83b4b57 --- /dev/null +++ b/EduNetworkBuilder/Resources/Level1-BadDHCP.enbx @@ -0,0 +1,551 @@ + + + + + The Server is giving out bad DHCP. Edit the DHCP settings to tell it to give correct DHCP. (You do this by selecting 'DHCP' from the device-editing screen) Then do a DHCP request on all the PCs. + Bad DHCP + 1024 + 1024 + 100 + True + 126 + 1 + 02.00 + + net_switch0 + 100 + 112 + 408,281 + net_switch + False + False + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + gw + + + lo + lo0 + + 112 + 113 + net_switch0 + lo0 + + lo + 113 + False + + lo0 + + 127.0.0.1 + 255.0.0.0 + 0.0.0.0 + ip + + + + + management_interface + management_interface0 + + 112 + 114 + net_switch0 + management_interface0 + + management_interface + 114 + False + + management_interface0 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + + + + port + port1 + + 112 + 115 + net_switch0 + port1 + + port + 115 + False + + port1 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + + + + port + port2 + + 112 + 116 + net_switch0 + port2 + + port + 116 + False + + port2 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + + + + port + port3 + + 112 + 117 + net_switch0 + port3 + + port + 117 + False + + port3 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + + + + port + port4 + + 112 + 118 + net_switch0 + port4 + + port + 118 + False + + port4 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + + + + port + port5 + + 112 + 119 + net_switch0 + port5 + + port + 119 + False + + port5 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + + + + port + port6 + + 112 + 120 + net_switch0 + port6 + + port + 120 + False + + port6 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + + + + port + port7 + + 112 + 121 + net_switch0 + port7 + + port + 121 + False + + port7 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + + + + + pc0 + 100 + 103 + 212,649 + pc + False + False + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + gw + + + lo + lo0 + + 103 + 104 + pc0 + lo0 + + lo + 104 + False + + lo0 + + 127.0.0.1 + 255.0.0.0 + 0.0.0.0 + ip + + + + + eth + eth0 + + 103 + 105 + pc0 + eth0 + + eth + 105 + True + + eth0 + + 192.168.1.51 + 255.255.255.0 + 192.168.1.254 + route + + + + + + pc1 + 100 + 106 + 604,642 + pc + False + False + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + gw + + + lo + lo0 + + 106 + 107 + pc1 + lo0 + + lo + 107 + False + + lo0 + + 127.0.0.1 + 255.0.0.0 + 0.0.0.0 + ip + + + + + eth + eth0 + + 106 + 108 + pc1 + eth0 + + eth + 108 + True + + eth0 + + 192.168.1.50 + 255.255.255.0 + 192.168.1.254 + route + + + + + + pc2 + 100 + 109 + 708,284 + pc + False + False + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + gw + + + lo + lo0 + + 109 + 110 + pc2 + lo0 + + lo + 110 + False + + lo0 + + 127.0.0.1 + 255.0.0.0 + 0.0.0.0 + ip + + + + + eth + eth0 + + 109 + 111 + pc2 + eth0 + + eth + 111 + False + + eth0 + + 192.168.1.2 + 255.255.255.0 + 192.168.1.60 + ip + + + + + + server0 + 100 + 100 + 103,277 + server + False + True + + 192.168.1.254 + 255.255.255.0 + 192.168.1.60 + gw + + + lo + lo0 + + 100 + 101 + server0 + lo0 + + lo + 101 + False + + lo0 + + 127.0.0.1 + 255.0.0.0 + 0.0.0.0 + ip + + + + + eth + eth0 + + 100 + 102 + server0 + eth0 + + eth + 102 + False + + eth0 + + 192.168.1.1 + 255.255.255.0 + 0.0.0.0 + ip + + + + + 127.0.0.1 + 0.0.0.0 + 0.0.0.0 + route + + + 192.168.1.1 + 192.168.2.50 + 192.168.2.60 + route + + + + + 100 + 102 + server0 + eth0 + + + 112 + 115 + net_switch0 + port1 + + + 122 + + + + 103 + 105 + pc0 + eth0 + + + 112 + 116 + net_switch0 + port2 + + + 123 + + + + 106 + 108 + pc1 + eth0 + + + 112 + 117 + net_switch0 + port3 + + + 124 + + + + 109 + 111 + pc2 + eth0 + + + 112 + 118 + net_switch0 + port4 + + + 125 + + + pc0 + server0 + NeedsLocalIPTo + + + pc1 + server0 + NeedsLocalIPTo + + DHCP + + \ No newline at end of file diff --git a/EduNetworkBuilder/Resources/Level1-BadIP.enbx b/EduNetworkBuilder/Resources/Level1-BadIP.enbx new file mode 100644 index 0000000..94011a5 --- /dev/null +++ b/EduNetworkBuilder/Resources/Level1-BadIP.enbx @@ -0,0 +1,534 @@ + + + + + PC0 cannot ping one of the other computers. Figure out which one, and change the IP address of that computer so it works. + Bad IP + 1024 + 1024 + 100 + True + 126 + 1 + 01.00 + + net_switch0 + 100 + 112 + 450,216 + net_switch + False + False + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + gw + + + lo + lo0 + + 112 + 113 + net_switch0 + lo0 + + lo + 113 + False + + lo0 + + 127.0.0.1 + 255.0.0.0 + 0.0.0.0 + ip + + + + + management_interface + management_interface0 + + 112 + 114 + net_switch0 + management_interface0 + + management_interface + 114 + False + + management_interface0 + + 192.168.2.6 + 255.255.255.0 + 0.0.0.0 + ip + + + + + port + port1 + + 112 + 115 + net_switch0 + port1 + + port + 115 + False + + port1 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + + + + port + port2 + + 112 + 116 + net_switch0 + port2 + + port + 116 + False + + port2 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + + + + port + port3 + + 112 + 117 + net_switch0 + port3 + + port + 117 + False + + port3 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + + + + port + port4 + + 112 + 118 + net_switch0 + port4 + + port + 118 + False + + port4 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + + + + port + port5 + + 112 + 119 + net_switch0 + port5 + + port + 119 + False + + port5 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + + + + port + port6 + + 112 + 120 + net_switch0 + port6 + + port + 120 + False + + port6 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + + + + port + port7 + + 112 + 121 + net_switch0 + port7 + + port + 121 + False + + port7 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + + + + + pc0 + 100 + 100 + 95,216 + pc + False + False + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + gw + + + lo + lo0 + + 100 + 101 + pc0 + lo0 + + lo + 101 + False + + lo0 + + 127.0.0.1 + 255.0.0.0 + 0.0.0.0 + ip + + + + + eth + eth0 + + 100 + 102 + pc0 + eth0 + + eth + 102 + False + + eth0 + + 192.168.2.1 + 255.255.255.0 + 0.0.0.0 + ip + + + + + + pc1 + 100 + 103 + 288,605 + pc + False + False + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + gw + + + lo + lo0 + + 103 + 104 + pc1 + lo0 + + lo + 104 + False + + lo0 + + 127.0.0.1 + 255.0.0.0 + 0.0.0.0 + ip + + + + + eth + eth0 + + 103 + 105 + pc1 + eth0 + + eth + 105 + False + + eth0 + + 192.168.2.3 + 255.255.255.0 + 0.0.0.0 + ip + + + + + + pc2 + 100 + 106 + 646,591 + pc + False + False + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + gw + + + lo + lo0 + + 106 + 107 + pc2 + lo0 + + lo + 107 + False + + lo0 + + 127.0.0.1 + 255.0.0.0 + 0.0.0.0 + ip + + + + + eth + eth0 + + 106 + 108 + pc2 + eth0 + + eth + 108 + False + + eth0 + + 192.168.1.2 + 255.255.255.0 + 0.0.0.0 + ip + + + + + + pc3 + 100 + 109 + 789,216 + pc + False + False + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + gw + + + lo + lo0 + + 109 + 110 + pc3 + lo0 + + lo + 110 + False + + lo0 + + 127.0.0.1 + 255.0.0.0 + 0.0.0.0 + ip + + + + + eth + eth0 + + 109 + 111 + pc3 + eth0 + + eth + 111 + False + + eth0 + + 192.168.2.4 + 255.255.255.0 + 0.0.0.0 + ip + + + + + + + 100 + 102 + pc0 + eth0 + + + 112 + 115 + net_switch0 + port1 + + + 122 + + + + 109 + 111 + pc3 + eth0 + + + 112 + 116 + net_switch0 + port2 + + + 123 + + + + 103 + 105 + pc1 + eth0 + + + 112 + 117 + net_switch0 + port3 + + + 124 + + + + 106 + 108 + pc2 + eth0 + + + 112 + 118 + net_switch0 + port4 + + + 125 + + + pc0 + pc2 + NeedsLocalIPTo + + IP + + \ No newline at end of file diff --git a/EduNetworkBuilder/Resources/Level1-DuplicateIPs.enbx b/EduNetworkBuilder/Resources/Level1-DuplicateIPs.enbx new file mode 100644 index 0000000..67965c7 --- /dev/null +++ b/EduNetworkBuilder/Resources/Level1-DuplicateIPs.enbx @@ -0,0 +1,637 @@ + + + + + Get the PCs so they are happy + Duplicate IPs + 1024 + 1024 + 100 + False + 1 + 4 + 162 + none + + net_switch0 + 100 + 144 + 457,141 + net_switch + False + False + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + gw + + + lo + lo0 + + 144 + 145 + net_switch0 + lo0 + + lo + 145 + False + + lo0 + + 127.0.0.1 + 255.0.0.0 + 0.0.0.0 + ip + + + + + management_interface + management_interface0 + + 144 + 146 + net_switch0 + management_interface0 + + management_interface + 146 + False + + management_interface0 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + + + + port + port1 + + 144 + 147 + net_switch0 + port1 + + port + 147 + False + + port1 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + + + + port + port2 + + 144 + 148 + net_switch0 + port2 + + port + 148 + False + + port2 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + + + + port + port3 + + 144 + 149 + net_switch0 + port3 + + port + 149 + False + + port3 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + + + + port + port4 + + 144 + 150 + net_switch0 + port4 + + port + 150 + False + + port4 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + + + + port + port5 + + 144 + 151 + net_switch0 + port5 + + port + 151 + False + + port5 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + + + + port + port6 + + 144 + 152 + net_switch0 + port6 + + port + 152 + False + + port6 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + + + + port + port7 + + 144 + 153 + net_switch0 + port7 + + port + 153 + False + + port7 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + + + + + pc0 + 100 + 130 + 251,506 + pc + False + False + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + gw + + + lo + lo0 + + 130 + 131 + pc0 + lo0 + + lo + 131 + False + + lo0 + + 127.0.0.1 + 255.0.0.0 + 0.0.0.0 + ip + + + + + eth + eth0 + + 130 + 132 + pc0 + eth0 + + eth + 132 + False + + eth0 + + 192.168.1.3 + 255.255.255.0 + 0.0.0.0 + ip + + + + + + pc1 + 100 + 133 + 407,506 + pc + False + False + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + gw + + + lo + lo0 + + 133 + 134 + pc1 + lo0 + + lo + 134 + False + + lo0 + + 127.0.0.1 + 255.0.0.0 + 0.0.0.0 + ip + + + + + eth + eth0 + + 133 + 135 + pc1 + eth0 + + eth + 135 + False + + eth0 + + 192.168.1.3 + 255.255.255.0 + 0.0.0.0 + ip + + + + + + pc2 + 100 + 136 + 527,506 + pc + False + False + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + gw + + + lo + lo0 + + 136 + 137 + pc2 + lo0 + + lo + 137 + False + + lo0 + + 127.0.0.1 + 255.0.0.0 + 0.0.0.0 + ip + + + + + eth + eth0 + + 136 + 138 + pc2 + eth0 + + eth + 138 + False + + eth0 + + 192.168.1.3 + 255.255.255.0 + 0.0.0.0 + ip + + + + + + pc3 + 100 + 139 + 658,513 + pc + False + False + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + gw + + + lo + lo0 + + 139 + 140 + pc3 + lo0 + + lo + 140 + False + + lo0 + + 127.0.0.1 + 255.0.0.0 + 0.0.0.0 + ip + + + + + eth + eth0 + + 139 + 141 + pc3 + eth0 + + eth + 141 + True + + eth0 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + + + + + server0 + 100 + 154 + 111,151 + server + False + True + + 192.168.1.254 + 255.255.255.0 + 0.0.0.0 + gw + + + lo + lo0 + + 154 + 155 + server0 + lo0 + + lo + 155 + False + + lo0 + + 127.0.0.1 + 255.0.0.0 + 0.0.0.0 + ip + + + + + eth + eth0 + + 154 + 156 + server0 + eth0 + + eth + 156 + False + + eth0 + + 192.168.1.1 + 255.255.255.0 + 0.0.0.0 + ip + + + + + 127.0.0.1 + 0.0.0.0 + 0.0.0.0 + route + + + 192.168.1.1 + 192.168.1.2 + 192.168.1.6 + route + + + + + 154 + 156 + server0 + eth0 + + + 144 + 147 + net_switch0 + port1 + + + 157 + + + + 130 + 132 + pc0 + eth0 + + + 144 + 148 + net_switch0 + port2 + + + 158 + + + + 133 + 135 + pc1 + eth0 + + + 144 + 149 + net_switch0 + port3 + + + 159 + + + + 136 + 138 + pc2 + eth0 + + + 144 + 150 + net_switch0 + port4 + + + 160 + + + + 139 + 141 + pc3 + eth0 + + + 144 + 151 + net_switch0 + port5 + + + 161 + + + pc0 + pc1 + NeedsLocalIPTo + + + pc1 + pc2 + NeedsLocalIPTo + + + pc2 + pc3 + NeedsLocalIPTo + + + pc3 + server0 + NeedsLocalIPTo + + IP + + \ No newline at end of file diff --git a/EduNetworkBuilder/Resources/Level1-MidDHCP.enbx b/EduNetworkBuilder/Resources/Level1-MidDHCP.enbx new file mode 100644 index 0000000..c57be9e --- /dev/null +++ b/EduNetworkBuilder/Resources/Level1-MidDHCP.enbx @@ -0,0 +1,865 @@ + + + + + These IP-Phones cannot have a static IP. You must add a server on the 192.168.1.0 network and configure the DHCP server. Give an IP to the phone, so the phone can ping the PCs on the other side of the network + Add DHCP Server + 1024 + 1024 + 100 + False + 1 + 05.00 + 146 + none + + ip_phone0 + 100 + 100 + 360,470 + ip_phone + False + False + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + gw + + + lo + lo0 + + 100 + 101 + ip_phone0 + lo0 + + lo + 101 + False + + lo0 + + 127.0.0.1 + 255.0.0.0 + 0.0.0.0 + ip + + + + + eth + eth0 + + 100 + 102 + ip_phone0 + eth0 + + eth + 102 + True + + eth0 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + + + + + net_switch0 + 100 + 103 + 240,310 + net_switch + False + False + + 192.168.1.1 + 255.255.255.0 + 0.0.0.0 + gw + + + lo + lo0 + + 103 + 104 + net_switch0 + lo0 + + lo + 104 + False + + lo0 + + 127.0.0.1 + 255.0.0.0 + 0.0.0.0 + ip + + + + + management_interface + management_interface0 + + 103 + 105 + net_switch0 + management_interface0 + + management_interface + 105 + False + + management_interface0 + + 192.168.1.4 + 255.255.255.0 + 0.0.0.0 + ip + + + + + port + port1 + + 103 + 106 + net_switch0 + port1 + + port + 106 + False + + port1 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + + + + port + port2 + + 103 + 107 + net_switch0 + port2 + + port + 107 + False + + port2 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + + + + port + port3 + + 103 + 108 + net_switch0 + port3 + + port + 108 + False + + port3 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + + + + port + port4 + + 103 + 109 + net_switch0 + port4 + + port + 109 + False + + port4 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + + + + port + port5 + + 103 + 110 + net_switch0 + port5 + + port + 110 + False + + port5 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + + + + port + port6 + + 103 + 111 + net_switch0 + port6 + + port + 111 + False + + port6 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + + + + port + port7 + + 103 + 112 + net_switch0 + port7 + + port + 112 + False + + port7 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + + + + + net_switch1 + 100 + 120 + 750,320 + net_switch + False + False + + 192.168.5.1 + 255.255.255.0 + 0.0.0.0 + gw + + + lo + lo0 + + 120 + 121 + net_switch1 + lo0 + + lo + 121 + False + + lo0 + + 127.0.0.1 + 255.0.0.0 + 0.0.0.0 + ip + + + + + management_interface + management_interface0 + + 120 + 122 + net_switch1 + management_interface0 + + management_interface + 122 + False + + management_interface0 + + 192.168.5.5 + 255.255.255.0 + 0.0.0.0 + ip + + + + + port + port1 + + 120 + 123 + net_switch1 + port1 + + port + 123 + False + + port1 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + + + + port + port2 + + 120 + 124 + net_switch1 + port2 + + port + 124 + False + + port2 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + + + + port + port3 + + 120 + 125 + net_switch1 + port3 + + port + 125 + False + + port3 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + + + + port + port4 + + 120 + 126 + net_switch1 + port4 + + port + 126 + False + + port4 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + + + + port + port5 + + 120 + 127 + net_switch1 + port5 + + port + 127 + False + + port5 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + + + + port + port6 + + 120 + 128 + net_switch1 + port6 + + port + 128 + False + + port6 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + + + + port + port7 + + 120 + 129 + net_switch1 + port7 + + port + 129 + False + + port7 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + + + + + pc0 + 100 + 130 + 750,470 + pc + False + False + + 192.168.5.1 + 255.255.255.0 + 0.0.0.0 + gw + + + lo + lo0 + + 130 + 131 + pc0 + lo0 + + lo + 131 + False + + lo0 + + 127.0.0.1 + 255.0.0.0 + 0.0.0.0 + ip + + + + + eth + eth0 + + 130 + 132 + pc0 + eth0 + + eth + 132 + False + + eth0 + + 192.168.5.3 + 255.255.255.0 + 0.0.0.0 + ip + + + + + + pc1 + 100 + 133 + 610,470 + pc + False + False + + 192.168.5.1 + 255.255.255.0 + 0.0.0.0 + gw + + + lo + lo0 + + 133 + 134 + pc1 + lo0 + + lo + 134 + False + + lo0 + + 127.0.0.1 + 255.0.0.0 + 0.0.0.0 + ip + + + + + eth + eth0 + + 133 + 135 + pc1 + eth0 + + eth + 135 + False + + eth0 + + 192.168.5.2 + 255.255.255.0 + 0.0.0.0 + ip + + + + + + pc2 + 100 + 136 + 880,470 + pc + False + False + + 192.168.5.1 + 255.255.255.0 + 0.0.0.0 + gw + + + lo + lo0 + + 136 + 137 + pc2 + lo0 + + lo + 137 + False + + lo0 + + 127.0.0.1 + 255.0.0.0 + 0.0.0.0 + ip + + + + + eth + eth0 + + 136 + 138 + pc2 + eth0 + + eth + 138 + False + + eth0 + + 192.168.5.4 + 255.255.255.0 + 0.0.0.0 + ip + + + + + + router0 + 100 + 116 + 470,150 + router + False + False + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + gw + + + lo + lo0 + + 116 + 117 + router0 + lo0 + + lo + 117 + False + + lo0 + + 127.0.0.1 + 255.0.0.0 + 0.0.0.0 + ip + + + + + eth + eth0 + + 116 + 118 + router0 + eth0 + + eth + 118 + False + + eth0 + + 192.168.5.1 + 255.255.255.0 + 0.0.0.0 + ip + + + + + eth + eth1 + + 116 + 119 + router0 + eth1 + + eth + 119 + False + + eth1 + + 192.168.1.1 + 255.255.255.0 + 0.0.0.0 + ip + + + + + + + 133 + 135 + pc1 + eth0 + + + 120 + 123 + net_switch1 + port1 + + + 139 + + + + 130 + 132 + pc0 + eth0 + + + 120 + 124 + net_switch1 + port2 + + + 140 + + + + 136 + 138 + pc2 + eth0 + + + 120 + 125 + net_switch1 + port3 + + + 141 + + + + 120 + 126 + net_switch1 + port4 + + + 116 + 118 + router0 + eth0 + + + 142 + + + + 103 + 106 + net_switch0 + port1 + + + 116 + 119 + router0 + eth1 + + + 143 + + + + 100 + 102 + ip_phone0 + eth0 + + + 103 + 108 + net_switch0 + port3 + + + 145 + + + ip_phone0 + router0 + NeedsDefaultGW + + + ip_phone0 + pc0 + SuccessfullyPings + + + \ No newline at end of file diff --git a/EduNetworkBuilder/Resources/Level1-MixedNetwork.enbx b/EduNetworkBuilder/Resources/Level1-MixedNetwork.enbx new file mode 100644 index 0000000..7e2968b --- /dev/null +++ b/EduNetworkBuilder/Resources/Level1-MixedNetwork.enbx @@ -0,0 +1,404 @@ + + + + + This puzzle has three tasks to it: +1) Give the switch an IP address +2) Add an IP-Phone to the network, linking it to the switch, and then do a DHCP request for it. +3) Ping the switch from the IP-Phone + Adding Devices + 1024 + 1024 + 100 + True + 1 + 4.3 + 121 + basic + + net_switch0 + 100 + 103 + 380,350 + net_switch + False + False + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + gw + + + lo + lo0 + + 103 + 104 + net_switch0 + lo0 + + lo + 104 + False + + lo0 + + 127.0.0.1 + 255.0.0.0 + 0.0.0.0 + ip + + + + + management_interface + management_interface0 + + 103 + 105 + net_switch0 + management_interface0 + + management_interface + 105 + False + + management_interface0 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + + + + port + port1 + + 103 + 106 + net_switch0 + port1 + + port + 106 + False + + port1 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + + + + port + port2 + + 103 + 107 + net_switch0 + port2 + + port + 107 + False + + port2 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + + + + port + port3 + + 103 + 108 + net_switch0 + port3 + + port + 108 + False + + port3 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + + + + port + port4 + + 103 + 109 + net_switch0 + port4 + + port + 109 + False + + port4 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + + + + port + port5 + + 103 + 110 + net_switch0 + port5 + + port + 110 + False + + port5 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + + + + port + port6 + + 103 + 111 + net_switch0 + port6 + + port + 111 + False + + port6 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + + + + port + port7 + + 103 + 112 + net_switch0 + port7 + + port + 112 + False + + port7 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + + + + + pc0 + 100 + 113 + 380,520 + pc + False + False + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + gw + + + lo + lo0 + + 113 + 114 + pc0 + lo0 + + lo + 114 + False + + lo0 + + 127.0.0.1 + 255.0.0.0 + 0.0.0.0 + ip + + + + + eth + eth0 + + 113 + 115 + pc0 + eth0 + + eth + 115 + False + + eth0 + + 192.168.1.2 + 255.255.255.0 + 192.168.1.40 + ip + + + + + + server0 + 100 + 100 + 180,350 + server + False + True + + 192.168.1.254 + 255.255.255.0 + 0.0.0.0 + gw + + + lo + lo0 + + 100 + 101 + server0 + lo0 + + lo + 101 + False + + lo0 + + 127.0.0.1 + 255.0.0.0 + 0.0.0.0 + ip + + + + + eth + eth0 + + 100 + 102 + server0 + eth0 + + eth + 102 + False + + eth0 + + 192.168.1.1 + 255.255.255.0 + 0.0.0.0 + ip + + + + + 127.0.0.1 + 0.0.0.0 + 0.0.0.0 + route + + + 192.168.1.1 + 192.168.1.20 + 192.168.1.40 + route + + + + + 100 + 102 + server0 + eth0 + + + 103 + 106 + net_switch0 + port1 + + + 116 + + + + 113 + 115 + pc0 + eth0 + + + 103 + 107 + net_switch0 + port2 + + + 117 + + + net_switch0 + server0 + NeedsLocalIPTo + + + ip_phone0 + net_switch0 + SuccessfullyPings + + + \ No newline at end of file diff --git a/EduNetworkBuilder/Resources/Level1-NoGateway.enbx b/EduNetworkBuilder/Resources/Level1-NoGateway.enbx new file mode 100644 index 0000000..8228f2b --- /dev/null +++ b/EduNetworkBuilder/Resources/Level1-NoGateway.enbx @@ -0,0 +1,805 @@ + + + + + The items on one network cannot ping the items on the other network (separated by the router). Figure why and fix it. All computers and switches need fixing, but the router is OK. + Gateway Puzzle + 1024 + 1024 + 100 + False + 142 + 1 + 03.00 + + net_switch0 + 100 + 100 + 403,305 + net_switch + False + False + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + gw + + + lo + lo0 + + 100 + 101 + net_switch0 + lo0 + + lo + 101 + False + + lo0 + + 127.0.0.1 + 255.0.0.0 + 0.0.0.0 + ip + + + + + management_interface + management_interface0 + + 100 + 102 + net_switch0 + management_interface0 + + management_interface + 102 + False + + management_interface0 + + 192.168.2.5 + 255.255.255.0 + 0.0.0.0 + ip + + + + + port + port1 + + 100 + 103 + net_switch0 + port1 + + port + 103 + False + + port1 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + + + + port + port2 + + 100 + 104 + net_switch0 + port2 + + port + 104 + False + + port2 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + + + + port + port3 + + 100 + 105 + net_switch0 + port3 + + port + 105 + False + + port3 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + + + + port + port4 + + 100 + 106 + net_switch0 + port4 + + port + 106 + False + + port4 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + + + + port + port5 + + 100 + 107 + net_switch0 + port5 + + port + 107 + False + + port5 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + + + + port + port6 + + 100 + 108 + net_switch0 + port6 + + port + 108 + False + + port6 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + + + + port + port7 + + 100 + 109 + net_switch0 + port7 + + port + 109 + False + + port7 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + + + + + net_switch1 + 100 + 126 + 250,502 + net_switch + False + False + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + gw + + + lo + lo0 + + 126 + 127 + net_switch1 + lo0 + + lo + 127 + False + + lo0 + + 127.0.0.1 + 255.0.0.0 + 0.0.0.0 + ip + + + + + management_interface + management_interface0 + + 126 + 128 + net_switch1 + management_interface0 + + management_interface + 128 + False + + management_interface0 + + 192.168.1.4 + 255.255.255.0 + 0.0.0.0 + ip + + + + + port + port1 + + 126 + 129 + net_switch1 + port1 + + port + 129 + False + + port1 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + + + + port + port2 + + 126 + 130 + net_switch1 + port2 + + port + 130 + False + + port2 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + + + + port + port3 + + 126 + 131 + net_switch1 + port3 + + port + 131 + False + + port3 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + + + + port + port4 + + 126 + 132 + net_switch1 + port4 + + port + 132 + False + + port4 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + + + + port + port5 + + 126 + 133 + net_switch1 + port5 + + port + 133 + False + + port5 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + + + + port + port6 + + 126 + 134 + net_switch1 + port6 + + port + 134 + False + + port6 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + + + + port + port7 + + 126 + 135 + net_switch1 + port7 + + port + 135 + False + + port7 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + + + + + pc0 + 100 + 136 + 252,704 + pc + False + False + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + gw + + + lo + lo0 + + 136 + 137 + pc0 + lo0 + + lo + 137 + False + + lo0 + + 127.0.0.1 + 255.0.0.0 + 0.0.0.0 + ip + + + + + eth + eth0 + + 136 + 138 + pc0 + eth0 + + eth + 138 + False + + eth0 + + 192.168.1.2 + 255.255.255.0 + 0.0.0.0 + ip + + + + + + pc1 + 100 + 113 + 639,418 + pc + False + False + + 0.0.0.0 + 255.255.255.0 + 0.0.0.0 + gw + + + lo + lo0 + + 113 + 114 + pc1 + lo0 + + lo + 114 + False + + lo0 + + 127.0.0.1 + 255.0.0.0 + 0.0.0.0 + ip + + + + + eth + eth0 + + 113 + 115 + pc1 + eth0 + + eth + 115 + False + + eth0 + + 192.168.2.3 + 255.255.255.0 + 0.0.0.0 + ip + + + + + + pc2 + 100 + 116 + 639,204 + pc + False + False + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + gw + + + lo + lo0 + + 116 + 117 + pc2 + lo0 + + lo + 117 + False + + lo0 + + 127.0.0.1 + 255.0.0.0 + 0.0.0.0 + ip + + + + + eth + eth0 + + 116 + 118 + pc2 + eth0 + + eth + 118 + False + + eth0 + + 192.168.2.4 + 255.255.255.0 + 0.0.0.0 + ip + + + + + + router0 + 100 + 122 + 252,303 + router + False + False + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + gw + + + lo + lo0 + + 122 + 123 + router0 + lo0 + + lo + 123 + False + + lo0 + + 127.0.0.1 + 255.0.0.0 + 0.0.0.0 + ip + + + + + eth + eth0 + + 122 + 124 + router0 + eth0 + + eth + 124 + False + + eth0 + + 192.168.2.1 + 255.255.255.0 + 0.0.0.0 + ip + + + + + eth + eth1 + + 122 + 125 + router0 + eth1 + + eth + 125 + False + + eth1 + + 192.168.1.1 + 255.255.255.0 + 0.0.0.0 + ip + + + + + + + 100 + 103 + net_switch0 + port1 + + + 116 + 118 + pc2 + eth0 + + + 119 + + + + 100 + 104 + net_switch0 + port2 + + + 113 + 115 + pc1 + eth0 + + + 120 + + + + 100 + 105 + net_switch0 + port3 + + + 122 + 124 + router0 + eth0 + + + 139 + + + + 122 + 125 + router0 + eth1 + + + 126 + 129 + net_switch1 + port1 + + + 140 + + + + 126 + 130 + net_switch1 + port2 + + + 136 + 138 + pc0 + eth0 + + + 141 + + + pc0 + router0 + NeedsDefaultGW + + + net_switch0 + router0 + NeedsDefaultGW + + + net_switch1 + router0 + NeedsDefaultGW + + + pc1 + router0 + NeedsDefaultGW + + + pc2 + router0 + NeedsDefaultGW + + Gateway + + \ No newline at end of file diff --git a/EduNetworkBuilder/Resources/Level1_BadGateway.enbx b/EduNetworkBuilder/Resources/Level1_BadGateway.enbx new file mode 100644 index 0000000..304cdfa --- /dev/null +++ b/EduNetworkBuilder/Resources/Level1_BadGateway.enbx @@ -0,0 +1,1171 @@ + + + + + Computers can only communicate with other computers that are local to them. Gateways must have an IP address that is local to the client. Ping pc0 from pc1 and see if you can spot the error. + Bad Gateway + 1024 + 1024 + 100 + False + 1 + 6 + 160 + full + + net_switch0 + 100 + 112 + 109,397 + net_switch + False + False + + 192.168.1.1 + 255.255.255.0 + 0.0.0.0 + gw + + + lo + lo0 + + 112 + 113 + net_switch0 + lo0 + + lo + 113 + False + + + lo0 + + 127.0.0.1 + 255.0.0.0 + 0.0.0.0 + ip + + + + + management_interface + management_interface0 + + 112 + 114 + net_switch0 + management_interface0 + + management_interface + 114 + False + + + management_interface0 + + 192.168.1.4 + 255.255.255.0 + 0.0.0.0 + ip + + + + + port + port1 + + 112 + 115 + net_switch0 + port1 + + port + 115 + False + + + port1 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + + + + port + port2 + + 112 + 116 + net_switch0 + port2 + + port + 116 + False + + + port2 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + + + + port + port3 + + 112 + 117 + net_switch0 + port3 + + port + 117 + False + + + port3 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + + + + port + port4 + + 112 + 118 + net_switch0 + port4 + + port + 118 + False + + + port4 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + + + + port + port5 + + 112 + 119 + net_switch0 + port5 + + port + 119 + False + + + port5 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + + + + port + port6 + + 112 + 120 + net_switch0 + port6 + + port + 120 + False + + + port6 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + + + + port + port7 + + 112 + 121 + net_switch0 + port7 + + port + 121 + False + + + port7 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + + + + + net_switch1 + 100 + 122 + 736,397 + net_switch + False + False + + 192.168.2.1 + 255.255.255.0 + 0.0.0.0 + gw + + + lo + lo0 + + 122 + 123 + net_switch1 + lo0 + + lo + 123 + False + + + lo0 + + 127.0.0.1 + 255.0.0.0 + 0.0.0.0 + ip + + + + + management_interface + management_interface0 + + 122 + 124 + net_switch1 + management_interface0 + + management_interface + 124 + False + + + management_interface0 + + 192.168.2.4 + 255.255.255.0 + 0.0.0.0 + ip + + + + + port + port1 + + 122 + 125 + net_switch1 + port1 + + port + 125 + False + + + port1 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + + + + port + port2 + + 122 + 126 + net_switch1 + port2 + + port + 126 + False + + + port2 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + + + + port + port3 + + 122 + 127 + net_switch1 + port3 + + port + 127 + False + + + port3 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + + + + port + port4 + + 122 + 128 + net_switch1 + port4 + + port + 128 + False + + + port4 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + + + + port + port5 + + 122 + 129 + net_switch1 + port5 + + port + 129 + False + + + port5 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + + + + port + port6 + + 122 + 130 + net_switch1 + port6 + + port + 130 + False + + + port6 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + + + + port + port7 + + 122 + 131 + net_switch1 + port7 + + port + 131 + False + + + port7 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + + + + + pc1 + 100 + 109 + 610,513 + pc + False + False + + 192.168.2.1 + 255.255.255.0 + 0.0.0.0 + gw + + + lo + lo0 + + 109 + 110 + pc1 + lo0 + + lo + 110 + False + + + lo0 + + 127.0.0.1 + 255.0.0.0 + 0.0.0.0 + ip + + + + + eth + eth0 + + 109 + 111 + pc1 + eth0 + + eth + 111 + False + + + eth0 + + 192.168.2.3 + 255.255.255.0 + 0.0.0.0 + ip + + + + + + pc0 + 100 + 152 + 212,530 + pc + False + False + + 192.168.10.1 + 0.0.0.0 + 0.0.0.0 + gw + + + lo + lo0 + + 152 + 153 + pc2 + lo0 + + lo + 153 + False + + + lo0 + + 127.0.0.1 + 255.0.0.0 + 0.0.0.0 + ip + + + + + eth + eth0 + + 152 + 154 + pc2 + eth0 + + eth + 154 + False + + + eth0 + + 192.168.1.3 + 255.255.255.0 + 0.0.0.0 + ip + + + + + + router0 + 100 + 132 + 112,260 + router + False + False + + 192.168.3.2 + 255.255.255.0 + 192.168.4.2 + gw + + + lo + lo0 + + 132 + 133 + router0 + lo0 + + lo + 133 + False + + + lo0 + + 127.0.0.1 + 255.0.0.0 + 0.0.0.0 + ip + + + + + eth + eth0 + + 132 + 134 + router0 + eth0 + + eth + 134 + False + + + eth0 + + 192.168.1.1 + 255.255.255.0 + 0.0.0.0 + ip + + + + eth0 + + 192.168.10.1 + 255.255.255.0 + 0.0.0.0 + ip + + + + + eth + eth1 + + 132 + 135 + router0 + eth1 + + eth + 135 + False + + + eth1 + + 192.168.3.1 + 255.255.255.0 + 0.0.0.0 + ip + + + + + 192.168.2.1 + 255.255.255.0 + 192.168.3.2 + route + + + 192.168.2.1 + 255.255.255.0 + 192.168.3.2 + route + + + + router1 + 100 + 136 + 736,257 + router + False + False + + 192.168.4.2 + 255.255.255.0 + 192.168.4.2 + gw + + + lo + lo0 + + 136 + 137 + router1 + lo0 + + lo + 137 + False + + + lo0 + + 127.0.0.1 + 255.0.0.0 + 0.0.0.0 + ip + + + + + eth + eth0 + + 136 + 138 + router1 + eth0 + + eth + 138 + False + + + eth0 + + 192.168.4.1 + 255.255.255.0 + 0.0.0.0 + ip + + + + + eth + eth1 + + 136 + 139 + router1 + eth1 + + eth + 139 + False + + + eth1 + + 192.168.2.1 + 255.255.255.0 + 0.0.0.0 + ip + + + + + 192.168.1.0 + 255.255.255.0 + 192.168.4.2 + route + + + 192.168.1.0 + 255.255.255.0 + 192.168.4.2 + route + + + + router2 + 100 + 140 + 403,110 + router + False + False + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + gw + + + lo + lo0 + + 140 + 141 + router2 + lo0 + + lo + 141 + False + + + lo0 + + 127.0.0.1 + 255.0.0.0 + 0.0.0.0 + ip + + + + + eth + eth0 + + 140 + 142 + router2 + eth0 + + eth + 142 + False + + + eth0 + + 192.168.3.2 + 255.255.255.0 + 0.0.0.0 + ip + + + + + eth + eth1 + + 140 + 143 + router2 + eth1 + + eth + 143 + False + + + eth1 + + 192.168.4.2 + 255.255.255.0 + 0.0.0.0 + ip + + + + + 192.168.1.0 + 255.255.255.0 + 192.168.3.1 + route + + + 192.168.2.0 + 255.255.255.0 + 192.168.4.1 + route + + + 192.168.1.0 + 255.255.255.0 + 192.168.3.1 + route + + + 192.168.2.0 + 255.255.255.0 + 192.168.4.1 + route + + + + server0 + 100 + 100 + 8,520 + server + True + True + + 192.168.1.1 + 255.255.255.0 + 0.0.0.0 + gw + + + lo + lo0 + + 100 + 101 + server0 + lo0 + + lo + 101 + False + + + lo0 + + 127.0.0.1 + 255.0.0.0 + 0.0.0.0 + ip + + + + + eth + eth0 + + 100 + 102 + server0 + eth0 + + eth + 102 + False + + + eth0 + + 192.168.1.2 + 255.255.255.0 + 0.0.0.0 + ip + + + + + 127.0.0.1 + 0.0.0.0 + 0.0.0.0 + route + + + 192.168.1.2 + 192.168.1.5 + 192.168.1.7 + route + + + + server1 + 100 + 103 + 862,520 + server + False + True + + 192.168.2.1 + 255.255.255.0 + 0.0.0.0 + gw + + + lo + lo0 + + 103 + 104 + server1 + lo0 + + lo + 104 + False + + + lo0 + + 127.0.0.1 + 255.0.0.0 + 0.0.0.0 + ip + + + + + eth + eth0 + + 103 + 105 + server1 + eth0 + + eth + 105 + False + + + eth0 + + 192.168.2.2 + 255.255.255.0 + 0.0.0.0 + ip + + + + + 127.0.0.1 + 0.0.0.0 + 0.0.0.0 + route + + + 192.168.2.2 + 192.168.2.5 + 192.168.2.10 + route + + + + + 100 + 102 + server0 + eth0 + + + 112 + 115 + net_switch0 + port1 + + + 144 + + + + 140 + 143 + router2 + eth1 + + + 136 + 138 + router1 + eth0 + + + 148 + + + + 109 + 111 + pc1 + eth0 + + + 122 + 127 + net_switch1 + port3 + + + 151 + + + + 103 + 105 + server1 + eth0 + + + 122 + 126 + net_switch1 + port2 + + + 150 + + + + 136 + 139 + router1 + eth1 + + + 122 + 125 + net_switch1 + port1 + + + 149 + + + + 152 + 154 + pc2 + eth0 + + + 112 + 118 + net_switch0 + port4 + + + 159 + + + + 132 + 135 + router0 + eth1 + + + 140 + 142 + router2 + eth0 + + + 147 + + + + 112 + 117 + net_switch0 + port3 + + + 132 + 134 + router0 + eth0 + + + 146 + + + pc1 + pc0 + SuccessfullyPings + + Gateway + + \ No newline at end of file diff --git a/EduNetworkBuilder/Resources/Level1_DuplicateMAC.enbx b/EduNetworkBuilder/Resources/Level1_DuplicateMAC.enbx new file mode 100644 index 0000000..88c6d2a --- /dev/null +++ b/EduNetworkBuilder/Resources/Level1_DuplicateMAC.enbx @@ -0,0 +1,466 @@ + + + + + This puzzle shows you what happens when there are duplicate MAC addresses. This rarely happens, but it used to happen more often than should be statistically probable. Cheap network card vendors used to make batches of cards with the same MAC address, and occasionally someone would buy two of them. The best solution is to replace one of the NICs that has the duplicate MAC address. Ping both pc0 and pc1 from pc2. + Duplicate MAC addresses + 1024 + 1024 + 100 + True + 1 + 7 + 132 + full + + net_switch0 + 100 + 100 + 430,270 + net_switch + False + False + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + gw + + + lo + lo0 + + 100 + 101 + net_switch0 + lo0 + + lo + 101 + False + + lo0 + + 127.0.0.1 + 255.0.0.0 + 0.0.0.0 + ip + + + + + management_interface + management_interface0 + + 100 + 102 + net_switch0 + management_interface0 + + management_interface + 102 + False + + management_interface0 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + + + + port + port1 + + 100 + 103 + net_switch0 + port1 + + port + 103 + False + + port1 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + + + + port + port2 + + 100 + 104 + net_switch0 + port2 + + port + 104 + False + + port2 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + + + + port + port3 + + 100 + 105 + net_switch0 + port3 + + port + 105 + False + + port3 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + + + + port + port4 + + 100 + 106 + net_switch0 + port4 + + port + 106 + False + + port4 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + + + + port + port5 + + 100 + 107 + net_switch0 + port5 + + port + 107 + False + + port5 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + + + + port + port6 + + 100 + 108 + net_switch0 + port6 + + port + 108 + False + + port6 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + + + + port + port7 + + 100 + 109 + net_switch0 + port7 + + port + 109 + False + + port7 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + + + + + pc0 + 100 + 120 + 150,450 + pc + False + False + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + gw + + + lo + lo0 + + 120 + 121 + pc0 + lo0 + + lo + 121 + False + + lo0 + + 127.0.0.1 + 255.0.0.0 + 0.0.0.0 + ip + + + + + eth + eth0 + + 120 + 122 + pc0 + eth0 + + 1008b173aa5b + eth + 122 + False + + eth0 + + 192.168.1.1 + 255.255.255.0 + 0.0.0.0 + ip + + + + + + pc1 + 100 + 123 + 420,560 + pc + False + False + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + gw + + + lo + lo0 + + 123 + 124 + pc1 + lo0 + + lo + 124 + False + + lo0 + + 127.0.0.1 + 255.0.0.0 + 0.0.0.0 + ip + + + + + eth + eth0 + + 123 + 125 + pc1 + eth0 + + 1008b173aa5b + eth + 125 + False + + eth0 + + 192.168.1.2 + 255.255.255.0 + 0.0.0.0 + ip + + + + + + pc2 + 100 + 126 + 740,450 + pc + False + False + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + gw + + + lo + lo0 + + 126 + 127 + pc2 + lo0 + + lo + 127 + False + + lo0 + + 127.0.0.1 + 255.0.0.0 + 0.0.0.0 + ip + + + + + eth + eth0 + + 126 + 128 + pc2 + eth0 + + eth + 128 + False + + eth0 + + 192.168.1.3 + 255.255.255.0 + 0.0.0.0 + ip + + + + + + + 120 + 122 + pc0 + eth0 + + + 100 + 103 + net_switch0 + port1 + + + 129 + + + + 123 + 125 + pc1 + eth0 + + + 100 + 104 + net_switch0 + port2 + + + 130 + + + + 126 + 128 + pc2 + eth0 + + + 100 + 105 + net_switch0 + port3 + + + 131 + + + pc2 + pc0 + SuccessfullyPings + + + pc2 + pc1 + SuccessfullyPings + + + \ No newline at end of file diff --git a/EduNetworkBuilder/Resources/Level1_OneNetTwoSubnets.enbx b/EduNetworkBuilder/Resources/Level1_OneNetTwoSubnets.enbx new file mode 100644 index 0000000..e563fd1 --- /dev/null +++ b/EduNetworkBuilder/Resources/Level1_OneNetTwoSubnets.enbx @@ -0,0 +1,771 @@ + + + + + This network has two different subnets using the same switch. Ping from the different PCs to machines on the other network. + Two Subnets, Shared Network + 1024 + 1024 + 100 + True + 1 + 4 + 137 + full + + net_switch0 + 100 + 109 + 390,400 + net_switch + False + False + + 192.168.1.1 + 0.0.0.0 + 0.0.0.0 + gw + + + lo + lo0 + + 109 + 110 + net_switch0 + lo0 + + lo + 110 + False + + lo0 + + 127.0.0.1 + 255.0.0.0 + 0.0.0.0 + ip + + + + + management_interface + management_interface0 + + 109 + 111 + net_switch0 + management_interface0 + + management_interface + 111 + False + + management_interface0 + + 192.168.1.5 + 255.255.255.0 + 0.0.0.0 + ip + + + + + port + port1 + + 109 + 112 + net_switch0 + port1 + + port + 112 + False + + port1 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + + + + port + port2 + + 109 + 113 + net_switch0 + port2 + + port + 113 + False + + port2 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + + + + port + port3 + + 109 + 114 + net_switch0 + port3 + + port + 114 + False + + port3 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + + + + port + port4 + + 109 + 115 + net_switch0 + port4 + + port + 115 + False + + port4 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + + + + port + port5 + + 109 + 116 + net_switch0 + port5 + + port + 116 + False + + port5 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + + + + port + port6 + + 109 + 117 + net_switch0 + port6 + + port + 117 + False + + port6 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + + + + port + port7 + + 109 + 118 + net_switch0 + port7 + + port + 118 + False + + port7 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + + + + + pc0 + 100 + 121 + 80,490 + pc + False + False + + 192.168.1.1 + 0.0.0.0 + 0.0.0.0 + gw + + + lo + lo0 + + 121 + 122 + pc0 + lo0 + + lo + 122 + False + + lo0 + + 127.0.0.1 + 255.0.0.0 + 0.0.0.0 + ip + + + + + eth + eth0 + + 121 + 123 + pc0 + eth0 + + eth + 123 + False + + eth0 + + 192.168.1.2 + 255.255.255.0 + 0.0.0.0 + ip + + + + + + pc1 + 100 + 124 + 90,820 + pc + False + False + + 192.168.1.1 + 0.0.0.0 + 0.0.0.0 + gw + + + lo + lo0 + + 124 + 125 + pc1 + lo0 + + lo + 125 + False + + lo0 + + 127.0.0.1 + 255.0.0.0 + 0.0.0.0 + ip + + + + + eth + eth0 + + 124 + 126 + pc1 + eth0 + + eth + 126 + False + + eth0 + + 192.168.1.3 + 255.255.255.0 + 0.0.0.0 + ip + + + + + + pc2 + 100 + 127 + 710,820 + pc + False + False + + 192.168.2.1 + 0.0.0.0 + 0.0.0.0 + gw + + + lo + lo0 + + 127 + 128 + pc2 + lo0 + + lo + 128 + False + + lo0 + + 127.0.0.1 + 255.0.0.0 + 0.0.0.0 + ip + + + + + eth + eth0 + + 127 + 129 + pc2 + eth0 + + eth + 129 + False + + eth0 + + 192.168.2.3 + 255.255.255.0 + 0.0.0.0 + ip + + + + + + pc3 + 100 + 130 + 760,500 + pc + False + False + + 192.168.2.1 + 0.0.0.0 + 0.0.0.0 + gw + + + lo + lo0 + + 130 + 131 + pc3 + lo0 + + lo + 131 + False + + lo0 + + 127.0.0.1 + 255.0.0.0 + 0.0.0.0 + ip + + + + + eth + eth0 + + 130 + 132 + pc3 + eth0 + + eth + 132 + False + + eth0 + + 192.168.2.2 + 255.255.255.0 + 0.0.0.0 + ip + + + + + + router0 + 100 + 100 + 220,60 + router + False + False + + 192.168.5.2 + 0.0.0.0 + 0.0.0.0 + gw + + + lo + lo0 + + 100 + 101 + router0 + lo0 + + lo + 101 + False + + lo0 + + 127.0.0.1 + 255.0.0.0 + 0.0.0.0 + ip + + + + + eth + eth0 + + 100 + 102 + router0 + eth0 + + eth + 102 + False + + eth0 + + 192.168.5.1 + 255.255.255.0 + 0.0.0.0 + ip + + + + + eth + eth1 + + 100 + 103 + router0 + eth1 + + eth + 103 + False + + eth1 + + 192.168.1.1 + 255.255.255.0 + 0.0.0.0 + ip + + + + + + router1 + 100 + 104 + 560,60 + router + False + False + + 192.168.5.1 + 0.0.0.0 + 0.0.0.0 + gw + + + lo + lo0 + + 104 + 105 + router1 + lo0 + + lo + 105 + False + + lo0 + + 127.0.0.1 + 255.0.0.0 + 0.0.0.0 + ip + + + + + eth + eth0 + + 104 + 106 + router1 + eth0 + + eth + 106 + False + + eth0 + + 192.168.5.2 + 255.255.255.0 + 0.0.0.0 + ip + + + + + eth + eth1 + + 104 + 107 + router1 + eth1 + + eth + 107 + False + + eth1 + + 192.168.2.1 + 255.255.255.0 + 0.0.0.0 + ip + + + + + + + 100 + 102 + router0 + eth0 + + + 104 + 106 + router1 + eth0 + + + 108 + + + + 100 + 103 + router0 + eth1 + + + 109 + 112 + net_switch0 + port1 + + + 119 + + + + 109 + 113 + net_switch0 + port2 + + + 104 + 107 + router1 + eth1 + + + 120 + + + + 121 + 123 + pc0 + eth0 + + + 109 + 114 + net_switch0 + port3 + + + 133 + + + + 124 + 126 + pc1 + eth0 + + + 109 + 115 + net_switch0 + port4 + + + 134 + + + + 127 + 129 + pc2 + eth0 + + + 109 + 116 + net_switch0 + port5 + + + 135 + + + + 130 + 132 + pc3 + eth0 + + + 109 + 117 + net_switch0 + port6 + + + 136 + + + pc0 + pc1 + SuccessfullyPings + + + pc0 + pc2 + SuccessfullyPings + + + pc3 + pc1 + SuccessfullyPings + + + pc3 + pc2 + SuccessfullyPings + + + pc0 + 192.168.1.255 + SuccessfullyPings + + + pc3 + 192.168.2.255 + SuccessfullyPings + + Ping + Subnets + + \ No newline at end of file diff --git a/EduNetworkBuilder/Resources/Level1_OneNetTwoSubnets2.enbx b/EduNetworkBuilder/Resources/Level1_OneNetTwoSubnets2.enbx new file mode 100644 index 0000000..3dfb26e --- /dev/null +++ b/EduNetworkBuilder/Resources/Level1_OneNetTwoSubnets2.enbx @@ -0,0 +1,667 @@ + + + + + This network has two different subnets using the same switch. The router has two interfaces (IP addresses, both on eth0). One network card functions like two. Ping from the different PCs to machines on the other network. + Two Subnets, Shared Network + 1024 + 1024 + 100 + True + 1 + 4.1 + 142 + full + + net_switch0 + 100 + 109 + 390,400 + net_switch + False + False + + 192.168.1.1 + 0.0.0.0 + 0.0.0.0 + gw + + + lo + lo0 + + 109 + 110 + net_switch0 + lo0 + + lo + 110 + False + + lo0 + + 127.0.0.1 + 255.0.0.0 + 0.0.0.0 + ip + + + + + management_interface + management_interface0 + + 109 + 111 + net_switch0 + management_interface0 + + management_interface + 111 + False + + management_interface0 + + 192.168.1.5 + 255.255.255.0 + 0.0.0.0 + ip + + + + + port + port1 + + 109 + 112 + net_switch0 + port1 + + port + 112 + False + + port1 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + + + + port + port2 + + 109 + 113 + net_switch0 + port2 + + port + 113 + False + + port2 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + + + + port + port3 + + 109 + 114 + net_switch0 + port3 + + port + 114 + False + + port3 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + + + + port + port4 + + 109 + 115 + net_switch0 + port4 + + port + 115 + False + + port4 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + + + + port + port5 + + 109 + 116 + net_switch0 + port5 + + port + 116 + False + + port5 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + + + + port + port6 + + 109 + 117 + net_switch0 + port6 + + port + 117 + False + + port6 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + + + + port + port7 + + 109 + 118 + net_switch0 + port7 + + port + 118 + False + + port7 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + + + + + pc0 + 100 + 121 + 80,490 + pc + False + False + + 192.168.1.1 + 0.0.0.0 + 0.0.0.0 + gw + + + lo + lo0 + + 121 + 122 + pc0 + lo0 + + lo + 122 + False + + lo0 + + 127.0.0.1 + 255.0.0.0 + 0.0.0.0 + ip + + + + + eth + eth0 + + 121 + 123 + pc0 + eth0 + + eth + 123 + False + + eth0 + + 192.168.1.2 + 255.255.255.0 + 0.0.0.0 + ip + + + + + + pc1 + 100 + 124 + 90,820 + pc + False + False + + 192.168.1.1 + 0.0.0.0 + 0.0.0.0 + gw + + + lo + lo0 + + 124 + 125 + pc1 + lo0 + + lo + 125 + False + + lo0 + + 127.0.0.1 + 255.0.0.0 + 0.0.0.0 + ip + + + + + eth + eth0 + + 124 + 126 + pc1 + eth0 + + eth + 126 + False + + eth0 + + 192.168.1.3 + 255.255.255.0 + 0.0.0.0 + ip + + + + + + pc2 + 100 + 127 + 710,820 + pc + False + False + + 192.168.2.1 + 0.0.0.0 + 0.0.0.0 + gw + + + lo + lo0 + + 127 + 128 + pc2 + lo0 + + lo + 128 + False + + lo0 + + 127.0.0.1 + 255.0.0.0 + 0.0.0.0 + ip + + + + + eth + eth0 + + 127 + 129 + pc2 + eth0 + + eth + 129 + False + + eth0 + + 192.168.2.3 + 255.255.255.0 + 0.0.0.0 + ip + + + + + + pc3 + 100 + 130 + 760,500 + pc + False + False + + 192.168.2.1 + 0.0.0.0 + 0.0.0.0 + gw + + + lo + lo0 + + 130 + 131 + pc3 + lo0 + + lo + 131 + False + + lo0 + + 127.0.0.1 + 255.0.0.0 + 0.0.0.0 + ip + + + + + eth + eth0 + + 130 + 132 + pc3 + eth0 + + eth + 132 + False + + eth0 + + 192.168.2.2 + 255.255.255.0 + 0.0.0.0 + ip + + + + + + router0 + 100 + 137 + 390,190 + router + False + False + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + gw + + + lo + lo0 + + 137 + 138 + router0 + lo0 + + lo + 138 + False + + lo0 + + 127.0.0.1 + 255.0.0.0 + 0.0.0.0 + ip + + + + + eth + eth0 + + 137 + 139 + router0 + eth0 + + eth + 139 + False + + eth0 + + 192.168.1.1 + 255.255.255.0 + 0.0.0.0 + ip + + + + eth0 + + 192.168.2.1 + 255.255.255.0 + 0.0.0.0 + ip + + + + + eth + eth1 + + 137 + 140 + router0 + eth1 + + eth + 140 + False + + eth1 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + + + + + + 121 + 123 + pc0 + eth0 + + + 109 + 114 + net_switch0 + port3 + + + 133 + + + + 124 + 126 + pc1 + eth0 + + + 109 + 115 + net_switch0 + port4 + + + 134 + + + + 127 + 129 + pc2 + eth0 + + + 109 + 116 + net_switch0 + port5 + + + 135 + + + + 130 + 132 + pc3 + eth0 + + + 109 + 117 + net_switch0 + port6 + + + 136 + + + + 109 + 112 + net_switch0 + port1 + + + 137 + 139 + router0 + eth0 + + + 141 + + + pc0 + pc1 + SuccessfullyPings + + + pc0 + pc2 + SuccessfullyPings + + + pc3 + pc1 + SuccessfullyPings + + + pc3 + pc2 + SuccessfullyPings + + + pc0 + 192.168.1.255 + SuccessfullyPings + + + pc3 + 192.168.2.255 + SuccessfullyPings + + Ping + Subnets + + \ No newline at end of file diff --git a/EduNetworkBuilder/Resources/Level2_Bad_Encryption.enbx b/EduNetworkBuilder/Resources/Level2_Bad_Encryption.enbx new file mode 100644 index 0000000..88e64f8 --- /dev/null +++ b/EduNetworkBuilder/Resources/Level2_Bad_Encryption.enbx @@ -0,0 +1,1174 @@ + + + + + The VPNs need their encryption keys fixed. Ping from pc0 to pc1 to ensure it works. + Bad Encryption + 1024 + 1024 + 100 + False + 2 + 1.1 + 187 + none + + firewall0 + 100 + 100 + 180,510 + firewall + False + False + + 192.168.5.1 + 0.0.0.0 + 0.0.0.0 + gw + + + lo + lo0 + + 100 + 101 + firewall0 + lo0 + + lo + 101 + False + + lo0 + + 127.0.0.1 + 255.0.0.0 + 0.0.0.0 + ip + + + + + wan + wan0 + + 100 + 104 + firewall0 + wan0 + + wan + 104 + False + + wan0 + + 192.168.5.2 + 255.255.255.0 + 0.0.0.0 + ip + + + + + eth + eth0 + + 100 + 102 + firewall0 + eth0 + + eth + 102 + False + + eth0 + + 192.168.1.1 + 255.255.255.0 + 0.0.0.0 + ip + + + + + eth + eth1 + + 100 + 103 + firewall0 + eth1 + + eth + 103 + False + + eth1 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + + + + vpn + vpn0 + + 100 + 157 + firewall0 + vpn0 + + vpn + 157 + False + Key + + 192.168.6.2 + 255.255.255.0 + 0.0.0.0 + ip_only + + + vpn0 + + 192.168.50.1 + 255.255.255.0 + 0.0.0.0 + ip + + + + + 192.168.2.1 + 255.255.255.0 + 192.168.50.2 + route + + + + firewall1 + 100 + 105 + 700,510 + firewall + False + False + + 192.168.6.1 + 0.0.0.0 + 0.0.0.0 + gw + + + lo + lo0 + + 105 + 106 + firewall1 + lo0 + + lo + 106 + False + + lo0 + + 127.0.0.1 + 255.0.0.0 + 0.0.0.0 + ip + + + + + wan + wan0 + + 105 + 109 + firewall1 + wan0 + + wan + 109 + False + + wan0 + + 192.168.6.2 + 255.255.255.0 + 0.0.0.0 + ip + + + + + eth + eth0 + + 105 + 107 + firewall1 + eth0 + + eth + 107 + False + + eth0 + + 192.168.2.1 + 255.255.255.0 + 0.0.0.0 + ip + + + + + eth + eth1 + + 105 + 108 + firewall1 + eth1 + + eth + 108 + False + + eth1 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + + + + vpn + vpn0 + + 105 + 156 + firewall1 + vpn0 + + vpn + 156 + False + llave + + 192.168.5.2 + 255.255.255.0 + 0.0.0.0 + ip_only + + + vpn0 + + 192.168.50.2 + 255.255.255.0 + 0.0.0.0 + ip + + + + + 192.168.1.1 + 255.255.255.0 + 192.168.50.1 + route + + + 192.168.3.1 + 255.255.255.0 + 192.168.50.1 + route + + + + laptop0 + 100 + 140 + 280,830 + laptop + False + False + + 192.168.1.1 + 0.0.0.0 + 0.0.0.0 + gw + + + lo + lo0 + + 140 + 141 + laptop0 + lo0 + + lo + 141 + False + + lo0 + + 127.0.0.1 + 255.0.0.0 + 0.0.0.0 + ip + + + + + eth + eth0 + + 140 + 142 + laptop0 + eth0 + + eth + 142 + False + + eth0 + + 192.168.1.3 + 255.255.255.0 + 0.0.0.0 + ip + + + + + + laptop1 + 100 + 143 + 800,850 + laptop + False + False + + 192.168.2.1 + 0.0.0.0 + 0.0.0.0 + gw + + + lo + lo0 + + 143 + 144 + laptop1 + lo0 + + lo + 144 + False + + lo0 + + 127.0.0.1 + 255.0.0.0 + 0.0.0.0 + ip + + + + + eth + eth0 + + 143 + 145 + laptop1 + eth0 + + eth + 145 + False + + eth0 + + 192.168.2.3 + 255.255.255.0 + 0.0.0.0 + ip + + + + + + net_switch0 + 100 + 114 + 180,670 + net_switch + False + False + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + gw + + + lo + lo0 + + 114 + 115 + net_switch0 + lo0 + + lo + 115 + False + + lo0 + + 127.0.0.1 + 255.0.0.0 + 0.0.0.0 + ip + + + + + management_interface + management_interface0 + + 114 + 116 + net_switch0 + management_interface0 + + management_interface + 116 + False + + management_interface0 + + 192.168.1.4 + 255.255.255.0 + 0.0.0.0 + ip + + + + + port + port1 + + 114 + 117 + net_switch0 + port1 + + port + 117 + False + + port1 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + + + + port + port2 + + 114 + 118 + net_switch0 + port2 + + port + 118 + False + + port2 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + + + + port + port3 + + 114 + 119 + net_switch0 + port3 + + port + 119 + False + + port3 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + + + + port + port4 + + 114 + 120 + net_switch0 + port4 + + port + 120 + False + + port4 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + + + + port + port5 + + 114 + 121 + net_switch0 + port5 + + port + 121 + False + + port5 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + + + + port + port6 + + 114 + 122 + net_switch0 + port6 + + port + 122 + False + + port6 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + + + + port + port7 + + 114 + 123 + net_switch0 + port7 + + port + 123 + False + + port7 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + + + + + net_switch1 + 100 + 124 + 700,690 + net_switch + False + False + + 192.168.2.1 + 0.0.0.0 + 0.0.0.0 + gw + + + lo + lo0 + + 124 + 125 + net_switch1 + lo0 + + lo + 125 + False + + lo0 + + 127.0.0.1 + 255.0.0.0 + 0.0.0.0 + ip + + + + + management_interface + management_interface0 + + 124 + 126 + net_switch1 + management_interface0 + + management_interface + 126 + False + + management_interface0 + + 192.168.2.4 + 255.255.255.0 + 0.0.0.0 + ip + + + + + port + port1 + + 124 + 127 + net_switch1 + port1 + + port + 127 + False + + port1 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + + + + port + port2 + + 124 + 128 + net_switch1 + port2 + + port + 128 + False + + port2 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + + + + port + port3 + + 124 + 129 + net_switch1 + port3 + + port + 129 + False + + port3 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + + + + port + port4 + + 124 + 130 + net_switch1 + port4 + + port + 130 + False + + port4 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + + + + port + port5 + + 124 + 131 + net_switch1 + port5 + + port + 131 + False + + port5 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + + + + port + port6 + + 124 + 132 + net_switch1 + port6 + + port + 132 + False + + port6 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + + + + port + port7 + + 124 + 133 + net_switch1 + port7 + + port + 133 + False + + port7 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + + + + + pc0 + 100 + 134 + 90,830 + pc + False + False + + 192.168.1.1 + 0.0.0.0 + 0.0.0.0 + gw + + + lo + lo0 + + 134 + 135 + pc0 + lo0 + + lo + 135 + False + + lo0 + + 127.0.0.1 + 255.0.0.0 + 0.0.0.0 + ip + + + + + eth + eth0 + + 134 + 136 + pc0 + eth0 + + eth + 136 + False + + eth0 + + 192.168.1.2 + 255.255.255.0 + 0.0.0.0 + ip + + + + + + pc1 + 100 + 137 + 600,850 + pc + False + False + + 192.168.2.1 + 0.0.0.0 + 0.0.0.0 + gw + + + lo + lo0 + + 137 + 138 + pc1 + lo0 + + lo + 138 + False + + lo0 + + 127.0.0.1 + 255.0.0.0 + 0.0.0.0 + ip + + + + + eth + eth0 + + 137 + 139 + pc1 + eth0 + + eth + 139 + False + + eth0 + + 192.168.2.2 + 255.255.255.0 + 0.0.0.0 + ip + + + + + + router0 + 100 + 110 + 430,410 + router + False + False + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + gw + + + lo + lo0 + + 110 + 111 + router0 + lo0 + + lo + 111 + False + + lo0 + + 127.0.0.1 + 255.0.0.0 + 0.0.0.0 + ip + + + + + eth + eth0 + + 110 + 112 + router0 + eth0 + + eth + 112 + False + + eth0 + + 192.168.6.1 + 255.255.255.0 + 0.0.0.0 + ip + + + + + eth + eth1 + + 110 + 113 + router0 + eth1 + + eth + 113 + False + + eth1 + + 192.168.5.1 + 255.255.255.0 + 0.0.0.0 + ip + + + + + + + 140 + 142 + laptop0 + eth0 + + + 114 + 118 + net_switch0 + port2 + + + 147 + + + + 134 + 136 + pc0 + eth0 + + + 114 + 117 + net_switch0 + port1 + + + 146 + + + + 137 + 139 + pc1 + eth0 + + + 124 + 127 + net_switch1 + port1 + + + 149 + + + + 143 + 145 + laptop1 + eth0 + + + 124 + 128 + net_switch1 + port2 + + + 150 + + + + 105 + 109 + firewall1 + wan0 + + + 110 + 112 + router0 + eth0 + + + 153 + + + + 114 + 119 + net_switch0 + port3 + + + 100 + 102 + firewall0 + eth0 + + + 154 + + + + 100 + 104 + firewall0 + wan0 + + + 110 + 113 + router0 + eth1 + + + 155 + + + + 124 + 129 + net_switch1 + port3 + + + 105 + 107 + firewall1 + eth0 + + + 152 + + + pc0 + pc1 + SuccessfullyPings + + + \ No newline at end of file diff --git a/EduNetworkBuilder/Resources/Level2_Bad_Route.enbx b/EduNetworkBuilder/Resources/Level2_Bad_Route.enbx new file mode 100644 index 0000000..4ca0bd5 --- /dev/null +++ b/EduNetworkBuilder/Resources/Level2_Bad_Route.enbx @@ -0,0 +1,1173 @@ + + + + + One of the firewalls is missing a route to tell it to use the VPN. Configure the route and then ping from pc0 to pc1 to make sure it works. + Bad Route + 1024 + 1024 + 100 + False + 2 + 1.3 + 187 + none + + firewall0 + 100 + 100 + 180,510 + firewall + False + False + + 192.168.5.1 + 0.0.0.0 + 0.0.0.0 + gw + + + lo + lo0 + + 100 + 101 + firewall0 + lo0 + + lo + 101 + False + + lo0 + + 127.0.0.1 + 255.0.0.0 + 0.0.0.0 + ip + + + + + wan + wan0 + + 100 + 104 + firewall0 + wan0 + + wan + 104 + False + + wan0 + + 192.168.5.2 + 255.255.255.0 + 0.0.0.0 + ip + + + + + eth + eth0 + + 100 + 102 + firewall0 + eth0 + + eth + 102 + False + + eth0 + + 192.168.1.1 + 255.255.255.0 + 0.0.0.0 + ip + + + + + eth + eth1 + + 100 + 103 + firewall0 + eth1 + + eth + 103 + False + + eth1 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + + + + vpn + vpn0 + + 100 + 157 + firewall0 + vpn0 + + vpn + 157 + False + Test + + 192.168.6.2 + 255.255.255.0 + 0.0.0.0 + ip_only + + + vpn0 + + 192.168.50.1 + 255.255.255.0 + 0.0.0.0 + ip + + + + + + firewall1 + 100 + 105 + 700,510 + firewall + False + False + + 192.168.6.1 + 0.0.0.0 + 0.0.0.0 + gw + + + lo + lo0 + + 105 + 106 + firewall1 + lo0 + + lo + 106 + False + + lo0 + + 127.0.0.1 + 255.0.0.0 + 0.0.0.0 + ip + + + + + wan + wan0 + + 105 + 109 + firewall1 + wan0 + + wan + 109 + False + + wan0 + + 192.168.6.2 + 255.255.255.0 + 0.0.0.0 + ip + + + + + eth + eth0 + + 105 + 107 + firewall1 + eth0 + + eth + 107 + False + + eth0 + + 192.168.2.1 + 255.255.255.0 + 0.0.0.0 + ip + + + + + eth + eth1 + + 105 + 108 + firewall1 + eth1 + + eth + 108 + False + + eth1 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + + + + vpn + vpn0 + + 105 + 156 + firewall1 + vpn0 + + vpn + 156 + False + Test + + 192.168.5.2 + 255.255.255.0 + 0.0.0.0 + ip_only + + + vpn0 + + 192.168.50.2 + 255.255.255.0 + 0.0.0.0 + ip + + + + + 192.168.1.1 + 255.255.255.0 + 192.168.50.1 + route + + + 192.168.3.1 + 255.255.255.0 + 192.168.50.1 + route + + + + laptop0 + 100 + 140 + 280,830 + laptop + False + False + + 192.168.1.1 + 0.0.0.0 + 0.0.0.0 + gw + + + lo + lo0 + + 140 + 141 + laptop0 + lo0 + + lo + 141 + False + + lo0 + + 127.0.0.1 + 255.0.0.0 + 0.0.0.0 + ip + + + + + eth + eth0 + + 140 + 142 + laptop0 + eth0 + + eth + 142 + False + + eth0 + + 192.168.1.3 + 255.255.255.0 + 0.0.0.0 + ip + + + + + + laptop1 + 100 + 143 + 800,850 + laptop + False + False + + 192.168.2.1 + 0.0.0.0 + 0.0.0.0 + gw + + + lo + lo0 + + 143 + 144 + laptop1 + lo0 + + lo + 144 + False + + lo0 + + 127.0.0.1 + 255.0.0.0 + 0.0.0.0 + ip + + + + + eth + eth0 + + 143 + 145 + laptop1 + eth0 + + eth + 145 + False + + eth0 + + 192.168.2.3 + 255.255.255.0 + 0.0.0.0 + ip + + + + + + net_switch0 + 100 + 114 + 180,670 + net_switch + False + False + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + gw + + + lo + lo0 + + 114 + 115 + net_switch0 + lo0 + + lo + 115 + False + + lo0 + + 127.0.0.1 + 255.0.0.0 + 0.0.0.0 + ip + + + + + management_interface + management_interface0 + + 114 + 116 + net_switch0 + management_interface0 + + management_interface + 116 + False + + management_interface0 + + 192.168.1.4 + 255.255.255.0 + 0.0.0.0 + ip + + + + + port + port1 + + 114 + 117 + net_switch0 + port1 + + port + 117 + False + + port1 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + + + + port + port2 + + 114 + 118 + net_switch0 + port2 + + port + 118 + False + + port2 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + + + + port + port3 + + 114 + 119 + net_switch0 + port3 + + port + 119 + False + + port3 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + + + + port + port4 + + 114 + 120 + net_switch0 + port4 + + port + 120 + False + + port4 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + + + + port + port5 + + 114 + 121 + net_switch0 + port5 + + port + 121 + False + + port5 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + + + + port + port6 + + 114 + 122 + net_switch0 + port6 + + port + 122 + False + + port6 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + + + + port + port7 + + 114 + 123 + net_switch0 + port7 + + port + 123 + False + + port7 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + + + + + net_switch1 + 100 + 124 + 700,690 + net_switch + False + False + + 192.168.2.1 + 0.0.0.0 + 0.0.0.0 + gw + + + lo + lo0 + + 124 + 125 + net_switch1 + lo0 + + lo + 125 + False + + lo0 + + 127.0.0.1 + 255.0.0.0 + 0.0.0.0 + ip + + + + + management_interface + management_interface0 + + 124 + 126 + net_switch1 + management_interface0 + + management_interface + 126 + False + + management_interface0 + + 192.168.2.4 + 255.255.255.0 + 0.0.0.0 + ip + + + + + port + port1 + + 124 + 127 + net_switch1 + port1 + + port + 127 + False + + port1 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + + + + port + port2 + + 124 + 128 + net_switch1 + port2 + + port + 128 + False + + port2 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + + + + port + port3 + + 124 + 129 + net_switch1 + port3 + + port + 129 + False + + port3 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + + + + port + port4 + + 124 + 130 + net_switch1 + port4 + + port + 130 + False + + port4 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + + + + port + port5 + + 124 + 131 + net_switch1 + port5 + + port + 131 + False + + port5 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + + + + port + port6 + + 124 + 132 + net_switch1 + port6 + + port + 132 + False + + port6 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + + + + port + port7 + + 124 + 133 + net_switch1 + port7 + + port + 133 + False + + port7 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + + + + + pc0 + 100 + 134 + 90,830 + pc + False + False + + 192.168.1.1 + 0.0.0.0 + 0.0.0.0 + gw + + + lo + lo0 + + 134 + 135 + pc0 + lo0 + + lo + 135 + False + + lo0 + + 127.0.0.1 + 255.0.0.0 + 0.0.0.0 + ip + + + + + eth + eth0 + + 134 + 136 + pc0 + eth0 + + eth + 136 + False + + eth0 + + 192.168.1.2 + 255.255.255.0 + 0.0.0.0 + ip + + + + + + pc1 + 100 + 137 + 600,850 + pc + False + False + + 192.168.2.1 + 0.0.0.0 + 0.0.0.0 + gw + + + lo + lo0 + + 137 + 138 + pc1 + lo0 + + lo + 138 + False + + lo0 + + 127.0.0.1 + 255.0.0.0 + 0.0.0.0 + ip + + + + + eth + eth0 + + 137 + 139 + pc1 + eth0 + + eth + 139 + False + + eth0 + + 192.168.2.2 + 255.255.255.0 + 0.0.0.0 + ip + + + + + + router0 + 100 + 110 + 430,410 + router + False + False + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + gw + + + lo + lo0 + + 110 + 111 + router0 + lo0 + + lo + 111 + False + + lo0 + + 127.0.0.1 + 255.0.0.0 + 0.0.0.0 + ip + + + + + eth + eth0 + + 110 + 112 + router0 + eth0 + + eth + 112 + False + + eth0 + + 192.168.6.1 + 255.255.255.0 + 0.0.0.0 + ip + + + + + eth + eth1 + + 110 + 113 + router0 + eth1 + + eth + 113 + False + + eth1 + + 192.168.5.1 + 255.255.255.0 + 0.0.0.0 + ip + + + + + + + 140 + 142 + laptop0 + eth0 + + + 114 + 118 + net_switch0 + port2 + + + 147 + + + + 134 + 136 + pc0 + eth0 + + + 114 + 117 + net_switch0 + port1 + + + 146 + + + + 137 + 139 + pc1 + eth0 + + + 124 + 127 + net_switch1 + port1 + + + 149 + + + + 143 + 145 + laptop1 + eth0 + + + 124 + 128 + net_switch1 + port2 + + + 150 + + + + 105 + 109 + firewall1 + wan0 + + + 110 + 112 + router0 + eth0 + + + 153 + + + + 114 + 119 + net_switch0 + port3 + + + 100 + 102 + firewall0 + eth0 + + + 154 + + + + 100 + 104 + firewall0 + wan0 + + + 110 + 113 + router0 + eth1 + + + 155 + + + + 124 + 129 + net_switch1 + port3 + + + 105 + 107 + firewall1 + eth0 + + + 152 + + + pc0 + pc1 + SuccessfullyPings + + + firewall0 + 192.168.2.0 + NeedsRouteToNet + + + \ No newline at end of file diff --git a/EduNetworkBuilder/Resources/Level2_Bad_VPN_IP.enbx b/EduNetworkBuilder/Resources/Level2_Bad_VPN_IP.enbx new file mode 100644 index 0000000..09020f8 --- /dev/null +++ b/EduNetworkBuilder/Resources/Level2_Bad_VPN_IP.enbx @@ -0,0 +1,1211 @@ + + + + + The VPN Network card has the wrong IP address. Fix the IP address on the firewall VPN, and then ping from pc0 to pc1 through the VPN. + Bad VPN IP + 1024 + 1024 + 100 + False + 2 + 1.2 + 187 + none + + firewall0 + 100 + 100 + 180,510 + firewall + False + False + + 192.168.5.1 + 0.0.0.0 + 0.0.0.0 + gw + + + lo + lo0 + + 100 + 101 + firewall0 + lo0 + + lo + 101 + False + + + lo0 + + 127.0.0.1 + 255.0.0.0 + 0.0.0.0 + ip + + + + + wan + wan0 + + 100 + 104 + firewall0 + wan0 + + wan + 104 + False + + + wan0 + + 192.168.5.2 + 255.255.255.0 + 0.0.0.0 + ip + + + + + eth + eth0 + + 100 + 102 + firewall0 + eth0 + + eth + 102 + False + + + eth0 + + 192.168.1.1 + 255.255.255.0 + 0.0.0.0 + ip + + + + + eth + eth1 + + 100 + 103 + firewall0 + eth1 + + eth + 103 + False + + + eth1 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + + + + vpn + vpn0 + + 100 + 157 + firewall0 + vpn0 + + vpn + 157 + False + Test + + 192.168.6.2 + 255.255.255.0 + 0.0.0.0 + ip_only + + + vpn0 + + 192.168.51.1 + 255.255.255.0 + 0.0.0.0 + ip + + + + + 192.168.2.1 + 255.255.255.0 + 192.168.50.2 + route + + + + firewall1 + 100 + 105 + 700,510 + firewall + False + False + + 192.168.6.1 + 0.0.0.0 + 0.0.0.0 + gw + + + lo + lo0 + + 105 + 106 + firewall1 + lo0 + + lo + 106 + False + + + lo0 + + 127.0.0.1 + 255.0.0.0 + 0.0.0.0 + ip + + + + + wan + wan0 + + 105 + 109 + firewall1 + wan0 + + wan + 109 + False + + + wan0 + + 192.168.6.2 + 255.255.255.0 + 0.0.0.0 + ip + + + + + eth + eth0 + + 105 + 107 + firewall1 + eth0 + + eth + 107 + False + + + eth0 + + 192.168.2.1 + 255.255.255.0 + 0.0.0.0 + ip + + + + + eth + eth1 + + 105 + 108 + firewall1 + eth1 + + eth + 108 + False + + + eth1 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + + + + vpn + vpn0 + + 105 + 156 + firewall1 + vpn0 + + vpn + 156 + False + Test + + 192.168.5.2 + 255.255.255.0 + 0.0.0.0 + ip_only + + + vpn0 + + 192.168.50.2 + 255.255.255.0 + 0.0.0.0 + ip + + + + + 192.168.1.1 + 255.255.255.0 + 192.168.50.1 + route + + + 192.168.3.1 + 255.255.255.0 + 192.168.50.1 + route + + + + laptop0 + 100 + 140 + 280,830 + laptop + False + False + + 192.168.1.1 + 0.0.0.0 + 0.0.0.0 + gw + + + lo + lo0 + + 140 + 141 + laptop0 + lo0 + + lo + 141 + False + + + lo0 + + 127.0.0.1 + 255.0.0.0 + 0.0.0.0 + ip + + + + + eth + eth0 + + 140 + 142 + laptop0 + eth0 + + eth + 142 + False + + + eth0 + + 192.168.1.3 + 255.255.255.0 + 0.0.0.0 + ip + + + + + + laptop1 + 100 + 143 + 800,850 + laptop + False + False + + 192.168.2.1 + 0.0.0.0 + 0.0.0.0 + gw + + + lo + lo0 + + 143 + 144 + laptop1 + lo0 + + lo + 144 + False + + + lo0 + + 127.0.0.1 + 255.0.0.0 + 0.0.0.0 + ip + + + + + eth + eth0 + + 143 + 145 + laptop1 + eth0 + + eth + 145 + False + + + eth0 + + 192.168.2.3 + 255.255.255.0 + 0.0.0.0 + ip + + + + + + net_switch0 + 100 + 114 + 180,670 + net_switch + False + False + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + gw + + + lo + lo0 + + 114 + 115 + net_switch0 + lo0 + + lo + 115 + False + + + lo0 + + 127.0.0.1 + 255.0.0.0 + 0.0.0.0 + ip + + + + + management_interface + management_interface0 + + 114 + 116 + net_switch0 + management_interface0 + + management_interface + 116 + False + + + management_interface0 + + 192.168.1.4 + 255.255.255.0 + 0.0.0.0 + ip + + + + + port + port1 + + 114 + 117 + net_switch0 + port1 + + port + 117 + False + + + port1 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + + + + port + port2 + + 114 + 118 + net_switch0 + port2 + + port + 118 + False + + + port2 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + + + + port + port3 + + 114 + 119 + net_switch0 + port3 + + port + 119 + False + + + port3 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + + + + port + port4 + + 114 + 120 + net_switch0 + port4 + + port + 120 + False + + + port4 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + + + + port + port5 + + 114 + 121 + net_switch0 + port5 + + port + 121 + False + + + port5 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + + + + port + port6 + + 114 + 122 + net_switch0 + port6 + + port + 122 + False + + + port6 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + + + + port + port7 + + 114 + 123 + net_switch0 + port7 + + port + 123 + False + + + port7 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + + + + + net_switch1 + 100 + 124 + 700,690 + net_switch + False + False + + 192.168.2.1 + 0.0.0.0 + 0.0.0.0 + gw + + + lo + lo0 + + 124 + 125 + net_switch1 + lo0 + + lo + 125 + False + + + lo0 + + 127.0.0.1 + 255.0.0.0 + 0.0.0.0 + ip + + + + + management_interface + management_interface0 + + 124 + 126 + net_switch1 + management_interface0 + + management_interface + 126 + False + + + management_interface0 + + 192.168.2.4 + 255.255.255.0 + 0.0.0.0 + ip + + + + + port + port1 + + 124 + 127 + net_switch1 + port1 + + port + 127 + False + + + port1 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + + + + port + port2 + + 124 + 128 + net_switch1 + port2 + + port + 128 + False + + + port2 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + + + + port + port3 + + 124 + 129 + net_switch1 + port3 + + port + 129 + False + + + port3 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + + + + port + port4 + + 124 + 130 + net_switch1 + port4 + + port + 130 + False + + + port4 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + + + + port + port5 + + 124 + 131 + net_switch1 + port5 + + port + 131 + False + + + port5 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + + + + port + port6 + + 124 + 132 + net_switch1 + port6 + + port + 132 + False + + + port6 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + + + + port + port7 + + 124 + 133 + net_switch1 + port7 + + port + 133 + False + + + port7 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + + + + + pc0 + 100 + 134 + 90,830 + pc + False + False + + 192.168.1.1 + 0.0.0.0 + 0.0.0.0 + gw + + + lo + lo0 + + 134 + 135 + pc0 + lo0 + + lo + 135 + False + + + lo0 + + 127.0.0.1 + 255.0.0.0 + 0.0.0.0 + ip + + + + + eth + eth0 + + 134 + 136 + pc0 + eth0 + + eth + 136 + False + + + eth0 + + 192.168.1.2 + 255.255.255.0 + 0.0.0.0 + ip + + + + + + pc1 + 100 + 137 + 600,850 + pc + False + False + + 192.168.2.1 + 0.0.0.0 + 0.0.0.0 + gw + + + lo + lo0 + + 137 + 138 + pc1 + lo0 + + lo + 138 + False + + + lo0 + + 127.0.0.1 + 255.0.0.0 + 0.0.0.0 + ip + + + + + eth + eth0 + + 137 + 139 + pc1 + eth0 + + eth + 139 + False + + + eth0 + + 192.168.2.2 + 255.255.255.0 + 0.0.0.0 + ip + + + + + + router0 + 100 + 110 + 430,410 + router + False + False + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + gw + + + lo + lo0 + + 110 + 111 + router0 + lo0 + + lo + 111 + False + + + lo0 + + 127.0.0.1 + 255.0.0.0 + 0.0.0.0 + ip + + + + + eth + eth0 + + 110 + 112 + router0 + eth0 + + eth + 112 + False + + + eth0 + + 192.168.6.1 + 255.255.255.0 + 0.0.0.0 + ip + + + + + eth + eth1 + + 110 + 113 + router0 + eth1 + + eth + 113 + False + + + eth1 + + 192.168.5.1 + 255.255.255.0 + 0.0.0.0 + ip + + + + + + + 140 + 142 + laptop0 + eth0 + + + 114 + 118 + net_switch0 + port2 + + + 147 + + + + 134 + 136 + pc0 + eth0 + + + 114 + 117 + net_switch0 + port1 + + + 146 + + + + 137 + 139 + pc1 + eth0 + + + 124 + 127 + net_switch1 + port1 + + + 149 + + + + 143 + 145 + laptop1 + eth0 + + + 124 + 128 + net_switch1 + port2 + + + 150 + + + + 105 + 109 + firewall1 + wan0 + + + 110 + 112 + router0 + eth0 + + + 153 + + + + 114 + 119 + net_switch0 + port3 + + + 100 + 102 + firewall0 + eth0 + + + 154 + + + + 100 + 104 + firewall0 + wan0 + + + 110 + 113 + router0 + eth1 + + + 155 + + + + 124 + 129 + net_switch1 + port3 + + + 105 + 107 + firewall1 + eth0 + + + 152 + + + pc0 + pc1 + SuccessfullyPings + + + \ No newline at end of file diff --git a/EduNetworkBuilder/Resources/Level2_Blast_From_Past.enbx b/EduNetworkBuilder/Resources/Level2_Blast_From_Past.enbx new file mode 100644 index 0000000..e152f8a --- /dev/null +++ b/EduNetworkBuilder/Resources/Level2_Blast_From_Past.enbx @@ -0,0 +1,1185 @@ + + + + + There are a few problems with this puzzle. PC0 needs to ping PC1, and PC1 needs to ping PC0 + Blast from the past + 1024 + 1024 + 100 + False + 2 + 5 + 186 + none + + firewall0 + 100 + 100 + 180,510 + firewall + False + False + + 192.168.5.1 + 0.0.0.0 + 0.0.0.0 + gw + + + lo + lo0 + + 100 + 101 + firewall0 + lo0 + + lo + 101 + False + + lo0 + + 127.0.0.1 + 255.0.0.0 + 0.0.0.0 + ip + + + + + wan + wan0 + + 100 + 104 + firewall0 + wan0 + + wan + 104 + False + + wan0 + + 192.168.5.2 + 255.255.255.0 + 0.0.0.0 + ip + + + + + eth + eth0 + + 100 + 102 + firewall0 + eth0 + + eth + 102 + False + + eth0 + + 192.168.1.1 + 255.255.255.0 + 0.0.0.0 + ip + + + + + eth + eth1 + + 100 + 103 + firewall0 + eth1 + + eth + 103 + False + + eth1 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + + + + vpn + vpn0 + + 100 + 157 + firewall0 + vpn0 + + vpn + 157 + False + Test + + 192.168.6.2 + 255.255.255.0 + 0.0.0.0 + ip_only + + + vpn0 + + 192.168.50.1 + 255.255.255.0 + 0.0.0.0 + ip + + + + + 192.168.2.1 + 255.255.255.0 + 192.168.50.2 + route + + + 192.168.3.1 + 255.255.255.0 + 192.168.51.2 + route + + + + firewall1 + 100 + 105 + 700,510 + firewall + False + False + + 192.168.6.1 + 0.0.0.0 + 0.0.0.0 + gw + + + lo + lo0 + + 105 + 106 + firewall1 + lo0 + + lo + 106 + False + + lo0 + + 127.0.0.1 + 255.0.0.0 + 0.0.0.0 + ip + + + + + wan + wan0 + + 105 + 109 + firewall1 + wan0 + + wan + 109 + False + + wan0 + + 192.168.6.2 + 255.255.255.0 + 0.0.0.0 + ip + + + + + eth + eth0 + + 105 + 107 + firewall1 + eth0 + + eth + 107 + False + + eth0 + + 192.168.2.1 + 255.255.255.0 + 0.0.0.0 + ip + + + + + eth + eth1 + + 105 + 108 + firewall1 + eth1 + + eth + 108 + False + + eth1 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + + + + vpn + vpn0 + + 105 + 156 + firewall1 + vpn0 + + vpn + 156 + False + Test + + 192.168.5.2 + 255.255.255.0 + 0.0.0.0 + ip_only + + + vpn0 + + 192.168.50.2 + 255.255.255.0 + 0.0.0.0 + ip + + + + + 192.168.1.1 + 255.255.255.0 + 192.168.50.1 + route + + + 192.168.3.1 + 255.255.255.0 + 192.168.50.1 + route + + + + laptop0 + 100 + 140 + 280,830 + laptop + False + False + + 192.168.1.1 + 0.0.0.0 + 0.0.0.0 + gw + + + lo + lo0 + + 140 + 141 + laptop0 + lo0 + + lo + 141 + False + + lo0 + + 127.0.0.1 + 255.0.0.0 + 0.0.0.0 + ip + + + + + eth + eth0 + + 140 + 142 + laptop0 + eth0 + + eth + 142 + False + + eth0 + + 192.168.1.3 + 255.255.255.0 + 0.0.0.0 + ip + + + + + + laptop1 + 100 + 143 + 800,850 + laptop + False + False + + 192.168.2.1 + 0.0.0.0 + 0.0.0.0 + gw + + + lo + lo0 + + 143 + 144 + laptop1 + lo0 + + lo + 144 + False + + lo0 + + 127.0.0.1 + 255.0.0.0 + 0.0.0.0 + ip + + + + + eth + eth0 + + 143 + 145 + laptop1 + eth0 + + eth + 145 + False + + eth0 + + 192.168.2.3 + 255.255.255.0 + 0.0.0.0 + ip + + + + + + net_switch0 + 100 + 114 + 180,670 + net_switch + False + False + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + gw + + + lo + lo0 + + 114 + 115 + net_switch0 + lo0 + + lo + 115 + False + + lo0 + + 127.0.0.1 + 255.0.0.0 + 0.0.0.0 + ip + + + + + management_interface + management_interface0 + + 114 + 116 + net_switch0 + management_interface0 + + management_interface + 116 + False + + management_interface0 + + 192.168.1.4 + 255.255.255.0 + 0.0.0.0 + ip + + + + + port + port1 + + 114 + 117 + net_switch0 + port1 + + port + 117 + False + + port1 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + + + + port + port2 + + 114 + 118 + net_switch0 + port2 + + port + 118 + False + + port2 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + + + + port + port3 + + 114 + 119 + net_switch0 + port3 + + port + 119 + False + + port3 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + + + + port + port4 + + 114 + 120 + net_switch0 + port4 + + port + 120 + False + + port4 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + + + + port + port5 + + 114 + 121 + net_switch0 + port5 + + port + 121 + False + + port5 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + + + + port + port6 + + 114 + 122 + net_switch0 + port6 + + port + 122 + False + + port6 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + + + + port + port7 + + 114 + 123 + net_switch0 + port7 + + port + 123 + False + + port7 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + + + + + net_switch1 + 100 + 124 + 700,690 + net_switch + False + False + + 192.168.2.1 + 0.0.0.0 + 0.0.0.0 + gw + + + lo + lo0 + + 124 + 125 + net_switch1 + lo0 + + lo + 125 + False + + lo0 + + 127.0.0.1 + 255.0.0.0 + 0.0.0.0 + ip + + + + + management_interface + management_interface0 + + 124 + 126 + net_switch1 + management_interface0 + + management_interface + 126 + False + + management_interface0 + + 192.168.2.4 + 255.255.255.0 + 0.0.0.0 + ip + + + + + port + port1 + + 124 + 127 + net_switch1 + port1 + + port + 127 + False + + port1 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + + + + port + port2 + + 124 + 128 + net_switch1 + port2 + + port + 128 + False + + port2 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + + + + port + port3 + + 124 + 129 + net_switch1 + port3 + + port + 129 + False + + port3 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + + + + port + port4 + + 124 + 130 + net_switch1 + port4 + + port + 130 + False + + port4 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + + + + port + port5 + + 124 + 131 + net_switch1 + port5 + + port + 131 + False + + port5 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + + + + port + port6 + + 124 + 132 + net_switch1 + port6 + + port + 132 + False + + port6 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + + + + port + port7 + + 124 + 133 + net_switch1 + port7 + + port + 133 + False + + port7 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + + + + + pc0 + 100 + 134 + 90,830 + pc + False + False + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + gw + + + lo + lo0 + + 134 + 135 + pc0 + lo0 + + lo + 135 + False + + lo0 + + 127.0.0.1 + 255.0.0.0 + 0.0.0.0 + ip + + + + + eth + eth0 + + 134 + 136 + pc0 + eth0 + + eth + 136 + False + + eth0 + + 192.168.1.2 + 255.255.255.0 + 0.0.0.0 + ip + + + + + + pc1 + 100 + 137 + 600,850 + pc + False + False + + 192.168.2.1 + 0.0.0.0 + 0.0.0.0 + gw + + + lo + lo0 + + 137 + 138 + pc1 + lo0 + + lo + 138 + False + + lo0 + + 127.0.0.1 + 255.0.0.0 + 0.0.0.0 + ip + + + + + eth + eth0 + + 137 + 139 + pc1 + eth0 + + eth + 139 + False + + eth0 + + 192.168.3.5 + 255.255.255.0 + 0.0.0.0 + ip + + + + + + router0 + 100 + 110 + 430,410 + router + False + False + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + gw + + + lo + lo0 + + 110 + 111 + router0 + lo0 + + lo + 111 + False + + lo0 + + 127.0.0.1 + 255.0.0.0 + 0.0.0.0 + ip + + + + + eth + eth0 + + 110 + 112 + router0 + eth0 + + eth + 112 + False + + eth0 + + 192.168.6.1 + 255.255.255.0 + 0.0.0.0 + ip + + + + + eth + eth1 + + 110 + 113 + router0 + eth1 + + eth + 113 + False + + eth1 + + 192.168.5.1 + 255.255.255.0 + 0.0.0.0 + ip + + + + + + + 140 + 142 + laptop0 + eth0 + + + 114 + 118 + net_switch0 + port2 + + + 147 + + + + 134 + 136 + pc0 + eth0 + + + 114 + 117 + net_switch0 + port1 + + + 146 + + + + 137 + 139 + pc1 + eth0 + + + 124 + 127 + net_switch1 + port1 + + + 149 + + + + 143 + 145 + laptop1 + eth0 + + + 124 + 128 + net_switch1 + port2 + + + 150 + + + + 105 + 109 + firewall1 + wan0 + + + 110 + 112 + router0 + eth0 + + + 153 + + + + 114 + 119 + net_switch0 + port3 + + + 100 + 102 + firewall0 + eth0 + + + 154 + + + + 100 + 104 + firewall0 + wan0 + + + 110 + 113 + router0 + eth1 + + + 155 + + + + 124 + 129 + net_switch1 + port3 + + + 105 + 107 + firewall1 + eth0 + + + 152 + + + pc0 + pc1 + SuccessfullyPings + + + pc1 + pc0 + SuccessfullyPings + + + \ No newline at end of file diff --git a/EduNetworkBuilder/Resources/Level2_Build_A_VPN.enbx b/EduNetworkBuilder/Resources/Level2_Build_A_VPN.enbx new file mode 100644 index 0000000..a2beaf2 --- /dev/null +++ b/EduNetworkBuilder/Resources/Level2_Build_A_VPN.enbx @@ -0,0 +1,1121 @@ + + + + + Both firewalls need their VPNs configured. Do not forget to make the right routes! + Build a VPN + 1024 + 1024 + 100 + False + 2 + 5 + 186 + none + + firewall0 + 100 + 100 + 180,510 + firewall + False + False + + 192.168.5.1 + 0.0.0.0 + 0.0.0.0 + gw + + + lo + lo0 + + 100 + 101 + firewall0 + lo0 + + lo + 101 + False + + lo0 + + 127.0.0.1 + 255.0.0.0 + 0.0.0.0 + ip + + + + + wan + wan0 + + 100 + 104 + firewall0 + wan0 + + wan + 104 + False + + wan0 + + 192.168.5.2 + 255.255.255.0 + 0.0.0.0 + ip + + + + + eth + eth0 + + 100 + 102 + firewall0 + eth0 + + eth + 102 + False + + eth0 + + 192.168.1.1 + 255.255.255.0 + 0.0.0.0 + ip + + + + + vpn + vpn0 + + 100 + 157 + firewall0 + vpn0 + + vpn + 157 + False + + 0.0.0.0 + 255.255.255.0 + 0.0.0.0 + ip_only + + + vpn0 + + 0.0.0.0 + 255.255.255.0 + 0.0.0.0 + ip + + + + + + firewall1 + 100 + 105 + 700,510 + firewall + False + False + + 192.168.6.1 + 0.0.0.0 + 0.0.0.0 + gw + + + lo + lo0 + + 105 + 106 + firewall1 + lo0 + + lo + 106 + False + + lo0 + + 127.0.0.1 + 255.0.0.0 + 0.0.0.0 + ip + + + + + wan + wan0 + + 105 + 109 + firewall1 + wan0 + + wan + 109 + False + + wan0 + + 192.168.6.2 + 255.255.255.0 + 0.0.0.0 + ip + + + + + eth + eth0 + + 105 + 107 + firewall1 + eth0 + + eth + 107 + False + + eth0 + + 192.168.2.1 + 255.255.255.0 + 0.0.0.0 + ip + + + + + vpn + vpn0 + + 105 + 156 + firewall1 + vpn0 + + vpn + 156 + False + + 0.0.0.0 + 255.255.255.0 + 0.0.0.0 + ip_only + + + vpn0 + + 0.0.0.0 + 255.255.255.0 + 0.0.0.0 + ip + + + + + + laptop0 + 100 + 140 + 280,830 + laptop + False + False + + 192.168.1.1 + 0.0.0.0 + 0.0.0.0 + gw + + + lo + lo0 + + 140 + 141 + laptop0 + lo0 + + lo + 141 + False + + lo0 + + 127.0.0.1 + 255.0.0.0 + 0.0.0.0 + ip + + + + + eth + eth0 + + 140 + 142 + laptop0 + eth0 + + eth + 142 + False + + eth0 + + 192.168.1.3 + 255.255.255.0 + 0.0.0.0 + ip + + + + + + laptop1 + 100 + 143 + 800,850 + laptop + False + False + + 192.168.2.1 + 0.0.0.0 + 0.0.0.0 + gw + + + lo + lo0 + + 143 + 144 + laptop1 + lo0 + + lo + 144 + False + + lo0 + + 127.0.0.1 + 255.0.0.0 + 0.0.0.0 + ip + + + + + eth + eth0 + + 143 + 145 + laptop1 + eth0 + + eth + 145 + False + + eth0 + + 192.168.2.3 + 255.255.255.0 + 0.0.0.0 + ip + + + + + + net_switch0 + 100 + 114 + 180,670 + net_switch + False + False + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + gw + + + lo + lo0 + + 114 + 115 + net_switch0 + lo0 + + lo + 115 + False + + lo0 + + 127.0.0.1 + 255.0.0.0 + 0.0.0.0 + ip + + + + + management_interface + management_interface0 + + 114 + 116 + net_switch0 + management_interface0 + + management_interface + 116 + False + + management_interface0 + + 192.168.1.4 + 255.255.255.0 + 0.0.0.0 + ip + + + + + port + port1 + + 114 + 117 + net_switch0 + port1 + + port + 117 + False + + port1 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + + + + port + port2 + + 114 + 118 + net_switch0 + port2 + + port + 118 + False + + port2 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + + + + port + port3 + + 114 + 119 + net_switch0 + port3 + + port + 119 + False + + port3 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + + + + port + port4 + + 114 + 120 + net_switch0 + port4 + + port + 120 + False + + port4 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + + + + port + port5 + + 114 + 121 + net_switch0 + port5 + + port + 121 + False + + port5 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + + + + port + port6 + + 114 + 122 + net_switch0 + port6 + + port + 122 + False + + port6 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + + + + port + port7 + + 114 + 123 + net_switch0 + port7 + + port + 123 + False + + port7 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + + + + + net_switch1 + 100 + 124 + 700,690 + net_switch + False + False + + 192.168.2.1 + 0.0.0.0 + 0.0.0.0 + gw + + + lo + lo0 + + 124 + 125 + net_switch1 + lo0 + + lo + 125 + False + + lo0 + + 127.0.0.1 + 255.0.0.0 + 0.0.0.0 + ip + + + + + management_interface + management_interface0 + + 124 + 126 + net_switch1 + management_interface0 + + management_interface + 126 + False + + management_interface0 + + 192.168.2.4 + 255.255.255.0 + 0.0.0.0 + ip + + + + + port + port1 + + 124 + 127 + net_switch1 + port1 + + port + 127 + False + + port1 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + + + + port + port2 + + 124 + 128 + net_switch1 + port2 + + port + 128 + False + + port2 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + + + + port + port3 + + 124 + 129 + net_switch1 + port3 + + port + 129 + False + + port3 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + + + + port + port4 + + 124 + 130 + net_switch1 + port4 + + port + 130 + False + + port4 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + + + + port + port5 + + 124 + 131 + net_switch1 + port5 + + port + 131 + False + + port5 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + + + + port + port6 + + 124 + 132 + net_switch1 + port6 + + port + 132 + False + + port6 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + + + + port + port7 + + 124 + 133 + net_switch1 + port7 + + port + 133 + False + + port7 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + + + + + pc0 + 100 + 134 + 90,830 + pc + False + False + + 192.168.1.1 + 0.0.0.0 + 0.0.0.0 + gw + + + lo + lo0 + + 134 + 135 + pc0 + lo0 + + lo + 135 + False + + lo0 + + 127.0.0.1 + 255.0.0.0 + 0.0.0.0 + ip + + + + + eth + eth0 + + 134 + 136 + pc0 + eth0 + + eth + 136 + False + + eth0 + + 192.168.1.2 + 255.255.255.0 + 0.0.0.0 + ip + + + + + + pc1 + 100 + 137 + 600,850 + pc + False + False + + 192.168.2.1 + 0.0.0.0 + 0.0.0.0 + gw + + + lo + lo0 + + 137 + 138 + pc1 + lo0 + + lo + 138 + False + + lo0 + + 127.0.0.1 + 255.0.0.0 + 0.0.0.0 + ip + + + + + eth + eth0 + + 137 + 139 + pc1 + eth0 + + eth + 139 + False + + eth0 + + 192.168.2.2 + 255.255.255.0 + 0.0.0.0 + ip + + + + + + router0 + 100 + 110 + 430,410 + router + False + False + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + gw + + + lo + lo0 + + 110 + 111 + router0 + lo0 + + lo + 111 + False + + lo0 + + 127.0.0.1 + 255.0.0.0 + 0.0.0.0 + ip + + + + + eth + eth0 + + 110 + 112 + router0 + eth0 + + eth + 112 + False + + eth0 + + 192.168.6.1 + 255.255.255.0 + 0.0.0.0 + ip + + + + + eth + eth1 + + 110 + 113 + router0 + eth1 + + eth + 113 + False + + eth1 + + 192.168.5.1 + 255.255.255.0 + 0.0.0.0 + ip + + + + + + + 140 + 142 + laptop0 + eth0 + + + 114 + 118 + net_switch0 + port2 + + + 147 + + + + 134 + 136 + pc0 + eth0 + + + 114 + 117 + net_switch0 + port1 + + + 146 + + + + 137 + 139 + pc1 + eth0 + + + 124 + 127 + net_switch1 + port1 + + + 149 + + + + 143 + 145 + laptop1 + eth0 + + + 124 + 128 + net_switch1 + port2 + + + 150 + + + + 105 + 109 + firewall1 + wan0 + + + 110 + 112 + router0 + eth0 + + + 153 + + + + 114 + 119 + net_switch0 + port3 + + + 100 + 102 + firewall0 + eth0 + + + 154 + + + + 100 + 104 + firewall0 + wan0 + + + 110 + 113 + router0 + eth1 + + + 155 + + + + 124 + 129 + net_switch1 + port3 + + + 105 + 107 + firewall1 + eth0 + + + 152 + + + firewall0 + 192.168.2.0 + NeedsRouteToNet + + + firewall1 + 192.168.1.0 + NeedsRouteToNet + + + pc0 + pc1 + SuccessfullyPings + + VPN + + \ No newline at end of file diff --git a/EduNetworkBuilder/Resources/Level2_Connect_The_Dots.enbx b/EduNetworkBuilder/Resources/Level2_Connect_The_Dots.enbx new file mode 100644 index 0000000..a85e776 --- /dev/null +++ b/EduNetworkBuilder/Resources/Level2_Connect_The_Dots.enbx @@ -0,0 +1,1153 @@ + + + + + Connect the firewalls to the router, setting up working IPs. Do not forget the VPN! + Connect the dots + 1024 + 1024 + 100 + False + 2 + 6 + 186 + none + + firewall0 + 100 + 100 + 180,510 + firewall + False + False + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + gw + + + lo + lo0 + + 100 + 101 + firewall0 + lo0 + + lo + 101 + False + + lo0 + + 127.0.0.1 + 255.0.0.0 + 0.0.0.0 + ip + + + + + wan + wan0 + + 100 + 104 + firewall0 + wan0 + + wan + 104 + False + + wan0 + + 0.0.0.0 + 255.255.255.0 + 0.0.0.0 + ip + + + + + eth + eth0 + + 100 + 102 + firewall0 + eth0 + + eth + 102 + False + + eth0 + + 192.168.1.1 + 255.255.255.0 + 0.0.0.0 + ip + + + + + eth + eth1 + + 100 + 103 + firewall0 + eth1 + + eth + 103 + False + + eth1 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + + + + vpn + vpn0 + + 100 + 157 + firewall0 + vpn0 + + vpn + 157 + False + Test + + 192.168.6.2 + 255.255.255.0 + 0.0.0.0 + ip_only + + + vpn0 + + 192.168.50.1 + 255.255.255.0 + 0.0.0.0 + ip + + + + + 192.168.2.1 + 255.255.255.0 + 192.168.50.2 + route + + + 192.168.3.1 + 255.255.255.0 + 192.168.51.2 + route + + + + firewall1 + 100 + 105 + 700,510 + firewall + False + False + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + gw + + + lo + lo0 + + 105 + 106 + firewall1 + lo0 + + lo + 106 + False + + lo0 + + 127.0.0.1 + 255.0.0.0 + 0.0.0.0 + ip + + + + + wan + wan0 + + 105 + 109 + firewall1 + wan0 + + wan + 109 + False + + wan0 + + 0.0.0.0 + 255.255.255.0 + 0.0.0.0 + ip + + + + + eth + eth0 + + 105 + 107 + firewall1 + eth0 + + eth + 107 + False + + eth0 + + 192.168.2.1 + 255.255.255.0 + 0.0.0.0 + ip + + + + + eth + eth1 + + 105 + 108 + firewall1 + eth1 + + eth + 108 + False + + eth1 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + + + + vpn + vpn0 + + 105 + 156 + firewall1 + vpn0 + + vpn + 156 + False + Test + + 192.168.5.2 + 255.255.255.0 + 0.0.0.0 + ip_only + + + vpn0 + + 192.168.50.2 + 255.255.255.0 + 0.0.0.0 + ip + + + + + 192.168.1.1 + 255.255.255.0 + 192.168.50.1 + route + + + 192.168.3.1 + 255.255.255.0 + 192.168.50.1 + route + + + + laptop0 + 100 + 140 + 280,830 + laptop + False + False + + 192.168.1.1 + 0.0.0.0 + 0.0.0.0 + gw + + + lo + lo0 + + 140 + 141 + laptop0 + lo0 + + lo + 141 + False + + lo0 + + 127.0.0.1 + 255.0.0.0 + 0.0.0.0 + ip + + + + + eth + eth0 + + 140 + 142 + laptop0 + eth0 + + eth + 142 + False + + eth0 + + 192.168.1.3 + 255.255.255.0 + 0.0.0.0 + ip + + + + + + laptop1 + 100 + 143 + 800,850 + laptop + False + False + + 192.168.2.1 + 0.0.0.0 + 0.0.0.0 + gw + + + lo + lo0 + + 143 + 144 + laptop1 + lo0 + + lo + 144 + False + + lo0 + + 127.0.0.1 + 255.0.0.0 + 0.0.0.0 + ip + + + + + eth + eth0 + + 143 + 145 + laptop1 + eth0 + + eth + 145 + False + + eth0 + + 192.168.2.3 + 255.255.255.0 + 0.0.0.0 + ip + + + + + + net_switch0 + 100 + 114 + 180,670 + net_switch + False + False + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + gw + + + lo + lo0 + + 114 + 115 + net_switch0 + lo0 + + lo + 115 + False + + lo0 + + 127.0.0.1 + 255.0.0.0 + 0.0.0.0 + ip + + + + + management_interface + management_interface0 + + 114 + 116 + net_switch0 + management_interface0 + + management_interface + 116 + False + + management_interface0 + + 192.168.1.4 + 255.255.255.0 + 0.0.0.0 + ip + + + + + port + port1 + + 114 + 117 + net_switch0 + port1 + + port + 117 + False + + port1 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + + + + port + port2 + + 114 + 118 + net_switch0 + port2 + + port + 118 + False + + port2 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + + + + port + port3 + + 114 + 119 + net_switch0 + port3 + + port + 119 + False + + port3 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + + + + port + port4 + + 114 + 120 + net_switch0 + port4 + + port + 120 + False + + port4 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + + + + port + port5 + + 114 + 121 + net_switch0 + port5 + + port + 121 + False + + port5 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + + + + port + port6 + + 114 + 122 + net_switch0 + port6 + + port + 122 + False + + port6 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + + + + port + port7 + + 114 + 123 + net_switch0 + port7 + + port + 123 + False + + port7 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + + + + + net_switch1 + 100 + 124 + 700,690 + net_switch + False + False + + 192.168.2.1 + 0.0.0.0 + 0.0.0.0 + gw + + + lo + lo0 + + 124 + 125 + net_switch1 + lo0 + + lo + 125 + False + + lo0 + + 127.0.0.1 + 255.0.0.0 + 0.0.0.0 + ip + + + + + management_interface + management_interface0 + + 124 + 126 + net_switch1 + management_interface0 + + management_interface + 126 + False + + management_interface0 + + 192.168.2.4 + 255.255.255.0 + 0.0.0.0 + ip + + + + + port + port1 + + 124 + 127 + net_switch1 + port1 + + port + 127 + False + + port1 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + + + + port + port2 + + 124 + 128 + net_switch1 + port2 + + port + 128 + False + + port2 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + + + + port + port3 + + 124 + 129 + net_switch1 + port3 + + port + 129 + False + + port3 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + + + + port + port4 + + 124 + 130 + net_switch1 + port4 + + port + 130 + False + + port4 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + + + + port + port5 + + 124 + 131 + net_switch1 + port5 + + port + 131 + False + + port5 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + + + + port + port6 + + 124 + 132 + net_switch1 + port6 + + port + 132 + False + + port6 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + + + + port + port7 + + 124 + 133 + net_switch1 + port7 + + port + 133 + False + + port7 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + + + + + pc0 + 100 + 134 + 90,830 + pc + False + False + + 192.168.1.1 + 0.0.0.0 + 0.0.0.0 + gw + + + lo + lo0 + + 134 + 135 + pc0 + lo0 + + lo + 135 + False + + lo0 + + 127.0.0.1 + 255.0.0.0 + 0.0.0.0 + ip + + + + + eth + eth0 + + 134 + 136 + pc0 + eth0 + + eth + 136 + False + + eth0 + + 192.168.1.2 + 255.255.255.0 + 0.0.0.0 + ip + + + + + + pc1 + 100 + 137 + 600,850 + pc + False + False + + 192.168.2.1 + 0.0.0.0 + 0.0.0.0 + gw + + + lo + lo0 + + 137 + 138 + pc1 + lo0 + + lo + 138 + False + + lo0 + + 127.0.0.1 + 255.0.0.0 + 0.0.0.0 + ip + + + + + eth + eth0 + + 137 + 139 + pc1 + eth0 + + eth + 139 + False + + eth0 + + 192.168.2.2 + 255.255.255.0 + 0.0.0.0 + ip + + + + + + router0 + 100 + 110 + 420,270 + router + False + False + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + gw + + + lo + lo0 + + 110 + 111 + router0 + lo0 + + lo + 111 + False + + lo0 + + 127.0.0.1 + 255.0.0.0 + 0.0.0.0 + ip + + + + + eth + eth0 + + 110 + 112 + router0 + eth0 + + eth + 112 + False + + eth0 + + 192.168.6.1 + 255.255.255.0 + 0.0.0.0 + ip + + + + + eth + eth1 + + 110 + 113 + router0 + eth1 + + eth + 113 + False + + eth1 + + 192.168.5.1 + 255.255.255.0 + 0.0.0.0 + ip + + + + + + + 140 + 142 + laptop0 + eth0 + + + 114 + 118 + net_switch0 + port2 + + + 147 + + + + 134 + 136 + pc0 + eth0 + + + 114 + 117 + net_switch0 + port1 + + + 146 + + + + 137 + 139 + pc1 + eth0 + + + 124 + 127 + net_switch1 + port1 + + + 149 + + + + 143 + 145 + laptop1 + eth0 + + + 124 + 128 + net_switch1 + port2 + + + 150 + + + + 114 + 119 + net_switch0 + port3 + + + 100 + 102 + firewall0 + eth0 + + + 154 + + + + 124 + 129 + net_switch1 + port3 + + + 105 + 107 + firewall1 + eth0 + + + 152 + + + router0 + All + LockAll + + + pc0 + pc1 + SuccessfullyPings + + + \ No newline at end of file diff --git a/EduNetworkBuilder/Resources/Level2_FirewallDemo.enbx b/EduNetworkBuilder/Resources/Level2_FirewallDemo.enbx new file mode 100644 index 0000000..f5517c4 --- /dev/null +++ b/EduNetworkBuilder/Resources/Level2_FirewallDemo.enbx @@ -0,0 +1,1232 @@ + + + + + This puzzle shows off how a firewall works. You can ping out of a firewall, but not ping the computers behind it. To "solve" this, ping the lone computer from both subnets, and try to ping both subnets from the lone pc. + Firewall Test + 1024 + 1024 + 100 + False + 2 + 0 + 158 + full + + firewall0 + 100 + 100 + 410,410 + firewall + False + True + + 192.168.1.1 + 0.0.0.0 + 0.0.0.0 + gw + + + wan + wan0 + + 100 + 104 + firewall0 + wan0 + + wan + 104 + False + + wan0 + + 192.168.5.1 + 255.255.255.0 + 0.0.0.0 + ip + + + + + lo + lo0 + + 100 + 101 + firewall0 + lo0 + + lo + 101 + False + + lo0 + + 127.0.0.1 + 255.0.0.0 + 0.0.0.0 + ip + + + + + eth + eth0 + + 100 + 102 + firewall0 + eth0 + + eth + 102 + False + + eth0 + + 192.168.1.1 + 255.255.255.0 + 0.0.0.0 + ip + + + + + eth + eth1 + + 100 + 103 + firewall0 + eth1 + + eth + 103 + False + + eth1 + + 192.168.2.1 + 255.255.255.0 + 0.0.0.0 + ip + + + + + 192.168.5.1 + 0.0.0.0 + 0.0.0.0 + route + + + 127.0.0.1 + 0.0.0.0 + 0.0.0.0 + route + + + 192.168.1.1 + 192.168.1.5 + 192.168.1.10 + route + + + 192.168.2.1 + 192.168.2.5 + 192.168.2.10 + route + + + + net_switch0 + 100 + 105 + 410,190 + net_switch + False + False + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + gw + + + lo + lo0 + + 105 + 106 + net_switch0 + lo0 + + lo + 106 + False + + lo0 + + 127.0.0.1 + 255.0.0.0 + 0.0.0.0 + ip + + + + + management_interface + management_interface0 + + 105 + 107 + net_switch0 + management_interface0 + + management_interface + 107 + False + + management_interface0 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + + + + port + port1 + + 105 + 108 + net_switch0 + port1 + + port + 108 + False + + port1 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + + + + port + port2 + + 105 + 109 + net_switch0 + port2 + + port + 109 + False + + port2 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + + + + port + port3 + + 105 + 110 + net_switch0 + port3 + + port + 110 + False + + port3 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + + + + port + port4 + + 105 + 111 + net_switch0 + port4 + + port + 111 + False + + port4 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + + + + port + port5 + + 105 + 112 + net_switch0 + port5 + + port + 112 + False + + port5 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + + + + port + port6 + + 105 + 113 + net_switch0 + port6 + + port + 113 + False + + port6 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + + + + port + port7 + + 105 + 114 + net_switch0 + port7 + + port + 114 + False + + port7 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + + + + + net_switch1 + 100 + 118 + 230,410 + net_switch + False + False + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + gw + + + lo + lo0 + + 118 + 119 + net_switch1 + lo0 + + lo + 119 + False + + lo0 + + 127.0.0.1 + 255.0.0.0 + 0.0.0.0 + ip + + + + + management_interface + management_interface0 + + 118 + 120 + net_switch1 + management_interface0 + + management_interface + 120 + False + + management_interface0 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + + + + port + port1 + + 118 + 121 + net_switch1 + port1 + + port + 121 + False + + port1 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + + + + port + port2 + + 118 + 122 + net_switch1 + port2 + + port + 122 + False + + port2 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + + + + port + port3 + + 118 + 123 + net_switch1 + port3 + + port + 123 + False + + port3 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + + + + port + port4 + + 118 + 124 + net_switch1 + port4 + + port + 124 + False + + port4 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + + + + port + port5 + + 118 + 125 + net_switch1 + port5 + + port + 125 + False + + port5 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + + + + port + port6 + + 118 + 126 + net_switch1 + port6 + + port + 126 + False + + port6 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + + + + port + port7 + + 118 + 127 + net_switch1 + port7 + + port + 127 + False + + port7 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + + + + + net_switch2 + 100 + 139 + 640,410 + net_switch + False + False + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + gw + + + lo + lo0 + + 139 + 140 + net_switch2 + lo0 + + lo + 140 + False + + lo0 + + 127.0.0.1 + 255.0.0.0 + 0.0.0.0 + ip + + + + + management_interface + management_interface0 + + 139 + 141 + net_switch2 + management_interface0 + + management_interface + 141 + False + + management_interface0 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + + + + port + port1 + + 139 + 142 + net_switch2 + port1 + + port + 142 + False + + port1 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + + + + port + port2 + + 139 + 143 + net_switch2 + port2 + + port + 143 + False + + port2 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + + + + port + port3 + + 139 + 144 + net_switch2 + port3 + + port + 144 + False + + port3 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + + + + port + port4 + + 139 + 145 + net_switch2 + port4 + + port + 145 + False + + port4 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + + + + port + port5 + + 139 + 146 + net_switch2 + port5 + + port + 146 + False + + port5 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + + + + port + port6 + + 139 + 147 + net_switch2 + port6 + + port + 147 + False + + port6 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + + + + port + port7 + + 139 + 148 + net_switch2 + port7 + + port + 148 + False + + port7 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + + + + + pc0 + 100 + 115 + 640,190 + pc + False + False + + 192.168.5.1 + 0.0.0.0 + 0.0.0.0 + gw + + + lo + lo0 + + 115 + 116 + pc0 + lo0 + + lo + 116 + False + + lo0 + + 127.0.0.1 + 255.0.0.0 + 0.0.0.0 + ip + + + + + eth + eth0 + + 115 + 117 + pc0 + eth0 + + eth + 117 + False + + eth0 + + 192.168.5.2 + 255.255.255.0 + 0.0.0.0 + ip + + + + + + pc1 + 100 + 128 + 230,600 + pc + False + False + + 192.168.1.1 + 0.0.0.0 + 0.0.0.0 + gw + + + lo + lo0 + + 128 + 129 + pc1 + lo0 + + lo + 129 + False + + lo0 + + 127.0.0.1 + 255.0.0.0 + 0.0.0.0 + ip + + + + + eth + eth0 + + 128 + 130 + pc1 + eth0 + + eth + 130 + False + + eth0 + + 192.168.1.2 + 255.255.255.0 + 0.0.0.0 + ip + + + + + + pc2 + 100 + 135 + 90,590 + pc + False + False + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + gw + + + lo + lo0 + + 135 + 136 + pc2 + lo0 + + lo + 136 + False + + lo0 + + 127.0.0.1 + 255.0.0.0 + 0.0.0.0 + ip + + + + + eth + eth0 + + 135 + 137 + pc2 + eth0 + + eth + 137 + True + + eth0 + + 192.168.1.5 + 255.255.255.0 + 192.168.1.1 + route + + + + + + pc3 + 100 + 149 + 640,600 + pc + False + False + + 192.168.2.1 + 0.0.0.0 + 0.0.0.0 + gw + + + lo + lo0 + + 149 + 150 + pc3 + lo0 + + lo + 150 + False + + lo0 + + 127.0.0.1 + 255.0.0.0 + 0.0.0.0 + ip + + + + + eth + eth0 + + 149 + 151 + pc3 + eth0 + + eth + 151 + False + + eth0 + + 192.168.2.2 + 255.255.255.0 + 0.0.0.0 + ip + + + + + + pc4 + 100 + 154 + 760,600 + pc + False + False + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + gw + + + lo + lo0 + + 154 + 155 + pc4 + lo0 + + lo + 155 + False + + lo0 + + 127.0.0.1 + 255.0.0.0 + 0.0.0.0 + ip + + + + + eth + eth0 + + 154 + 156 + pc4 + eth0 + + eth + 156 + True + + eth0 + + 192.168.2.5 + 255.255.255.0 + 192.168.2.1 + route + + + + + + + 128 + 130 + pc1 + eth0 + + + 118 + 121 + net_switch1 + port1 + + + 131 + + + + 118 + 122 + net_switch1 + port2 + + + 100 + 102 + firewall0 + eth0 + + + 132 + + + + 100 + 104 + firewall0 + wan0 + + + 105 + 108 + net_switch0 + port1 + + + 133 + + + + 105 + 109 + net_switch0 + port2 + + + 115 + 117 + pc0 + eth0 + + + 134 + + + + 135 + 137 + pc2 + eth0 + + + 118 + 123 + net_switch1 + port3 + + + 138 + + + + 100 + 103 + firewall0 + eth1 + + + 139 + 142 + net_switch2 + port1 + + + 152 + + + + 139 + 143 + net_switch2 + port2 + + + 149 + 151 + pc3 + eth0 + + + 153 + + + + 154 + 156 + pc4 + eth0 + + + 139 + 144 + net_switch2 + port3 + + + 157 + + + pc0 + pc1 + FailedPing + + + pc0 + pc3 + FailedPing + + + pc2 + pc0 + SuccessfullyPings + + + pc4 + pc0 + SuccessfullyPings + + + pc4 + pc2 + SuccessfullyPings + + Firewall + Ping + + \ No newline at end of file diff --git a/EduNetworkBuilder/Resources/Level2_Not_Working.enbx b/EduNetworkBuilder/Resources/Level2_Not_Working.enbx new file mode 100644 index 0000000..d4d1e24 --- /dev/null +++ b/EduNetworkBuilder/Resources/Level2_Not_Working.enbx @@ -0,0 +1,1162 @@ + + + + + Someone has been trying to set up a VPN between two sites. "It is just not working!" they tell you. Guess it is up to you to figure out what they did wrong. Get PC0 to ping PC1 + Not Working + 1024 + 1024 + 100 + False + 2 + 7 + 186 + none + + firewall0 + 100 + 100 + 180,510 + firewall + False + False + + 192.168.5.1 + 0.0.0.0 + 0.0.0.0 + gw + + + lo + lo0 + + 100 + 101 + firewall0 + lo0 + + lo + 101 + False + + lo0 + + 127.0.0.1 + 255.0.0.0 + 0.0.0.0 + ip + + + + + wan + wan0 + + 100 + 104 + firewall0 + wan0 + + wan + 104 + False + + wan0 + + 192.168.5.2 + 255.255.255.0 + 0.0.0.0 + ip + + + + + eth + eth0 + + 100 + 102 + firewall0 + eth0 + + eth + 102 + False + + eth0 + + 192.168.1.1 + 255.255.255.0 + 0.0.0.0 + ip + + + + + eth + eth1 + + 100 + 103 + firewall0 + eth1 + + eth + 103 + False + + eth1 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + + + + vpn + vpn0 + + 100 + 157 + firewall0 + vpn0 + + vpn + 157 + False + test + + 192.168.6.2 + 255.255.255.0 + 0.0.0.0 + ip_only + + + vpn0 + + 192.168.50.1 + 255.255.255.0 + 0.0.0.0 + ip + + + + + 192.168.2.1 + 255.255.255.0 + 192.168.50.2 + route + + + + firewall1 + 100 + 105 + 700,510 + firewall + False + False + + 192.168.6.1 + 0.0.0.0 + 0.0.0.0 + gw + + + lo + lo0 + + 105 + 106 + firewall1 + lo0 + + lo + 106 + False + + lo0 + + 127.0.0.1 + 255.0.0.0 + 0.0.0.0 + ip + + + + + wan + wan0 + + 105 + 109 + firewall1 + wan0 + + wan + 109 + False + + wan0 + + 192.168.6.2 + 255.255.255.0 + 0.0.0.0 + ip + + + + + eth + eth0 + + 105 + 107 + firewall1 + eth0 + + eth + 107 + False + + eth0 + + 192.168.2.1 + 255.255.255.0 + 0.0.0.0 + ip + + + + + eth + eth1 + + 105 + 108 + firewall1 + eth1 + + eth + 108 + False + + eth1 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + + + + vpn + vpn0 + + 105 + 156 + firewall1 + vpn0 + + vpn + 156 + False + Test + + 192.168.5.2 + 255.255.255.0 + 0.0.0.0 + ip_only + + + vpn0 + + 192.168.50.2 + 255.255.255.0 + 0.0.0.0 + ip + + + + + + laptop0 + 100 + 140 + 280,830 + laptop + False + False + + 192.168.1.1 + 0.0.0.0 + 0.0.0.0 + gw + + + lo + lo0 + + 140 + 141 + laptop0 + lo0 + + lo + 141 + False + + lo0 + + 127.0.0.1 + 255.0.0.0 + 0.0.0.0 + ip + + + + + eth + eth0 + + 140 + 142 + laptop0 + eth0 + + eth + 142 + False + + eth0 + + 192.168.1.3 + 255.255.255.0 + 0.0.0.0 + ip + + + + + + laptop1 + 100 + 143 + 800,850 + laptop + False + False + + 192.168.2.1 + 0.0.0.0 + 0.0.0.0 + gw + + + lo + lo0 + + 143 + 144 + laptop1 + lo0 + + lo + 144 + False + + lo0 + + 127.0.0.1 + 255.0.0.0 + 0.0.0.0 + ip + + + + + eth + eth0 + + 143 + 145 + laptop1 + eth0 + + eth + 145 + False + + eth0 + + 192.168.2.3 + 255.255.255.0 + 0.0.0.0 + ip + + + + + + net_switch0 + 100 + 114 + 180,670 + net_switch + False + False + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + gw + + + lo + lo0 + + 114 + 115 + net_switch0 + lo0 + + lo + 115 + False + + lo0 + + 127.0.0.1 + 255.0.0.0 + 0.0.0.0 + ip + + + + + management_interface + management_interface0 + + 114 + 116 + net_switch0 + management_interface0 + + management_interface + 116 + False + + management_interface0 + + 192.168.1.4 + 255.255.255.0 + 0.0.0.0 + ip + + + + + port + port1 + + 114 + 117 + net_switch0 + port1 + + port + 117 + False + + port1 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + + + + port + port2 + + 114 + 118 + net_switch0 + port2 + + port + 118 + False + + port2 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + + + + port + port3 + + 114 + 119 + net_switch0 + port3 + + port + 119 + False + + port3 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + + + + port + port4 + + 114 + 120 + net_switch0 + port4 + + port + 120 + False + + port4 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + + + + port + port5 + + 114 + 121 + net_switch0 + port5 + + port + 121 + False + + port5 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + + + + port + port6 + + 114 + 122 + net_switch0 + port6 + + port + 122 + False + + port6 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + + + + port + port7 + + 114 + 123 + net_switch0 + port7 + + port + 123 + False + + port7 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + + + + + net_switch1 + 100 + 124 + 700,690 + net_switch + False + False + + 192.168.2.1 + 0.0.0.0 + 0.0.0.0 + gw + + + lo + lo0 + + 124 + 125 + net_switch1 + lo0 + + lo + 125 + False + + lo0 + + 127.0.0.1 + 255.0.0.0 + 0.0.0.0 + ip + + + + + management_interface + management_interface0 + + 124 + 126 + net_switch1 + management_interface0 + + management_interface + 126 + False + + management_interface0 + + 192.168.2.4 + 255.255.255.0 + 0.0.0.0 + ip + + + + + port + port1 + + 124 + 127 + net_switch1 + port1 + + port + 127 + False + + port1 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + + + + port + port2 + + 124 + 128 + net_switch1 + port2 + + port + 128 + False + + port2 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + + + + port + port3 + + 124 + 129 + net_switch1 + port3 + + port + 129 + False + + port3 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + + + + port + port4 + + 124 + 130 + net_switch1 + port4 + + port + 130 + False + + port4 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + + + + port + port5 + + 124 + 131 + net_switch1 + port5 + + port + 131 + False + + port5 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + + + + port + port6 + + 124 + 132 + net_switch1 + port6 + + port + 132 + False + + port6 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + + + + port + port7 + + 124 + 133 + net_switch1 + port7 + + port + 133 + False + + port7 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + + + + + pc0 + 100 + 134 + 90,830 + pc + False + False + + 192.168.1.1 + 0.0.0.0 + 0.0.0.0 + gw + + + lo + lo0 + + 134 + 135 + pc0 + lo0 + + lo + 135 + False + + lo0 + + 127.0.0.1 + 255.0.0.0 + 0.0.0.0 + ip + + + + + eth + eth0 + + 134 + 136 + pc0 + eth0 + + eth + 136 + False + + eth0 + + 192.168.1.2 + 255.255.255.0 + 0.0.0.0 + ip + + + + + + pc1 + 100 + 137 + 600,850 + pc + False + False + + 192.168.2.1 + 0.0.0.0 + 0.0.0.0 + gw + + + lo + lo0 + + 137 + 138 + pc1 + lo0 + + lo + 138 + False + + lo0 + + 127.0.0.1 + 255.0.0.0 + 0.0.0.0 + ip + + + + + eth + eth0 + + 137 + 139 + pc1 + eth0 + + eth + 139 + False + + eth0 + + 192.168.2.2 + 255.255.255.0 + 0.0.0.0 + ip + + + + + + router0 + 100 + 110 + 430,410 + router + False + False + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + gw + + + lo + lo0 + + 110 + 111 + router0 + lo0 + + lo + 111 + False + + lo0 + + 127.0.0.1 + 255.0.0.0 + 0.0.0.0 + ip + + + + + eth + eth0 + + 110 + 112 + router0 + eth0 + + eth + 112 + False + + eth0 + + 192.168.6.1 + 255.255.255.0 + 0.0.0.0 + ip + + + + + eth + eth1 + + 110 + 113 + router0 + eth1 + + eth + 113 + False + + eth1 + + 192.168.5.1 + 255.255.255.0 + 0.0.0.0 + ip + + + + + + + 140 + 142 + laptop0 + eth0 + + + 114 + 118 + net_switch0 + port2 + + + 147 + + + + 134 + 136 + pc0 + eth0 + + + 114 + 117 + net_switch0 + port1 + + + 146 + + + + 137 + 139 + pc1 + eth0 + + + 124 + 127 + net_switch1 + port1 + + + 149 + + + + 143 + 145 + laptop1 + eth0 + + + 124 + 128 + net_switch1 + port2 + + + 150 + + + + 105 + 109 + firewall1 + wan0 + + + 110 + 112 + router0 + eth0 + + + 153 + + + + 114 + 119 + net_switch0 + port3 + + + 100 + 102 + firewall0 + eth0 + + + 154 + + + + 100 + 104 + firewall0 + wan0 + + + 110 + 113 + router0 + eth1 + + + 155 + + + + 124 + 129 + net_switch1 + port3 + + + 105 + 107 + firewall1 + eth0 + + + 152 + + + pc0 + pc1 + SuccessfullyPings + + + \ No newline at end of file diff --git a/EduNetworkBuilder/Resources/Level2_VPN_Demo.enbx b/EduNetworkBuilder/Resources/Level2_VPN_Demo.enbx new file mode 100644 index 0000000..0abaef1 --- /dev/null +++ b/EduNetworkBuilder/Resources/Level2_VPN_Demo.enbx @@ -0,0 +1,1792 @@ + + + + + Some devices allow you to create VPNs. A Virtual Private Network (VPN) allows you to connect up to things behind a firewall. For this example, you need to ping from pc0 to a number of different things just to see how the VPN works. Make sure you edit one or more of the firewalls to see how the VPN is configured, and see how the static route is defined to make the packets go through the VPN. You will need to know how that works to solve the rest of this level. + VPN Demo + 1024 + 1024 + 100 + False + 2 + 1 + 186 + full + + firewall0 + 100 + 100 + 180,510 + firewall + False + False + + 192.168.5.1 + 0.0.0.0 + 0.0.0.0 + gw + + + lo + lo0 + + 100 + 101 + firewall0 + lo0 + + lo + 101 + False + + lo0 + + 127.0.0.1 + 255.0.0.0 + 0.0.0.0 + ip + + + + + wan + wan0 + + 100 + 104 + firewall0 + wan0 + + wan + 104 + False + + wan0 + + 192.168.5.2 + 255.255.255.0 + 0.0.0.0 + ip + + + + + eth + eth0 + + 100 + 102 + firewall0 + eth0 + + eth + 102 + False + + eth0 + + 192.168.1.1 + 255.255.255.0 + 0.0.0.0 + ip + + + + + eth + eth1 + + 100 + 103 + firewall0 + eth1 + + eth + 103 + False + + eth1 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + + + + vpn + vpn0 + + 100 + 157 + firewall0 + vpn0 + + vpn + 157 + False + Test + + 192.168.6.2 + 255.255.255.0 + 0.0.0.0 + ip_only + + + vpn0 + + 192.168.50.1 + 255.255.255.0 + 0.0.0.0 + ip + + + + + vpn + vpn1 + + 100 + 184 + firewall0 + vpn1 + + vpn + 184 + False + Secondary + + 192.168.7.2 + 255.255.255.0 + 0.0.0.0 + ip_only + + + vpn1 + + 192.168.51.1 + 255.255.255.0 + 0.0.0.0 + ip + + + + + 192.168.2.1 + 255.255.255.0 + 192.168.50.2 + route + + + 192.168.3.1 + 255.255.255.0 + 192.168.51.2 + route + + + + firewall1 + 100 + 105 + 700,510 + firewall + False + False + + 192.168.6.1 + 0.0.0.0 + 0.0.0.0 + gw + + + lo + lo0 + + 105 + 106 + firewall1 + lo0 + + lo + 106 + False + + lo0 + + 127.0.0.1 + 255.0.0.0 + 0.0.0.0 + ip + + + + + wan + wan0 + + 105 + 109 + firewall1 + wan0 + + wan + 109 + False + + wan0 + + 192.168.6.2 + 255.255.255.0 + 0.0.0.0 + ip + + + + + eth + eth0 + + 105 + 107 + firewall1 + eth0 + + eth + 107 + False + + eth0 + + 192.168.2.1 + 255.255.255.0 + 0.0.0.0 + ip + + + + + eth + eth1 + + 105 + 108 + firewall1 + eth1 + + eth + 108 + False + + eth1 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + + + + vpn + vpn0 + + 105 + 156 + firewall1 + vpn0 + + vpn + 156 + False + Test + + 192.168.5.2 + 255.255.255.0 + 0.0.0.0 + ip_only + + + vpn0 + + 192.168.50.2 + 255.255.255.0 + 0.0.0.0 + ip + + + + + 192.168.1.1 + 255.255.255.0 + 192.168.50.1 + route + + + 192.168.3.1 + 255.255.255.0 + 192.168.50.1 + route + + + + firewall2 + 100 + 158 + 430,230 + firewall + False + False + + 192.168.7.1 + 0.0.0.0 + 0.0.0.0 + gw + + + lo + lo0 + + 158 + 159 + firewall2 + lo0 + + lo + 159 + False + + lo0 + + 127.0.0.1 + 255.0.0.0 + 0.0.0.0 + ip + + + + + wan + wan0 + + 158 + 162 + firewall2 + wan0 + + wan + 162 + False + + wan0 + + 192.168.7.2 + 255.255.255.0 + 0.0.0.0 + ip + + + + + eth + eth0 + + 158 + 160 + firewall2 + eth0 + + eth + 160 + False + + eth0 + + 192.168.3.1 + 255.255.255.0 + 0.0.0.0 + ip + + + + + eth + eth1 + + 158 + 161 + firewall2 + eth1 + + eth + 161 + False + + eth1 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + + + + vpn + vpn0 + + 158 + 185 + firewall2 + vpn0 + + vpn + 185 + False + Secondary + + 192.168.5.2 + 255.255.255.0 + 0.0.0.0 + ip_only + + + vpn0 + + 192.168.51.2 + 255.255.255.0 + 0.0.0.0 + ip + + + + + 192.168.1.1 + 255.255.255.0 + 192.168.51.1 + route + + + 192.168.2.1 + 255.255.255.0 + 192.168.51.1 + route + + + + laptop0 + 100 + 140 + 280,830 + laptop + False + False + + 192.168.1.1 + 0.0.0.0 + 0.0.0.0 + gw + + + lo + lo0 + + 140 + 141 + laptop0 + lo0 + + lo + 141 + False + + lo0 + + 127.0.0.1 + 255.0.0.0 + 0.0.0.0 + ip + + + + + eth + eth0 + + 140 + 142 + laptop0 + eth0 + + eth + 142 + False + + eth0 + + 192.168.1.3 + 255.255.255.0 + 0.0.0.0 + ip + + + + + + laptop1 + 100 + 143 + 800,850 + laptop + False + False + + 192.168.2.1 + 0.0.0.0 + 0.0.0.0 + gw + + + lo + lo0 + + 143 + 144 + laptop1 + lo0 + + lo + 144 + False + + lo0 + + 127.0.0.1 + 255.0.0.0 + 0.0.0.0 + ip + + + + + eth + eth0 + + 143 + 145 + laptop1 + eth0 + + eth + 145 + False + + eth0 + + 192.168.2.3 + 255.255.255.0 + 0.0.0.0 + ip + + + + + + laptop2 + 100 + 176 + 570,0 + laptop + False + False + + 192.168.3.1 + 0.0.0.0 + 0.0.0.0 + gw + + + lo + lo0 + + 176 + 177 + laptop2 + lo0 + + lo + 177 + False + + lo0 + + 127.0.0.1 + 255.0.0.0 + 0.0.0.0 + ip + + + + + eth + eth0 + + 176 + 178 + laptop2 + eth0 + + eth + 178 + False + + eth0 + + 192.168.3.3 + 255.255.255.0 + 0.0.0.0 + ip + + + + + + net_switch0 + 100 + 114 + 180,670 + net_switch + False + False + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + gw + + + lo + lo0 + + 114 + 115 + net_switch0 + lo0 + + lo + 115 + False + + lo0 + + 127.0.0.1 + 255.0.0.0 + 0.0.0.0 + ip + + + + + management_interface + management_interface0 + + 114 + 116 + net_switch0 + management_interface0 + + management_interface + 116 + False + + management_interface0 + + 192.168.1.4 + 255.255.255.0 + 0.0.0.0 + ip + + + + + port + port1 + + 114 + 117 + net_switch0 + port1 + + port + 117 + False + + port1 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + + + + port + port2 + + 114 + 118 + net_switch0 + port2 + + port + 118 + False + + port2 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + + + + port + port3 + + 114 + 119 + net_switch0 + port3 + + port + 119 + False + + port3 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + + + + port + port4 + + 114 + 120 + net_switch0 + port4 + + port + 120 + False + + port4 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + + + + port + port5 + + 114 + 121 + net_switch0 + port5 + + port + 121 + False + + port5 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + + + + port + port6 + + 114 + 122 + net_switch0 + port6 + + port + 122 + False + + port6 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + + + + port + port7 + + 114 + 123 + net_switch0 + port7 + + port + 123 + False + + port7 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + + + + + net_switch1 + 100 + 124 + 700,690 + net_switch + False + False + + 192.168.2.1 + 0.0.0.0 + 0.0.0.0 + gw + + + lo + lo0 + + 124 + 125 + net_switch1 + lo0 + + lo + 125 + False + + lo0 + + 127.0.0.1 + 255.0.0.0 + 0.0.0.0 + ip + + + + + management_interface + management_interface0 + + 124 + 126 + net_switch1 + management_interface0 + + management_interface + 126 + False + + management_interface0 + + 192.168.2.4 + 255.255.255.0 + 0.0.0.0 + ip + + + + + port + port1 + + 124 + 127 + net_switch1 + port1 + + port + 127 + False + + port1 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + + + + port + port2 + + 124 + 128 + net_switch1 + port2 + + port + 128 + False + + port2 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + + + + port + port3 + + 124 + 129 + net_switch1 + port3 + + port + 129 + False + + port3 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + + + + port + port4 + + 124 + 130 + net_switch1 + port4 + + port + 130 + False + + port4 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + + + + port + port5 + + 124 + 131 + net_switch1 + port5 + + port + 131 + False + + port5 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + + + + port + port6 + + 124 + 132 + net_switch1 + port6 + + port + 132 + False + + port6 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + + + + port + port7 + + 124 + 133 + net_switch1 + port7 + + port + 133 + False + + port7 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + + + + + net_switch2 + 100 + 163 + 430,80 + net_switch + False + False + + 192.168.3.1 + 0.0.0.0 + 0.0.0.0 + gw + + + lo + lo0 + + 163 + 164 + net_switch2 + lo0 + + lo + 164 + False + + lo0 + + 127.0.0.1 + 255.0.0.0 + 0.0.0.0 + ip + + + + + management_interface + management_interface0 + + 163 + 165 + net_switch2 + management_interface0 + + management_interface + 165 + False + + management_interface0 + + 192.168.3.4 + 255.255.255.0 + 0.0.0.0 + ip + + + + + port + port1 + + 163 + 166 + net_switch2 + port1 + + port + 166 + False + + port1 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + + + + port + port2 + + 163 + 167 + net_switch2 + port2 + + port + 167 + False + + port2 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + + + + port + port3 + + 163 + 168 + net_switch2 + port3 + + port + 168 + False + + port3 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + + + + port + port4 + + 163 + 169 + net_switch2 + port4 + + port + 169 + False + + port4 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + + + + port + port5 + + 163 + 170 + net_switch2 + port5 + + port + 170 + False + + port5 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + + + + port + port6 + + 163 + 171 + net_switch2 + port6 + + port + 171 + False + + port6 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + + + + port + port7 + + 163 + 172 + net_switch2 + port7 + + port + 172 + False + + port7 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + + + + + pc0 + 100 + 134 + 90,830 + pc + False + False + + 192.168.1.1 + 0.0.0.0 + 0.0.0.0 + gw + + + lo + lo0 + + 134 + 135 + pc0 + lo0 + + lo + 135 + False + + lo0 + + 127.0.0.1 + 255.0.0.0 + 0.0.0.0 + ip + + + + + eth + eth0 + + 134 + 136 + pc0 + eth0 + + eth + 136 + False + + eth0 + + 192.168.1.2 + 255.255.255.0 + 0.0.0.0 + ip + + + + + + pc1 + 100 + 137 + 600,850 + pc + False + False + + 192.168.2.1 + 0.0.0.0 + 0.0.0.0 + gw + + + lo + lo0 + + 137 + 138 + pc1 + lo0 + + lo + 138 + False + + lo0 + + 127.0.0.1 + 255.0.0.0 + 0.0.0.0 + ip + + + + + eth + eth0 + + 137 + 139 + pc1 + eth0 + + eth + 139 + False + + eth0 + + 192.168.2.2 + 255.255.255.0 + 0.0.0.0 + ip + + + + + + pc2 + 100 + 173 + 260,10 + pc + False + False + + 192.168.3.1 + 0.0.0.0 + 0.0.0.0 + gw + + + lo + lo0 + + 173 + 174 + pc2 + lo0 + + lo + 174 + False + + lo0 + + 127.0.0.1 + 255.0.0.0 + 0.0.0.0 + ip + + + + + eth + eth0 + + 173 + 175 + pc2 + eth0 + + eth + 175 + False + + eth0 + + 192.168.3.2 + 255.255.255.0 + 0.0.0.0 + ip + + + + + + router0 + 100 + 110 + 430,410 + router + False + False + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + gw + + + lo + lo0 + + 110 + 111 + router0 + lo0 + + lo + 111 + False + + lo0 + + 127.0.0.1 + 255.0.0.0 + 0.0.0.0 + ip + + + + + eth + eth0 + + 110 + 112 + router0 + eth0 + + eth + 112 + False + + eth0 + + 192.168.6.1 + 255.255.255.0 + 0.0.0.0 + ip + + + + + eth + eth1 + + 110 + 113 + router0 + eth1 + + eth + 113 + False + + eth1 + + 192.168.5.1 + 255.255.255.0 + 0.0.0.0 + ip + + + + + eth + eth2 + + 110 + 182 + router0 + eth2 + + eth + 182 + False + + eth2 + + 192.168.7.1 + 255.255.255.0 + 0.0.0.0 + ip + + + + + + + 140 + 142 + laptop0 + eth0 + + + 114 + 118 + net_switch0 + port2 + + + 147 + + + + 163 + 166 + net_switch2 + port1 + + + 173 + 175 + pc2 + eth0 + + + 179 + + + + 134 + 136 + pc0 + eth0 + + + 114 + 117 + net_switch0 + port1 + + + 146 + + + + 137 + 139 + pc1 + eth0 + + + 124 + 127 + net_switch1 + port1 + + + 149 + + + + 143 + 145 + laptop1 + eth0 + + + 124 + 128 + net_switch1 + port2 + + + 150 + + + + 158 + 160 + firewall2 + eth0 + + + 163 + 168 + net_switch2 + port3 + + + 181 + + + + 105 + 109 + firewall1 + wan0 + + + 110 + 112 + router0 + eth0 + + + 153 + + + + 114 + 119 + net_switch0 + port3 + + + 100 + 102 + firewall0 + eth0 + + + 154 + + + + 100 + 104 + firewall0 + wan0 + + + 110 + 113 + router0 + eth1 + + + 155 + + + + 124 + 129 + net_switch1 + port3 + + + 105 + 107 + firewall1 + eth0 + + + 152 + + + + 163 + 167 + net_switch2 + port2 + + + 176 + 178 + laptop2 + eth0 + + + 180 + + + + 158 + 162 + firewall2 + wan0 + + + 110 + 182 + router0 + eth2 + + + 183 + + + pc0 + pc1 + SuccessfullyPings + + + pc0 + pc2 + SuccessfullyPings + + + pc2 + pc1 + SuccessfullyPings + + + pc0 + firewall1 + SuccessfullyPings + + + pc0 + firewall2 + SuccessfullyPings + + firewall + VPN + + \ No newline at end of file diff --git a/EduNetworkBuilder/Resources/Level3_BlackHole.enbx b/EduNetworkBuilder/Resources/Level3_BlackHole.enbx new file mode 100644 index 0000000..745d1bb --- /dev/null +++ b/EduNetworkBuilder/Resources/Level3_BlackHole.enbx @@ -0,0 +1,1609 @@ + + + + + There is a black-hole that is eating all the packets. Determine why and fix it. + Black Hole + 1024 + 1024 + 100 + False + 3 + 4 + 177 + full + + net_switch0 + 100 + 120 + 134,649 + net_switch + False + False + + 192.168.1.1 + 255.255.255.0 + 0.0.0.0 + gw + + + lo + lo0 + + 120 + 121 + net_switch0 + lo0 + + lo + 121 + False + + + lo0 + + 127.0.0.1 + 255.0.0.0 + 0.0.0.0 + ip + + + + + management_interface + management_interface0 + + 120 + 122 + net_switch0 + management_interface0 + + management_interface + 122 + False + + + management_interface0 + + 192.168.1.4 + 255.255.255.0 + 0.0.0.0 + ip + + + + + port + port1 + + 120 + 123 + net_switch0 + port1 + + port + 123 + False + + + port1 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + + + + port + port2 + + 120 + 124 + net_switch0 + port2 + + port + 124 + False + + + port2 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + + + + port + port3 + + 120 + 125 + net_switch0 + port3 + + port + 125 + False + + + port3 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + + + + port + port4 + + 120 + 126 + net_switch0 + port4 + + port + 126 + False + + + port4 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + + + + port + port5 + + 120 + 127 + net_switch0 + port5 + + port + 127 + False + + + port5 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + + + + port + port6 + + 120 + 128 + net_switch0 + port6 + + port + 128 + False + + + port6 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + + + + port + port7 + + 120 + 129 + net_switch0 + port7 + + port + 129 + False + + + port7 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + + + + + net_switch1 + 100 + 130 + 769,649 + net_switch + False + False + + 192.168.2.1 + 255.255.255.0 + 0.0.0.0 + gw + + + lo + lo0 + + 130 + 131 + net_switch1 + lo0 + + lo + 131 + False + + + lo0 + + 127.0.0.1 + 255.0.0.0 + 0.0.0.0 + ip + + + + + management_interface + management_interface0 + + 130 + 132 + net_switch1 + management_interface0 + + management_interface + 132 + False + + + management_interface0 + + 192.168.2.4 + 255.255.255.0 + 0.0.0.0 + ip + + + + + port + port1 + + 130 + 133 + net_switch1 + port1 + + port + 133 + False + + + port1 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + + + + port + port2 + + 130 + 134 + net_switch1 + port2 + + port + 134 + False + + + port2 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + + + + port + port3 + + 130 + 135 + net_switch1 + port3 + + port + 135 + False + + + port3 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + + + + port + port4 + + 130 + 136 + net_switch1 + port4 + + port + 136 + False + + + port4 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + + + + port + port5 + + 130 + 137 + net_switch1 + port5 + + port + 137 + False + + + port5 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + + + + port + port6 + + 130 + 138 + net_switch1 + port6 + + port + 138 + False + + + port6 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + + + + port + port7 + + 130 + 139 + net_switch1 + port7 + + port + 139 + False + + + port7 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + + + + + net_switch2 + 100 + 140 + 422,124 + net_switch + False + False + + 192.168.3.1 + 255.255.255.0 + 0.0.0.0 + gw + + + lo + lo0 + + 140 + 141 + net_switch2 + lo0 + + lo + 141 + False + + + lo0 + + 127.0.0.1 + 255.0.0.0 + 0.0.0.0 + ip + + + + + management_interface + management_interface0 + + 140 + 142 + net_switch2 + management_interface0 + + management_interface + 142 + False + + + management_interface0 + + 192.168.3.4 + 255.255.255.0 + 0.0.0.0 + ip + + + + + port + port1 + + 140 + 143 + net_switch2 + port1 + + port + 143 + False + + + port1 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + + + + port + port2 + + 140 + 144 + net_switch2 + port2 + + port + 144 + False + + + port2 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + + + + port + port3 + + 140 + 145 + net_switch2 + port3 + + port + 145 + False + + + port3 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + + + + port + port4 + + 140 + 146 + net_switch2 + port4 + + port + 146 + False + + + port4 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + + + + port + port5 + + 140 + 147 + net_switch2 + port5 + + port + 147 + False + + + port5 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + + + + port + port6 + + 140 + 148 + net_switch2 + port6 + + port + 148 + False + + + port6 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + + + + port + port7 + + 140 + 149 + net_switch2 + port7 + + port + 149 + False + + + port7 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + + + + + pc0 + 100 + 150 + 319,11 + pc + False + False + + 192.168.3.1 + 255.255.255.0 + 0.0.0.0 + gw + + + lo + lo0 + + 150 + 151 + pc0 + lo0 + + lo + 151 + False + + + lo0 + + 127.0.0.1 + 255.0.0.0 + 0.0.0.0 + ip + + + + + eth + eth0 + + 150 + 152 + pc0 + eth0 + + eth + 152 + False + + + eth0 + + 192.168.3.2 + 255.255.255.0 + 0.0.0.0 + ip + + + + + + pc1 + 100 + 153 + 515,8 + pc + False + False + + 192.168.3.1 + 255.255.255.0 + 0.0.0.0 + gw + + + lo + lo0 + + 153 + 154 + pc1 + lo0 + + lo + 154 + False + + + lo0 + + 127.0.0.1 + 255.0.0.0 + 0.0.0.0 + ip + + + + + eth + eth0 + + 153 + 155 + pc1 + eth0 + + eth + 155 + False + + + eth0 + + 192.168.3.3 + 255.255.255.0 + 0.0.0.0 + ip + + + + + + pc2 + 100 + 156 + 702,793 + pc + False + False + + 192.168.2.1 + 255.255.255.0 + 0.0.0.0 + gw + + + lo + lo0 + + 156 + 157 + pc2 + lo0 + + lo + 157 + False + + + lo0 + + 127.0.0.1 + 255.0.0.0 + 0.0.0.0 + ip + + + + + eth + eth0 + + 156 + 158 + pc2 + eth0 + + eth + 158 + False + + + eth0 + + 192.168.2.2 + 255.255.255.0 + 0.0.0.0 + ip + + + + + + pc3 + 100 + 159 + 836,786 + pc + False + False + + 192.168.2.1 + 255.255.255.0 + 0.0.0.0 + gw + + + lo + lo0 + + 159 + 160 + pc3 + lo0 + + lo + 160 + False + + + lo0 + + 127.0.0.1 + 255.0.0.0 + 0.0.0.0 + ip + + + + + eth + eth0 + + 159 + 161 + pc3 + eth0 + + eth + 161 + False + + + eth0 + + 192.168.2.3 + 255.255.255.0 + 0.0.0.0 + ip + + + + + + pc4 + 100 + 162 + 229,772 + pc + False + False + + 192.168.1.1 + 255.255.255.0 + 0.0.0.0 + gw + + + lo + lo0 + + 162 + 163 + pc4 + lo0 + + lo + 163 + False + + + lo0 + + 127.0.0.1 + 255.0.0.0 + 0.0.0.0 + ip + + + + + eth + eth0 + + 162 + 164 + pc4 + eth0 + + eth + 164 + False + + + eth0 + + 192.168.1.3 + 255.255.255.0 + 0.0.0.0 + ip + + + + + + pc5 + 100 + 165 + 70,769 + pc + False + False + + 192.168.1.1 + 255.255.255.0 + 0.0.0.0 + gw + + + lo + lo0 + + 165 + 166 + pc5 + lo0 + + lo + 166 + False + + + lo0 + + 127.0.0.1 + 255.0.0.0 + 0.0.0.0 + ip + + + + + eth + eth0 + + 165 + 167 + pc5 + eth0 + + eth + 167 + False + + + eth0 + + 192.168.1.2 + 255.255.255.0 + 0.0.0.0 + ip + + + + + + router0 + 100 + 100 + 428,479 + router + False + False + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + gw + + + lo + lo0 + + 100 + 101 + router0 + lo0 + + lo + 101 + False + + + lo0 + + 127.0.0.1 + 255.0.0.0 + 0.0.0.0 + ip + + + + + eth + eth0 + + 100 + 102 + router0 + eth0 + + eth + 102 + False + + + eth0 + + 0.0.0.0 + 255.255.255.0 + 0.0.0.0 + ip + + + + + eth + eth1 + + 100 + 103 + router0 + eth1 + + eth + 103 + False + + + eth1 + + 0.0.0.0 + 255.255.255.0 + 0.0.0.0 + ip + + + + + eth + eth3 + + 100 + 118 + router0 + eth3 + + eth + 118 + False + + + eth3 + + 0.0.0.0 + 255.255.255.0 + 0.0.0.0 + ip + + + + + + router1 + 100 + 104 + 752,502 + router + False + False + + 192.168.20.2 + 255.255.255.0 + 0.0.0.0 + gw + + + lo + lo0 + + 104 + 105 + router1 + lo0 + + lo + 105 + False + + + lo0 + + 127.0.0.1 + 255.0.0.0 + 0.0.0.0 + ip + + + + + eth + eth0 + + 104 + 106 + router1 + eth0 + + eth + 106 + False + + + eth0 + + 192.168.20.1 + 255.255.255.0 + 0.0.0.0 + ip + + + + + eth + eth1 + + 104 + 107 + router1 + eth1 + + eth + 107 + False + + + eth1 + + 192.168.2.1 + 255.255.255.0 + 0.0.0.0 + ip + + + + + + router2 + 100 + 108 + 143,509 + router + False + False + + 192.168.10.2 + 255.255.255.0 + 0.0.0.0 + gw + + + lo + lo0 + + 108 + 109 + router2 + lo0 + + lo + 109 + False + + + lo0 + + 127.0.0.1 + 255.0.0.0 + 0.0.0.0 + ip + + + + + eth + eth0 + + 108 + 110 + router2 + eth0 + + eth + 110 + False + + + eth0 + + 192.168.10.1 + 255.255.255.0 + 0.0.0.0 + ip + + + + + eth + eth1 + + 108 + 111 + router2 + eth1 + + eth + 111 + False + + + eth1 + + 192.168.1.1 + 255.255.255.0 + 0.0.0.0 + ip + + + + + + router3 + 100 + 112 + 428,260 + router + False + False + + 192.168.30.2 + 255.255.255.0 + 0.0.0.0 + gw + + + lo + lo0 + + 112 + 113 + router3 + lo0 + + lo + 113 + False + + + lo0 + + 127.0.0.1 + 255.0.0.0 + 0.0.0.0 + ip + + + + + eth + eth0 + + 112 + 114 + router3 + eth0 + + eth + 114 + False + + + eth0 + + 192.168.30.1 + 255.255.255.0 + 0.0.0.0 + ip + + + + + eth + eth1 + + 112 + 115 + router3 + eth1 + + eth + 115 + False + + + eth1 + + 192.168.3.1 + 255.255.255.0 + 0.0.0.0 + ip + + + + + + + 100 + 102 + router0 + eth0 + + + 108 + 110 + router2 + eth0 + + + 116 + + + + 159 + 161 + pc3 + eth0 + + + 130 + 135 + net_switch1 + port3 + + + 173 + + + + 130 + 133 + net_switch1 + port1 + + + 104 + 107 + router1 + eth1 + + + 171 + + + + 162 + 164 + pc4 + eth0 + + + 120 + 124 + net_switch0 + port2 + + + 169 + + + + 100 + 103 + router0 + eth1 + + + 104 + 106 + router1 + eth0 + + + 117 + + + + 140 + 144 + net_switch2 + port2 + + + 150 + 152 + pc0 + eth0 + + + 175 + + + + 100 + 118 + router0 + eth3 + + + 112 + 114 + router3 + eth0 + + + 119 + + + + 165 + 167 + pc5 + eth0 + + + 120 + 123 + net_switch0 + port1 + + + 168 + + + + 120 + 125 + net_switch0 + port3 + + + 108 + 111 + router2 + eth1 + + + 170 + + + + 156 + 158 + pc2 + eth0 + + + 130 + 134 + net_switch1 + port2 + + + 172 + + + + 112 + 115 + router3 + eth1 + + + 140 + 143 + net_switch2 + port1 + + + 174 + + + + 140 + 145 + net_switch2 + port3 + + + 153 + 155 + pc1 + eth0 + + + 176 + + + pc5 + pc3 + SuccessfullyPings + + + pc5 + pc0 + SuccessfullyPings + + + \ No newline at end of file diff --git a/EduNetworkBuilder/Resources/Level3_Busted.enbx b/EduNetworkBuilder/Resources/Level3_Busted.enbx new file mode 100644 index 0000000..c64e421 --- /dev/null +++ b/EduNetworkBuilder/Resources/Level3_Busted.enbx @@ -0,0 +1,574 @@ + + + + + Something does not work. Get laptop0 to ping laptop1 + Busted + 1024 + 1024 + 100 + False + 3 + 1 + 130 + none + + laptop0 + 100 + 103 + 559,560 + laptop + False + False + + 192.168.1.1 + 255.255.255.0 + 0.0.0.0 + gw + + + lo + lo0 + + 103 + 104 + laptop0 + lo0 + + lo + 104 + False + + + lo0 + + 127.0.0.1 + 255.0.0.0 + 0.0.0.0 + ip + + + + + eth + eth0 + + 103 + 105 + laptop0 + eth0 + + eth + 105 + False + + + eth0 + + 192.168.1.3 + 255.255.255.0 + 0.0.0.0 + ip + + + + + + laptop1 + 100 + 123 + 680,147 + laptop + False + False + + 192.168.2.1 + 255.255.255.0 + 0.0.0.0 + gw + + + lo + lo0 + + 123 + 124 + laptop1 + lo0 + + lo + 124 + False + + + lo0 + + 127.0.0.1 + 255.0.0.0 + 0.0.0.0 + ip + + + + + eth + eth0 + + 123 + 125 + laptop1 + eth0 + + eth + 125 + False + + + eth0 + + 192.168.2.2 + 255.255.255.0 + 0.0.0.0 + ip + + + + + + net_switch0 + 100 + 109 + 406,328 + net_switch + False + False + + 192.168.1.1 + 255.255.255.0 + 0.0.0.0 + gw + + + lo + lo0 + + 109 + 110 + net_switch0 + lo0 + + lo + 110 + False + + + lo0 + + 127.0.0.1 + 255.0.0.0 + 0.0.0.0 + ip + + + + + management_interface + management_interface0 + + 109 + 111 + net_switch0 + management_interface0 + + management_interface + 111 + False + + + management_interface0 + + 192.168.1.4 + 255.255.255.0 + 0.0.0.0 + ip + + + + + port + port1 + + 109 + 112 + net_switch0 + port1 + + port + 112 + False + + + port1 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + + + + port + port2 + + 109 + 113 + net_switch0 + port2 + + port + 113 + False + + + port2 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + + + + port + port3 + + 109 + 114 + net_switch0 + port3 + + port + 114 + False + + + port3 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + + + + port + port4 + + 109 + 115 + net_switch0 + port4 + + port + 115 + False + + + port4 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + + + + port + port5 + + 109 + 116 + net_switch0 + port5 + + port + 116 + False + + + port5 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + + + + port + port6 + + 109 + 117 + net_switch0 + port6 + + port + 117 + False + + + port6 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + + + + port + port7 + + 109 + 118 + net_switch0 + port7 + + port + 118 + False + + + port7 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + + + + + pc0 + 100 + 100 + 246,560 + pc + False + False + + 192.168.1.1 + 255.255.255.0 + 0.0.0.0 + gw + + + lo + lo0 + + 100 + 101 + pc0 + lo0 + + lo + 101 + False + + + lo0 + + 127.0.0.1 + 255.0.0.0 + 0.0.0.0 + ip + + + + + eth + eth0 + + 100 + 102 + pc0 + eth0 + + eth + 102 + False + + + eth0 + + 192.168.1.2 + 255.255.255.0 + 0.0.0.0 + ip + + + + + + router0 + 100 + 119 + 400,158 + router + False + False + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + gw + + + lo + lo0 + + 119 + 120 + router0 + lo0 + + lo + 120 + False + + + lo0 + + 127.0.0.1 + 255.0.0.0 + 0.0.0.0 + ip + + + + + eth + eth0 + + 119 + 121 + router0 + eth0 + + eth + 121 + False + + + eth0 + + 0.0.0.0 + 255.255.255.0 + 0.0.0.0 + ip + + + + + eth + eth1 + + 119 + 122 + router0 + eth1 + + eth + 122 + False + + + eth1 + + 0.0.0.0 + 255.255.255.0 + 0.0.0.0 + ip + + + + + + + 100 + 102 + pc0 + eth0 + + + 109 + 112 + net_switch0 + port1 + + + 126 + + + + 103 + 105 + laptop0 + eth0 + + + 109 + 113 + net_switch0 + port2 + + + 127 + + + + 109 + 114 + net_switch0 + port3 + + + 119 + 121 + router0 + eth0 + + + 128 + + + + 119 + 122 + router0 + eth1 + + + 123 + 125 + laptop1 + eth0 + + + 129 + + + laptop0 + laptop1 + SuccessfullyPings + + + \ No newline at end of file diff --git a/EduNetworkBuilder/Resources/Level3_Dead.enbx b/EduNetworkBuilder/Resources/Level3_Dead.enbx new file mode 100644 index 0000000..75988b8 --- /dev/null +++ b/EduNetworkBuilder/Resources/Level3_Dead.enbx @@ -0,0 +1,1330 @@ + + + + + This network has a number of small glitches with it. Luckily, they know your phone number. It is nice having a techie around when things go wrong! + It is dead, Jim! + 1024 + 1024 + 100 + True + 3 + 6 + 160 + full + + net_switch0 + 100 + 112 + 109,397 + net_switch + False + False + + 192.168.1.1 + 255.255.255.0 + 0.0.0.0 + gw + + + lo + lo0 + + 112 + 113 + net_switch0 + lo0 + + lo + 113 + False + + + lo0 + + 127.0.0.1 + 255.0.0.0 + 0.0.0.0 + ip + + + + + management_interface + management_interface0 + + 112 + 114 + net_switch0 + management_interface0 + + management_interface + 114 + False + + + management_interface0 + + 192.168.1.4 + 255.255.255.0 + 0.0.0.0 + ip + + + + + port + port1 + + 112 + 115 + net_switch0 + port1 + + port + 115 + False + + + port1 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + + + + port + port2 + + 112 + 116 + net_switch0 + port2 + + port + 116 + False + + + port2 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + + + + port + port3 + + 112 + 117 + net_switch0 + port3 + + port + 117 + False + + + port3 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + + + + port + port4 + + 112 + 118 + net_switch0 + port4 + + port + 118 + False + + + port4 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + + + + port + port5 + + 112 + 119 + net_switch0 + port5 + + port + 119 + False + + + port5 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + + + + port + port6 + + 112 + 120 + net_switch0 + port6 + + port + 120 + False + + + port6 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + + + + port + port7 + + 112 + 121 + net_switch0 + port7 + + port + 121 + False + + + port7 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + + + + + net_switch1 + 100 + 122 + 736,397 + net_switch + False + False + + 0.0.0.0 + 255.255.255.0 + 0.0.0.0 + gw + + + lo + lo0 + + 122 + 123 + net_switch1 + lo0 + + lo + 123 + False + + + lo0 + + 127.0.0.1 + 255.0.0.0 + 0.0.0.0 + ip + + + + + management_interface + management_interface0 + + 122 + 124 + net_switch1 + management_interface0 + + management_interface + 124 + False + + + management_interface0 + + 0.0.0.0 + 255.255.255.0 + 0.0.0.0 + ip + + + + + port + port1 + + 122 + 125 + net_switch1 + port1 + + port + 125 + False + + + port1 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + + + + port + port2 + + 122 + 126 + net_switch1 + port2 + + port + 126 + False + + + port2 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + + + + port + port3 + + 122 + 127 + net_switch1 + port3 + + port + 127 + False + + + port3 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + + + + port + port4 + + 122 + 128 + net_switch1 + port4 + + port + 128 + False + + + port4 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + + + + port + port5 + + 122 + 129 + net_switch1 + port5 + + port + 129 + False + + + port5 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + + + + port + port6 + + 122 + 130 + net_switch1 + port6 + + port + 130 + False + + + port6 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + + + + port + port7 + + 122 + 131 + net_switch1 + port7 + + port + 131 + False + + + port7 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + + + + + pc0 + 100 + 106 + 103,530 + pc + False + False + + 192.168.1.1 + 255.255.255.0 + 0.0.0.0 + gw + + + lo + lo0 + + 106 + 107 + pc0 + lo0 + + lo + 107 + False + + + lo0 + + 127.0.0.1 + 255.0.0.0 + 0.0.0.0 + ip + + + + + eth + eth0 + + 106 + 108 + pc0 + eth0 + + eth + 108 + True + + + eth0 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + + + + + pc1 + 100 + 109 + 610,513 + pc + False + False + + 192.168.2.1 + 255.255.255.0 + 0.0.0.0 + gw + + + lo + lo0 + + 109 + 110 + pc1 + lo0 + + lo + 110 + False + + + lo0 + + 127.0.0.1 + 255.0.0.0 + 0.0.0.0 + ip + + + + + eth + eth0 + + 109 + 111 + pc1 + eth0 + + eth + 111 + False + + + eth0 + + 192.168.2.3 + 255.255.255.0 + 0.0.0.0 + ip + + + + + + pc2 + 100 + 152 + 212,530 + pc + False + False + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + gw + + + lo + lo0 + + 152 + 153 + pc2 + lo0 + + lo + 153 + False + + + lo0 + + 127.0.0.1 + 255.0.0.0 + 0.0.0.0 + ip + + + + + eth + eth0 + + 152 + 154 + pc2 + eth0 + + eth + 154 + False + + + eth0 + + 192.168.1.3 + 255.255.255.0 + 0.0.0.0 + ip + + + + + + pc3 + 100 + 155 + 733,516 + pc + False + False + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + gw + + + lo + lo0 + + 155 + 156 + pc3 + lo0 + + lo + 156 + False + + + lo0 + + 127.0.0.1 + 255.0.0.0 + 0.0.0.0 + ip + + + + + eth + eth0 + + 155 + 157 + pc3 + eth0 + + eth + 157 + True + + + eth0 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + + + + + router0 + 100 + 132 + 112,260 + router + False + False + + 192.168.3.2 + 255.255.255.0 + 192.168.4.2 + gw + + + lo + lo0 + + 132 + 133 + router0 + lo0 + + lo + 133 + False + + + lo0 + + 127.0.0.1 + 255.0.0.0 + 0.0.0.0 + ip + + + + + eth + eth0 + + 132 + 134 + router0 + eth0 + + eth + 134 + False + + + eth0 + + 192.168.1.1 + 255.255.255.0 + 0.0.0.0 + ip + + + + + eth + eth1 + + 132 + 135 + router0 + eth1 + + eth + 135 + False + + + eth1 + + 192.168.3.1 + 255.255.255.0 + 0.0.0.0 + ip + + + + + 192.168.2.1 + 255.255.255.0 + 192.168.3.2 + route + + + 192.168.2.1 + 255.255.255.0 + 192.168.3.2 + route + + + + router1 + 100 + 136 + 736,257 + router + False + False + + 192.168.4.2 + 255.255.255.0 + 192.168.4.2 + gw + + + lo + lo0 + + 136 + 137 + router1 + lo0 + + lo + 137 + False + + + lo0 + + 127.0.0.1 + 255.0.0.0 + 0.0.0.0 + ip + + + + + eth + eth0 + + 136 + 138 + router1 + eth0 + + eth + 138 + False + + + eth0 + + 192.168.4.1 + 255.255.255.0 + 0.0.0.0 + ip + + + + + eth + eth1 + + 136 + 139 + router1 + eth1 + + eth + 139 + False + + + eth1 + + 192.168.2.1 + 255.255.255.0 + 0.0.0.0 + ip + + + + + 192.168.1.0 + 255.255.255.0 + 192.168.4.2 + route + + + 192.168.1.0 + 255.255.255.0 + 192.168.4.2 + route + + + + router2 + 100 + 140 + 403,110 + router + False + False + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + gw + + + lo + lo0 + + 140 + 141 + router2 + lo0 + + lo + 141 + False + + + lo0 + + 127.0.0.1 + 255.0.0.0 + 0.0.0.0 + ip + + + + + eth + eth0 + + 140 + 142 + router2 + eth0 + + eth + 142 + False + + + eth0 + + 192.168.3.2 + 255.255.255.0 + 0.0.0.0 + ip + + + + + eth + eth1 + + 140 + 143 + router2 + eth1 + + eth + 143 + False + + + eth1 + + 192.168.4.2 + 255.255.255.0 + 0.0.0.0 + ip + + + + + 192.168.1.0 + 255.255.255.0 + 192.168.8.1 + route + + + 192.168.2.0 + 255.255.255.0 + 192.168.4.1 + route + + + 192.168.1.0 + 255.255.255.0 + 192.168.3.1 + route + + + 192.168.2.0 + 255.255.255.0 + 192.168.4.1 + route + + + + server0 + 100 + 100 + 8,520 + server + True + True + + 192.168.1.1 + 255.255.255.0 + 0.0.0.0 + gw + + + lo + lo0 + + 100 + 101 + server0 + lo0 + + lo + 101 + False + + + lo0 + + 127.0.0.1 + 255.0.0.0 + 0.0.0.0 + ip + + + + + eth + eth0 + + 100 + 102 + server0 + eth0 + + eth + 102 + False + + + eth0 + + 192.168.1.2 + 255.255.255.0 + 0.0.0.0 + ip + + + + + 127.0.0.1 + 0.0.0.0 + 0.0.0.0 + route + + + 192.168.1.2 + 192.168.1.1 + 192.168.1.3 + route + + + + server1 + 100 + 103 + 862,520 + server + False + True + + 192.168.2.1 + 255.255.255.0 + 0.0.0.0 + gw + + + lo + lo0 + + 103 + 104 + server1 + lo0 + + lo + 104 + False + + + lo0 + + 127.0.0.1 + 255.0.0.0 + 0.0.0.0 + ip + + + + + eth + eth0 + + 103 + 105 + server1 + eth0 + + eth + 105 + False + + + eth0 + + 192.168.2.2 + 255.255.255.0 + 0.0.0.0 + ip + + + + + 127.0.0.1 + 0.0.0.0 + 0.0.0.0 + route + + + 192.168.2.2 + 192.168.2.5 + 192.168.2.10 + route + + + + + 100 + 102 + server0 + eth0 + + + 112 + 115 + net_switch0 + port1 + + + 144 + + + + 140 + 143 + router2 + eth1 + + + 136 + 138 + router1 + eth0 + + + 148 + + + + 109 + 111 + pc1 + eth0 + + + 122 + 127 + net_switch1 + port3 + + + 151 + + + + 103 + 105 + server1 + eth0 + + + 122 + 126 + net_switch1 + port2 + + + 150 + + + + 136 + 139 + router1 + eth1 + + + 122 + 125 + net_switch1 + port1 + + + 149 + + + + 152 + 154 + pc2 + eth0 + + + 112 + 118 + net_switch0 + port4 + + + 159 + + + + 132 + 135 + router0 + eth1 + + + 140 + 142 + router2 + eth0 + + + 147 + + + + 112 + 117 + net_switch0 + port3 + + + 132 + 134 + router0 + eth0 + + + 146 + + + + 106 + 108 + pc0 + eth0 + + + 112 + 116 + net_switch0 + port2 + + + 145 + + + + 155 + 157 + pc3 + eth0 + + + 122 + 128 + net_switch1 + port4 + + + 158 + + + pc2 + net_switch1 + SuccessfullyPings + + + pc2 + pc0 + SuccessfullyPings + + + pc2 + router1 + SuccessfullyPings + + + pc2 + pc3 + SuccessfullyPings + + + \ No newline at end of file diff --git a/EduNetworkBuilder/Resources/Level3_EncryptionTroubles.enbx b/EduNetworkBuilder/Resources/Level3_EncryptionTroubles.enbx new file mode 100644 index 0000000..3348a56 --- /dev/null +++ b/EduNetworkBuilder/Resources/Level3_EncryptionTroubles.enbx @@ -0,0 +1,1837 @@ + + + + + Your friends have another problem. There was an issue with the encryption on their VPN. They tried to fix it, but it is still failing. + Encryption Troubles + 1024 + 1024 + 100 + False + 3 + 8 + 187 + none + + firewall0 + 100 + 100 + 180,510 + firewall + False + False + + 192.168.5.1 + 0.0.0.0 + 0.0.0.0 + gw + + + lo + lo0 + + 100 + 101 + firewall0 + lo0 + + lo + 101 + False + + + lo0 + + 127.0.0.1 + 255.0.0.0 + 0.0.0.0 + ip + + + + + wan + wan0 + + 100 + 104 + firewall0 + wan0 + + wan + 104 + False + + + wan0 + + 192.168.5.2 + 255.255.255.0 + 0.0.0.0 + ip + + + + + eth + eth0 + + 100 + 102 + firewall0 + eth0 + + eth + 102 + False + + + eth0 + + 192.168.1.1 + 255.255.255.0 + 0.0.0.0 + ip + + + + + eth + eth1 + + 100 + 103 + firewall0 + eth1 + + eth + 103 + False + + + eth1 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + + + + vpn + vpn0 + + 100 + 157 + firewall0 + vpn0 + + vpn + 157 + False + Secondary + + 192.168.6.2 + 255.255.255.0 + 0.0.0.0 + ip_only + + + vpn0 + + 192.168.50.1 + 255.255.255.0 + 0.0.0.0 + ip + + + + + vpn + vpn1 + + 100 + 184 + firewall0 + vpn1 + + vpn + 184 + False + New Key + + 192.168.7.2 + 255.255.255.0 + 0.0.0.0 + ip_only + + + vpn1 + + 192.168.51.1 + 255.255.255.0 + 0.0.0.0 + ip + + + + + 192.168.2.1 + 255.255.255.0 + 192.168.50.2 + route + + + 192.168.3.1 + 255.255.255.0 + 192.168.51.2 + route + + + + firewall1 + 100 + 105 + 700,510 + firewall + False + False + + 192.168.6.1 + 0.0.0.0 + 0.0.0.0 + gw + + + lo + lo0 + + 105 + 106 + firewall1 + lo0 + + lo + 106 + False + + + lo0 + + 127.0.0.1 + 255.0.0.0 + 0.0.0.0 + ip + + + + + wan + wan0 + + 105 + 109 + firewall1 + wan0 + + wan + 109 + False + + + wan0 + + 192.168.6.2 + 255.255.255.0 + 0.0.0.0 + ip + + + + + eth + eth0 + + 105 + 107 + firewall1 + eth0 + + eth + 107 + False + + + eth0 + + 192.168.2.1 + 255.255.255.0 + 0.0.0.0 + ip + + + + + eth + eth1 + + 105 + 108 + firewall1 + eth1 + + eth + 108 + False + + + eth1 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + + + + vpn + vpn0 + + 105 + 156 + firewall1 + vpn0 + + vpn + 156 + False + NewKey + + 192.168.5.2 + 255.255.255.0 + 0.0.0.0 + ip_only + + + vpn0 + + 192.168.50.2 + 255.255.255.0 + 0.0.0.0 + ip + + + + + 192.168.1.1 + 255.255.255.0 + 192.168.50.1 + route + + + 192.168.3.1 + 255.255.255.0 + 192.168.50.1 + route + + + + firewall2 + 100 + 158 + 430,230 + firewall + False + False + + 192.168.7.1 + 0.0.0.0 + 0.0.0.0 + gw + + + lo + lo0 + + 158 + 159 + firewall2 + lo0 + + lo + 159 + False + + + lo0 + + 127.0.0.1 + 255.0.0.0 + 0.0.0.0 + ip + + + + + wan + wan0 + + 158 + 162 + firewall2 + wan0 + + wan + 162 + False + + + wan0 + + 192.168.7.2 + 255.255.255.0 + 0.0.0.0 + ip + + + + + eth + eth0 + + 158 + 160 + firewall2 + eth0 + + eth + 160 + False + + + eth0 + + 192.168.3.1 + 255.255.255.0 + 0.0.0.0 + ip + + + + + eth + eth1 + + 158 + 161 + firewall2 + eth1 + + eth + 161 + False + + + eth1 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + + + + vpn + vpn0 + + 158 + 185 + firewall2 + vpn0 + + vpn + 185 + False + Secondary + + 192.168.5.2 + 255.255.255.0 + 0.0.0.0 + ip_only + + + vpn0 + + 192.168.51.2 + 255.255.255.0 + 0.0.0.0 + ip + + + + + 192.168.1.1 + 255.255.255.0 + 192.168.51.1 + route + + + 192.168.2.1 + 255.255.255.0 + 192.168.51.1 + route + + + + laptop0 + 100 + 140 + 280,830 + laptop + False + False + + 192.168.1.1 + 0.0.0.0 + 0.0.0.0 + gw + + + lo + lo0 + + 140 + 141 + laptop0 + lo0 + + lo + 141 + False + + + lo0 + + 127.0.0.1 + 255.0.0.0 + 0.0.0.0 + ip + + + + + eth + eth0 + + 140 + 142 + laptop0 + eth0 + + eth + 142 + False + + + eth0 + + 192.168.1.3 + 255.255.255.0 + 0.0.0.0 + ip + + + + + + laptop1 + 100 + 143 + 800,850 + laptop + False + False + + 192.168.2.1 + 0.0.0.0 + 0.0.0.0 + gw + + + lo + lo0 + + 143 + 144 + laptop1 + lo0 + + lo + 144 + False + + + lo0 + + 127.0.0.1 + 255.0.0.0 + 0.0.0.0 + ip + + + + + eth + eth0 + + 143 + 145 + laptop1 + eth0 + + eth + 145 + False + + + eth0 + + 192.168.2.3 + 255.255.255.0 + 0.0.0.0 + ip + + + + + + laptop2 + 100 + 176 + 570,0 + laptop + False + False + + 192.168.3.1 + 0.0.0.0 + 0.0.0.0 + gw + + + lo + lo0 + + 176 + 177 + laptop2 + lo0 + + lo + 177 + False + + + lo0 + + 127.0.0.1 + 255.0.0.0 + 0.0.0.0 + ip + + + + + eth + eth0 + + 176 + 178 + laptop2 + eth0 + + eth + 178 + False + + + eth0 + + 192.168.3.3 + 255.255.255.0 + 0.0.0.0 + ip + + + + + + net_switch0 + 100 + 114 + 180,670 + net_switch + False + False + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + gw + + + lo + lo0 + + 114 + 115 + net_switch0 + lo0 + + lo + 115 + False + + + lo0 + + 127.0.0.1 + 255.0.0.0 + 0.0.0.0 + ip + + + + + management_interface + management_interface0 + + 114 + 116 + net_switch0 + management_interface0 + + management_interface + 116 + False + + + management_interface0 + + 192.168.1.4 + 255.255.255.0 + 0.0.0.0 + ip + + + + + port + port1 + + 114 + 117 + net_switch0 + port1 + + port + 117 + False + + + port1 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + + + + port + port2 + + 114 + 118 + net_switch0 + port2 + + port + 118 + False + + + port2 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + + + + port + port3 + + 114 + 119 + net_switch0 + port3 + + port + 119 + False + + + port3 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + + + + port + port4 + + 114 + 120 + net_switch0 + port4 + + port + 120 + False + + + port4 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + + + + port + port5 + + 114 + 121 + net_switch0 + port5 + + port + 121 + False + + + port5 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + + + + port + port6 + + 114 + 122 + net_switch0 + port6 + + port + 122 + False + + + port6 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + + + + port + port7 + + 114 + 123 + net_switch0 + port7 + + port + 123 + False + + + port7 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + + + + + net_switch1 + 100 + 124 + 700,690 + net_switch + False + False + + 192.168.2.1 + 0.0.0.0 + 0.0.0.0 + gw + + + lo + lo0 + + 124 + 125 + net_switch1 + lo0 + + lo + 125 + False + + + lo0 + + 127.0.0.1 + 255.0.0.0 + 0.0.0.0 + ip + + + + + management_interface + management_interface0 + + 124 + 126 + net_switch1 + management_interface0 + + management_interface + 126 + False + + + management_interface0 + + 192.168.2.4 + 255.255.255.0 + 0.0.0.0 + ip + + + + + port + port1 + + 124 + 127 + net_switch1 + port1 + + port + 127 + False + + + port1 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + + + + port + port2 + + 124 + 128 + net_switch1 + port2 + + port + 128 + False + + + port2 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + + + + port + port3 + + 124 + 129 + net_switch1 + port3 + + port + 129 + False + + + port3 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + + + + port + port4 + + 124 + 130 + net_switch1 + port4 + + port + 130 + False + + + port4 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + + + + port + port5 + + 124 + 131 + net_switch1 + port5 + + port + 131 + False + + + port5 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + + + + port + port6 + + 124 + 132 + net_switch1 + port6 + + port + 132 + False + + + port6 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + + + + port + port7 + + 124 + 133 + net_switch1 + port7 + + port + 133 + False + + + port7 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + + + + + net_switch2 + 100 + 163 + 430,80 + net_switch + False + False + + 192.168.3.1 + 0.0.0.0 + 0.0.0.0 + gw + + + lo + lo0 + + 163 + 164 + net_switch2 + lo0 + + lo + 164 + False + + + lo0 + + 127.0.0.1 + 255.0.0.0 + 0.0.0.0 + ip + + + + + management_interface + management_interface0 + + 163 + 165 + net_switch2 + management_interface0 + + management_interface + 165 + False + + + management_interface0 + + 192.168.3.4 + 255.255.255.0 + 0.0.0.0 + ip + + + + + port + port1 + + 163 + 166 + net_switch2 + port1 + + port + 166 + False + + + port1 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + + + + port + port2 + + 163 + 167 + net_switch2 + port2 + + port + 167 + False + + + port2 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + + + + port + port3 + + 163 + 168 + net_switch2 + port3 + + port + 168 + False + + + port3 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + + + + port + port4 + + 163 + 169 + net_switch2 + port4 + + port + 169 + False + + + port4 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + + + + port + port5 + + 163 + 170 + net_switch2 + port5 + + port + 170 + False + + + port5 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + + + + port + port6 + + 163 + 171 + net_switch2 + port6 + + port + 171 + False + + + port6 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + + + + port + port7 + + 163 + 172 + net_switch2 + port7 + + port + 172 + False + + + port7 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + + + + + pc0 + 100 + 134 + 90,830 + pc + False + False + + 192.168.1.1 + 0.0.0.0 + 0.0.0.0 + gw + + + lo + lo0 + + 134 + 135 + pc0 + lo0 + + lo + 135 + False + + + lo0 + + 127.0.0.1 + 255.0.0.0 + 0.0.0.0 + ip + + + + + eth + eth0 + + 134 + 136 + pc0 + eth0 + + eth + 136 + False + + + eth0 + + 192.168.1.2 + 255.255.255.0 + 0.0.0.0 + ip + + + + + + pc1 + 100 + 137 + 600,850 + pc + False + False + + 192.168.2.1 + 0.0.0.0 + 0.0.0.0 + gw + + + lo + lo0 + + 137 + 138 + pc1 + lo0 + + lo + 138 + False + + + lo0 + + 127.0.0.1 + 255.0.0.0 + 0.0.0.0 + ip + + + + + eth + eth0 + + 137 + 139 + pc1 + eth0 + + eth + 139 + False + + + eth0 + + 192.168.2.2 + 255.255.255.0 + 0.0.0.0 + ip + + + + + + pc2 + 100 + 173 + 260,10 + pc + False + False + + 192.168.3.1 + 0.0.0.0 + 0.0.0.0 + gw + + + lo + lo0 + + 173 + 174 + pc2 + lo0 + + lo + 174 + False + + + lo0 + + 127.0.0.1 + 255.0.0.0 + 0.0.0.0 + ip + + + + + eth + eth0 + + 173 + 175 + pc2 + eth0 + + eth + 175 + False + + + eth0 + + 192.168.3.2 + 255.255.255.0 + 0.0.0.0 + ip + + + + + + router0 + 100 + 110 + 430,410 + router + False + False + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + gw + + + lo + lo0 + + 110 + 111 + router0 + lo0 + + lo + 111 + False + + + lo0 + + 127.0.0.1 + 255.0.0.0 + 0.0.0.0 + ip + + + + + eth + eth0 + + 110 + 112 + router0 + eth0 + + eth + 112 + False + + + eth0 + + 192.168.6.1 + 255.255.255.0 + 0.0.0.0 + ip + + + + + eth + eth1 + + 110 + 113 + router0 + eth1 + + eth + 113 + False + + + eth1 + + 192.168.5.1 + 255.255.255.0 + 0.0.0.0 + ip + + + + + eth + eth2 + + 110 + 182 + router0 + eth2 + + eth + 182 + False + + + eth2 + + 192.168.7.1 + 255.255.255.0 + 0.0.0.0 + ip + + + + + + + 158 + 162 + firewall2 + wan0 + + + 110 + 182 + router0 + eth2 + + + normal + 183 + + + + 163 + 167 + net_switch2 + port2 + + + 176 + 178 + laptop2 + eth0 + + + normal + 180 + + + + 140 + 142 + laptop0 + eth0 + + + 114 + 118 + net_switch0 + port2 + + + normal + 147 + + + + 163 + 166 + net_switch2 + port1 + + + 173 + 175 + pc2 + eth0 + + + normal + 179 + + + + 134 + 136 + pc0 + eth0 + + + 114 + 117 + net_switch0 + port1 + + + normal + 146 + + + + 137 + 139 + pc1 + eth0 + + + 124 + 127 + net_switch1 + port1 + + + normal + 149 + + + + 110 + 112 + router0 + eth0 + + + 105 + 109 + firewall1 + wan0 + + + broken + 186 + + + + 158 + 160 + firewall2 + eth0 + + + 163 + 168 + net_switch2 + port3 + + + normal + 181 + + + + 114 + 119 + net_switch0 + port3 + + + 100 + 102 + firewall0 + eth0 + + + normal + 154 + + + + 100 + 104 + firewall0 + wan0 + + + 110 + 113 + router0 + eth1 + + + normal + 155 + + + + 124 + 129 + net_switch1 + port3 + + + 105 + 107 + firewall1 + eth0 + + + normal + 152 + + + + 143 + 145 + laptop1 + eth0 + + + 124 + 128 + net_switch1 + port2 + + + normal + 150 + + + pc2 + pc1 + SuccessfullyPings + + + \ No newline at end of file diff --git a/EduNetworkBuilder/Resources/Level3_GrandCentralStation.enbx b/EduNetworkBuilder/Resources/Level3_GrandCentralStation.enbx new file mode 100644 index 0000000..48d9a40 --- /dev/null +++ b/EduNetworkBuilder/Resources/Level3_GrandCentralStation.enbx @@ -0,0 +1,1680 @@ + + + + + The router in the middle was replaced. While you are at it, they want you to create a VPN to connect all three networks. Hope they are paying you well! + Grand Central Station + 1024 + 1024 + 100 + False + 3 + 7 + 191 + none + + firewall0 + 100 + 100 + 180,510 + firewall + False + False + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + gw + + + lo + lo0 + + 100 + 101 + firewall0 + lo0 + + lo + 101 + False + + + lo0 + + 127.0.0.1 + 255.0.0.0 + 0.0.0.0 + ip + + + + + wan + wan0 + + 100 + 104 + firewall0 + wan0 + + wan + 104 + False + + + wan0 + + 192.168.5.2 + 255.255.255.0 + 0.0.0.0 + ip + + + + + eth + eth0 + + 100 + 102 + firewall0 + eth0 + + eth + 102 + False + + + eth0 + + 192.168.1.1 + 255.255.255.0 + 0.0.0.0 + ip + + + + + vpn + vpn0 + + 100 + 157 + firewall0 + vpn0 + + vpn + 157 + False + + 0.0.0.0 + 255.255.255.0 + 0.0.0.0 + ip_only + + + vpn0 + + 192.168.50.1 + 255.255.255.0 + 0.0.0.0 + ip + + + + + vpn + vpn1 + + 100 + 184 + firewall0 + vpn1 + + vpn + 184 + False + + 0.0.0.0 + 255.255.255.0 + 0.0.0.0 + ip_only + + + vpn1 + + 192.168.51.1 + 255.255.255.0 + 0.0.0.0 + ip + + + + + + firewall1 + 100 + 105 + 700,510 + firewall + False + False + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + gw + + + lo + lo0 + + 105 + 106 + firewall1 + lo0 + + lo + 106 + False + + + lo0 + + 127.0.0.1 + 255.0.0.0 + 0.0.0.0 + ip + + + + + wan + wan0 + + 105 + 109 + firewall1 + wan0 + + wan + 109 + False + + + wan0 + + 192.168.6.2 + 255.255.255.0 + 0.0.0.0 + ip + + + + + eth + eth0 + + 105 + 107 + firewall1 + eth0 + + eth + 107 + False + + + eth0 + + 192.168.2.1 + 255.255.255.0 + 0.0.0.0 + ip + + + + + vpn + vpn0 + + 105 + 156 + firewall1 + vpn0 + + vpn + 156 + False + CryptPass + + 0.0.0.0 + 255.255.255.0 + 0.0.0.0 + ip_only + + + vpn0 + + 0.0.0.0 + 255.255.255.0 + 0.0.0.0 + ip + + + + + 192.168.1.1 + 255.255.255.0 + 192.168.50.1 + route + + + 192.168.3.1 + 255.255.255.0 + 192.168.50.1 + route + + + + firewall2 + 100 + 158 + 430,230 + firewall + False + False + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + gw + + + lo + lo0 + + 158 + 159 + firewall2 + lo0 + + lo + 159 + False + + + lo0 + + 127.0.0.1 + 255.0.0.0 + 0.0.0.0 + ip + + + + + wan + wan0 + + 158 + 162 + firewall2 + wan0 + + wan + 162 + False + + + wan0 + + 192.168.7.2 + 255.255.255.0 + 0.0.0.0 + ip + + + + + eth + eth0 + + 158 + 160 + firewall2 + eth0 + + eth + 160 + False + + + eth0 + + 192.168.3.1 + 255.255.255.0 + 0.0.0.0 + ip + + + + + 192.168.1.1 + 255.255.255.0 + 192.168.51.1 + route + + + 192.168.2.1 + 255.255.255.0 + 192.168.51.1 + route + + + + laptop0 + 100 + 140 + 280,830 + laptop + False + False + + 192.168.1.1 + 0.0.0.0 + 0.0.0.0 + gw + + + lo + lo0 + + 140 + 141 + laptop0 + lo0 + + lo + 141 + False + + + lo0 + + 127.0.0.1 + 255.0.0.0 + 0.0.0.0 + ip + + + + + eth + eth0 + + 140 + 142 + laptop0 + eth0 + + eth + 142 + False + + + eth0 + + 192.168.1.3 + 255.255.255.0 + 0.0.0.0 + ip + + + + + + laptop1 + 100 + 143 + 800,850 + laptop + False + False + + 192.168.2.1 + 0.0.0.0 + 0.0.0.0 + gw + + + lo + lo0 + + 143 + 144 + laptop1 + lo0 + + lo + 144 + False + + + lo0 + + 127.0.0.1 + 255.0.0.0 + 0.0.0.0 + ip + + + + + eth + eth0 + + 143 + 145 + laptop1 + eth0 + + eth + 145 + False + + + eth0 + + 192.168.2.3 + 255.255.255.0 + 0.0.0.0 + ip + + + + + + laptop2 + 100 + 176 + 570,0 + laptop + False + False + + 192.168.3.1 + 0.0.0.0 + 0.0.0.0 + gw + + + lo + lo0 + + 176 + 177 + laptop2 + lo0 + + lo + 177 + False + + + lo0 + + 127.0.0.1 + 255.0.0.0 + 0.0.0.0 + ip + + + + + eth + eth0 + + 176 + 178 + laptop2 + eth0 + + eth + 178 + False + + + eth0 + + 192.168.3.3 + 255.255.255.0 + 0.0.0.0 + ip + + + + + + net_switch0 + 100 + 114 + 180,670 + net_switch + False + False + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + gw + + + lo + lo0 + + 114 + 115 + net_switch0 + lo0 + + lo + 115 + False + + + lo0 + + 127.0.0.1 + 255.0.0.0 + 0.0.0.0 + ip + + + + + management_interface + management_interface0 + + 114 + 116 + net_switch0 + management_interface0 + + management_interface + 116 + False + + + management_interface0 + + 192.168.1.4 + 255.255.255.0 + 0.0.0.0 + ip + + + + + port + port1 + + 114 + 117 + net_switch0 + port1 + + port + 117 + False + + + port1 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + + + + port + port2 + + 114 + 118 + net_switch0 + port2 + + port + 118 + False + + + port2 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + + + + port + port3 + + 114 + 119 + net_switch0 + port3 + + port + 119 + False + + + port3 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + + + + port + port4 + + 114 + 120 + net_switch0 + port4 + + port + 120 + False + + + port4 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + + + + port + port5 + + 114 + 121 + net_switch0 + port5 + + port + 121 + False + + + port5 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + + + + port + port6 + + 114 + 122 + net_switch0 + port6 + + port + 122 + False + + + port6 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + + + + port + port7 + + 114 + 123 + net_switch0 + port7 + + port + 123 + False + + + port7 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + + + + + net_switch1 + 100 + 124 + 700,690 + net_switch + False + False + + 192.168.2.1 + 0.0.0.0 + 0.0.0.0 + gw + + + lo + lo0 + + 124 + 125 + net_switch1 + lo0 + + lo + 125 + False + + + lo0 + + 127.0.0.1 + 255.0.0.0 + 0.0.0.0 + ip + + + + + management_interface + management_interface0 + + 124 + 126 + net_switch1 + management_interface0 + + management_interface + 126 + False + + + management_interface0 + + 192.168.2.4 + 255.255.255.0 + 0.0.0.0 + ip + + + + + port + port1 + + 124 + 127 + net_switch1 + port1 + + port + 127 + False + + + port1 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + + + + port + port2 + + 124 + 128 + net_switch1 + port2 + + port + 128 + False + + + port2 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + + + + port + port3 + + 124 + 129 + net_switch1 + port3 + + port + 129 + False + + + port3 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + + + + port + port4 + + 124 + 130 + net_switch1 + port4 + + port + 130 + False + + + port4 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + + + + port + port5 + + 124 + 131 + net_switch1 + port5 + + port + 131 + False + + + port5 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + + + + port + port6 + + 124 + 132 + net_switch1 + port6 + + port + 132 + False + + + port6 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + + + + port + port7 + + 124 + 133 + net_switch1 + port7 + + port + 133 + False + + + port7 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + + + + + net_switch2 + 100 + 163 + 430,80 + net_switch + False + False + + 192.168.3.1 + 0.0.0.0 + 0.0.0.0 + gw + + + lo + lo0 + + 163 + 164 + net_switch2 + lo0 + + lo + 164 + False + + + lo0 + + 127.0.0.1 + 255.0.0.0 + 0.0.0.0 + ip + + + + + management_interface + management_interface0 + + 163 + 165 + net_switch2 + management_interface0 + + management_interface + 165 + False + + + management_interface0 + + 192.168.3.4 + 255.255.255.0 + 0.0.0.0 + ip + + + + + port + port1 + + 163 + 166 + net_switch2 + port1 + + port + 166 + False + + + port1 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + + + + port + port2 + + 163 + 167 + net_switch2 + port2 + + port + 167 + False + + + port2 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + + + + port + port3 + + 163 + 168 + net_switch2 + port3 + + port + 168 + False + + + port3 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + + + + port + port4 + + 163 + 169 + net_switch2 + port4 + + port + 169 + False + + + port4 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + + + + port + port5 + + 163 + 170 + net_switch2 + port5 + + port + 170 + False + + + port5 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + + + + port + port6 + + 163 + 171 + net_switch2 + port6 + + port + 171 + False + + + port6 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + + + + port + port7 + + 163 + 172 + net_switch2 + port7 + + port + 172 + False + + + port7 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + + + + + pc0 + 100 + 134 + 90,830 + pc + False + False + + 192.168.1.1 + 0.0.0.0 + 0.0.0.0 + gw + + + lo + lo0 + + 134 + 135 + pc0 + lo0 + + lo + 135 + False + + + lo0 + + 127.0.0.1 + 255.0.0.0 + 0.0.0.0 + ip + + + + + eth + eth0 + + 134 + 136 + pc0 + eth0 + + eth + 136 + False + + + eth0 + + 192.168.1.2 + 255.255.255.0 + 0.0.0.0 + ip + + + + + + pc1 + 100 + 137 + 600,850 + pc + False + False + + 192.168.2.1 + 0.0.0.0 + 0.0.0.0 + gw + + + lo + lo0 + + 137 + 138 + pc1 + lo0 + + lo + 138 + False + + + lo0 + + 127.0.0.1 + 255.0.0.0 + 0.0.0.0 + ip + + + + + eth + eth0 + + 137 + 139 + pc1 + eth0 + + eth + 139 + False + + + eth0 + + 192.168.2.2 + 255.255.255.0 + 0.0.0.0 + ip + + + + + + pc2 + 100 + 173 + 260,10 + pc + False + False + + 192.168.3.1 + 0.0.0.0 + 0.0.0.0 + gw + + + lo + lo0 + + 173 + 174 + pc2 + lo0 + + lo + 174 + False + + + lo0 + + 127.0.0.1 + 255.0.0.0 + 0.0.0.0 + ip + + + + + eth + eth0 + + 173 + 175 + pc2 + eth0 + + eth + 175 + False + + + eth0 + + 192.168.3.2 + 255.255.255.0 + 0.0.0.0 + ip + + + + + + router0 + 100 + 186 + 430,420 + router + False + False + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + gw + + + lo + lo0 + + 186 + 187 + router0 + lo0 + + lo + 187 + False + + + lo0 + + 127.0.0.1 + 255.0.0.0 + 0.0.0.0 + ip + + + + + eth + eth0 + + 186 + 188 + router0 + eth0 + + eth + 188 + False + + + eth0 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + + + + eth + eth1 + + 186 + 189 + router0 + eth1 + + eth + 189 + False + + + eth1 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + + + + eth + eth2 + + 186 + 190 + router0 + eth2 + + eth + 190 + False + + + eth2 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + + + + + + 140 + 142 + laptop0 + eth0 + + + 114 + 118 + net_switch0 + port2 + + + 147 + + + + 163 + 166 + net_switch2 + port1 + + + 173 + 175 + pc2 + eth0 + + + 179 + + + + 134 + 136 + pc0 + eth0 + + + 114 + 117 + net_switch0 + port1 + + + 146 + + + + 137 + 139 + pc1 + eth0 + + + 124 + 127 + net_switch1 + port1 + + + 149 + + + + 143 + 145 + laptop1 + eth0 + + + 124 + 128 + net_switch1 + port2 + + + 150 + + + + 158 + 160 + firewall2 + eth0 + + + 163 + 168 + net_switch2 + port3 + + + 181 + + + + 114 + 119 + net_switch0 + port3 + + + 100 + 102 + firewall0 + eth0 + + + 154 + + + + 124 + 129 + net_switch1 + port3 + + + 105 + 107 + firewall1 + eth0 + + + 152 + + + + 163 + 167 + net_switch2 + port2 + + + 176 + 178 + laptop2 + eth0 + + + 180 + + + pc1 + pc0 + SuccessfullyPings + + + pc1 + pc2 + SuccessfullyPings + + + pc0 + pc2 + SuccessfullyPings + + + pc0 + pc1 + SuccessfullyPings + + + \ No newline at end of file diff --git a/EduNetworkBuilder/Resources/Level3_Middle_Man_Out.enbx b/EduNetworkBuilder/Resources/Level3_Middle_Man_Out.enbx new file mode 100644 index 0000000..ade2f36 --- /dev/null +++ b/EduNetworkBuilder/Resources/Level3_Middle_Man_Out.enbx @@ -0,0 +1,1627 @@ + + + + + The techie setting this one up forgot something. Figure out what he forgot and find some way to fix it. + Middle Man Out + 1024 + 1024 + 100 + False + 3 + 5 + 177 + full + + net_switch0 + 100 + 120 + 134,649 + net_switch + False + False + + 192.168.1.1 + 255.255.255.0 + 0.0.0.0 + gw + + + lo + lo0 + + 120 + 121 + net_switch0 + lo0 + + lo + 121 + False + + + lo0 + + 127.0.0.1 + 255.0.0.0 + 0.0.0.0 + ip + + + + + management_interface + management_interface0 + + 120 + 122 + net_switch0 + management_interface0 + + management_interface + 122 + False + + + management_interface0 + + 192.168.1.4 + 255.255.255.0 + 0.0.0.0 + ip + + + + + port + port1 + + 120 + 123 + net_switch0 + port1 + + port + 123 + False + + + port1 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + + + + port + port2 + + 120 + 124 + net_switch0 + port2 + + port + 124 + False + + + port2 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + + + + port + port3 + + 120 + 125 + net_switch0 + port3 + + port + 125 + False + + + port3 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + + + + port + port4 + + 120 + 126 + net_switch0 + port4 + + port + 126 + False + + + port4 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + + + + port + port5 + + 120 + 127 + net_switch0 + port5 + + port + 127 + False + + + port5 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + + + + port + port6 + + 120 + 128 + net_switch0 + port6 + + port + 128 + False + + + port6 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + + + + port + port7 + + 120 + 129 + net_switch0 + port7 + + port + 129 + False + + + port7 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + + + + + net_switch1 + 100 + 130 + 769,649 + net_switch + False + False + + 192.168.2.1 + 255.255.255.0 + 0.0.0.0 + gw + + + lo + lo0 + + 130 + 131 + net_switch1 + lo0 + + lo + 131 + False + + + lo0 + + 127.0.0.1 + 255.0.0.0 + 0.0.0.0 + ip + + + + + management_interface + management_interface0 + + 130 + 132 + net_switch1 + management_interface0 + + management_interface + 132 + False + + + management_interface0 + + 192.168.2.4 + 255.255.255.0 + 0.0.0.0 + ip + + + + + port + port1 + + 130 + 133 + net_switch1 + port1 + + port + 133 + False + + + port1 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + + + + port + port2 + + 130 + 134 + net_switch1 + port2 + + port + 134 + False + + + port2 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + + + + port + port3 + + 130 + 135 + net_switch1 + port3 + + port + 135 + False + + + port3 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + + + + port + port4 + + 130 + 136 + net_switch1 + port4 + + port + 136 + False + + + port4 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + + + + port + port5 + + 130 + 137 + net_switch1 + port5 + + port + 137 + False + + + port5 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + + + + port + port6 + + 130 + 138 + net_switch1 + port6 + + port + 138 + False + + + port6 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + + + + port + port7 + + 130 + 139 + net_switch1 + port7 + + port + 139 + False + + + port7 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + + + + + net_switch2 + 100 + 140 + 422,124 + net_switch + False + False + + 192.168.3.1 + 255.255.255.0 + 0.0.0.0 + gw + + + lo + lo0 + + 140 + 141 + net_switch2 + lo0 + + lo + 141 + False + + + lo0 + + 127.0.0.1 + 255.0.0.0 + 0.0.0.0 + ip + + + + + management_interface + management_interface0 + + 140 + 142 + net_switch2 + management_interface0 + + management_interface + 142 + False + + + management_interface0 + + 192.168.3.4 + 255.255.255.0 + 0.0.0.0 + ip + + + + + port + port1 + + 140 + 143 + net_switch2 + port1 + + port + 143 + False + + + port1 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + + + + port + port2 + + 140 + 144 + net_switch2 + port2 + + port + 144 + False + + + port2 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + + + + port + port3 + + 140 + 145 + net_switch2 + port3 + + port + 145 + False + + + port3 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + + + + port + port4 + + 140 + 146 + net_switch2 + port4 + + port + 146 + False + + + port4 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + + + + port + port5 + + 140 + 147 + net_switch2 + port5 + + port + 147 + False + + + port5 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + + + + port + port6 + + 140 + 148 + net_switch2 + port6 + + port + 148 + False + + + port6 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + + + + port + port7 + + 140 + 149 + net_switch2 + port7 + + port + 149 + False + + + port7 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + + + + + pc0 + 100 + 150 + 319,11 + pc + False + False + + 192.168.3.1 + 255.255.255.0 + 0.0.0.0 + gw + + + lo + lo0 + + 150 + 151 + pc0 + lo0 + + lo + 151 + False + + + lo0 + + 127.0.0.1 + 255.0.0.0 + 0.0.0.0 + ip + + + + + eth + eth0 + + 150 + 152 + pc0 + eth0 + + eth + 152 + False + + + eth0 + + 192.168.3.2 + 255.255.255.0 + 0.0.0.0 + ip + + + + + + pc1 + 100 + 153 + 515,8 + pc + False + False + + 192.168.3.1 + 255.255.255.0 + 0.0.0.0 + gw + + + lo + lo0 + + 153 + 154 + pc1 + lo0 + + lo + 154 + False + + + lo0 + + 127.0.0.1 + 255.0.0.0 + 0.0.0.0 + ip + + + + + eth + eth0 + + 153 + 155 + pc1 + eth0 + + eth + 155 + False + + + eth0 + + 192.168.3.3 + 255.255.255.0 + 0.0.0.0 + ip + + + + + + pc2 + 100 + 156 + 702,793 + pc + False + False + + 192.168.2.1 + 255.255.255.0 + 0.0.0.0 + gw + + + lo + lo0 + + 156 + 157 + pc2 + lo0 + + lo + 157 + False + + + lo0 + + 127.0.0.1 + 255.0.0.0 + 0.0.0.0 + ip + + + + + eth + eth0 + + 156 + 158 + pc2 + eth0 + + eth + 158 + False + + + eth0 + + 192.168.2.2 + 255.255.255.0 + 0.0.0.0 + ip + + + + + + pc3 + 100 + 159 + 836,786 + pc + False + False + + 192.168.2.1 + 255.255.255.0 + 0.0.0.0 + gw + + + lo + lo0 + + 159 + 160 + pc3 + lo0 + + lo + 160 + False + + + lo0 + + 127.0.0.1 + 255.0.0.0 + 0.0.0.0 + ip + + + + + eth + eth0 + + 159 + 161 + pc3 + eth0 + + eth + 161 + False + + + eth0 + + 192.168.2.3 + 255.255.255.0 + 0.0.0.0 + ip + + + + + + pc4 + 100 + 162 + 229,772 + pc + False + False + + 192.168.1.1 + 255.255.255.0 + 0.0.0.0 + gw + + + lo + lo0 + + 162 + 163 + pc4 + lo0 + + lo + 163 + False + + + lo0 + + 127.0.0.1 + 255.0.0.0 + 0.0.0.0 + ip + + + + + eth + eth0 + + 162 + 164 + pc4 + eth0 + + eth + 164 + False + + + eth0 + + 192.168.1.3 + 255.255.255.0 + 0.0.0.0 + ip + + + + + + pc5 + 100 + 165 + 70,769 + pc + False + False + + 192.168.1.1 + 255.255.255.0 + 0.0.0.0 + gw + + + lo + lo0 + + 165 + 166 + pc5 + lo0 + + lo + 166 + False + + + lo0 + + 127.0.0.1 + 255.0.0.0 + 0.0.0.0 + ip + + + + + eth + eth0 + + 165 + 167 + pc5 + eth0 + + eth + 167 + False + + + eth0 + + 192.168.1.2 + 255.255.255.0 + 0.0.0.0 + ip + + + + + + router0 + 100 + 100 + 428,479 + router + False + False + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + gw + + + lo + lo0 + + 100 + 101 + router0 + lo0 + + lo + 101 + False + + + lo0 + + 127.0.0.1 + 255.0.0.0 + 0.0.0.0 + ip + + + + + eth + eth0 + + 100 + 102 + router0 + eth0 + + eth + 102 + False + + + eth0 + + 192.168.10.2 + 255.255.255.0 + 0.0.0.0 + ip + + + + + eth + eth1 + + 100 + 103 + router0 + eth1 + + eth + 103 + False + + + eth1 + + 192.168.20.2 + 255.255.255.0 + 0.0.0.0 + ip + + + + + eth + eth3 + + 100 + 118 + router0 + eth3 + + eth + 118 + False + + + eth3 + + 192.168.30.2 + 255.255.255.0 + 0.0.0.0 + ip + + + + + 192.168.1.0 + 255.255.255.0 + 192.168.10.1 + route + + + 192.168.2.0 + 255.255.255.0 + 192.168.20.1 + route + + + 192.168.3.0 + 255.255.255.0 + 192.168.30.1 + route + + + + router1 + 100 + 104 + 752,502 + router + False + False + + 192.168.20.2 + 255.255.255.0 + 0.0.0.0 + gw + + + lo + lo0 + + 104 + 105 + router1 + lo0 + + lo + 105 + False + + + lo0 + + 127.0.0.1 + 255.0.0.0 + 0.0.0.0 + ip + + + + + eth + eth0 + + 104 + 106 + router1 + eth0 + + eth + 106 + False + + + eth0 + + 192.168.20.1 + 255.255.255.0 + 0.0.0.0 + ip + + + + + eth + eth1 + + 104 + 107 + router1 + eth1 + + eth + 107 + False + + + eth1 + + 192.168.2.1 + 255.255.255.0 + 0.0.0.0 + ip + + + + + + router2 + 100 + 108 + 143,509 + router + False + False + + 0.0.0.0 + 255.255.255.0 + 0.0.0.0 + gw + + + lo + lo0 + + 108 + 109 + router2 + lo0 + + lo + 109 + False + + + lo0 + + 127.0.0.1 + 255.0.0.0 + 0.0.0.0 + ip + + + + + eth + eth0 + + 108 + 110 + router2 + eth0 + + eth + 110 + False + + + eth0 + + 192.168.10.1 + 255.255.255.0 + 0.0.0.0 + ip + + + + + eth + eth1 + + 108 + 111 + router2 + eth1 + + eth + 111 + False + + + eth1 + + 192.168.1.1 + 255.255.255.0 + 0.0.0.0 + ip + + + + + + router3 + 100 + 112 + 428,260 + router + False + False + + 0.0.0.0 + 255.255.255.0 + 0.0.0.0 + gw + + + lo + lo0 + + 112 + 113 + router3 + lo0 + + lo + 113 + False + + + lo0 + + 127.0.0.1 + 255.0.0.0 + 0.0.0.0 + ip + + + + + eth + eth0 + + 112 + 114 + router3 + eth0 + + eth + 114 + False + + + eth0 + + 192.168.30.1 + 255.255.255.0 + 0.0.0.0 + ip + + + + + eth + eth1 + + 112 + 115 + router3 + eth1 + + eth + 115 + False + + + eth1 + + 192.168.3.1 + 255.255.255.0 + 0.0.0.0 + ip + + + + + + + 100 + 102 + router0 + eth0 + + + 108 + 110 + router2 + eth0 + + + 116 + + + + 159 + 161 + pc3 + eth0 + + + 130 + 135 + net_switch1 + port3 + + + 173 + + + + 130 + 133 + net_switch1 + port1 + + + 104 + 107 + router1 + eth1 + + + 171 + + + + 162 + 164 + pc4 + eth0 + + + 120 + 124 + net_switch0 + port2 + + + 169 + + + + 100 + 103 + router0 + eth1 + + + 104 + 106 + router1 + eth0 + + + 117 + + + + 140 + 144 + net_switch2 + port2 + + + 150 + 152 + pc0 + eth0 + + + 175 + + + + 100 + 118 + router0 + eth3 + + + 112 + 114 + router3 + eth0 + + + 119 + + + + 165 + 167 + pc5 + eth0 + + + 120 + 123 + net_switch0 + port1 + + + 168 + + + + 120 + 125 + net_switch0 + port3 + + + 108 + 111 + router2 + eth1 + + + 170 + + + + 156 + 158 + pc2 + eth0 + + + 130 + 134 + net_switch1 + port2 + + + 172 + + + + 112 + 115 + router3 + eth1 + + + 140 + 143 + net_switch2 + port1 + + + 174 + + + + 140 + 145 + net_switch2 + port3 + + + 153 + 155 + pc1 + eth0 + + + 176 + + + pc5 + pc0 + SuccessfullyPings + + + pc5 + pc3 + SuccessfullyPings + + + \ No newline at end of file diff --git a/EduNetworkBuilder/Resources/Level3_NowhereToGo.enbx b/EduNetworkBuilder/Resources/Level3_NowhereToGo.enbx new file mode 100644 index 0000000..aefa40e --- /dev/null +++ b/EduNetworkBuilder/Resources/Level3_NowhereToGo.enbx @@ -0,0 +1,1308 @@ + + + + + Get pc2 to ping pc1 and pc1 to ping pc2. + Nowhere to go + 1024 + 1024 + 100 + False + 3 + 2 + 160 + none + + net_switch0 + 100 + 112 + 109,397 + net_switch + False + False + + 192.168.1.1 + 255.255.255.0 + 0.0.0.0 + gw + + + lo + lo0 + + 112 + 113 + net_switch0 + lo0 + + lo + 113 + False + + + lo0 + + 127.0.0.1 + 255.0.0.0 + 0.0.0.0 + ip + + + + + management_interface + management_interface0 + + 112 + 114 + net_switch0 + management_interface0 + + management_interface + 114 + False + + + management_interface0 + + 192.168.1.4 + 255.255.255.0 + 0.0.0.0 + ip + + + + + port + port1 + + 112 + 115 + net_switch0 + port1 + + port + 115 + False + + + port1 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + + + + port + port2 + + 112 + 116 + net_switch0 + port2 + + port + 116 + False + + + port2 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + + + + port + port3 + + 112 + 117 + net_switch0 + port3 + + port + 117 + False + + + port3 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + + + + port + port4 + + 112 + 118 + net_switch0 + port4 + + port + 118 + False + + + port4 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + + + + port + port5 + + 112 + 119 + net_switch0 + port5 + + port + 119 + False + + + port5 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + + + + port + port6 + + 112 + 120 + net_switch0 + port6 + + port + 120 + False + + + port6 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + + + + port + port7 + + 112 + 121 + net_switch0 + port7 + + port + 121 + False + + + port7 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + + + + + net_switch1 + 100 + 122 + 736,397 + net_switch + False + False + + 192.168.2.1 + 255.255.255.0 + 0.0.0.0 + gw + + + lo + lo0 + + 122 + 123 + net_switch1 + lo0 + + lo + 123 + False + + + lo0 + + 127.0.0.1 + 255.0.0.0 + 0.0.0.0 + ip + + + + + management_interface + management_interface0 + + 122 + 124 + net_switch1 + management_interface0 + + management_interface + 124 + False + + + management_interface0 + + 192.168.2.4 + 255.255.255.0 + 0.0.0.0 + ip + + + + + port + port1 + + 122 + 125 + net_switch1 + port1 + + port + 125 + False + + + port1 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + + + + port + port2 + + 122 + 126 + net_switch1 + port2 + + port + 126 + False + + + port2 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + + + + port + port3 + + 122 + 127 + net_switch1 + port3 + + port + 127 + False + + + port3 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + + + + port + port4 + + 122 + 128 + net_switch1 + port4 + + port + 128 + False + + + port4 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + + + + port + port5 + + 122 + 129 + net_switch1 + port5 + + port + 129 + False + + + port5 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + + + + port + port6 + + 122 + 130 + net_switch1 + port6 + + port + 130 + False + + + port6 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + + + + port + port7 + + 122 + 131 + net_switch1 + port7 + + port + 131 + False + + + port7 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + + + + + pc0 + 100 + 106 + 103,530 + pc + False + False + + 192.168.1.1 + 255.255.255.0 + 0.0.0.0 + gw + + + lo + lo0 + + 106 + 107 + pc0 + lo0 + + lo + 107 + False + + + lo0 + + 127.0.0.1 + 255.0.0.0 + 0.0.0.0 + ip + + + + + eth + eth0 + + 106 + 108 + pc0 + eth0 + + eth + 108 + True + + + eth0 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + + + + + pc1 + 100 + 109 + 610,513 + pc + False + False + + 192.168.2.1 + 255.255.255.0 + 0.0.0.0 + gw + + + lo + lo0 + + 109 + 110 + pc1 + lo0 + + lo + 110 + False + + + lo0 + + 127.0.0.1 + 255.0.0.0 + 0.0.0.0 + ip + + + + + eth + eth0 + + 109 + 111 + pc1 + eth0 + + eth + 111 + False + + + eth0 + + 192.168.2.3 + 255.255.255.0 + 0.0.0.0 + ip + + + + + + pc2 + 100 + 152 + 212,530 + pc + False + False + + 192.168.1.1 + 0.0.0.0 + 0.0.0.0 + gw + + + lo + lo0 + + 152 + 153 + pc2 + lo0 + + lo + 153 + False + + + lo0 + + 127.0.0.1 + 255.0.0.0 + 0.0.0.0 + ip + + + + + eth + eth0 + + 152 + 154 + pc2 + eth0 + + eth + 154 + False + + + eth0 + + 192.168.1.3 + 255.255.255.0 + 0.0.0.0 + ip + + + + + + pc3 + 100 + 155 + 733,516 + pc + False + False + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + gw + + + lo + lo0 + + 155 + 156 + pc3 + lo0 + + lo + 156 + False + + + lo0 + + 127.0.0.1 + 255.0.0.0 + 0.0.0.0 + ip + + + + + eth + eth0 + + 155 + 157 + pc3 + eth0 + + eth + 157 + True + + + eth0 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + + + + + router0 + 100 + 132 + 112,260 + router + False + False + + 192.168.3.2 + 255.255.255.0 + 192.168.4.2 + gw + + + lo + lo0 + + 132 + 133 + router0 + lo0 + + lo + 133 + False + + + lo0 + + 127.0.0.1 + 255.0.0.0 + 0.0.0.0 + ip + + + + + eth + eth0 + + 132 + 134 + router0 + eth0 + + eth + 134 + False + + + eth0 + + 192.168.1.1 + 255.255.255.0 + 0.0.0.0 + ip + + + + + eth + eth1 + + 132 + 135 + router0 + eth1 + + eth + 135 + False + + + eth1 + + 192.168.3.1 + 255.255.255.0 + 0.0.0.0 + ip + + + + + 192.168.2.1 + 255.255.255.0 + 192.168.3.2 + route + + + 192.168.2.1 + 255.255.255.0 + 192.168.3.2 + route + + + + router1 + 100 + 136 + 736,257 + router + False + False + + 192.168.4.2 + 255.255.255.0 + 192.168.4.2 + gw + + + lo + lo0 + + 136 + 137 + router1 + lo0 + + lo + 137 + False + + + lo0 + + 127.0.0.1 + 255.0.0.0 + 0.0.0.0 + ip + + + + + eth + eth0 + + 136 + 138 + router1 + eth0 + + eth + 138 + False + + + eth0 + + 192.168.4.1 + 255.255.255.0 + 0.0.0.0 + ip + + + + + eth + eth1 + + 136 + 139 + router1 + eth1 + + eth + 139 + False + + + eth1 + + 192.168.2.1 + 255.255.255.0 + 0.0.0.0 + ip + + + + + 192.168.1.0 + 255.255.255.0 + 192.168.4.2 + route + + + 192.168.1.0 + 255.255.255.0 + 192.168.4.2 + route + + + + router2 + 100 + 140 + 403,110 + router + False + False + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + gw + + + lo + lo0 + + 140 + 141 + router2 + lo0 + + lo + 141 + False + + + lo0 + + 127.0.0.1 + 255.0.0.0 + 0.0.0.0 + ip + + + + + eth + eth0 + + 140 + 142 + router2 + eth0 + + eth + 142 + False + + + eth0 + + 192.168.3.2 + 255.255.255.0 + 0.0.0.0 + ip + + + + + eth + eth1 + + 140 + 143 + router2 + eth1 + + eth + 143 + False + + + eth1 + + 192.168.4.2 + 255.255.255.0 + 0.0.0.0 + ip + + + + + 192.168.1.0 + 255.255.255.0 + 192.168.3.1 + route + + + 192.168.2.0 + 255.255.255.0 + 192.168.4.1 + route + + + + server0 + 100 + 100 + 8,520 + server + True + True + + 192.168.1.1 + 255.255.255.0 + 0.0.0.0 + gw + + + lo + lo0 + + 100 + 101 + server0 + lo0 + + lo + 101 + False + + + lo0 + + 127.0.0.1 + 255.0.0.0 + 0.0.0.0 + ip + + + + + eth + eth0 + + 100 + 102 + server0 + eth0 + + eth + 102 + False + + + eth0 + + 192.168.1.2 + 255.255.255.0 + 0.0.0.0 + ip + + + + + 127.0.0.1 + 0.0.0.0 + 0.0.0.0 + route + + + 192.168.1.2 + 192.168.1.5 + 192.168.1.7 + route + + + + server1 + 100 + 103 + 862,520 + server + False + True + + 192.168.2.1 + 255.255.255.0 + 0.0.0.0 + gw + + + lo + lo0 + + 103 + 104 + server1 + lo0 + + lo + 104 + False + + + lo0 + + 127.0.0.1 + 255.0.0.0 + 0.0.0.0 + ip + + + + + eth + eth0 + + 103 + 105 + server1 + eth0 + + eth + 105 + False + + + eth0 + + 192.168.2.2 + 255.255.255.0 + 0.0.0.0 + ip + + + + + 127.0.0.1 + 0.0.0.0 + 0.0.0.0 + route + + + 192.168.2.2 + 192.168.2.5 + 192.168.2.10 + route + + + + + 100 + 102 + server0 + eth0 + + + 112 + 115 + net_switch0 + port1 + + + 144 + + + + 140 + 143 + router2 + eth1 + + + 136 + 138 + router1 + eth0 + + + 148 + + + + 109 + 111 + pc1 + eth0 + + + 122 + 127 + net_switch1 + port3 + + + 151 + + + + 103 + 105 + server1 + eth0 + + + 122 + 126 + net_switch1 + port2 + + + 150 + + + + 136 + 139 + router1 + eth1 + + + 122 + 125 + net_switch1 + port1 + + + 149 + + + + 152 + 154 + pc2 + eth0 + + + 112 + 118 + net_switch0 + port4 + + + 159 + + + + 132 + 135 + router0 + eth1 + + + 140 + 142 + router2 + eth0 + + + 147 + + + + 112 + 117 + net_switch0 + port3 + + + 132 + 134 + router0 + eth0 + + + 146 + + + + 106 + 108 + pc0 + eth0 + + + 112 + 116 + net_switch0 + port2 + + + 145 + + + + 155 + 157 + pc3 + eth0 + + + 122 + 128 + net_switch1 + port4 + + + 158 + + + pc1 + pc2 + SuccessfullyPings + + + pc2 + pc1 + SuccessfullyPings + + + \ No newline at end of file diff --git a/EduNetworkBuilder/Resources/Level3_PhoneyNetwork.enbx b/EduNetworkBuilder/Resources/Level3_PhoneyNetwork.enbx new file mode 100644 index 0000000..5aaafd0 --- /dev/null +++ b/EduNetworkBuilder/Resources/Level3_PhoneyNetwork.enbx @@ -0,0 +1,1318 @@ + + + + + Get phone0 to ping phone2, and also get phone2 to ping phone0 + Phoney Network + 1024 + 1024 + 100 + False + 3 + 2.5 + 164 + none + + firewall0 + 100 + 118 + 190,220 + firewall + False + False + + 192.168.5.1 + 0.0.0.0 + 0.0.0.0 + gw + + + lo + lo0 + + 118 + 119 + firewall0 + lo0 + + lo + 119 + False + + + lo0 + + 127.0.0.1 + 255.0.0.0 + 0.0.0.0 + ip + + + + + wan + wan0 + + 118 + 122 + firewall0 + wan0 + + wan + 122 + False + + + wan0 + + 192.168.5.2 + 255.255.255.0 + 0.0.0.0 + ip + + + + + eth + eth0 + + 118 + 120 + firewall0 + eth0 + + eth + 120 + False + + + eth0 + + 192.168.1.1 + 255.255.255.0 + 0.0.0.0 + ip + + + + + vpn + vpn0 + + 118 + 162 + firewall0 + vpn0 + + vpn + 162 + False + Encryption + + 192.168.6.2 + 255.255.255.0 + 0.0.0.0 + ip_only + + + vpn0 + + 192.168.50.1 + 255.255.255.0 + 0.0.0.0 + ip + + + + + 192.168.2.1 + 255.255.255.0 + 192.168.50.2 + route + + + + firewall1 + 100 + 123 + 750,200 + firewall + False + False + + 192.168.6.1 + 0.0.0.0 + 0.0.0.0 + gw + + + lo + lo0 + + 123 + 124 + firewall1 + lo0 + + lo + 124 + False + + + lo0 + + 127.0.0.1 + 255.0.0.0 + 0.0.0.0 + ip + + + + + wan + wan0 + + 123 + 127 + firewall1 + wan0 + + wan + 127 + False + + + wan0 + + 192.168.6.2 + 255.255.255.0 + 0.0.0.0 + ip + + + + + eth + eth0 + + 123 + 125 + firewall1 + eth0 + + eth + 125 + False + + + eth0 + + 192.168.2.1 + 255.255.255.0 + 0.0.0.0 + ip + + + + + vpn + vpn0 + + 123 + 163 + firewall1 + vpn0 + + vpn + 163 + False + Encryption + + 192.168.5.2 + 255.255.255.0 + 0.0.0.0 + ip_only + + + vpn0 + + 192.168.50.2 + 255.255.255.0 + 0.0.0.0 + ip + + + + + 192.168.1.1 + 255.255.255.0 + 192.168.50.1 + route + + + + ip_phone0 + 100 + 103 + 110,760 + ip_phone + False + False + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + gw + + + lo + lo0 + + 103 + 104 + ip_phone0 + lo0 + + lo + 104 + False + + + lo0 + + 127.0.0.1 + 255.0.0.0 + 0.0.0.0 + ip + + + + + eth + eth0 + + 103 + 105 + ip_phone0 + eth0 + + eth + 105 + True + + + eth0 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + + + + + ip_phone1 + 100 + 106 + 290,760 + ip_phone + False + False + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + gw + + + lo + lo0 + + 106 + 107 + ip_phone1 + lo0 + + lo + 107 + False + + + lo0 + + 127.0.0.1 + 255.0.0.0 + 0.0.0.0 + ip + + + + + eth + eth0 + + 106 + 108 + ip_phone1 + eth0 + + eth + 108 + True + + + eth0 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + + + + + ip_phone2 + 100 + 112 + 680,750 + ip_phone + False + False + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + gw + + + lo + lo0 + + 112 + 113 + ip_phone2 + lo0 + + lo + 113 + False + + + lo0 + + 127.0.0.1 + 255.0.0.0 + 0.0.0.0 + ip + + + + + eth + eth0 + + 112 + 114 + ip_phone2 + eth0 + + eth + 114 + True + + + eth0 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + + + + + ip_phone3 + 100 + 115 + 850,740 + ip_phone + False + False + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + gw + + + lo + lo0 + + 115 + 116 + ip_phone3 + lo0 + + lo + 116 + False + + + lo0 + + 127.0.0.1 + 255.0.0.0 + 0.0.0.0 + ip + + + + + eth + eth0 + + 115 + 117 + ip_phone3 + eth0 + + eth + 117 + True + + + eth0 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + + + + + net_switch0 + 100 + 132 + 190,410 + net_switch + False + False + + 192.168.1.1 + 0.0.0.0 + 0.0.0.0 + gw + + + lo + lo0 + + 132 + 133 + net_switch0 + lo0 + + lo + 133 + False + + + lo0 + + 127.0.0.1 + 255.0.0.0 + 0.0.0.0 + ip + + + + + management_interface + management_interface0 + + 132 + 134 + net_switch0 + management_interface0 + + management_interface + 134 + False + + + management_interface0 + + 192.168.1.4 + 255.255.255.0 + 0.0.0.0 + ip + + + + + port + port1 + + 132 + 135 + net_switch0 + port1 + + port + 135 + False + + + port1 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + + + + port + port2 + + 132 + 136 + net_switch0 + port2 + + port + 136 + False + + + port2 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + + + + port + port3 + + 132 + 137 + net_switch0 + port3 + + port + 137 + False + + + port3 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + + + + port + port4 + + 132 + 138 + net_switch0 + port4 + + port + 138 + False + + + port4 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + + + + port + port5 + + 132 + 139 + net_switch0 + port5 + + port + 139 + False + + + port5 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + + + + port + port6 + + 132 + 140 + net_switch0 + port6 + + port + 140 + False + + + port6 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + + + + port + port7 + + 132 + 141 + net_switch0 + port7 + + port + 141 + False + + + port7 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + + + + + net_switch1 + 100 + 142 + 750,400 + net_switch + False + False + + 192.168.2.1 + 0.0.0.0 + 0.0.0.0 + gw + + + lo + lo0 + + 142 + 143 + net_switch1 + lo0 + + lo + 143 + False + + + lo0 + + 127.0.0.1 + 255.0.0.0 + 0.0.0.0 + ip + + + + + management_interface + management_interface0 + + 142 + 144 + net_switch1 + management_interface0 + + management_interface + 144 + False + + + management_interface0 + + 192.168.2.4 + 255.255.255.0 + 0.0.0.0 + ip + + + + + port + port1 + + 142 + 145 + net_switch1 + port1 + + port + 145 + False + + + port1 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + + + + port + port2 + + 142 + 146 + net_switch1 + port2 + + port + 146 + False + + + port2 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + + + + port + port3 + + 142 + 147 + net_switch1 + port3 + + port + 147 + False + + + port3 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + + + + port + port4 + + 142 + 148 + net_switch1 + port4 + + port + 148 + False + + + port4 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + + + + port + port5 + + 142 + 149 + net_switch1 + port5 + + port + 149 + False + + + port5 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + + + + port + port6 + + 142 + 150 + net_switch1 + port6 + + port + 150 + False + + + port6 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + + + + port + port7 + + 142 + 151 + net_switch1 + port7 + + port + 151 + False + + + port7 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + + + + + router0 + 100 + 128 + 470,30 + router + False + False + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + gw + + + lo + lo0 + + 128 + 129 + router0 + lo0 + + lo + 129 + False + + + lo0 + + 127.0.0.1 + 255.0.0.0 + 0.0.0.0 + ip + + + + + eth + eth0 + + 128 + 130 + router0 + eth0 + + eth + 130 + False + + + eth0 + + 192.168.5.1 + 255.255.255.0 + 0.0.0.0 + ip + + + + + eth + eth1 + + 128 + 131 + router0 + eth1 + + eth + 131 + False + + + eth1 + + 192.168.6.1 + 255.255.255.0 + 0.0.0.0 + ip + + + + + + server0 + 100 + 100 + 40,550 + server + False + False + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + gw + + + lo + lo0 + + 100 + 101 + server0 + lo0 + + lo + 101 + False + + + lo0 + + 127.0.0.1 + 255.0.0.0 + 0.0.0.0 + ip + + + + + eth + eth0 + + 100 + 102 + server0 + eth0 + + eth + 102 + False + + + eth0 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + + + + + server1 + 100 + 109 + 620,550 + server + False + False + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + gw + + + lo + lo0 + + 109 + 110 + server1 + lo0 + + lo + 110 + False + + + lo0 + + 127.0.0.1 + 255.0.0.0 + 0.0.0.0 + ip + + + + + eth + eth0 + + 109 + 111 + server1 + eth0 + + eth + 111 + False + + + eth0 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + + + + + + 100 + 102 + server0 + eth0 + + + 132 + 135 + net_switch0 + port1 + + + 152 + + + + 132 + 138 + net_switch0 + port4 + + + 118 + 120 + firewall0 + eth0 + + + 158 + + + + 106 + 108 + ip_phone1 + eth0 + + + 132 + 137 + net_switch0 + port3 + + + 154 + + + + 103 + 105 + ip_phone0 + eth0 + + + 132 + 136 + net_switch0 + port2 + + + 153 + + + + 118 + 122 + firewall0 + wan0 + + + 128 + 130 + router0 + eth0 + + + 160 + + + + 109 + 111 + server1 + eth0 + + + 142 + 145 + net_switch1 + port1 + + + 155 + + + + 112 + 114 + ip_phone2 + eth0 + + + 142 + 146 + net_switch1 + port2 + + + 156 + + + + 115 + 117 + ip_phone3 + eth0 + + + 142 + 147 + net_switch1 + port3 + + + 157 + + + + 142 + 148 + net_switch1 + port4 + + + 123 + 125 + firewall1 + eth0 + + + 159 + + + + 123 + 127 + firewall1 + wan0 + + + 128 + 131 + router0 + eth1 + + + 161 + + + ip_phone0 + ip_phone2 + SuccessfullyPings + + + ip_phone2 + ip_phone0 + SuccessfullyPings + + + \ No newline at end of file diff --git a/EduNetworkBuilder/Resources/Level3_VPNify.enbx b/EduNetworkBuilder/Resources/Level3_VPNify.enbx new file mode 100644 index 0000000..5d7b992 --- /dev/null +++ b/EduNetworkBuilder/Resources/Level3_VPNify.enbx @@ -0,0 +1,1644 @@ + + + + + Both networks work, but they need to be connected via VPN. You have success when PC2 can ping PC1 and pc3 can ping pc0. + VPNify + 1024 + 1024 + 100 + False + 3 + 3 + 195 + none + + firewall0 + 100 + 176 + 110,250 + firewall + False + False + + 172.16.1.1 + 0.0.0.0 + 0.0.0.0 + gw + + + lo + lo0 + + 176 + 177 + firewall0 + lo0 + + lo + 177 + False + + + lo0 + + 127.0.0.1 + 255.0.0.0 + 0.0.0.0 + ip + + + + + wan + wan0 + + 176 + 180 + firewall0 + wan0 + + wan + 180 + False + + + wan0 + + 172.16.1.2 + 255.255.255.0 + 0.0.0.0 + ip + + + + + eth + eth0 + + 176 + 178 + firewall0 + eth0 + + eth + 178 + False + + + eth0 + + 192.168.1.1 + 255.255.255.0 + 0.0.0.0 + ip + + + + + + firewall1 + 100 + 181 + 730,250 + firewall + False + False + + 172.16.5.1 + 0.0.0.0 + 0.0.0.0 + gw + + + lo + lo0 + + 181 + 182 + firewall1 + lo0 + + lo + 182 + False + + + lo0 + + 127.0.0.1 + 255.0.0.0 + 0.0.0.0 + ip + + + + + wan + wan0 + + 181 + 185 + firewall1 + wan0 + + wan + 185 + False + + + wan0 + + 172.16.5.2 + 255.255.255.0 + 0.0.0.0 + ip + + + + + eth + eth0 + + 181 + 183 + firewall1 + eth0 + + eth + 183 + False + + + eth0 + + 192.168.2.1 + 255.255.255.0 + 0.0.0.0 + ip + + + + + + net_switch0 + 100 + 112 + 109,397 + net_switch + False + False + + 192.168.1.1 + 255.255.255.0 + 0.0.0.0 + gw + + + lo + lo0 + + 112 + 113 + net_switch0 + lo0 + + lo + 113 + False + + + lo0 + + 127.0.0.1 + 255.0.0.0 + 0.0.0.0 + ip + + + + + management_interface + management_interface0 + + 112 + 114 + net_switch0 + management_interface0 + + management_interface + 114 + False + + + management_interface0 + + 192.168.1.4 + 255.255.255.0 + 0.0.0.0 + ip + + + + + port + port1 + + 112 + 115 + net_switch0 + port1 + + port + 115 + False + + + port1 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + + + + port + port2 + + 112 + 116 + net_switch0 + port2 + + port + 116 + False + + + port2 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + + + + port + port3 + + 112 + 117 + net_switch0 + port3 + + port + 117 + False + + + port3 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + + + + port + port4 + + 112 + 118 + net_switch0 + port4 + + port + 118 + False + + + port4 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + + + + port + port5 + + 112 + 119 + net_switch0 + port5 + + port + 119 + False + + + port5 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + + + + port + port6 + + 112 + 120 + net_switch0 + port6 + + port + 120 + False + + + port6 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + + + + port + port7 + + 112 + 121 + net_switch0 + port7 + + port + 121 + False + + + port7 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + + + + + net_switch1 + 100 + 122 + 736,397 + net_switch + False + False + + 192.168.2.1 + 255.255.255.0 + 0.0.0.0 + gw + + + lo + lo0 + + 122 + 123 + net_switch1 + lo0 + + lo + 123 + False + + + lo0 + + 127.0.0.1 + 255.0.0.0 + 0.0.0.0 + ip + + + + + management_interface + management_interface0 + + 122 + 124 + net_switch1 + management_interface0 + + management_interface + 124 + False + + + management_interface0 + + 192.168.2.4 + 255.255.255.0 + 0.0.0.0 + ip + + + + + port + port1 + + 122 + 125 + net_switch1 + port1 + + port + 125 + False + + + port1 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + + + + port + port2 + + 122 + 126 + net_switch1 + port2 + + port + 126 + False + + + port2 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + + + + port + port3 + + 122 + 127 + net_switch1 + port3 + + port + 127 + False + + + port3 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + + + + port + port4 + + 122 + 128 + net_switch1 + port4 + + port + 128 + False + + + port4 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + + + + port + port5 + + 122 + 129 + net_switch1 + port5 + + port + 129 + False + + + port5 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + + + + port + port6 + + 122 + 130 + net_switch1 + port6 + + port + 130 + False + + + port6 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + + + + port + port7 + + 122 + 131 + net_switch1 + port7 + + port + 131 + False + + + port7 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + + + + + pc0 + 100 + 106 + 103,530 + pc + False + False + + 192.168.1.1 + 255.255.255.0 + 0.0.0.0 + gw + + + lo + lo0 + + 106 + 107 + pc0 + lo0 + + lo + 107 + False + + + lo0 + + 127.0.0.1 + 255.0.0.0 + 0.0.0.0 + ip + + + + + eth + eth0 + + 106 + 108 + pc0 + eth0 + + eth + 108 + True + + + eth0 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + + + + + pc1 + 100 + 109 + 610,513 + pc + False + False + + 192.168.2.1 + 255.255.255.0 + 0.0.0.0 + gw + + + lo + lo0 + + 109 + 110 + pc1 + lo0 + + lo + 110 + False + + + lo0 + + 127.0.0.1 + 255.0.0.0 + 0.0.0.0 + ip + + + + + eth + eth0 + + 109 + 111 + pc1 + eth0 + + eth + 111 + False + + + eth0 + + 192.168.2.3 + 255.255.255.0 + 0.0.0.0 + ip + + + + + + pc2 + 100 + 152 + 212,530 + pc + False + False + + 192.168.1.1 + 0.0.0.0 + 0.0.0.0 + gw + + + lo + lo0 + + 152 + 153 + pc2 + lo0 + + lo + 153 + False + + + lo0 + + 127.0.0.1 + 255.0.0.0 + 0.0.0.0 + ip + + + + + eth + eth0 + + 152 + 154 + pc2 + eth0 + + eth + 154 + False + + + eth0 + + 192.168.1.3 + 255.255.255.0 + 0.0.0.0 + ip + + + + + + pc3 + 100 + 155 + 733,516 + pc + False + False + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + gw + + + lo + lo0 + + 155 + 156 + pc3 + lo0 + + lo + 156 + False + + + lo0 + + 127.0.0.1 + 255.0.0.0 + 0.0.0.0 + ip + + + + + eth + eth0 + + 155 + 157 + pc3 + eth0 + + eth + 157 + True + + + eth0 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + + + + + router0 + 100 + 186 + 150,80 + router + False + False + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + gw + + + lo + lo0 + + 186 + 187 + router0 + lo0 + + lo + 187 + False + + + lo0 + + 127.0.0.1 + 255.0.0.0 + 0.0.0.0 + ip + + + + + eth + eth0 + + 186 + 188 + router0 + eth0 + + eth + 188 + False + + + eth0 + + 172.16.1.1 + 255.255.255.0 + 0.0.0.0 + ip + + + + + eth + eth1 + + 186 + 189 + router0 + eth1 + + eth + 189 + False + + + eth1 + + 172.16.2.2 + 255.255.255.0 + 0.0.0.0 + ip + + + + + 172.16.3.1 + 255.255.255.0 + 172.16.2.1 + route + + + 172.16.4.1 + 255.255.255.0 + 172.16.2.1 + route + + + 172.16.5.1 + 255.255.255.0 + 172.16.2.1 + route + + + + router2 + 100 + 160 + 310,30 + router + False + False + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + gw + + + lo + lo0 + + 160 + 161 + router2 + lo0 + + lo + 161 + False + + + lo0 + + 127.0.0.1 + 255.0.0.0 + 0.0.0.0 + ip + + + + + eth + eth0 + + 160 + 162 + router2 + eth0 + + eth + 162 + False + + + eth0 + + 172.16.2.1 + 255.255.255.0 + 0.0.0.0 + ip + + + + + eth + eth1 + + 160 + 163 + router2 + eth1 + + eth + 163 + False + + + eth1 + + 172.16.3.2 + 255.255.255.0 + 0.0.0.0 + ip + + + + + 172.16.1.1 + 255.255.255.0 + 172.16.2.2 + route + + + 172.16.4.1 + 255.255.255.0 + 172.16.3.1 + route + + + 172.16.5.1 + 255.255.255.0 + 172.16.3.1 + route + + + + router3 + 100 + 164 + 510,30 + router + False + False + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + gw + + + lo + lo0 + + 164 + 165 + router3 + lo0 + + lo + 165 + False + + + lo0 + + 127.0.0.1 + 255.0.0.0 + 0.0.0.0 + ip + + + + + eth + eth0 + + 164 + 166 + router3 + eth0 + + eth + 166 + False + + + eth0 + + 172.16.3.1 + 255.255.255.0 + 0.0.0.0 + ip + + + + + eth + eth1 + + 164 + 167 + router3 + eth1 + + eth + 167 + False + + + eth1 + + 172.16.4.2 + 255.255.255.0 + 0.0.0.0 + ip + + + + + 172.16.2.1 + 255.255.255.0 + 172.16.3.2 + route + + + 172.16.1.1 + 255.255.255.0 + 172.16.3.2 + route + + + 172.16.5.1 + 255.255.255.0 + 172.16.4.1 + route + + + + router4 + 100 + 168 + 720,90 + router + False + False + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + gw + + + lo + lo0 + + 168 + 169 + router4 + lo0 + + lo + 169 + False + + + lo0 + + 127.0.0.1 + 255.0.0.0 + 0.0.0.0 + ip + + + + + eth + eth0 + + 168 + 170 + router4 + eth0 + + eth + 170 + False + + + eth0 + + 172.16.4.1 + 255.255.255.0 + 0.0.0.0 + ip + + + + + eth + eth1 + + 168 + 171 + router4 + eth1 + + eth + 171 + False + + + eth1 + + 172.16.5.1 + 255.255.255.0 + 0.0.0.0 + ip + + + + + 172.16.3.1 + 255.255.255.0 + 172.16.4.2 + route + + + 172.16.2.1 + 255.255.255.0 + 172.16.4.2 + route + + + 172.16.1.1 + 255.255.255.0 + 172.16.4.2 + route + + + + server0 + 100 + 100 + 8,520 + server + True + True + + 192.168.1.1 + 255.255.255.0 + 0.0.0.0 + gw + + + lo + lo0 + + 100 + 101 + server0 + lo0 + + lo + 101 + False + + + lo0 + + 127.0.0.1 + 255.0.0.0 + 0.0.0.0 + ip + + + + + eth + eth0 + + 100 + 102 + server0 + eth0 + + eth + 102 + False + + + eth0 + + 192.168.1.2 + 255.255.255.0 + 0.0.0.0 + ip + + + + + 127.0.0.1 + 0.0.0.0 + 0.0.0.0 + route + + + 192.168.1.2 + 192.168.1.5 + 192.168.1.7 + route + + + + server1 + 100 + 103 + 862,520 + server + False + True + + 192.168.2.1 + 255.255.255.0 + 0.0.0.0 + gw + + + lo + lo0 + + 103 + 104 + server1 + lo0 + + lo + 104 + False + + + lo0 + + 127.0.0.1 + 255.0.0.0 + 0.0.0.0 + ip + + + + + eth + eth0 + + 103 + 105 + server1 + eth0 + + eth + 105 + False + + + eth0 + + 192.168.2.2 + 255.255.255.0 + 0.0.0.0 + ip + + + + + 127.0.0.1 + 0.0.0.0 + 0.0.0.0 + route + + + 192.168.2.2 + 192.168.2.5 + 192.168.2.10 + route + + + + + 100 + 102 + server0 + eth0 + + + 112 + 115 + net_switch0 + port1 + + + 144 + + + + 122 + 125 + net_switch1 + port1 + + + 181 + 183 + firewall1 + eth0 + + + 191 + + + + 155 + 157 + pc3 + eth0 + + + 122 + 128 + net_switch1 + port4 + + + 158 + + + + 109 + 111 + pc1 + eth0 + + + 122 + 127 + net_switch1 + port3 + + + 151 + + + + 103 + 105 + server1 + eth0 + + + 122 + 126 + net_switch1 + port2 + + + 150 + + + + 106 + 108 + pc0 + eth0 + + + 112 + 116 + net_switch0 + port2 + + + 145 + + + + 186 + 189 + router0 + eth1 + + + 160 + 162 + router2 + eth0 + + + 193 + + + + 152 + 154 + pc2 + eth0 + + + 112 + 118 + net_switch0 + port4 + + + 159 + + + + 160 + 163 + router2 + eth1 + + + 164 + 166 + router3 + eth0 + + + 173 + + + + 164 + 167 + router3 + eth1 + + + 168 + 170 + router4 + eth0 + + + 175 + + + + 112 + 117 + net_switch0 + port3 + + + 176 + 178 + firewall0 + eth0 + + + 190 + + + + 176 + 180 + firewall0 + wan0 + + + 186 + 188 + router0 + eth0 + + + 192 + + + + 181 + 185 + firewall1 + wan0 + + + 168 + 171 + router4 + eth1 + + + 194 + + + pc2 + pc1 + SuccessfullyPings + + + pc3 + pc0 + SuccessfullyPings + + + \ No newline at end of file diff --git a/EduNetworkBuilder/Resources/Level4_DualWans.enbx b/EduNetworkBuilder/Resources/Level4_DualWans.enbx new file mode 100644 index 0000000..ac15f54 --- /dev/null +++ b/EduNetworkBuilder/Resources/Level4_DualWans.enbx @@ -0,0 +1,1587 @@ + + + + + Ping PCs 1, 2, and 3 from PC0. There are multiple ways to get this puzzle to work. + Dual WANs + 1024 + 1024 + 100 + True + 4 + 6 + 189 + basic + + firewall0 + 100 + 100 + 610,540 + firewall + False + False + + 172.16.5.1 + 0.0.0.0 + 0.0.0.0 + gw + + + lo + lo0 + + 100 + 101 + firewall0 + lo0 + + lo + 101 + False + + + lo0 + + 127.0.0.1 + 255.0.0.0 + 0.0.0.0 + ip + + + + + wan + wan0 + + 100 + 104 + firewall0 + wan0 + + wan + 104 + False + + + wan0 + + 172.16.5.2 + 255.255.255.0 + 0.0.0.0 + ip + + + + + eth + eth0 + + 100 + 102 + firewall0 + eth0 + + eth + 102 + False + + + eth0 + + 192.168.1.1 + 255.255.255.0 + 0.0.0.0 + ip + + + + + vpn + vpn0 + + 100 + 186 + firewall0 + vpn0 + + vpn + 186 + False + Key + + 172.16.1.2 + 255.255.255.0 + 0.0.0.0 + ip_only + + + vpn0 + + 192.168.50.2 + 255.255.255.0 + 0.0.0.0 + ip + + + + + 192.168.2.1 + 255.255.255.0 + 192.168.50.1 + route + + + + firewall1 + 100 + 105 + 810,540 + firewall + False + False + + 172.16.5.1 + 0.0.0.0 + 0.0.0.0 + gw + + + lo + lo0 + + 105 + 106 + firewall1 + lo0 + + lo + 106 + False + + + lo0 + + 127.0.0.1 + 255.0.0.0 + 0.0.0.0 + ip + + + + + wan + wan0 + + 105 + 109 + firewall1 + wan0 + + wan + 109 + False + + + wan0 + + 172.16.5.3 + 255.255.255.0 + 0.0.0.0 + ip + + + + + eth + eth0 + + 105 + 107 + firewall1 + eth0 + + eth + 107 + False + + + eth0 + + 192.168.1.2 + 255.255.255.0 + 0.0.0.0 + ip + + + + + vpn + vpn0 + + 105 + 188 + firewall1 + vpn0 + + vpn + 188 + False + Encrypted + + 172.16.1.2 + 255.255.255.0 + 0.0.0.0 + ip_only + + + vpn0 + + 192.168.51.2 + 255.255.255.0 + 0.0.0.0 + ip + + + + + 192.168.2.1 + 255.255.255.0 + 192.168.51.1 + route + + + + firewall2 + 100 + 110 + 250,280 + firewall + False + False + + 172.16.1.1 + 0.0.0.0 + 0.0.0.0 + gw + + + lo + lo0 + + 110 + 111 + firewall2 + lo0 + + lo + 111 + False + + + lo0 + + 127.0.0.1 + 255.0.0.0 + 0.0.0.0 + ip + + + + + wan + wan0 + + 110 + 114 + firewall2 + wan0 + + wan + 114 + False + + + wan0 + + 172.16.1.2 + 255.255.255.0 + 0.0.0.0 + ip + + + + + eth + eth0 + + 110 + 112 + firewall2 + eth0 + + eth + 112 + False + + + eth0 + + 192.168.2.1 + 255.255.255.0 + 0.0.0.0 + ip + + + + + vpn + vpn0 + + 110 + 185 + firewall2 + vpn0 + + vpn + 185 + False + Key + + 172.16.5.2 + 255.255.255.0 + 0.0.0.0 + ip_only + + + vpn0 + + 192.168.50.1 + 255.255.255.0 + 0.0.0.0 + ip + + + + + vpn + vpn1 + + 110 + 187 + firewall2 + vpn1 + + vpn + 187 + False + Key + + 172.16.5.3 + 255.255.255.0 + 0.0.0.0 + ip_only + + + vpn1 + + 192.168.51.1 + 255.255.255.0 + 0.0.0.0 + ip + + + + + 192.168.1.0 + 255.255.255.0 + 192.168.50.2 + route + + + + net_switch0 + 100 + 127 + 710,670 + net_switch + False + False + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + gw + + + lo + lo0 + + 127 + 128 + net_switch0 + lo0 + + lo + 128 + False + + + lo0 + + 127.0.0.1 + 255.0.0.0 + 0.0.0.0 + ip + + + + + management_interface + management_interface0 + + 127 + 129 + net_switch0 + management_interface0 + + management_interface + 129 + False + + + management_interface0 + + 192.168.1.6 + 255.255.255.0 + 0.0.0.0 + ip + + + + + port + port1 + + 127 + 130 + net_switch0 + port1 + + port + 130 + False + + + port1 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + + + + port + port2 + + 127 + 131 + net_switch0 + port2 + + port + 131 + False + + + port2 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + + + + port + port3 + + 127 + 132 + net_switch0 + port3 + + port + 132 + False + + + port3 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + + + + port + port4 + + 127 + 133 + net_switch0 + port4 + + port + 133 + False + + + port4 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + + + + port + port5 + + 127 + 134 + net_switch0 + port5 + + port + 134 + False + + + port5 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + + + + port + port6 + + 127 + 135 + net_switch0 + port6 + + port + 135 + False + + + port6 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + + + + port + port7 + + 127 + 136 + net_switch0 + port7 + + port + 136 + False + + + port7 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + + + + + net_switch1 + 100 + 141 + 250,60 + net_switch + False + False + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + gw + + + lo + lo0 + + 141 + 142 + net_switch1 + lo0 + + lo + 142 + False + + + lo0 + + 127.0.0.1 + 255.0.0.0 + 0.0.0.0 + ip + + + + + management_interface + management_interface0 + + 141 + 143 + net_switch1 + management_interface0 + + management_interface + 143 + False + + + management_interface0 + + 192.168.2.3 + 255.255.255.0 + 0.0.0.0 + ip + + + + + port + port1 + + 141 + 144 + net_switch1 + port1 + + port + 144 + False + + + port1 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + + + + port + port2 + + 141 + 145 + net_switch1 + port2 + + port + 145 + False + + + port2 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + + + + port + port3 + + 141 + 146 + net_switch1 + port3 + + port + 146 + False + + + port3 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + + + + port + port4 + + 141 + 147 + net_switch1 + port4 + + port + 147 + False + + + port4 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + + + + port + port5 + + 141 + 148 + net_switch1 + port5 + + port + 148 + False + + + port5 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + + + + port + port6 + + 141 + 149 + net_switch1 + port6 + + port + 149 + False + + + port6 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + + + + port + port7 + + 141 + 150 + net_switch1 + port7 + + port + 150 + False + + + port7 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + + + + + net_switch2 + 100 + 172 + 700,420 + net_switch + False + False + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + gw + + + lo + lo0 + + 172 + 173 + net_switch2 + lo0 + + lo + 173 + False + + + lo0 + + 127.0.0.1 + 255.0.0.0 + 0.0.0.0 + ip + + + + + management_interface + management_interface0 + + 172 + 174 + net_switch2 + management_interface0 + + management_interface + 174 + False + + + management_interface0 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + + + + port + port1 + + 172 + 175 + net_switch2 + port1 + + port + 175 + False + + + port1 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + + + + port + port2 + + 172 + 176 + net_switch2 + port2 + + port + 176 + False + + + port2 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + + + + port + port3 + + 172 + 177 + net_switch2 + port3 + + port + 177 + False + + + port3 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + + + + port + port4 + + 172 + 178 + net_switch2 + port4 + + port + 178 + False + + + port4 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + + + + port + port5 + + 172 + 179 + net_switch2 + port5 + + port + 179 + False + + + port5 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + + + + port + port6 + + 172 + 180 + net_switch2 + port6 + + port + 180 + False + + + port6 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + + + + port + port7 + + 172 + 181 + net_switch2 + port7 + + port + 181 + False + + + port7 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + + + + + pc0 + 100 + 115 + 50,60 + pc + False + False + + 192.168.2.1 + 0.0.0.0 + 0.0.0.0 + gw + + + lo + lo0 + + 115 + 116 + pc0 + lo0 + + lo + 116 + False + + + lo0 + + 127.0.0.1 + 255.0.0.0 + 0.0.0.0 + ip + + + + + eth + eth0 + + 115 + 117 + pc0 + eth0 + + eth + 117 + False + + + eth0 + + 192.168.2.2 + 255.255.255.0 + 0.0.0.0 + ip + + + + + + pc1 + 100 + 118 + 510,830 + pc + False + False + + 192.168.1.1 + 0.0.0.0 + 0.0.0.0 + gw + + + lo + lo0 + + 118 + 119 + pc1 + lo0 + + lo + 119 + False + + + lo0 + + 127.0.0.1 + 255.0.0.0 + 0.0.0.0 + ip + + + + + eth + eth0 + + 118 + 120 + pc1 + eth0 + + eth + 120 + False + + + eth0 + + 192.168.1.3 + 255.255.255.0 + 0.0.0.0 + ip + + + + + + pc2 + 100 + 121 + 710,830 + pc + False + False + + 192.168.1.1 + 0.0.0.0 + 0.0.0.0 + gw + + + lo + lo0 + + 121 + 122 + pc2 + lo0 + + lo + 122 + False + + + lo0 + + 127.0.0.1 + 255.0.0.0 + 0.0.0.0 + ip + + + + + eth + eth0 + + 121 + 123 + pc2 + eth0 + + eth + 123 + False + + + eth0 + + 192.168.1.4 + 255.255.255.0 + 0.0.0.0 + ip + + + + + + pc3 + 100 + 124 + 880,830 + pc + False + False + + 192.168.1.2 + 0.0.0.0 + 0.0.0.0 + gw + + + lo + lo0 + + 124 + 125 + pc3 + lo0 + + lo + 125 + False + + + lo0 + + 127.0.0.1 + 255.0.0.0 + 0.0.0.0 + ip + + + + + eth + eth0 + + 124 + 126 + pc3 + eth0 + + eth + 126 + False + + + eth0 + + 192.168.1.5 + 255.255.255.0 + 0.0.0.0 + ip + + + + + + router0 + 100 + 137 + 700,280 + router + False + False + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + gw + + + lo + lo0 + + 137 + 138 + router0 + lo0 + + lo + 138 + False + + + lo0 + + 127.0.0.1 + 255.0.0.0 + 0.0.0.0 + ip + + + + + eth + eth0 + + 137 + 139 + router0 + eth0 + + eth + 139 + False + + + eth0 + + 172.16.1.1 + 255.255.255.0 + 0.0.0.0 + ip + + + + + eth + eth1 + + 137 + 140 + router0 + eth1 + + eth + 140 + False + + + eth1 + + 172.16.5.1 + 255.255.255.0 + 0.0.0.0 + ip + + + + + + + 115 + 117 + pc0 + eth0 + + + 141 + 144 + net_switch1 + port1 + + + 151 + + + + 100 + 104 + firewall0 + wan0 + + + 172 + 175 + net_switch2 + port1 + + + 182 + + + + 124 + 126 + pc3 + eth0 + + + 127 + 134 + net_switch0 + port5 + + + 161 + + + + 118 + 120 + pc1 + eth0 + + + 127 + 132 + net_switch0 + port3 + + + 159 + + + + 141 + 145 + net_switch1 + port2 + + + 110 + 112 + firewall2 + eth0 + + + 152 + + + + 172 + 177 + net_switch2 + port3 + + + 137 + 140 + router0 + eth1 + + + 184 + + + + 121 + 123 + pc2 + eth0 + + + 127 + 133 + net_switch0 + port4 + + + 160 + + + + 127 + 130 + net_switch0 + port1 + + + 100 + 102 + firewall0 + eth0 + + + 157 + + + + 127 + 131 + net_switch0 + port2 + + + 105 + 107 + firewall1 + eth0 + + + 158 + + + + 110 + 114 + firewall2 + wan0 + + + 137 + 139 + router0 + eth0 + + + 153 + + + + 105 + 109 + firewall1 + wan0 + + + 172 + 176 + net_switch2 + port2 + + + 183 + + + pc0 + pc1 + SuccessfullyPings + + + pc0 + pc2 + SuccessfullyPings + + + pc0 + pc3 + SuccessfullyPings + + + \ No newline at end of file diff --git a/EduNetworkBuilder/Resources/Level4_Internalhemorrhage.enbx b/EduNetworkBuilder/Resources/Level4_Internalhemorrhage.enbx new file mode 100644 index 0000000..5258372 --- /dev/null +++ b/EduNetworkBuilder/Resources/Level4_Internalhemorrhage.enbx @@ -0,0 +1,1847 @@ + + + + + There are multiple problems on this network. + Internal Hemorrhage + 1024 + 1024 + 100 + True + 4 + 8 + 215 + full + + firewall0 + 100 + 100 + 440,350 + firewall + False + False + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + gw + + + lo + lo0 + + 100 + 101 + firewall0 + lo0 + + lo + 101 + False + + lo0 + + 127.0.0.1 + 255.0.0.0 + 0.0.0.0 + ip + + + + + wan + wan0 + + 100 + 104 + firewall0 + wan0 + + wan + 104 + False + + wan0 + + 192.168.20.2 + 255.255.255.252 + 0.0.0.0 + ip + + + + + eth + eth0 + + 100 + 102 + firewall0 + eth0 + + eth + 102 + False + + eth0 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + + + + eth + eth1 + + 100 + 103 + firewall0 + eth1 + + eth + 103 + False + + eth1 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + + + + 192.168.2.0 + 255.255.255.0 + 192.168.10.2 + route + + + 192.168.1.0 + 255.255.255.0 + 192.168.10.6 + route + + + 192.168.100.1 + 255.255.255.0 + 192.168.20.1 + route + + + + copier0 + 100 + 139 + 290,780 + copier + False + False + + 192.168.1.130 + 0.0.0.0 + 0.0.0.0 + gw + + + lo + lo0 + + 139 + 140 + copier0 + lo0 + + lo + 140 + False + + lo0 + + 127.0.0.1 + 255.0.0.0 + 0.0.0.0 + ip + + + + + eth + eth0 + + 139 + 141 + copier0 + eth0 + + eth + 141 + False + + eth0 + + 192.168.1.131 + 255.255.255.128 + 0.0.0.0 + ip + + + + + + copier1 + 100 + 148 + 900,740 + copier + False + False + + 192.168.2.130 + 0.0.0.0 + 0.0.0.0 + gw + + + lo + lo0 + + 148 + 149 + copier1 + lo0 + + lo + 149 + False + + lo0 + + 127.0.0.1 + 255.0.0.0 + 0.0.0.0 + ip + + + + + eth + eth0 + + 148 + 150 + copier1 + eth0 + + eth + 150 + False + + eth0 + + 192.168.2.131 + 255.255.255.128 + 0.0.0.0 + ip + + + + + + copier2 + 100 + 170 + 290,600 + copier + False + False + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + gw + + + lo + lo0 + + 170 + 171 + copier2 + lo0 + + lo + 171 + False + + lo0 + + 127.0.0.1 + 255.0.0.0 + 0.0.0.0 + ip + + + + + eth + eth0 + + 170 + 172 + copier2 + eth0 + + eth + 172 + False + + eth0 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + + + + + copier3 + 100 + 173 + 900,570 + copier + False + False + + 192.168.2.130 + 0.0.0.0 + 0.0.0.0 + gw + + + lo + lo0 + + 173 + 174 + copier3 + lo0 + + lo + 174 + False + + lo0 + + 127.0.0.1 + 255.0.0.0 + 0.0.0.0 + ip + + + + + eth + eth0 + + 173 + 175 + copier3 + eth0 + + eth + 175 + False + + eth0 + + 192.168.2.132 + 255.255.255.128 + 0.0.0.0 + ip + + + + + + net_switch0 + 100 + 185 + 650,640 + net_switch + False + False + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + gw + + + lo + lo0 + + 185 + 186 + net_switch0 + lo0 + + lo + 186 + False + + lo0 + + 127.0.0.1 + 255.0.0.0 + 0.0.0.0 + ip + + + + + management_interface + management_interface0 + + 185 + 187 + net_switch0 + management_interface0 + + management_interface + 187 + False + + management_interface0 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + + + + port + port1 + + 185 + 188 + net_switch0 + port1 + + port + 188 + False + + port1 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + + + + port + port2 + + 185 + 189 + net_switch0 + port2 + + port + 189 + False + + port2 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + + + + port + port3 + + 185 + 190 + net_switch0 + port3 + + port + 190 + False + + port3 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + + + + port + port4 + + 185 + 191 + net_switch0 + port4 + + port + 191 + False + + port4 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + + + + port + port5 + + 185 + 192 + net_switch0 + port5 + + port + 192 + False + + port5 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + + + + port + port6 + + 185 + 193 + net_switch0 + port6 + + port + 193 + False + + port6 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + + + + port + port7 + + 185 + 194 + net_switch0 + port7 + + port + 194 + False + + port7 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + + + + + net_switch1 + 100 + 123 + 150,600 + net_switch + False + False + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + gw + + + lo + lo0 + + 123 + 124 + net_switch1 + lo0 + + lo + 124 + False + + lo0 + + 127.0.0.1 + 255.0.0.0 + 0.0.0.0 + ip + + + + + management_interface + management_interface0 + + 123 + 125 + net_switch1 + management_interface0 + + management_interface + 125 + False + + management_interface0 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + + + + port + port1 + + 123 + 126 + net_switch1 + port1 + + port + 126 + False + + port1 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + + + + port + port2 + + 123 + 127 + net_switch1 + port2 + + port + 127 + False + + port2 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + + + + port + port3 + + 123 + 128 + net_switch1 + port3 + + port + 128 + False + + port3 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + + + + port + port4 + + 123 + 129 + net_switch1 + port4 + + port + 129 + False + + port4 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + + + + port + port5 + + 123 + 130 + net_switch1 + port5 + + port + 130 + False + + port5 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + + + + port + port6 + + 123 + 131 + net_switch1 + port6 + + port + 131 + False + + port6 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + + + + port + port7 + + 123 + 132 + net_switch1 + port7 + + port + 132 + False + + port7 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + + + + + net_switch2 + 100 + 195 + 770,640 + net_switch + False + False + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + gw + + + lo + lo0 + + 195 + 196 + net_switch2 + lo0 + + lo + 196 + False + + lo0 + + 127.0.0.1 + 255.0.0.0 + 0.0.0.0 + ip + + + + + management_interface + management_interface0 + + 195 + 197 + net_switch2 + management_interface0 + + management_interface + 197 + False + + management_interface0 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + + + + port + port1 + + 195 + 198 + net_switch2 + port1 + + port + 198 + False + + port1 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + + + + port + port2 + + 195 + 199 + net_switch2 + port2 + + port + 199 + False + + port2 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + + + + port + port3 + + 195 + 200 + net_switch2 + port3 + + port + 200 + False + + port3 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + + + + port + port4 + + 195 + 201 + net_switch2 + port4 + + port + 201 + False + + port4 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + + + + port + port5 + + 195 + 202 + net_switch2 + port5 + + port + 202 + False + + port5 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + + + + port + port6 + + 195 + 203 + net_switch2 + port6 + + port + 203 + False + + port6 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + + + + port + port7 + + 195 + 204 + net_switch2 + port7 + + port + 204 + False + + port7 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + + + + + pc0 + 100 + 133 + 10,780 + pc + False + False + + 192.168.1.1 + 0.0.0.0 + 0.0.0.0 + gw + + + lo + lo0 + + 133 + 134 + pc0 + lo0 + + lo + 134 + False + + lo0 + + 127.0.0.1 + 255.0.0.0 + 0.0.0.0 + ip + + + + + eth + eth0 + + 133 + 135 + pc0 + eth0 + + eth + 135 + False + + eth0 + + 192.168.1.2 + 255.255.255.128 + 0.0.0.0 + ip + + + + + + pc1 + 100 + 136 + 150,780 + pc + False + False + + 192.168.1.1 + 0.0.0.0 + 0.0.0.0 + gw + + + lo + lo0 + + 136 + 137 + pc1 + lo0 + + lo + 137 + False + + lo0 + + 127.0.0.1 + 255.0.0.0 + 0.0.0.0 + ip + + + + + eth + eth0 + + 136 + 138 + pc1 + eth0 + + eth + 138 + False + + eth0 + + 192.168.1.3 + 255.255.255.128 + 0.0.0.0 + ip + + + + + + pc2 + 100 + 142 + 500,580 + pc + False + False + + 192.168.2.1 + 0.0.0.0 + 0.0.0.0 + gw + + + lo + lo0 + + 142 + 143 + pc2 + lo0 + + lo + 143 + False + + lo0 + + 127.0.0.1 + 255.0.0.0 + 0.0.0.0 + ip + + + + + eth + eth0 + + 142 + 144 + pc2 + eth0 + + eth + 144 + False + + eth0 + + 192.168.2.2 + 255.255.255.128 + 0.0.0.0 + ip + + + + + + pc3 + 100 + 145 + 510,780 + pc + False + False + + 192.168.2.1 + 0.0.0.0 + 0.0.0.0 + gw + + + lo + lo0 + + 145 + 146 + pc3 + lo0 + + lo + 146 + False + + lo0 + + 127.0.0.1 + 255.0.0.0 + 0.0.0.0 + ip + + + + + eth + eth0 + + 145 + 147 + pc3 + eth0 + + eth + 147 + False + + eth0 + + 192.168.2.3 + 255.255.255.128 + 0.0.0.0 + ip + + + + + + pc4 + 100 + 161 + 440,10 + pc + False + False + + 192.168.100.1 + 0.0.0.0 + 0.0.0.0 + gw + + + lo + lo0 + + 161 + 162 + pc4 + lo0 + + lo + 162 + False + + lo0 + + 127.0.0.1 + 255.0.0.0 + 0.0.0.0 + ip + + + + + eth + eth0 + + 161 + 163 + pc4 + eth0 + + eth + 163 + False + + eth0 + + 192.168.100.2 + 255.255.255.0 + 0.0.0.0 + ip + + + + + + router0 + 100 + 105 + 150,420 + router + False + False + + 192.168.10.5 + 0.0.0.0 + 0.0.0.0 + gw + + + lo + lo0 + + 105 + 106 + router0 + lo0 + + lo + 106 + False + + lo0 + + 127.0.0.1 + 255.0.0.0 + 0.0.0.0 + ip + + + + + eth + eth0 + + 105 + 107 + router0 + eth0 + + eth + 107 + False + + eth0 + + 192.168.10.6 + 255.255.255.252 + 0.0.0.0 + ip + + + + + eth + eth1 + + 105 + 108 + router0 + eth1 + + eth + 108 + False + + eth1 + + 192.168.1.1 + 255.255.255.128 + 0.0.0.0 + ip + + + + eth1 + + 192.168.1.130 + 255.255.255.128 + 0.0.0.0 + ip + + + + + 192.168.2.0 + 255.255.255.0 + 192.168.10.5 + route + + + + router1 + 100 + 109 + 720,430 + router + False + False + + 192.168.10.1 + 0.0.0.0 + 0.0.0.0 + gw + + + lo + lo0 + + 109 + 110 + router1 + lo0 + + lo + 110 + False + + lo0 + + 127.0.0.1 + 255.0.0.0 + 0.0.0.0 + ip + + + + + eth + eth0 + + 109 + 111 + router1 + eth0 + + eth + 111 + False + + eth0 + + 192.168.2.1 + 255.255.255.128 + 0.0.0.0 + ip + + + + + eth + eth1 + + 109 + 112 + router1 + eth1 + + eth + 112 + False + + eth1 + + 192.168.10.2 + 255.255.255.252 + 0.0.0.0 + ip + + + + + eth + eth2 + + 109 + 211 + router1 + eth2 + + eth + 211 + False + + eth2 + + 192.168.2.130 + 255.255.255.128 + 0.0.0.0 + ip + + + + + + router2 + 100 + 164 + 440,170 + router + False + False + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + gw + + + lo + lo0 + + 164 + 165 + router2 + lo0 + + lo + 165 + False + + lo0 + + 127.0.0.1 + 255.0.0.0 + 0.0.0.0 + ip + + + + + eth + eth0 + + 164 + 166 + router2 + eth0 + + eth + 166 + False + + eth0 + + 192.168.20.1 + 255.255.255.252 + 0.0.0.0 + ip + + + + + eth + eth1 + + 164 + 167 + router2 + eth1 + + eth + 167 + False + + eth1 + + 192.168.100.1 + 255.255.255.0 + 0.0.0.0 + ip + + + + + + + 109 + 112 + router1 + eth1 + + + 100 + 103 + firewall0 + eth1 + + + 160 + + + + 195 + 199 + net_switch2 + port2 + + + 173 + 175 + copier3 + eth0 + + + 209 + + + + 142 + 144 + pc2 + eth0 + + + 185 + 188 + net_switch0 + port1 + + + 205 + + + + 133 + 135 + pc0 + eth0 + + + 123 + 127 + net_switch1 + port2 + + + 153 + + + + 139 + 141 + copier0 + eth0 + + + 123 + 129 + net_switch1 + port4 + + + 155 + + + + 100 + 104 + firewall0 + wan0 + + + 164 + 166 + router2 + eth0 + + + 168 + + + + 185 + 191 + net_switch0 + port4 + + + 109 + 111 + router1 + eth0 + + + 213 + + + + 136 + 138 + pc1 + eth0 + + + 123 + 128 + net_switch1 + port3 + + + 154 + + + + 164 + 167 + router2 + eth1 + + + 161 + 163 + pc4 + eth0 + + + 169 + + + + 105 + 107 + router0 + eth0 + + + 100 + 102 + firewall0 + eth0 + + + 151 + + + + 105 + 108 + router0 + eth1 + + + 123 + 126 + net_switch1 + port1 + + + 152 + + + + 145 + 147 + pc3 + eth0 + + + 185 + 189 + net_switch0 + port2 + + + 206 + + + + 148 + 150 + copier1 + eth0 + + + 195 + 198 + net_switch2 + port1 + + + 208 + + + + 170 + 172 + copier2 + eth0 + + + 123 + 130 + net_switch1 + port5 + + + 176 + + + + 195 + 200 + net_switch2 + port3 + + + 109 + 211 + router1 + eth2 + + + 214 + + + pc0 + copier2 + SuccessfullyPings + + + pc0 + pc3 + SuccessfullyPings + + + pc0 + net_switch0 + SuccessfullyPings + + + net_switch0 + pc4 + SuccessfullyPings + + + diff --git a/EduNetworkBuilder/Resources/Level4_InternelSubnetting.enbx b/EduNetworkBuilder/Resources/Level4_InternelSubnetting.enbx new file mode 100644 index 0000000..3117c0d --- /dev/null +++ b/EduNetworkBuilder/Resources/Level4_InternelSubnetting.enbx @@ -0,0 +1,1661 @@ + + + + + Sometimes it is good to subnet within your network. Connect up PC5 to net_switch0 and give it an IP address that is on the same subnet as pc2. To make sure it works, ping pc4 from pc5. + Internal Subnets + 1024 + 1024 + 100 + True + 4 + 7 + 181 + basic + + firewall0 + 100 + 100 + 440,350 + firewall + False + False + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + gw + + + lo + lo0 + + 100 + 101 + firewall0 + lo0 + + lo + 101 + False + + lo0 + + 127.0.0.1 + 255.0.0.0 + 0.0.0.0 + ip + + + + + wan + wan0 + + 100 + 104 + firewall0 + wan0 + + wan + 104 + False + + wan0 + + 192.168.20.2 + 255.255.255.252 + 0.0.0.0 + ip + + + + + eth + eth0 + + 100 + 102 + firewall0 + eth0 + + eth + 102 + False + + eth0 + + 192.168.10.5 + 255.255.255.252 + 0.0.0.0 + ip + + + + + eth + eth1 + + 100 + 103 + firewall0 + eth1 + + eth + 103 + False + + eth1 + + 192.168.10.1 + 255.255.255.252 + 0.0.0.0 + ip + + + + + 192.168.2.0 + 255.255.255.0 + 192.168.10.2 + route + + + 192.168.1.0 + 255.255.255.0 + 192.168.10.6 + route + + + 192.168.100.1 + 255.255.255.0 + 192.168.20.1 + route + + + + copier0 + 100 + 139 + 290,780 + copier + False + False + + 192.168.1.130 + 0.0.0.0 + 0.0.0.0 + gw + + + lo + lo0 + + 139 + 140 + copier0 + lo0 + + lo + 140 + False + + lo0 + + 127.0.0.1 + 255.0.0.0 + 0.0.0.0 + ip + + + + + eth + eth0 + + 139 + 141 + copier0 + eth0 + + eth + 141 + False + + eth0 + + 192.168.1.131 + 255.255.255.128 + 0.0.0.0 + ip + + + + + + copier1 + 100 + 148 + 860,790 + copier + False + False + + 192.168.2.130 + 0.0.0.0 + 0.0.0.0 + gw + + + lo + lo0 + + 148 + 149 + copier1 + lo0 + + lo + 149 + False + + lo0 + + 127.0.0.1 + 255.0.0.0 + 0.0.0.0 + ip + + + + + eth + eth0 + + 148 + 150 + copier1 + eth0 + + eth + 150 + False + + eth0 + + 192.168.2.131 + 255.255.255.128 + 0.0.0.0 + ip + + + + + + copier2 + 100 + 170 + 290,600 + copier + False + False + + 192.168.1.130 + 0.0.0.0 + 0.0.0.0 + gw + + + lo + lo0 + + 170 + 171 + copier2 + lo0 + + lo + 171 + False + + lo0 + + 127.0.0.1 + 255.0.0.0 + 0.0.0.0 + ip + + + + + eth + eth0 + + 170 + 172 + copier2 + eth0 + + eth + 172 + False + + eth0 + + 192.168.1.132 + 255.255.255.128 + 0.0.0.0 + ip + + + + + + copier3 + 100 + 173 + 870,620 + copier + False + False + + 192.168.2.130 + 0.0.0.0 + 0.0.0.0 + gw + + + lo + lo0 + + 173 + 174 + copier3 + lo0 + + lo + 174 + False + + lo0 + + 127.0.0.1 + 255.0.0.0 + 0.0.0.0 + ip + + + + + eth + eth0 + + 173 + 175 + copier3 + eth0 + + eth + 175 + False + + eth0 + + 192.168.2.132 + 255.255.255.128 + 0.0.0.0 + ip + + + + + + net_switch0 + 100 + 113 + 720,600 + net_switch + False + False + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + gw + + + lo + lo0 + + 113 + 114 + net_switch0 + lo0 + + lo + 114 + False + + lo0 + + 127.0.0.1 + 255.0.0.0 + 0.0.0.0 + ip + + + + + management_interface + management_interface0 + + 113 + 115 + net_switch0 + management_interface0 + + management_interface + 115 + False + + management_interface0 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + + + + port + port1 + + 113 + 116 + net_switch0 + port1 + + port + 116 + False + + port1 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + + + + port + port2 + + 113 + 117 + net_switch0 + port2 + + port + 117 + False + + port2 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + + + + port + port3 + + 113 + 118 + net_switch0 + port3 + + port + 118 + False + + port3 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + + + + port + port4 + + 113 + 119 + net_switch0 + port4 + + port + 119 + False + + port4 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + + + + port + port5 + + 113 + 120 + net_switch0 + port5 + + port + 120 + False + + port5 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + + + + port + port6 + + 113 + 121 + net_switch0 + port6 + + port + 121 + False + + port6 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + + + + port + port7 + + 113 + 122 + net_switch0 + port7 + + port + 122 + False + + port7 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + + + + + net_switch1 + 100 + 123 + 150,600 + net_switch + False + False + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + gw + + + lo + lo0 + + 123 + 124 + net_switch1 + lo0 + + lo + 124 + False + + lo0 + + 127.0.0.1 + 255.0.0.0 + 0.0.0.0 + ip + + + + + management_interface + management_interface0 + + 123 + 125 + net_switch1 + management_interface0 + + management_interface + 125 + False + + management_interface0 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + + + + port + port1 + + 123 + 126 + net_switch1 + port1 + + port + 126 + False + + port1 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + + + + port + port2 + + 123 + 127 + net_switch1 + port2 + + port + 127 + False + + port2 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + + + + port + port3 + + 123 + 128 + net_switch1 + port3 + + port + 128 + False + + port3 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + + + + port + port4 + + 123 + 129 + net_switch1 + port4 + + port + 129 + False + + port4 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + + + + port + port5 + + 123 + 130 + net_switch1 + port5 + + port + 130 + False + + port5 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + + + + port + port6 + + 123 + 131 + net_switch1 + port6 + + port + 131 + False + + port6 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + + + + port + port7 + + 123 + 132 + net_switch1 + port7 + + port + 132 + False + + port7 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + + + + + pc0 + 100 + 133 + 10,780 + pc + False + False + + 192.168.1.1 + 0.0.0.0 + 0.0.0.0 + gw + + + lo + lo0 + + 133 + 134 + pc0 + lo0 + + lo + 134 + False + + lo0 + + 127.0.0.1 + 255.0.0.0 + 0.0.0.0 + ip + + + + + eth + eth0 + + 133 + 135 + pc0 + eth0 + + eth + 135 + False + + eth0 + + 192.168.1.2 + 255.255.255.128 + 0.0.0.0 + ip + + + + + + pc1 + 100 + 136 + 150,780 + pc + False + False + + 192.168.1.1 + 0.0.0.0 + 0.0.0.0 + gw + + + lo + lo0 + + 136 + 137 + pc1 + lo0 + + lo + 137 + False + + lo0 + + 127.0.0.1 + 255.0.0.0 + 0.0.0.0 + ip + + + + + eth + eth0 + + 136 + 138 + pc1 + eth0 + + eth + 138 + False + + eth0 + + 192.168.1.3 + 255.255.255.128 + 0.0.0.0 + ip + + + + + + pc2 + 100 + 142 + 600,800 + pc + False + False + + 192.168.2.1 + 0.0.0.0 + 0.0.0.0 + gw + + + lo + lo0 + + 142 + 143 + pc2 + lo0 + + lo + 143 + False + + lo0 + + 127.0.0.1 + 255.0.0.0 + 0.0.0.0 + ip + + + + + eth + eth0 + + 142 + 144 + pc2 + eth0 + + eth + 144 + False + + eth0 + + 192.168.2.2 + 255.255.255.128 + 0.0.0.0 + ip + + + + + + pc3 + 100 + 145 + 730,800 + pc + False + False + + 192.168.2.1 + 0.0.0.0 + 0.0.0.0 + gw + + + lo + lo0 + + 145 + 146 + pc3 + lo0 + + lo + 146 + False + + lo0 + + 127.0.0.1 + 255.0.0.0 + 0.0.0.0 + ip + + + + + eth + eth0 + + 145 + 147 + pc3 + eth0 + + eth + 147 + False + + eth0 + + 192.168.2.3 + 255.255.255.128 + 0.0.0.0 + ip + + + + + + pc4 + 100 + 161 + 440,10 + pc + False + False + + 192.168.100.1 + 0.0.0.0 + 0.0.0.0 + gw + + + lo + lo0 + + 161 + 162 + pc4 + lo0 + + lo + 162 + False + + lo0 + + 127.0.0.1 + 255.0.0.0 + 0.0.0.0 + ip + + + + + eth + eth0 + + 161 + 163 + pc4 + eth0 + + eth + 163 + False + + eth0 + + 192.168.100.2 + 255.255.255.0 + 0.0.0.0 + ip + + + + + + router0 + 100 + 105 + 150,420 + router + False + False + + 192.168.10.5 + 0.0.0.0 + 0.0.0.0 + gw + + + lo + lo0 + + 105 + 106 + router0 + lo0 + + lo + 106 + False + + lo0 + + 127.0.0.1 + 255.0.0.0 + 0.0.0.0 + ip + + + + + eth + eth0 + + 105 + 107 + router0 + eth0 + + eth + 107 + False + + eth0 + + 192.168.10.6 + 255.255.255.252 + 0.0.0.0 + ip + + + + + eth + eth1 + + 105 + 108 + router0 + eth1 + + eth + 108 + False + + eth1 + + 192.168.1.1 + 255.255.255.128 + 0.0.0.0 + ip + + + + eth1 + + 192.168.1.130 + 255.255.255.128 + 0.0.0.0 + ip + + + + + 192.168.2.0 + 255.255.255.0 + 192.168.10.5 + route + + + + router1 + 100 + 109 + 720,430 + router + False + False + + 192.168.10.1 + 0.0.0.0 + 0.0.0.0 + gw + + + lo + lo0 + + 109 + 110 + router1 + lo0 + + lo + 110 + False + + lo0 + + 127.0.0.1 + 255.0.0.0 + 0.0.0.0 + ip + + + + + eth + eth0 + + 109 + 111 + router1 + eth0 + + eth + 111 + False + + eth0 + + 192.168.2.1 + 255.255.255.128 + 0.0.0.0 + ip + + + + eth0 + + 192.168.2.130 + 255.255.255.128 + 0.0.0.0 + ip + + + + + eth + eth1 + + 109 + 112 + router1 + eth1 + + eth + 112 + False + + eth1 + + 192.168.10.2 + 255.255.255.252 + 0.0.0.0 + ip + + + + + + router2 + 100 + 164 + 440,170 + router + False + False + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + gw + + + lo + lo0 + + 164 + 165 + router2 + lo0 + + lo + 165 + False + + lo0 + + 127.0.0.1 + 255.0.0.0 + 0.0.0.0 + ip + + + + + eth + eth0 + + 164 + 166 + router2 + eth0 + + eth + 166 + False + + eth0 + + 192.168.20.1 + 255.255.255.252 + 0.0.0.0 + ip + + + + + eth + eth1 + + 164 + 167 + router2 + eth1 + + eth + 167 + False + + eth1 + + 192.168.100.1 + 255.255.255.0 + 0.0.0.0 + ip + + + + + + pc5 + 100 + 178 + 550,640 + pc + False + False + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + gw + + + lo + lo0 + + 178 + 179 + pc5 + lo0 + + lo + 179 + False + + + lo0 + + 127.0.0.1 + 255.0.0.0 + 0.0.0.0 + ip + + + + + eth + eth0 + + 178 + 180 + pc5 + eth0 + + eth + 180 + False + + + eth0 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + + + + + + 105 + 107 + router0 + eth0 + + + 100 + 102 + firewall0 + eth0 + + + 151 + + + + 164 + 167 + router2 + eth1 + + + 161 + 163 + pc4 + eth0 + + + 169 + + + + 136 + 138 + pc1 + eth0 + + + 123 + 128 + net_switch1 + port3 + + + 154 + + + + 145 + 147 + pc3 + eth0 + + + 113 + 117 + net_switch0 + port2 + + + 157 + + + + 133 + 135 + pc0 + eth0 + + + 123 + 127 + net_switch1 + port2 + + + 153 + + + + 105 + 108 + router0 + eth1 + + + 123 + 126 + net_switch1 + port1 + + + 152 + + + + 170 + 172 + copier2 + eth0 + + + 123 + 130 + net_switch1 + port5 + + + 176 + + + + 100 + 104 + firewall0 + wan0 + + + 164 + 166 + router2 + eth0 + + + 168 + + + + 139 + 141 + copier0 + eth0 + + + 123 + 129 + net_switch1 + port4 + + + 155 + + + + 142 + 144 + pc2 + eth0 + + + 113 + 116 + net_switch0 + port1 + + + 156 + + + + 148 + 150 + copier1 + eth0 + + + 113 + 118 + net_switch0 + port3 + + + 158 + + + + 109 + 112 + router1 + eth1 + + + 100 + 103 + firewall0 + eth1 + + + 160 + + + + 113 + 119 + net_switch0 + port4 + + + 109 + 111 + router1 + eth0 + + + 159 + + + + 173 + 175 + copier3 + eth0 + + + 113 + 120 + net_switch0 + port5 + + + 177 + + + pc5 + net_switch0 + NeedsLinkToDevice + + + pc5 + pc2 + NeedsLocalIPTo + + + pc5 + pc4 + SuccessfullyPings + + + diff --git a/EduNetworkBuilder/Resources/Level4_OneRoute.enbx b/EduNetworkBuilder/Resources/Level4_OneRoute.enbx new file mode 100644 index 0000000..04ed933 --- /dev/null +++ b/EduNetworkBuilder/Resources/Level4_OneRoute.enbx @@ -0,0 +1,1824 @@ + + + + + Look at the route on firewall2. There is one rule, and yet you can ping both pc0 and pc1. This is route aggregation, or combining two routes into one. You can do that when the subnets are close enough to each other that one subnet mask can match both of them. + One route to bind them + 1024 + 1024 + 100 + False + 4 + 2 + 186 + full + + firewall0 + 100 + 100 + 180,510 + firewall + False + False + + 192.168.5.1 + 0.0.0.0 + 0.0.0.0 + gw + + + lo + lo0 + + 100 + 101 + firewall0 + lo0 + + lo + 101 + False + + + lo0 + + 127.0.0.1 + 255.0.0.0 + 0.0.0.0 + ip + + + + + wan + wan0 + + 100 + 104 + firewall0 + wan0 + + wan + 104 + False + + + wan0 + + 192.168.5.2 + 255.255.255.0 + 0.0.0.0 + ip + + + + + eth + eth0 + + 100 + 102 + firewall0 + eth0 + + eth + 102 + False + + + eth0 + + 192.168.1.1 + 255.255.255.0 + 0.0.0.0 + ip + + + + + eth + eth1 + + 100 + 103 + firewall0 + eth1 + + eth + 103 + False + + + eth1 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + + + + vpn + vpn0 + + 100 + 157 + firewall0 + vpn0 + + vpn + 157 + False + Test + + 192.168.6.2 + 255.255.255.0 + 0.0.0.0 + ip_only + + + vpn0 + + 192.168.50.1 + 255.255.255.0 + 0.0.0.0 + ip + + + + + vpn + vpn1 + + 100 + 184 + firewall0 + vpn1 + + vpn + 184 + False + Secondary + + 192.168.7.2 + 255.255.255.0 + 0.0.0.0 + ip_only + + + vpn1 + + 192.168.51.1 + 255.255.255.0 + 0.0.0.0 + ip + + + + + 192.168.0.1 + 255.255.255.0 + 192.168.50.2 + route + + + 192.168.3.1 + 255.255.255.0 + 192.168.51.2 + route + + + + firewall1 + 100 + 105 + 700,510 + firewall + False + False + + 192.168.6.1 + 0.0.0.0 + 0.0.0.0 + gw + + + lo + lo0 + + 105 + 106 + firewall1 + lo0 + + lo + 106 + False + + + lo0 + + 127.0.0.1 + 255.0.0.0 + 0.0.0.0 + ip + + + + + wan + wan0 + + 105 + 109 + firewall1 + wan0 + + wan + 109 + False + + + wan0 + + 192.168.6.2 + 255.255.255.0 + 0.0.0.0 + ip + + + + + eth + eth0 + + 105 + 107 + firewall1 + eth0 + + eth + 107 + False + + + eth0 + + 192.168.0.1 + 255.255.255.0 + 0.0.0.0 + ip + + + + + eth + eth1 + + 105 + 108 + firewall1 + eth1 + + eth + 108 + False + + + eth1 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + + + + vpn + vpn0 + + 105 + 156 + firewall1 + vpn0 + + vpn + 156 + False + Test + + 192.168.5.2 + 255.255.255.0 + 0.0.0.0 + ip_only + + + vpn0 + + 192.168.50.2 + 255.255.255.0 + 0.0.0.0 + ip + + + + + 192.168.1.1 + 255.255.255.0 + 192.168.50.1 + route + + + 192.168.3.1 + 255.255.255.0 + 192.168.50.1 + route + + + + firewall2 + 100 + 158 + 430,230 + firewall + False + False + + 192.168.7.1 + 0.0.0.0 + 0.0.0.0 + gw + + + lo + lo0 + + 158 + 159 + firewall2 + lo0 + + lo + 159 + False + + + lo0 + + 127.0.0.1 + 255.0.0.0 + 0.0.0.0 + ip + + + + + wan + wan0 + + 158 + 162 + firewall2 + wan0 + + wan + 162 + False + + + wan0 + + 192.168.7.2 + 255.255.255.0 + 0.0.0.0 + ip + + + + + eth + eth0 + + 158 + 160 + firewall2 + eth0 + + eth + 160 + False + + + eth0 + + 192.168.3.1 + 255.255.255.0 + 0.0.0.0 + ip + + + + + eth + eth1 + + 158 + 161 + firewall2 + eth1 + + eth + 161 + False + + + eth1 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + + + + vpn + vpn0 + + 158 + 185 + firewall2 + vpn0 + + vpn + 185 + False + Secondary + + 192.168.5.2 + 255.255.255.0 + 0.0.0.0 + ip_only + + + vpn0 + + 192.168.51.2 + 255.255.255.0 + 0.0.0.0 + ip + + + + + 192.168.1.1 + 255.255.254.0 + 192.168.51.1 + route + + + + laptop0 + 100 + 140 + 280,830 + laptop + False + False + + 192.168.1.1 + 0.0.0.0 + 0.0.0.0 + gw + + + lo + lo0 + + 140 + 141 + laptop0 + lo0 + + lo + 141 + False + + + lo0 + + 127.0.0.1 + 255.0.0.0 + 0.0.0.0 + ip + + + + + eth + eth0 + + 140 + 142 + laptop0 + eth0 + + eth + 142 + False + + + eth0 + + 192.168.1.3 + 255.255.255.0 + 0.0.0.0 + ip + + + + + + laptop1 + 100 + 143 + 800,850 + laptop + False + False + + 192.168.0.1 + 0.0.0.0 + 0.0.0.0 + gw + + + lo + lo0 + + 143 + 144 + laptop1 + lo0 + + lo + 144 + False + + + lo0 + + 127.0.0.1 + 255.0.0.0 + 0.0.0.0 + ip + + + + + eth + eth0 + + 143 + 145 + laptop1 + eth0 + + eth + 145 + False + + + eth0 + + 192.168.0.3 + 255.255.255.0 + 0.0.0.0 + ip + + + + + + laptop2 + 100 + 176 + 570,0 + laptop + False + False + + 192.168.3.1 + 0.0.0.0 + 0.0.0.0 + gw + + + lo + lo0 + + 176 + 177 + laptop2 + lo0 + + lo + 177 + False + + + lo0 + + 127.0.0.1 + 255.0.0.0 + 0.0.0.0 + ip + + + + + eth + eth0 + + 176 + 178 + laptop2 + eth0 + + eth + 178 + False + + + eth0 + + 192.168.3.3 + 255.255.255.0 + 0.0.0.0 + ip + + + + + + net_switch0 + 100 + 114 + 180,670 + net_switch + False + False + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + gw + + + lo + lo0 + + 114 + 115 + net_switch0 + lo0 + + lo + 115 + False + + + lo0 + + 127.0.0.1 + 255.0.0.0 + 0.0.0.0 + ip + + + + + management_interface + management_interface0 + + 114 + 116 + net_switch0 + management_interface0 + + management_interface + 116 + False + + + management_interface0 + + 192.168.1.4 + 255.255.255.0 + 0.0.0.0 + ip + + + + + port + port1 + + 114 + 117 + net_switch0 + port1 + + port + 117 + False + + + port1 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + + + + port + port2 + + 114 + 118 + net_switch0 + port2 + + port + 118 + False + + + port2 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + + + + port + port3 + + 114 + 119 + net_switch0 + port3 + + port + 119 + False + + + port3 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + + + + port + port4 + + 114 + 120 + net_switch0 + port4 + + port + 120 + False + + + port4 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + + + + port + port5 + + 114 + 121 + net_switch0 + port5 + + port + 121 + False + + + port5 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + + + + port + port6 + + 114 + 122 + net_switch0 + port6 + + port + 122 + False + + + port6 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + + + + port + port7 + + 114 + 123 + net_switch0 + port7 + + port + 123 + False + + + port7 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + + + + + net_switch1 + 100 + 124 + 700,690 + net_switch + False + False + + 192.168.0.1 + 0.0.0.0 + 0.0.0.0 + gw + + + lo + lo0 + + 124 + 125 + net_switch1 + lo0 + + lo + 125 + False + + + lo0 + + 127.0.0.1 + 255.0.0.0 + 0.0.0.0 + ip + + + + + management_interface + management_interface0 + + 124 + 126 + net_switch1 + management_interface0 + + management_interface + 126 + False + + + management_interface0 + + 192.168.0.4 + 255.255.255.0 + 0.0.0.0 + ip + + + + + port + port1 + + 124 + 127 + net_switch1 + port1 + + port + 127 + False + + + port1 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + + + + port + port2 + + 124 + 128 + net_switch1 + port2 + + port + 128 + False + + + port2 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + + + + port + port3 + + 124 + 129 + net_switch1 + port3 + + port + 129 + False + + + port3 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + + + + port + port4 + + 124 + 130 + net_switch1 + port4 + + port + 130 + False + + + port4 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + + + + port + port5 + + 124 + 131 + net_switch1 + port5 + + port + 131 + False + + + port5 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + + + + port + port6 + + 124 + 132 + net_switch1 + port6 + + port + 132 + False + + + port6 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + + + + port + port7 + + 124 + 133 + net_switch1 + port7 + + port + 133 + False + + + port7 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + + + + + net_switch2 + 100 + 163 + 430,80 + net_switch + False + False + + 192.168.3.1 + 0.0.0.0 + 0.0.0.0 + gw + + + lo + lo0 + + 163 + 164 + net_switch2 + lo0 + + lo + 164 + False + + + lo0 + + 127.0.0.1 + 255.0.0.0 + 0.0.0.0 + ip + + + + + management_interface + management_interface0 + + 163 + 165 + net_switch2 + management_interface0 + + management_interface + 165 + False + + + management_interface0 + + 192.168.3.4 + 255.255.255.0 + 0.0.0.0 + ip + + + + + port + port1 + + 163 + 166 + net_switch2 + port1 + + port + 166 + False + + + port1 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + + + + port + port2 + + 163 + 167 + net_switch2 + port2 + + port + 167 + False + + + port2 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + + + + port + port3 + + 163 + 168 + net_switch2 + port3 + + port + 168 + False + + + port3 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + + + + port + port4 + + 163 + 169 + net_switch2 + port4 + + port + 169 + False + + + port4 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + + + + port + port5 + + 163 + 170 + net_switch2 + port5 + + port + 170 + False + + + port5 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + + + + port + port6 + + 163 + 171 + net_switch2 + port6 + + port + 171 + False + + + port6 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + + + + port + port7 + + 163 + 172 + net_switch2 + port7 + + port + 172 + False + + + port7 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + + + + + pc0 + 100 + 134 + 90,830 + pc + False + False + + 192.168.1.1 + 0.0.0.0 + 0.0.0.0 + gw + + + lo + lo0 + + 134 + 135 + pc0 + lo0 + + lo + 135 + False + + + lo0 + + 127.0.0.1 + 255.0.0.0 + 0.0.0.0 + ip + + + + + eth + eth0 + + 134 + 136 + pc0 + eth0 + + eth + 136 + False + + + eth0 + + 192.168.1.2 + 255.255.255.0 + 0.0.0.0 + ip + + + + + + pc1 + 100 + 137 + 600,850 + pc + False + False + + 192.168.0.1 + 0.0.0.0 + 0.0.0.0 + gw + + + lo + lo0 + + 137 + 138 + pc1 + lo0 + + lo + 138 + False + + + lo0 + + 127.0.0.1 + 255.0.0.0 + 0.0.0.0 + ip + + + + + eth + eth0 + + 137 + 139 + pc1 + eth0 + + eth + 139 + False + + + eth0 + + 192.168.0.2 + 255.255.255.0 + 0.0.0.0 + ip + + + + + + pc2 + 100 + 173 + 260,10 + pc + False + False + + 192.168.3.1 + 0.0.0.0 + 0.0.0.0 + gw + + + lo + lo0 + + 173 + 174 + pc2 + lo0 + + lo + 174 + False + + + lo0 + + 127.0.0.1 + 255.0.0.0 + 0.0.0.0 + ip + + + + + eth + eth0 + + 173 + 175 + pc2 + eth0 + + eth + 175 + False + + + eth0 + + 192.168.3.2 + 255.255.255.0 + 0.0.0.0 + ip + + + + + + router0 + 100 + 110 + 430,410 + router + False + False + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + gw + + + lo + lo0 + + 110 + 111 + router0 + lo0 + + lo + 111 + False + + + lo0 + + 127.0.0.1 + 255.0.0.0 + 0.0.0.0 + ip + + + + + eth + eth0 + + 110 + 112 + router0 + eth0 + + eth + 112 + False + + + eth0 + + 192.168.6.1 + 255.255.255.0 + 0.0.0.0 + ip + + + + + eth + eth1 + + 110 + 113 + router0 + eth1 + + eth + 113 + False + + + eth1 + + 192.168.5.1 + 255.255.255.0 + 0.0.0.0 + ip + + + + + eth + eth2 + + 110 + 182 + router0 + eth2 + + eth + 182 + False + + + eth2 + + 192.168.7.1 + 255.255.255.0 + 0.0.0.0 + ip + + + + + + + 140 + 142 + laptop0 + eth0 + + + 114 + 118 + net_switch0 + port2 + + + 147 + + + + 163 + 166 + net_switch2 + port1 + + + 173 + 175 + pc2 + eth0 + + + 179 + + + + 134 + 136 + pc0 + eth0 + + + 114 + 117 + net_switch0 + port1 + + + 146 + + + + 137 + 139 + pc1 + eth0 + + + 124 + 127 + net_switch1 + port1 + + + 149 + + + + 143 + 145 + laptop1 + eth0 + + + 124 + 128 + net_switch1 + port2 + + + 150 + + + + 158 + 160 + firewall2 + eth0 + + + 163 + 168 + net_switch2 + port3 + + + 181 + + + + 105 + 109 + firewall1 + wan0 + + + 110 + 112 + router0 + eth0 + + + 153 + + + + 114 + 119 + net_switch0 + port3 + + + 100 + 102 + firewall0 + eth0 + + + 154 + + + + 100 + 104 + firewall0 + wan0 + + + 110 + 113 + router0 + eth1 + + + 155 + + + + 124 + 129 + net_switch1 + port3 + + + 105 + 107 + firewall1 + eth0 + + + 152 + + + + 163 + 167 + net_switch2 + port2 + + + 176 + 178 + laptop2 + eth0 + + + 180 + + + + 158 + 162 + firewall2 + wan0 + + + 110 + 182 + router0 + eth2 + + + 183 + + + pc2 + pc0 + SuccessfullyPings + + + pc2 + pc1 + SuccessfullyPings + + + \ No newline at end of file diff --git a/EduNetworkBuilder/Resources/Level4_RouterReplacement.enbx b/EduNetworkBuilder/Resources/Level4_RouterReplacement.enbx new file mode 100644 index 0000000..696db15 --- /dev/null +++ b/EduNetworkBuilder/Resources/Level4_RouterReplacement.enbx @@ -0,0 +1,1311 @@ + + + + + The one router got replaced and needs the correct IP-Addresses given to it. + Router Replacement + 1024 + 1024 + 100 + True + 4 + 5 + 197 + full + + firewall0 + 100 + 176 + 110,250 + firewall + False + False + + 172.16.1.1 + 0.0.0.0 + 0.0.0.0 + gw + + + lo + lo0 + + 176 + 177 + firewall0 + lo0 + + lo + 177 + False + + lo0 + + 127.0.0.1 + 255.0.0.0 + 0.0.0.0 + ip + + + + + wan + wan0 + + 176 + 180 + firewall0 + wan0 + + wan + 180 + False + + wan0 + + 172.16.1.2 + 255.255.255.252 + 0.0.0.0 + ip + + + + + eth + eth0 + + 176 + 178 + firewall0 + eth0 + + eth + 178 + False + + eth0 + + 192.168.1.1 + 255.255.255.0 + 0.0.0.0 + ip + + + + + vpn + vpn0 + + 176 + 195 + firewall0 + vpn0 + + vpn + 195 + False + Key + + 172.16.1.18 + 255.255.0.0 + 0.0.0.0 + ip_only + + + vpn0 + + 192.168.50.1 + 255.255.255.0 + 0.0.0.0 + ip + + + + + 192.168.2.1 + 255.255.255.0 + 192.168.50.2 + route + + + + firewall1 + 100 + 181 + 730,250 + firewall + False + False + + 172.16.1.17 + 0.0.0.0 + 0.0.0.0 + gw + + + lo + lo0 + + 181 + 182 + firewall1 + lo0 + + lo + 182 + False + + lo0 + + 127.0.0.1 + 255.0.0.0 + 0.0.0.0 + ip + + + + + wan + wan0 + + 181 + 185 + firewall1 + wan0 + + wan + 185 + False + + wan0 + + 172.16.1.18 + 255.255.255.252 + 0.0.0.0 + ip + + + + + eth + eth0 + + 181 + 183 + firewall1 + eth0 + + eth + 183 + False + + eth0 + + 192.168.2.1 + 255.255.255.0 + 0.0.0.0 + ip + + + + + vpn + vpn0 + + 181 + 196 + firewall1 + vpn0 + + vpn + 196 + False + Key + + 172.16.1.2 + 255.255.255.0 + 0.0.0.0 + ip_only + + + vpn0 + + 192.168.50.2 + 255.255.255.0 + 0.0.0.0 + ip + + + + + 192.168.1.1 + 255.255.255.0 + 192.168.50.1 + route + + + + net_switch0 + 100 + 112 + 109,397 + net_switch + False + False + + 192.168.1.1 + 255.255.255.0 + 0.0.0.0 + gw + + + lo + lo0 + + 112 + 113 + net_switch0 + lo0 + + lo + 113 + False + + lo0 + + 127.0.0.1 + 255.0.0.0 + 0.0.0.0 + ip + + + + + management_interface + management_interface0 + + 112 + 114 + net_switch0 + management_interface0 + + management_interface + 114 + False + + management_interface0 + + 192.168.1.4 + 255.255.255.0 + 0.0.0.0 + ip + + + + + port + port1 + + 112 + 115 + net_switch0 + port1 + + port + 115 + False + + port1 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + + + + port + port2 + + 112 + 116 + net_switch0 + port2 + + port + 116 + False + + port2 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + + + + port + port3 + + 112 + 117 + net_switch0 + port3 + + port + 117 + False + + port3 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + + + + port + port4 + + 112 + 118 + net_switch0 + port4 + + port + 118 + False + + port4 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + + + + port + port5 + + 112 + 119 + net_switch0 + port5 + + port + 119 + False + + port5 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + + + + port + port6 + + 112 + 120 + net_switch0 + port6 + + port + 120 + False + + port6 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + + + + port + port7 + + 112 + 121 + net_switch0 + port7 + + port + 121 + False + + port7 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + + + + + net_switch1 + 100 + 122 + 730,410 + net_switch + False + False + + 192.168.2.1 + 255.255.255.0 + 0.0.0.0 + gw + + + lo + lo0 + + 122 + 123 + net_switch1 + lo0 + + lo + 123 + False + + lo0 + + 127.0.0.1 + 255.0.0.0 + 0.0.0.0 + ip + + + + + management_interface + management_interface0 + + 122 + 124 + net_switch1 + management_interface0 + + management_interface + 124 + False + + management_interface0 + + 192.168.2.4 + 255.255.255.0 + 0.0.0.0 + ip + + + + + port + port1 + + 122 + 125 + net_switch1 + port1 + + port + 125 + False + + port1 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + + + + port + port2 + + 122 + 126 + net_switch1 + port2 + + port + 126 + False + + port2 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + + + + port + port3 + + 122 + 127 + net_switch1 + port3 + + port + 127 + False + + port3 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + + + + port + port4 + + 122 + 128 + net_switch1 + port4 + + port + 128 + False + + port4 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + + + + port + port5 + + 122 + 129 + net_switch1 + port5 + + port + 129 + False + + port5 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + + + + port + port6 + + 122 + 130 + net_switch1 + port6 + + port + 130 + False + + port6 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + + + + port + port7 + + 122 + 131 + net_switch1 + port7 + + port + 131 + False + + port7 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + + + + + pc1 + 100 + 109 + 730,730 + pc + False + False + + 192.168.2.1 + 255.255.255.0 + 0.0.0.0 + gw + + + lo + lo0 + + 109 + 110 + pc1 + lo0 + + lo + 110 + False + + lo0 + + 127.0.0.1 + 255.0.0.0 + 0.0.0.0 + ip + + + + + eth + eth0 + + 109 + 111 + pc1 + eth0 + + eth + 111 + False + + eth0 + + 192.168.2.3 + 255.255.255.0 + 0.0.0.0 + ip + + + + + + pc2 + 100 + 152 + 110,700 + pc + False + False + + 192.168.1.1 + 0.0.0.0 + 0.0.0.0 + gw + + + lo + lo0 + + 152 + 153 + pc2 + lo0 + + lo + 153 + False + + lo0 + + 127.0.0.1 + 255.0.0.0 + 0.0.0.0 + ip + + + + + eth + eth0 + + 152 + 154 + pc2 + eth0 + + eth + 154 + False + + eth0 + + 192.168.1.3 + 255.255.255.0 + 0.0.0.0 + ip + + + + + + router0 + 100 + 186 + 150,80 + router + False + False + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + gw + + + lo + lo0 + + 186 + 187 + router0 + lo0 + + lo + 187 + False + + lo0 + + 127.0.0.1 + 255.0.0.0 + 0.0.0.0 + ip + + + + + eth + eth0 + + 186 + 188 + router0 + eth0 + + eth + 188 + False + + eth0 + + 172.16.1.1 + 255.255.255.252 + 0.0.0.0 + ip + + + + + eth + eth1 + + 186 + 189 + router0 + eth1 + + eth + 189 + False + + eth1 + + 172.16.1.5 + 255.255.255.252 + 0.0.0.0 + ip + + + + + 172.16.1.18 + 255.255.255.252 + 172.16.1.6 + route + + + + router2 + 100 + 160 + 360,300 + router + False + False + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + gw + + + lo + lo0 + + 160 + 161 + router2 + lo0 + + lo + 161 + False + + lo0 + + 127.0.0.1 + 255.0.0.0 + 0.0.0.0 + ip + + + + + eth + eth0 + + 160 + 162 + router2 + eth0 + + eth + 162 + False + + eth0 + + 172.16.1.6 + 255.255.255.252 + 0.0.0.0 + ip + + + + + eth + eth1 + + 160 + 163 + router2 + eth1 + + eth + 163 + False + + eth1 + + 172.16.1.9 + 255.255.255.252 + 0.0.0.0 + ip + + + + + 172.16.1.2 + 255.255.255.252 + 172.16.1.5 + route + + + 172.16.1.18 + 255.255.255.252 + 172.16.1.10 + route + + + + router3 + 100 + 164 + 450,10 + router + False + False + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + gw + + + lo + lo0 + + 164 + 165 + router3 + lo0 + + lo + 165 + False + + lo0 + + 127.0.0.1 + 255.0.0.0 + 0.0.0.0 + ip + + + + + eth + eth0 + + 164 + 166 + router3 + eth0 + + eth + 166 + False + + eth0 + + 0.0.0.0 + 255.255.255.0 + 0.0.0.0 + ip + + + + + eth + eth1 + + 164 + 167 + router3 + eth1 + + eth + 167 + False + + eth1 + + 0.0.0.0 + 255.255.255.0 + 0.0.0.0 + ip + + + + + 172.16.1.2 + 255.255.255.252 + 172.16.1.9 + route + + + 172.16.1.18 + 255.255.255.252 + 172.16.1.14 + route + + + + router4 + 100 + 168 + 720,90 + router + False + False + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + gw + + + lo + lo0 + + 168 + 169 + router4 + lo0 + + lo + 169 + False + + lo0 + + 127.0.0.1 + 255.0.0.0 + 0.0.0.0 + ip + + + + + eth + eth0 + + 168 + 170 + router4 + eth0 + + eth + 170 + False + + eth0 + + 172.16.1.14 + 255.255.255.252 + 0.0.0.0 + ip + + + + + eth + eth1 + + 168 + 171 + router4 + eth1 + + eth + 171 + False + + eth1 + + 172.16.1.17 + 255.255.255.252 + 0.0.0.0 + ip + + + + + 172.16.1.2 + 255.255.255.252 + 172.16.1.13 + route + + + + + 122 + 125 + net_switch1 + port1 + + + 181 + 183 + firewall1 + eth0 + + + 191 + + + + 109 + 111 + pc1 + eth0 + + + 122 + 127 + net_switch1 + port3 + + + 151 + + + + 186 + 189 + router0 + eth1 + + + 160 + 162 + router2 + eth0 + + + 193 + + + + 152 + 154 + pc2 + eth0 + + + 112 + 118 + net_switch0 + port4 + + + 159 + + + + 160 + 163 + router2 + eth1 + + + 164 + 166 + router3 + eth0 + + + 173 + + + + 164 + 167 + router3 + eth1 + + + 168 + 170 + router4 + eth0 + + + 175 + + + + 112 + 117 + net_switch0 + port3 + + + 176 + 178 + firewall0 + eth0 + + + 190 + + + + 176 + 180 + firewall0 + wan0 + + + 186 + 188 + router0 + eth0 + + + 192 + + + + 181 + 185 + firewall1 + wan0 + + + 168 + 171 + router4 + eth1 + + + 194 + + + pc2 + pc1 + SuccessfullyPings + + + router2 + All + LockAll + + + router4 + All + LockAll + + + \ No newline at end of file diff --git a/EduNetworkBuilder/Resources/Level4_SinglesLife.enbx b/EduNetworkBuilder/Resources/Level4_SinglesLife.enbx new file mode 100644 index 0000000..5f060d6 --- /dev/null +++ b/EduNetworkBuilder/Resources/Level4_SinglesLife.enbx @@ -0,0 +1,1746 @@ + + + + + You must make one route on firewall2 that sends traffic to both other networks out of the one VPN. The key to this puzzle is realizing that in the third octet, you can have a subnet of 254 and it can work. In the final octet, a subnet mask of 254 gives you two numbers, which is invalid. (You need one for the network address and one for the broadcast; there are insufficient numbers for any hosts) In the third octet, it gives you two networks, which is fine. This route should be the same one that was used in "One Route to Bind them" + Singles Life + 1024 + 1024 + 100 + False + 4 + 3 + 186 + basic + + firewall0 + 100 + 100 + 180,510 + firewall + False + False + + 192.168.5.1 + 0.0.0.0 + 0.0.0.0 + gw + + + lo + lo0 + + 100 + 101 + firewall0 + lo0 + + lo + 101 + False + + lo0 + + 127.0.0.1 + 255.0.0.0 + 0.0.0.0 + ip + + + + + wan + wan0 + + 100 + 104 + firewall0 + wan0 + + wan + 104 + False + + wan0 + + 192.168.5.2 + 255.255.255.0 + 0.0.0.0 + ip + + + + + eth + eth0 + + 100 + 102 + firewall0 + eth0 + + eth + 102 + False + + eth0 + + 192.168.1.1 + 255.255.255.0 + 0.0.0.0 + ip + + + + + eth + eth1 + + 100 + 103 + firewall0 + eth1 + + eth + 103 + False + + eth1 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + + + + vpn + vpn0 + + 100 + 157 + firewall0 + vpn0 + + vpn + 157 + False + Test + + 192.168.6.2 + 255.255.255.0 + 0.0.0.0 + ip_only + + + vpn0 + + 192.168.50.1 + 255.255.255.0 + 0.0.0.0 + ip + + + + + vpn + vpn1 + + 100 + 184 + firewall0 + vpn1 + + vpn + 184 + False + Secondary + + 192.168.7.2 + 255.255.255.0 + 0.0.0.0 + ip_only + + + vpn1 + + 192.168.51.1 + 255.255.255.0 + 0.0.0.0 + ip + + + + + 192.168.0.1 + 255.255.255.0 + 192.168.50.2 + route + + + 192.168.4.1 + 255.255.255.0 + 192.168.51.2 + route + + + + firewall1 + 100 + 105 + 700,510 + firewall + False + False + + 192.168.6.1 + 0.0.0.0 + 0.0.0.0 + gw + + + lo + lo0 + + 105 + 106 + firewall1 + lo0 + + lo + 106 + False + + lo0 + + 127.0.0.1 + 255.0.0.0 + 0.0.0.0 + ip + + + + + wan + wan0 + + 105 + 109 + firewall1 + wan0 + + wan + 109 + False + + wan0 + + 192.168.6.2 + 255.255.255.0 + 0.0.0.0 + ip + + + + + eth + eth0 + + 105 + 107 + firewall1 + eth0 + + eth + 107 + False + + eth0 + + 192.168.0.1 + 255.255.255.0 + 0.0.0.0 + ip + + + + + eth + eth1 + + 105 + 108 + firewall1 + eth1 + + eth + 108 + False + + eth1 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + + + + vpn + vpn0 + + 105 + 156 + firewall1 + vpn0 + + vpn + 156 + False + Test + + 192.168.5.2 + 255.255.255.0 + 0.0.0.0 + ip_only + + + vpn0 + + 192.168.50.2 + 255.255.255.0 + 0.0.0.0 + ip + + + + + 192.168.1.1 + 255.255.255.0 + 192.168.50.1 + route + + + 192.168.4.1 + 255.255.255.0 + 192.168.50.1 + route + + + + firewall2 + 100 + 158 + 430,230 + firewall + False + False + + 192.168.7.1 + 0.0.0.0 + 0.0.0.0 + gw + + + lo + lo0 + + 158 + 159 + firewall2 + lo0 + + lo + 159 + False + + lo0 + + 127.0.0.1 + 255.0.0.0 + 0.0.0.0 + ip + + + + + wan + wan0 + + 158 + 162 + firewall2 + wan0 + + wan + 162 + False + + wan0 + + 192.168.7.2 + 255.255.255.0 + 0.0.0.0 + ip + + + + + eth + eth0 + + 158 + 160 + firewall2 + eth0 + + eth + 160 + False + + eth0 + + 192.168.4.1 + 255.255.255.0 + 0.0.0.0 + ip + + + + + vpn + vpn0 + + 158 + 185 + firewall2 + vpn0 + + vpn + 185 + False + Secondary + + 192.168.5.2 + 255.255.255.0 + 0.0.0.0 + ip_only + + + vpn0 + + 192.168.51.2 + 255.255.255.0 + 0.0.0.0 + ip + + + + + + laptop0 + 100 + 140 + 280,830 + laptop + False + False + + 192.168.1.1 + 0.0.0.0 + 0.0.0.0 + gw + + + lo + lo0 + + 140 + 141 + laptop0 + lo0 + + lo + 141 + False + + lo0 + + 127.0.0.1 + 255.0.0.0 + 0.0.0.0 + ip + + + + + eth + eth0 + + 140 + 142 + laptop0 + eth0 + + eth + 142 + False + + eth0 + + 192.168.1.3 + 255.255.255.0 + 0.0.0.0 + ip + + + + + + laptop1 + 100 + 143 + 800,850 + laptop + False + False + + 192.168.0.1 + 0.0.0.0 + 0.0.0.0 + gw + + + lo + lo0 + + 143 + 144 + laptop1 + lo0 + + lo + 144 + False + + lo0 + + 127.0.0.1 + 255.0.0.0 + 0.0.0.0 + ip + + + + + eth + eth0 + + 143 + 145 + laptop1 + eth0 + + eth + 145 + False + + eth0 + + 192.168.0.3 + 255.255.255.0 + 0.0.0.0 + ip + + + + + + laptop2 + 100 + 176 + 570,0 + laptop + False + False + + 192.168.4.1 + 0.0.0.0 + 0.0.0.0 + gw + + + lo + lo0 + + 176 + 177 + laptop2 + lo0 + + lo + 177 + False + + lo0 + + 127.0.0.1 + 255.0.0.0 + 0.0.0.0 + ip + + + + + eth + eth0 + + 176 + 178 + laptop2 + eth0 + + eth + 178 + False + + eth0 + + 192.168.4.3 + 255.255.255.0 + 0.0.0.0 + ip + + + + + + net_switch0 + 100 + 114 + 180,670 + net_switch + False + False + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + gw + + + lo + lo0 + + 114 + 115 + net_switch0 + lo0 + + lo + 115 + False + + lo0 + + 127.0.0.1 + 255.0.0.0 + 0.0.0.0 + ip + + + + + management_interface + management_interface0 + + 114 + 116 + net_switch0 + management_interface0 + + management_interface + 116 + False + + management_interface0 + + 192.168.1.4 + 255.255.255.0 + 0.0.0.0 + ip + + + + + port + port1 + + 114 + 117 + net_switch0 + port1 + + port + 117 + False + + port1 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + + + + port + port2 + + 114 + 118 + net_switch0 + port2 + + port + 118 + False + + port2 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + + + + port + port3 + + 114 + 119 + net_switch0 + port3 + + port + 119 + False + + port3 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + + + + port + port4 + + 114 + 120 + net_switch0 + port4 + + port + 120 + False + + port4 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + + + + port + port5 + + 114 + 121 + net_switch0 + port5 + + port + 121 + False + + port5 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + + + + port + port6 + + 114 + 122 + net_switch0 + port6 + + port + 122 + False + + port6 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + + + + port + port7 + + 114 + 123 + net_switch0 + port7 + + port + 123 + False + + port7 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + + + + + net_switch1 + 100 + 124 + 700,690 + net_switch + False + False + + 192.168.0.1 + 0.0.0.0 + 0.0.0.0 + gw + + + lo + lo0 + + 124 + 125 + net_switch1 + lo0 + + lo + 125 + False + + lo0 + + 127.0.0.1 + 255.0.0.0 + 0.0.0.0 + ip + + + + + management_interface + management_interface0 + + 124 + 126 + net_switch1 + management_interface0 + + management_interface + 126 + False + + management_interface0 + + 192.168.0.4 + 255.255.255.0 + 0.0.0.0 + ip + + + + + port + port1 + + 124 + 127 + net_switch1 + port1 + + port + 127 + False + + port1 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + + + + port + port2 + + 124 + 128 + net_switch1 + port2 + + port + 128 + False + + port2 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + + + + port + port3 + + 124 + 129 + net_switch1 + port3 + + port + 129 + False + + port3 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + + + + port + port4 + + 124 + 130 + net_switch1 + port4 + + port + 130 + False + + port4 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + + + + port + port5 + + 124 + 131 + net_switch1 + port5 + + port + 131 + False + + port5 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + + + + port + port6 + + 124 + 132 + net_switch1 + port6 + + port + 132 + False + + port6 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + + + + port + port7 + + 124 + 133 + net_switch1 + port7 + + port + 133 + False + + port7 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + + + + + net_switch2 + 100 + 163 + 430,80 + net_switch + False + False + + 192.168.4.1 + 0.0.0.0 + 0.0.0.0 + gw + + + lo + lo0 + + 163 + 164 + net_switch2 + lo0 + + lo + 164 + False + + lo0 + + 127.0.0.1 + 255.0.0.0 + 0.0.0.0 + ip + + + + + management_interface + management_interface0 + + 163 + 165 + net_switch2 + management_interface0 + + management_interface + 165 + False + + management_interface0 + + 192.168.4.4 + 255.255.255.0 + 0.0.0.0 + ip + + + + + port + port1 + + 163 + 166 + net_switch2 + port1 + + port + 166 + False + + port1 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + + + + port + port2 + + 163 + 167 + net_switch2 + port2 + + port + 167 + False + + port2 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + + + + port + port3 + + 163 + 168 + net_switch2 + port3 + + port + 168 + False + + port3 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + + + + port + port4 + + 163 + 169 + net_switch2 + port4 + + port + 169 + False + + port4 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + + + + port + port5 + + 163 + 170 + net_switch2 + port5 + + port + 170 + False + + port5 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + + + + port + port6 + + 163 + 171 + net_switch2 + port6 + + port + 171 + False + + port6 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + + + + port + port7 + + 163 + 172 + net_switch2 + port7 + + port + 172 + False + + port7 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + + + + + pc0 + 100 + 134 + 90,830 + pc + False + False + + 192.168.1.1 + 0.0.0.0 + 0.0.0.0 + gw + + + lo + lo0 + + 134 + 135 + pc0 + lo0 + + lo + 135 + False + + lo0 + + 127.0.0.1 + 255.0.0.0 + 0.0.0.0 + ip + + + + + eth + eth0 + + 134 + 136 + pc0 + eth0 + + eth + 136 + False + + eth0 + + 192.168.1.2 + 255.255.255.0 + 0.0.0.0 + ip + + + + + + pc1 + 100 + 137 + 600,850 + pc + False + False + + 192.168.0.1 + 0.0.0.0 + 0.0.0.0 + gw + + + lo + lo0 + + 137 + 138 + pc1 + lo0 + + lo + 138 + False + + lo0 + + 127.0.0.1 + 255.0.0.0 + 0.0.0.0 + ip + + + + + eth + eth0 + + 137 + 139 + pc1 + eth0 + + eth + 139 + False + + eth0 + + 192.168.0.2 + 255.255.255.0 + 0.0.0.0 + ip + + + + + + pc2 + 100 + 173 + 260,10 + pc + False + False + + 192.168.4.1 + 0.0.0.0 + 0.0.0.0 + gw + + + lo + lo0 + + 173 + 174 + pc2 + lo0 + + lo + 174 + False + + lo0 + + 127.0.0.1 + 255.0.0.0 + 0.0.0.0 + ip + + + + + eth + eth0 + + 173 + 175 + pc2 + eth0 + + eth + 175 + False + + eth0 + + 192.168.4.2 + 255.255.255.0 + 0.0.0.0 + ip + + + + + + router0 + 100 + 110 + 430,410 + router + False + False + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + gw + + + lo + lo0 + + 110 + 111 + router0 + lo0 + + lo + 111 + False + + lo0 + + 127.0.0.1 + 255.0.0.0 + 0.0.0.0 + ip + + + + + eth + eth0 + + 110 + 112 + router0 + eth0 + + eth + 112 + False + + eth0 + + 192.168.6.1 + 255.255.255.0 + 0.0.0.0 + ip + + + + + eth + eth1 + + 110 + 113 + router0 + eth1 + + eth + 113 + False + + eth1 + + 192.168.5.1 + 255.255.255.0 + 0.0.0.0 + ip + + + + + eth + eth2 + + 110 + 182 + router0 + eth2 + + eth + 182 + False + + eth2 + + 192.168.7.1 + 255.255.255.0 + 0.0.0.0 + ip + + + + + + + 140 + 142 + laptop0 + eth0 + + + 114 + 118 + net_switch0 + port2 + + + 147 + + + + 163 + 166 + net_switch2 + port1 + + + 173 + 175 + pc2 + eth0 + + + 179 + + + + 134 + 136 + pc0 + eth0 + + + 114 + 117 + net_switch0 + port1 + + + 146 + + + + 137 + 139 + pc1 + eth0 + + + 124 + 127 + net_switch1 + port1 + + + 149 + + + + 143 + 145 + laptop1 + eth0 + + + 124 + 128 + net_switch1 + port2 + + + 150 + + + + 158 + 160 + firewall2 + eth0 + + + 163 + 168 + net_switch2 + port3 + + + 181 + + + + 105 + 109 + firewall1 + wan0 + + + 110 + 112 + router0 + eth0 + + + 153 + + + + 114 + 119 + net_switch0 + port3 + + + 100 + 102 + firewall0 + eth0 + + + 154 + + + + 100 + 104 + firewall0 + wan0 + + + 110 + 113 + router0 + eth1 + + + 155 + + + + 124 + 129 + net_switch1 + port3 + + + 105 + 107 + firewall1 + eth0 + + + 152 + + + + 163 + 167 + net_switch2 + port2 + + + 176 + 178 + laptop2 + eth0 + + + 180 + + + + 158 + 162 + firewall2 + wan0 + + + 110 + 182 + router0 + eth2 + + + 183 + + + pc2 + pc0 + SuccessfullyPings + + + pc2 + pc1 + SuccessfullyPings + + + firewall2 + 192.168.0.0/23 + NeedsRouteToNet + + + \ No newline at end of file diff --git a/EduNetworkBuilder/Resources/Level4_SmallSubnets.enbx b/EduNetworkBuilder/Resources/Level4_SmallSubnets.enbx new file mode 100644 index 0000000..f168a26 --- /dev/null +++ b/EduNetworkBuilder/Resources/Level4_SmallSubnets.enbx @@ -0,0 +1,1302 @@ + + + + + A router is misconfigured. Figure out which one and fix it. +To understand why it fails, you need to know that a subnet mask of 254 in the final octet gives you only two IP addresses. The lowest is reserved for the network and the highest is reserved for the broadcast address. That does not leave any room for IP addresses, making it invalid. + Small Subnets + 1024 + 1024 + 100 + True + 4 + 1 + 197 + full + + firewall0 + 100 + 176 + 110,250 + firewall + False + False + + 172.16.1.1 + 0.0.0.0 + 0.0.0.0 + gw + + + lo + lo0 + + 176 + 177 + firewall0 + lo0 + + lo + 177 + False + + lo0 + + 127.0.0.1 + 255.0.0.0 + 0.0.0.0 + ip + + + + + wan + wan0 + + 176 + 180 + firewall0 + wan0 + + wan + 180 + False + + wan0 + + 172.16.1.2 + 255.255.255.252 + 0.0.0.0 + ip + + + + + eth + eth0 + + 176 + 178 + firewall0 + eth0 + + eth + 178 + False + + eth0 + + 192.168.1.1 + 255.255.255.0 + 0.0.0.0 + ip + + + + + vpn + vpn0 + + 176 + 195 + firewall0 + vpn0 + + vpn + 195 + False + Key + + 172.16.1.18 + 255.255.0.0 + 0.0.0.0 + ip_only + + + vpn0 + + 192.168.50.1 + 255.255.255.0 + 0.0.0.0 + ip + + + + + 192.168.2.1 + 255.255.255.0 + 192.168.50.2 + route + + + + firewall1 + 100 + 181 + 730,250 + firewall + False + False + + 172.16.1.17 + 0.0.0.0 + 0.0.0.0 + gw + + + lo + lo0 + + 181 + 182 + firewall1 + lo0 + + lo + 182 + False + + lo0 + + 127.0.0.1 + 255.0.0.0 + 0.0.0.0 + ip + + + + + wan + wan0 + + 181 + 185 + firewall1 + wan0 + + wan + 185 + False + + wan0 + + 172.16.1.18 + 255.255.255.252 + 0.0.0.0 + ip + + + + + eth + eth0 + + 181 + 183 + firewall1 + eth0 + + eth + 183 + False + + eth0 + + 192.168.2.1 + 255.255.255.0 + 0.0.0.0 + ip + + + + + vpn + vpn0 + + 181 + 196 + firewall1 + vpn0 + + vpn + 196 + False + Key + + 172.16.1.2 + 255.255.255.0 + 0.0.0.0 + ip_only + + + vpn0 + + 192.168.50.2 + 255.255.255.0 + 0.0.0.0 + ip + + + + + 192.168.1.1 + 255.255.255.0 + 192.168.50.1 + route + + + + net_switch0 + 100 + 112 + 109,397 + net_switch + False + False + + 192.168.1.1 + 255.255.255.0 + 0.0.0.0 + gw + + + lo + lo0 + + 112 + 113 + net_switch0 + lo0 + + lo + 113 + False + + lo0 + + 127.0.0.1 + 255.0.0.0 + 0.0.0.0 + ip + + + + + management_interface + management_interface0 + + 112 + 114 + net_switch0 + management_interface0 + + management_interface + 114 + False + + management_interface0 + + 192.168.1.4 + 255.255.255.0 + 0.0.0.0 + ip + + + + + port + port1 + + 112 + 115 + net_switch0 + port1 + + port + 115 + False + + port1 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + + + + port + port2 + + 112 + 116 + net_switch0 + port2 + + port + 116 + False + + port2 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + + + + port + port3 + + 112 + 117 + net_switch0 + port3 + + port + 117 + False + + port3 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + + + + port + port4 + + 112 + 118 + net_switch0 + port4 + + port + 118 + False + + port4 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + + + + port + port5 + + 112 + 119 + net_switch0 + port5 + + port + 119 + False + + port5 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + + + + port + port6 + + 112 + 120 + net_switch0 + port6 + + port + 120 + False + + port6 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + + + + port + port7 + + 112 + 121 + net_switch0 + port7 + + port + 121 + False + + port7 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + + + + + net_switch1 + 100 + 122 + 730,410 + net_switch + False + False + + 192.168.2.1 + 255.255.255.0 + 0.0.0.0 + gw + + + lo + lo0 + + 122 + 123 + net_switch1 + lo0 + + lo + 123 + False + + lo0 + + 127.0.0.1 + 255.0.0.0 + 0.0.0.0 + ip + + + + + management_interface + management_interface0 + + 122 + 124 + net_switch1 + management_interface0 + + management_interface + 124 + False + + management_interface0 + + 192.168.2.4 + 255.255.255.0 + 0.0.0.0 + ip + + + + + port + port1 + + 122 + 125 + net_switch1 + port1 + + port + 125 + False + + port1 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + + + + port + port2 + + 122 + 126 + net_switch1 + port2 + + port + 126 + False + + port2 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + + + + port + port3 + + 122 + 127 + net_switch1 + port3 + + port + 127 + False + + port3 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + + + + port + port4 + + 122 + 128 + net_switch1 + port4 + + port + 128 + False + + port4 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + + + + port + port5 + + 122 + 129 + net_switch1 + port5 + + port + 129 + False + + port5 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + + + + port + port6 + + 122 + 130 + net_switch1 + port6 + + port + 130 + False + + port6 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + + + + port + port7 + + 122 + 131 + net_switch1 + port7 + + port + 131 + False + + port7 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + + + + + pc1 + 100 + 109 + 730,730 + pc + False + False + + 192.168.2.1 + 255.255.255.0 + 0.0.0.0 + gw + + + lo + lo0 + + 109 + 110 + pc1 + lo0 + + lo + 110 + False + + lo0 + + 127.0.0.1 + 255.0.0.0 + 0.0.0.0 + ip + + + + + eth + eth0 + + 109 + 111 + pc1 + eth0 + + eth + 111 + False + + eth0 + + 192.168.2.3 + 255.255.255.0 + 0.0.0.0 + ip + + + + + + pc2 + 100 + 152 + 110,700 + pc + False + False + + 192.168.1.1 + 0.0.0.0 + 0.0.0.0 + gw + + + lo + lo0 + + 152 + 153 + pc2 + lo0 + + lo + 153 + False + + lo0 + + 127.0.0.1 + 255.0.0.0 + 0.0.0.0 + ip + + + + + eth + eth0 + + 152 + 154 + pc2 + eth0 + + eth + 154 + False + + eth0 + + 192.168.1.3 + 255.255.255.0 + 0.0.0.0 + ip + + + + + + router0 + 100 + 186 + 150,80 + router + False + False + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + gw + + + lo + lo0 + + 186 + 187 + router0 + lo0 + + lo + 187 + False + + lo0 + + 127.0.0.1 + 255.0.0.0 + 0.0.0.0 + ip + + + + + eth + eth0 + + 186 + 188 + router0 + eth0 + + eth + 188 + False + + eth0 + + 172.16.1.1 + 255.255.255.252 + 0.0.0.0 + ip + + + + + eth + eth1 + + 186 + 189 + router0 + eth1 + + eth + 189 + False + + eth1 + + 172.16.1.5 + 255.255.255.252 + 0.0.0.0 + ip + + + + + 172.16.1.18 + 255.255.255.252 + 172.16.1.6 + route + + + + router2 + 100 + 160 + 360,300 + router + False + False + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + gw + + + lo + lo0 + + 160 + 161 + router2 + lo0 + + lo + 161 + False + + lo0 + + 127.0.0.1 + 255.0.0.0 + 0.0.0.0 + ip + + + + + eth + eth0 + + 160 + 162 + router2 + eth0 + + eth + 162 + False + + eth0 + + 172.16.1.6 + 255.255.255.252 + 0.0.0.0 + ip + + + + + eth + eth1 + + 160 + 163 + router2 + eth1 + + eth + 163 + False + + eth1 + + 172.16.1.9 + 255.255.255.254 + 0.0.0.0 + ip + + + + + 172.16.1.2 + 255.255.255.252 + 172.16.1.5 + route + + + 172.16.1.18 + 255.255.255.252 + 172.16.1.10 + route + + + + router3 + 100 + 164 + 450,10 + router + False + False + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + gw + + + lo + lo0 + + 164 + 165 + router3 + lo0 + + lo + 165 + False + + lo0 + + 127.0.0.1 + 255.0.0.0 + 0.0.0.0 + ip + + + + + eth + eth0 + + 164 + 166 + router3 + eth0 + + eth + 166 + False + + eth0 + + 172.16.1.10 + 255.255.255.252 + 0.0.0.0 + ip + + + + + eth + eth1 + + 164 + 167 + router3 + eth1 + + eth + 167 + False + + eth1 + + 172.16.1.13 + 255.255.255.252 + 0.0.0.0 + ip + + + + + 172.16.1.2 + 255.255.255.252 + 172.16.1.9 + route + + + 172.16.1.18 + 255.255.255.252 + 172.16.1.14 + route + + + + router4 + 100 + 168 + 720,90 + router + False + False + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + gw + + + lo + lo0 + + 168 + 169 + router4 + lo0 + + lo + 169 + False + + lo0 + + 127.0.0.1 + 255.0.0.0 + 0.0.0.0 + ip + + + + + eth + eth0 + + 168 + 170 + router4 + eth0 + + eth + 170 + False + + eth0 + + 172.16.1.14 + 255.255.255.252 + 0.0.0.0 + ip + + + + + eth + eth1 + + 168 + 171 + router4 + eth1 + + eth + 171 + False + + eth1 + + 172.16.1.17 + 255.255.255.252 + 0.0.0.0 + ip + + + + + 172.16.1.2 + 255.255.255.252 + 172.16.1.13 + route + + + + + 122 + 125 + net_switch1 + port1 + + + 181 + 183 + firewall1 + eth0 + + + 191 + + + + 109 + 111 + pc1 + eth0 + + + 122 + 127 + net_switch1 + port3 + + + 151 + + + + 186 + 189 + router0 + eth1 + + + 160 + 162 + router2 + eth0 + + + 193 + + + + 152 + 154 + pc2 + eth0 + + + 112 + 118 + net_switch0 + port4 + + + 159 + + + + 160 + 163 + router2 + eth1 + + + 164 + 166 + router3 + eth0 + + + 173 + + + + 164 + 167 + router3 + eth1 + + + 168 + 170 + router4 + eth0 + + + 175 + + + + 112 + 117 + net_switch0 + port3 + + + 176 + 178 + firewall0 + eth0 + + + 190 + + + + 176 + 180 + firewall0 + wan0 + + + 186 + 188 + router0 + eth0 + + + 192 + + + + 181 + 185 + firewall1 + wan0 + + + 168 + 171 + router4 + eth1 + + + 194 + + + pc2 + pc1 + SuccessfullyPings + + + \ No newline at end of file diff --git a/EduNetworkBuilder/Resources/NBIco.ico b/EduNetworkBuilder/Resources/NBIco.ico new file mode 100644 index 0000000..4a43911 Binary files /dev/null and b/EduNetworkBuilder/Resources/NBIco.ico differ diff --git a/EduNetworkBuilder/Resources/OneNet.enbx b/EduNetworkBuilder/Resources/OneNet.enbx new file mode 100644 index 0000000..e3035e3 --- /dev/null +++ b/EduNetworkBuilder/Resources/OneNet.enbx @@ -0,0 +1,544 @@ + + + + + 1024 + 1024 + 130 + + laptop0 + 100 + 103 + 559,560 + laptop + False + False + + 192.168.1.1 + 255.255.255.0 + 0.0.0.0 + gw + + + lo + lo0 + + 103 + 104 + laptop0 + lo0 + + lo + 104 + False + + lo0 + + 127.0.0.1 + 255.0.0.0 + 0.0.0.0 + ip + + + + + eth + eth0 + + 103 + 105 + laptop0 + eth0 + + eth + 105 + False + + eth0 + + 192.168.1.3 + 255.255.255.0 + 0.0.0.0 + ip + + + + + + laptop1 + 100 + 123 + 680,147 + laptop + False + False + + 192.168.2.1 + 255.255.255.0 + 0.0.0.0 + gw + + + lo + lo0 + + 123 + 124 + laptop1 + lo0 + + lo + 124 + False + + lo0 + + 127.0.0.1 + 255.0.0.0 + 0.0.0.0 + ip + + + + + eth + eth0 + + 123 + 125 + laptop1 + eth0 + + eth + 125 + False + + eth0 + + 192.168.2.2 + 255.255.255.0 + 0.0.0.0 + ip + + + + + + net_switch0 + 100 + 109 + 406,328 + net_switch + False + False + + 192.168.1.1 + 255.255.255.0 + 0.0.0.0 + gw + + + lo + lo0 + + 109 + 110 + net_switch0 + lo0 + + lo + 110 + False + + lo0 + + 127.0.0.1 + 255.0.0.0 + 0.0.0.0 + ip + + + + + management_interface + management_interface0 + + 109 + 111 + net_switch0 + management_interface0 + + management_interface + 111 + False + + management_interface0 + + 192.168.1.4 + 255.255.255.0 + 0.0.0.0 + ip + + + + + port + port1 + + 109 + 112 + net_switch0 + port1 + + port + 112 + False + + port1 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + + + + port + port2 + + 109 + 113 + net_switch0 + port2 + + port + 113 + False + + port2 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + + + + port + port3 + + 109 + 114 + net_switch0 + port3 + + port + 114 + False + + port3 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + + + + port + port4 + + 109 + 115 + net_switch0 + port4 + + port + 115 + False + + port4 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + + + + port + port5 + + 109 + 116 + net_switch0 + port5 + + port + 116 + False + + port5 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + + + + port + port6 + + 109 + 117 + net_switch0 + port6 + + port + 117 + False + + port6 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + + + + port + port7 + + 109 + 118 + net_switch0 + port7 + + port + 118 + False + + port7 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + + + + + pc0 + 100 + 100 + 246,560 + pc + False + False + + 192.168.1.1 + 255.255.255.0 + 0.0.0.0 + gw + + + lo + lo0 + + 100 + 101 + pc0 + lo0 + + lo + 101 + False + + lo0 + + 127.0.0.1 + 255.0.0.0 + 0.0.0.0 + ip + + + + + eth + eth0 + + 100 + 102 + pc0 + eth0 + + eth + 102 + False + + eth0 + + 192.168.1.2 + 255.255.255.0 + 0.0.0.0 + ip + + + + + + router0 + 100 + 119 + 400,158 + router + False + False + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + gw + + + lo + lo0 + + 119 + 120 + router0 + lo0 + + lo + 120 + False + + lo0 + + 127.0.0.1 + 255.0.0.0 + 0.0.0.0 + ip + + + + + eth + eth0 + + 119 + 121 + router0 + eth0 + + eth + 121 + False + + eth0 + + 192.168.1.1 + 255.255.255.0 + 0.0.0.0 + ip + + + + + eth + eth1 + + 119 + 122 + router0 + eth1 + + eth + 122 + False + + eth1 + + 192.168.2.1 + 255.255.255.0 + 0.0.0.0 + ip + + + + + + + 100 + 102 + pc0 + eth0 + + + 109 + 112 + net_switch0 + port1 + + + 126 + + + + 103 + 105 + laptop0 + eth0 + + + 109 + 113 + net_switch0 + port2 + + + 127 + + + + 109 + 114 + net_switch0 + port3 + + + 119 + 121 + router0 + eth0 + + + 128 + + + + 119 + 122 + router0 + eth1 + + + 123 + 125 + laptop1 + eth0 + + + 129 + + + \ No newline at end of file diff --git a/EduNetworkBuilder/Resources/PC.png b/EduNetworkBuilder/Resources/PC.png new file mode 100644 index 0000000..9453314 Binary files /dev/null and b/EduNetworkBuilder/Resources/PC.png differ diff --git a/EduNetworkBuilder/Resources/Printer.png b/EduNetworkBuilder/Resources/Printer.png new file mode 100644 index 0000000..e1f5d67 Binary files /dev/null and b/EduNetworkBuilder/Resources/Printer.png differ diff --git a/EduNetworkBuilder/Resources/ReleaseNotes.rtf b/EduNetworkBuilder/Resources/ReleaseNotes.rtf new file mode 100644 index 0000000..d3be033 Binary files /dev/null and b/EduNetworkBuilder/Resources/ReleaseNotes.rtf differ diff --git a/EduNetworkBuilder/Resources/Router.png b/EduNetworkBuilder/Resources/Router.png new file mode 100644 index 0000000..5af7760 Binary files /dev/null and b/EduNetworkBuilder/Resources/Router.png differ diff --git a/EduNetworkBuilder/Resources/Server.png b/EduNetworkBuilder/Resources/Server.png new file mode 100644 index 0000000..6c71f51 Binary files /dev/null and b/EduNetworkBuilder/Resources/Server.png differ diff --git a/EduNetworkBuilder/Resources/Switch.png b/EduNetworkBuilder/Resources/Switch.png new file mode 100644 index 0000000..40c796f Binary files /dev/null and b/EduNetworkBuilder/Resources/Switch.png differ diff --git a/EduNetworkBuilder/Resources/ThreeNets.enbx b/EduNetworkBuilder/Resources/ThreeNets.enbx new file mode 100644 index 0000000..3924197 --- /dev/null +++ b/EduNetworkBuilder/Resources/ThreeNets.enbx @@ -0,0 +1,1558 @@ + + + + + 1024 + 1024 + 177 + + net_switch0 + 100 + 120 + 134,649 + net_switch + False + False + + 192.168.1.1 + 255.255.255.0 + 0.0.0.0 + gw + + + lo + lo0 + + 120 + 121 + net_switch0 + lo0 + + lo + 121 + False + + lo0 + + 127.0.0.1 + 255.0.0.0 + 0.0.0.0 + ip + + + + + management_interface + management_interface0 + + 120 + 122 + net_switch0 + management_interface0 + + management_interface + 122 + False + + management_interface0 + + 192.168.1.4 + 255.255.255.0 + 0.0.0.0 + ip + + + + + port + port1 + + 120 + 123 + net_switch0 + port1 + + port + 123 + False + + port1 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + + + + port + port2 + + 120 + 124 + net_switch0 + port2 + + port + 124 + False + + port2 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + + + + port + port3 + + 120 + 125 + net_switch0 + port3 + + port + 125 + False + + port3 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + + + + port + port4 + + 120 + 126 + net_switch0 + port4 + + port + 126 + False + + port4 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + + + + port + port5 + + 120 + 127 + net_switch0 + port5 + + port + 127 + False + + port5 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + + + + port + port6 + + 120 + 128 + net_switch0 + port6 + + port + 128 + False + + port6 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + + + + port + port7 + + 120 + 129 + net_switch0 + port7 + + port + 129 + False + + port7 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + + + + + net_switch1 + 100 + 130 + 769,649 + net_switch + False + False + + 192.168.2.1 + 255.255.255.0 + 0.0.0.0 + gw + + + lo + lo0 + + 130 + 131 + net_switch1 + lo0 + + lo + 131 + False + + lo0 + + 127.0.0.1 + 255.0.0.0 + 0.0.0.0 + ip + + + + + management_interface + management_interface0 + + 130 + 132 + net_switch1 + management_interface0 + + management_interface + 132 + False + + management_interface0 + + 192.168.2.4 + 255.255.255.0 + 0.0.0.0 + ip + + + + + port + port1 + + 130 + 133 + net_switch1 + port1 + + port + 133 + False + + port1 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + + + + port + port2 + + 130 + 134 + net_switch1 + port2 + + port + 134 + False + + port2 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + + + + port + port3 + + 130 + 135 + net_switch1 + port3 + + port + 135 + False + + port3 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + + + + port + port4 + + 130 + 136 + net_switch1 + port4 + + port + 136 + False + + port4 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + + + + port + port5 + + 130 + 137 + net_switch1 + port5 + + port + 137 + False + + port5 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + + + + port + port6 + + 130 + 138 + net_switch1 + port6 + + port + 138 + False + + port6 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + + + + port + port7 + + 130 + 139 + net_switch1 + port7 + + port + 139 + False + + port7 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + + + + + net_switch2 + 100 + 140 + 422,124 + net_switch + False + False + + 192.168.3.1 + 255.255.255.0 + 0.0.0.0 + gw + + + lo + lo0 + + 140 + 141 + net_switch2 + lo0 + + lo + 141 + False + + lo0 + + 127.0.0.1 + 255.0.0.0 + 0.0.0.0 + ip + + + + + management_interface + management_interface0 + + 140 + 142 + net_switch2 + management_interface0 + + management_interface + 142 + False + + management_interface0 + + 192.168.3.4 + 255.255.255.0 + 0.0.0.0 + ip + + + + + port + port1 + + 140 + 143 + net_switch2 + port1 + + port + 143 + False + + port1 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + + + + port + port2 + + 140 + 144 + net_switch2 + port2 + + port + 144 + False + + port2 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + + + + port + port3 + + 140 + 145 + net_switch2 + port3 + + port + 145 + False + + port3 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + + + + port + port4 + + 140 + 146 + net_switch2 + port4 + + port + 146 + False + + port4 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + + + + port + port5 + + 140 + 147 + net_switch2 + port5 + + port + 147 + False + + port5 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + + + + port + port6 + + 140 + 148 + net_switch2 + port6 + + port + 148 + False + + port6 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + + + + port + port7 + + 140 + 149 + net_switch2 + port7 + + port + 149 + False + + port7 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + + + + + pc0 + 100 + 150 + 319,11 + pc + False + False + + 192.168.3.1 + 255.255.255.0 + 0.0.0.0 + gw + + + lo + lo0 + + 150 + 151 + pc0 + lo0 + + lo + 151 + False + + lo0 + + 127.0.0.1 + 255.0.0.0 + 0.0.0.0 + ip + + + + + eth + eth0 + + 150 + 152 + pc0 + eth0 + + eth + 152 + False + + eth0 + + 192.168.3.2 + 255.255.255.0 + 0.0.0.0 + ip + + + + + + pc1 + 100 + 153 + 515,8 + pc + False + False + + 192.168.3.1 + 255.255.255.0 + 0.0.0.0 + gw + + + lo + lo0 + + 153 + 154 + pc1 + lo0 + + lo + 154 + False + + lo0 + + 127.0.0.1 + 255.0.0.0 + 0.0.0.0 + ip + + + + + eth + eth0 + + 153 + 155 + pc1 + eth0 + + eth + 155 + False + + eth0 + + 192.168.3.3 + 255.255.255.0 + 0.0.0.0 + ip + + + + + + pc2 + 100 + 156 + 702,793 + pc + False + False + + 192.168.2.1 + 255.255.255.0 + 0.0.0.0 + gw + + + lo + lo0 + + 156 + 157 + pc2 + lo0 + + lo + 157 + False + + lo0 + + 127.0.0.1 + 255.0.0.0 + 0.0.0.0 + ip + + + + + eth + eth0 + + 156 + 158 + pc2 + eth0 + + eth + 158 + False + + eth0 + + 192.168.2.2 + 255.255.255.0 + 0.0.0.0 + ip + + + + + + pc3 + 100 + 159 + 836,786 + pc + False + False + + 192.168.2.1 + 255.255.255.0 + 0.0.0.0 + gw + + + lo + lo0 + + 159 + 160 + pc3 + lo0 + + lo + 160 + False + + lo0 + + 127.0.0.1 + 255.0.0.0 + 0.0.0.0 + ip + + + + + eth + eth0 + + 159 + 161 + pc3 + eth0 + + eth + 161 + False + + eth0 + + 192.168.2.3 + 255.255.255.0 + 0.0.0.0 + ip + + + + + + pc4 + 100 + 162 + 229,772 + pc + False + False + + 192.168.1.1 + 255.255.255.0 + 0.0.0.0 + gw + + + lo + lo0 + + 162 + 163 + pc4 + lo0 + + lo + 163 + False + + lo0 + + 127.0.0.1 + 255.0.0.0 + 0.0.0.0 + ip + + + + + eth + eth0 + + 162 + 164 + pc4 + eth0 + + eth + 164 + False + + eth0 + + 192.168.1.3 + 255.255.255.0 + 0.0.0.0 + ip + + + + + + pc5 + 100 + 165 + 70,769 + pc + False + False + + 192.168.1.1 + 255.255.255.0 + 0.0.0.0 + gw + + + lo + lo0 + + 165 + 166 + pc5 + lo0 + + lo + 166 + False + + lo0 + + 127.0.0.1 + 255.0.0.0 + 0.0.0.0 + ip + + + + + eth + eth0 + + 165 + 167 + pc5 + eth0 + + eth + 167 + False + + eth0 + + 192.168.1.2 + 255.255.255.0 + 0.0.0.0 + ip + + + + + + router0 + 100 + 100 + 428,479 + router + False + False + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + gw + + + lo + lo0 + + 100 + 101 + router0 + lo0 + + lo + 101 + False + + lo0 + + 127.0.0.1 + 255.0.0.0 + 0.0.0.0 + ip + + + + + eth + eth0 + + 100 + 102 + router0 + eth0 + + eth + 102 + False + + eth0 + + 192.168.10.2 + 255.255.255.0 + 0.0.0.0 + ip + + + + + eth + eth1 + + 100 + 103 + router0 + eth1 + + eth + 103 + False + + eth1 + + 192.168.20.2 + 255.255.255.0 + 0.0.0.0 + ip + + + + + eth + eth3 + + 100 + 118 + router0 + eth3 + + eth + 118 + False + + eth3 + + 192.168.30.2 + 255.255.255.0 + 0.0.0.0 + ip + + + + + 192.168.1.0 + 255.255.255.0 + 192.168.10.1 + route + + + 192.168.2.0 + 255.255.255.0 + 192.168.20.1 + route + + + 192.168.3.0 + 255.255.255.0 + 192.168.30.1 + route + + + + router1 + 100 + 104 + 752,502 + router + False + False + + 192.168.20.2 + 255.255.255.0 + 0.0.0.0 + gw + + + lo + lo0 + + 104 + 105 + router1 + lo0 + + lo + 105 + False + + lo0 + + 127.0.0.1 + 255.0.0.0 + 0.0.0.0 + ip + + + + + eth + eth0 + + 104 + 106 + router1 + eth0 + + eth + 106 + False + + eth0 + + 192.168.20.1 + 255.255.255.0 + 0.0.0.0 + ip + + + + + eth + eth1 + + 104 + 107 + router1 + eth1 + + eth + 107 + False + + eth1 + + 192.168.2.1 + 255.255.255.0 + 0.0.0.0 + ip + + + + + + router2 + 100 + 108 + 143,509 + router + False + False + + 192.168.10.2 + 255.255.255.0 + 0.0.0.0 + gw + + + lo + lo0 + + 108 + 109 + router2 + lo0 + + lo + 109 + False + + lo0 + + 127.0.0.1 + 255.0.0.0 + 0.0.0.0 + ip + + + + + eth + eth0 + + 108 + 110 + router2 + eth0 + + eth + 110 + False + + eth0 + + 192.168.10.1 + 255.255.255.0 + 0.0.0.0 + ip + + + + + eth + eth1 + + 108 + 111 + router2 + eth1 + + eth + 111 + False + + eth1 + + 192.168.1.1 + 255.255.255.0 + 0.0.0.0 + ip + + + + + + router3 + 100 + 112 + 428,260 + router + False + False + + 192.168.30.2 + 255.255.255.0 + 0.0.0.0 + gw + + + lo + lo0 + + 112 + 113 + router3 + lo0 + + lo + 113 + False + + lo0 + + 127.0.0.1 + 255.0.0.0 + 0.0.0.0 + ip + + + + + eth + eth0 + + 112 + 114 + router3 + eth0 + + eth + 114 + False + + eth0 + + 192.168.30.1 + 255.255.255.0 + 0.0.0.0 + ip + + + + + eth + eth1 + + 112 + 115 + router3 + eth1 + + eth + 115 + False + + eth1 + + 192.168.3.1 + 255.255.255.0 + 0.0.0.0 + ip + + + + + + + 100 + 102 + router0 + eth0 + + + 108 + 110 + router2 + eth0 + + + 116 + + + + 159 + 161 + pc3 + eth0 + + + 130 + 135 + net_switch1 + port3 + + + 173 + + + + 130 + 133 + net_switch1 + port1 + + + 104 + 107 + router1 + eth1 + + + 171 + + + + 162 + 164 + pc4 + eth0 + + + 120 + 124 + net_switch0 + port2 + + + 169 + + + + 100 + 103 + router0 + eth1 + + + 104 + 106 + router1 + eth0 + + + 117 + + + + 140 + 144 + net_switch2 + port2 + + + 150 + 152 + pc0 + eth0 + + + 175 + + + + 100 + 118 + router0 + eth3 + + + 112 + 114 + router3 + eth0 + + + 119 + + + + 165 + 167 + pc5 + eth0 + + + 120 + 123 + net_switch0 + port1 + + + 168 + + + + 120 + 125 + net_switch0 + port3 + + + 108 + 111 + router2 + eth1 + + + 170 + + + + 156 + 158 + pc2 + eth0 + + + 130 + 134 + net_switch1 + port2 + + + 172 + + + + 112 + 115 + router3 + eth1 + + + 140 + 143 + net_switch2 + port1 + + + 174 + + + + 140 + 145 + net_switch2 + port3 + + + 153 + 155 + pc1 + eth0 + + + 176 + + + \ No newline at end of file diff --git a/EduNetworkBuilder/Resources/TwoNets.enbx b/EduNetworkBuilder/Resources/TwoNets.enbx new file mode 100644 index 0000000..cfc4845 --- /dev/null +++ b/EduNetworkBuilder/Resources/TwoNets.enbx @@ -0,0 +1,1264 @@ + + + + + 1024 + 1024 + 160 + + net_switch0 + 100 + 112 + 109,397 + net_switch + False + False + + 192.168.1.1 + 255.255.255.0 + 0.0.0.0 + gw + + + lo + lo0 + + 112 + 113 + net_switch0 + lo0 + + lo + 113 + False + + lo0 + + 127.0.0.1 + 255.0.0.0 + 0.0.0.0 + ip + + + + + management_interface + management_interface0 + + 112 + 114 + net_switch0 + management_interface0 + + management_interface + 114 + False + + management_interface0 + + 192.168.1.4 + 255.255.255.0 + 0.0.0.0 + ip + + + + + port + port1 + + 112 + 115 + net_switch0 + port1 + + port + 115 + False + + port1 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + + + + port + port2 + + 112 + 116 + net_switch0 + port2 + + port + 116 + False + + port2 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + + + + port + port3 + + 112 + 117 + net_switch0 + port3 + + port + 117 + False + + port3 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + + + + port + port4 + + 112 + 118 + net_switch0 + port4 + + port + 118 + False + + port4 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + + + + port + port5 + + 112 + 119 + net_switch0 + port5 + + port + 119 + False + + port5 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + + + + port + port6 + + 112 + 120 + net_switch0 + port6 + + port + 120 + False + + port6 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + + + + port + port7 + + 112 + 121 + net_switch0 + port7 + + port + 121 + False + + port7 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + + + + + net_switch1 + 100 + 122 + 736,397 + net_switch + False + False + + 192.168.2.1 + 255.255.255.0 + 0.0.0.0 + gw + + + lo + lo0 + + 122 + 123 + net_switch1 + lo0 + + lo + 123 + False + + lo0 + + 127.0.0.1 + 255.0.0.0 + 0.0.0.0 + ip + + + + + management_interface + management_interface0 + + 122 + 124 + net_switch1 + management_interface0 + + management_interface + 124 + False + + management_interface0 + + 192.168.2.4 + 255.255.255.0 + 0.0.0.0 + ip + + + + + port + port1 + + 122 + 125 + net_switch1 + port1 + + port + 125 + False + + port1 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + + + + port + port2 + + 122 + 126 + net_switch1 + port2 + + port + 126 + False + + port2 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + + + + port + port3 + + 122 + 127 + net_switch1 + port3 + + port + 127 + False + + port3 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + + + + port + port4 + + 122 + 128 + net_switch1 + port4 + + port + 128 + False + + port4 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + + + + port + port5 + + 122 + 129 + net_switch1 + port5 + + port + 129 + False + + port5 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + + + + port + port6 + + 122 + 130 + net_switch1 + port6 + + port + 130 + False + + port6 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + + + + port + port7 + + 122 + 131 + net_switch1 + port7 + + port + 131 + False + + port7 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + + + + + pc0 + 100 + 106 + 103,530 + pc + False + False + + 192.168.1.1 + 255.255.255.0 + 0.0.0.0 + gw + + + lo + lo0 + + 106 + 107 + pc0 + lo0 + + lo + 107 + False + + lo0 + + 127.0.0.1 + 255.0.0.0 + 0.0.0.0 + ip + + + + + eth + eth0 + + 106 + 108 + pc0 + eth0 + + eth + 108 + True + + eth0 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + + + + + pc1 + 100 + 109 + 610,513 + pc + False + False + + 192.168.2.1 + 255.255.255.0 + 0.0.0.0 + gw + + + lo + lo0 + + 109 + 110 + pc1 + lo0 + + lo + 110 + False + + lo0 + + 127.0.0.1 + 255.0.0.0 + 0.0.0.0 + ip + + + + + eth + eth0 + + 109 + 111 + pc1 + eth0 + + eth + 111 + False + + eth0 + + 192.168.2.3 + 255.255.255.0 + 0.0.0.0 + ip + + + + + + pc2 + 100 + 152 + 212,530 + pc + False + False + + 192.168.1.1 + 0.0.0.0 + 0.0.0.0 + gw + + + lo + lo0 + + 152 + 153 + pc2 + lo0 + + lo + 153 + False + + lo0 + + 127.0.0.1 + 255.0.0.0 + 0.0.0.0 + ip + + + + + eth + eth0 + + 152 + 154 + pc2 + eth0 + + eth + 154 + False + + eth0 + + 192.168.1.3 + 255.255.255.0 + 0.0.0.0 + ip + + + + + + pc3 + 100 + 155 + 733,516 + pc + False + False + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + gw + + + lo + lo0 + + 155 + 156 + pc3 + lo0 + + lo + 156 + False + + lo0 + + 127.0.0.1 + 255.0.0.0 + 0.0.0.0 + ip + + + + + eth + eth0 + + 155 + 157 + pc3 + eth0 + + eth + 157 + True + + eth0 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + + + + + router0 + 100 + 132 + 112,260 + router + False + False + + 192.168.3.2 + 255.255.255.0 + 192.168.4.2 + gw + + + lo + lo0 + + 132 + 133 + router0 + lo0 + + lo + 133 + False + + lo0 + + 127.0.0.1 + 255.0.0.0 + 0.0.0.0 + ip + + + + + eth + eth0 + + 132 + 134 + router0 + eth0 + + eth + 134 + False + + eth0 + + 192.168.1.1 + 255.255.255.0 + 0.0.0.0 + ip + + + + + eth + eth1 + + 132 + 135 + router0 + eth1 + + eth + 135 + False + + eth1 + + 192.168.3.1 + 255.255.255.0 + 0.0.0.0 + ip + + + + + 192.168.2.1 + 255.255.255.0 + 192.168.3.2 + route + + + 192.168.2.1 + 255.255.255.0 + 192.168.3.2 + route + + + + router1 + 100 + 136 + 736,257 + router + False + False + + 192.168.4.2 + 255.255.255.0 + 192.168.4.2 + gw + + + lo + lo0 + + 136 + 137 + router1 + lo0 + + lo + 137 + False + + lo0 + + 127.0.0.1 + 255.0.0.0 + 0.0.0.0 + ip + + + + + eth + eth0 + + 136 + 138 + router1 + eth0 + + eth + 138 + False + + eth0 + + 192.168.4.1 + 255.255.255.0 + 0.0.0.0 + ip + + + + + eth + eth1 + + 136 + 139 + router1 + eth1 + + eth + 139 + False + + eth1 + + 192.168.2.1 + 255.255.255.0 + 0.0.0.0 + ip + + + + + 192.168.1.0 + 255.255.255.0 + 192.168.4.2 + route + + + 192.168.1.0 + 255.255.255.0 + 192.168.4.2 + route + + + + router2 + 100 + 140 + 403,110 + router + False + False + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + gw + + + lo + lo0 + + 140 + 141 + router2 + lo0 + + lo + 141 + False + + lo0 + + 127.0.0.1 + 255.0.0.0 + 0.0.0.0 + ip + + + + + eth + eth0 + + 140 + 142 + router2 + eth0 + + eth + 142 + False + + eth0 + + 192.168.3.2 + 255.255.255.0 + 0.0.0.0 + ip + + + + + eth + eth1 + + 140 + 143 + router2 + eth1 + + eth + 143 + False + + eth1 + + 192.168.4.2 + 255.255.255.0 + 0.0.0.0 + ip + + + + + 192.168.1.0 + 255.255.255.0 + 192.168.3.1 + route + + + 192.168.2.0 + 255.255.255.0 + 192.168.4.1 + route + + + 192.168.1.0 + 255.255.255.0 + 192.168.3.1 + route + + + 192.168.2.0 + 255.255.255.0 + 192.168.4.1 + route + + + + server0 + 100 + 100 + 8,520 + server + True + True + + 192.168.1.1 + 255.255.255.0 + 0.0.0.0 + gw + + + lo + lo0 + + 100 + 101 + server0 + lo0 + + lo + 101 + False + + lo0 + + 127.0.0.1 + 255.0.0.0 + 0.0.0.0 + ip + + + + + eth + eth0 + + 100 + 102 + server0 + eth0 + + eth + 102 + False + + eth0 + + 192.168.1.2 + 255.255.255.0 + 0.0.0.0 + ip + + + + + 127.0.0.1 + 0.0.0.0 + 0.0.0.0 + route + + + 192.168.1.2 + 192.168.1.5 + 192.168.1.7 + route + + + + server1 + 100 + 103 + 862,520 + server + False + True + + 192.168.2.1 + 255.255.255.0 + 0.0.0.0 + gw + + + lo + lo0 + + 103 + 104 + server1 + lo0 + + lo + 104 + False + + lo0 + + 127.0.0.1 + 255.0.0.0 + 0.0.0.0 + ip + + + + + eth + eth0 + + 103 + 105 + server1 + eth0 + + eth + 105 + False + + eth0 + + 192.168.2.2 + 255.255.255.0 + 0.0.0.0 + ip + + + + + 127.0.0.1 + 0.0.0.0 + 0.0.0.0 + route + + + 192.168.2.2 + 192.168.2.5 + 192.168.2.10 + route + + + + + 100 + 102 + server0 + eth0 + + + 112 + 115 + net_switch0 + port1 + + + 144 + + + + 140 + 143 + router2 + eth1 + + + 136 + 138 + router1 + eth0 + + + 148 + + + + 109 + 111 + pc1 + eth0 + + + 122 + 127 + net_switch1 + port3 + + + 151 + + + + 103 + 105 + server1 + eth0 + + + 122 + 126 + net_switch1 + port2 + + + 150 + + + + 136 + 139 + router1 + eth1 + + + 122 + 125 + net_switch1 + port1 + + + 149 + + + + 152 + 154 + pc2 + eth0 + + + 112 + 118 + net_switch0 + port4 + + + 159 + + + + 132 + 135 + router0 + eth1 + + + 140 + 142 + router2 + eth0 + + + 147 + + + + 112 + 117 + net_switch0 + port3 + + + 132 + 134 + router0 + eth0 + + + 146 + + + + 106 + 108 + pc0 + eth0 + + + 112 + 116 + net_switch0 + port2 + + + 145 + + + + 155 + 157 + pc3 + eth0 + + + 122 + 128 + net_switch1 + port4 + + + 158 + + + \ No newline at end of file diff --git a/EduNetworkBuilder/Resources/WAP.png b/EduNetworkBuilder/Resources/WAP.png new file mode 100644 index 0000000..7cd5597 Binary files /dev/null and b/EduNetworkBuilder/Resources/WAP.png differ diff --git a/EduNetworkBuilder/Resources/WBridge.png b/EduNetworkBuilder/Resources/WBridge.png new file mode 100644 index 0000000..d5c8239 Binary files /dev/null and b/EduNetworkBuilder/Resources/WBridge.png differ diff --git a/EduNetworkBuilder/Resources/WRepeater.png b/EduNetworkBuilder/Resources/WRepeater.png new file mode 100644 index 0000000..50f8d08 Binary files /dev/null and b/EduNetworkBuilder/Resources/WRepeater.png differ diff --git a/EduNetworkBuilder/Resources/WRouter.png b/EduNetworkBuilder/Resources/WRouter.png new file mode 100644 index 0000000..b7cd3b2 Binary files /dev/null and b/EduNetworkBuilder/Resources/WRouter.png differ diff --git a/EduNetworkBuilder/Resources/about.rtf b/EduNetworkBuilder/Resources/about.rtf new file mode 100644 index 0000000..40b9993 Binary files /dev/null and b/EduNetworkBuilder/Resources/about.rtf differ diff --git a/EduNetworkBuilder/Resources/firewall.png b/EduNetworkBuilder/Resources/firewall.png new file mode 100644 index 0000000..9ac425e Binary files /dev/null and b/EduNetworkBuilder/Resources/firewall.png differ diff --git a/EduNetworkBuilder/Resources/firewalls.enbx b/EduNetworkBuilder/Resources/firewalls.enbx new file mode 100644 index 0000000..18f5af5 --- /dev/null +++ b/EduNetworkBuilder/Resources/firewalls.enbx @@ -0,0 +1,1765 @@ + + + + + + + <height>1024</height> + <width>1024</width> + <itemsize>100</itemsize> + <showlabels>False</showlabels> + <level>0</level> + <sortorder>0</sortorder> + <uniqueidentifier>186</uniqueidentifier> + <startinghelplevel>none</startinghelplevel> + <device> + <hostname>firewall0</hostname> + <size>100</size> + <uniqueidentifier>100</uniqueidentifier> + <location>180,510</location> + <mytype>firewall</mytype> + <isdns>False</isdns> + <isdhcp>False</isdhcp> + <gateway> + <ip>192.168.5.1</ip> + <mask>0.0.0.0</mask> + <gateway>0.0.0.0</gateway> + <type>gw</type> + </gateway> + <nic> + <nictype>lo</nictype> + <nicname>lo0</nicname> + <myid> + <hostid>100</hostid> + <nicid>101</nicid> + <hostname>firewall0</hostname> + <nicname>lo0</nicname> + </myid> + <nictype>lo</nictype> + <uniqueidentifier>101</uniqueidentifier> + <usesdhcp>False</usesdhcp> + <interface> + <nicname>lo0</nicname> + <myip> + <ip>127.0.0.1</ip> + <mask>255.0.0.0</mask> + <gateway>0.0.0.0</gateway> + <type>ip</type> + </myip> + </interface> + </nic> + <nic> + <nictype>wan</nictype> + <nicname>wan0</nicname> + <myid> + <hostid>100</hostid> + <nicid>104</nicid> + <hostname>firewall0</hostname> + <nicname>wan0</nicname> + </myid> + <nictype>wan</nictype> + <uniqueidentifier>104</uniqueidentifier> + <usesdhcp>False</usesdhcp> + <interface> + <nicname>wan0</nicname> + <myip> + <ip>192.168.5.2</ip> + <mask>255.255.255.0</mask> + <gateway>0.0.0.0</gateway> + <type>ip</type> + </myip> + </interface> + </nic> + <nic> + <nictype>eth</nictype> + <nicname>eth0</nicname> + <myid> + <hostid>100</hostid> + <nicid>102</nicid> + <hostname>firewall0</hostname> + <nicname>eth0</nicname> + </myid> + <nictype>eth</nictype> + <uniqueidentifier>102</uniqueidentifier> + <usesdhcp>False</usesdhcp> + <interface> + <nicname>eth0</nicname> + <myip> + <ip>192.168.1.1</ip> + <mask>255.255.255.0</mask> + <gateway>0.0.0.0</gateway> + <type>ip</type> + </myip> + </interface> + </nic> + <nic> + <nictype>eth</nictype> + <nicname>eth1</nicname> + <myid> + <hostid>100</hostid> + <nicid>103</nicid> + <hostname>firewall0</hostname> + <nicname>eth1</nicname> + </myid> + <nictype>eth</nictype> + <uniqueidentifier>103</uniqueidentifier> + <usesdhcp>False</usesdhcp> + <interface> + <nicname>eth1</nicname> + <myip> + <ip>0.0.0.0</ip> + <mask>0.0.0.0</mask> + <gateway>0.0.0.0</gateway> + <type>ip</type> + </myip> + </interface> + </nic> + <nic> + <nictype>vpn</nictype> + <nicname>vpn0</nicname> + <myid> + <hostid>100</hostid> + <nicid>157</nicid> + <hostname>firewall0</hostname> + <nicname>vpn0</nicname> + </myid> + <nictype>vpn</nictype> + <uniqueidentifier>157</uniqueidentifier> + <usesdhcp>False</usesdhcp> + <encryptionkey>Test</encryptionkey> + <tunnelendpoint> + <ip>192.168.6.2</ip> + <mask>255.255.255.0</mask> + <gateway>0.0.0.0</gateway> + <type>ip_only</type> + </tunnelendpoint> + <interface> + <nicname>vpn0</nicname> + <myip> + <ip>192.168.50.1</ip> + <mask>255.255.255.0</mask> + <gateway>0.0.0.0</gateway> + <type>ip</type> + </myip> + </interface> + </nic> + <nic> + <nictype>vpn</nictype> + <nicname>vpn1</nicname> + <myid> + <hostid>100</hostid> + <nicid>184</nicid> + <hostname>firewall0</hostname> + <nicname>vpn1</nicname> + </myid> + <nictype>vpn</nictype> + <uniqueidentifier>184</uniqueidentifier> + <usesdhcp>False</usesdhcp> + <encryptionkey>Secondary</encryptionkey> + <tunnelendpoint> + <ip>192.168.7.2</ip> + <mask>255.255.255.0</mask> + <gateway>0.0.0.0</gateway> + <type>ip_only</type> + </tunnelendpoint> + <interface> + <nicname>vpn1</nicname> + <myip> + <ip>192.168.51.1</ip> + <mask>255.255.255.0</mask> + <gateway>0.0.0.0</gateway> + <type>ip</type> + </myip> + </interface> + </nic> + <route> + <ip>192.168.2.1</ip> + <mask>255.255.255.0</mask> + <gateway>192.168.50.2</gateway> + <type>route</type> + </route> + <route> + <ip>192.168.3.1</ip> + <mask>255.255.255.0</mask> + <gateway>192.168.51.2</gateway> + <type>route</type> + </route> + </device> + <device> + <hostname>firewall1</hostname> + <size>100</size> + <uniqueidentifier>105</uniqueidentifier> + <location>700,510</location> + <mytype>firewall</mytype> + <isdns>False</isdns> + <isdhcp>False</isdhcp> + <gateway> + <ip>192.168.6.1</ip> + <mask>0.0.0.0</mask> + <gateway>0.0.0.0</gateway> + <type>gw</type> + </gateway> + <nic> + <nictype>lo</nictype> + <nicname>lo0</nicname> + <myid> + <hostid>105</hostid> + <nicid>106</nicid> + <hostname>firewall1</hostname> + <nicname>lo0</nicname> + </myid> + <nictype>lo</nictype> + <uniqueidentifier>106</uniqueidentifier> + <usesdhcp>False</usesdhcp> + <interface> + <nicname>lo0</nicname> + <myip> + <ip>127.0.0.1</ip> + <mask>255.0.0.0</mask> + <gateway>0.0.0.0</gateway> + <type>ip</type> + </myip> + </interface> + </nic> + <nic> + <nictype>wan</nictype> + <nicname>wan0</nicname> + <myid> + <hostid>105</hostid> + <nicid>109</nicid> + <hostname>firewall1</hostname> + <nicname>wan0</nicname> + </myid> + <nictype>wan</nictype> + <uniqueidentifier>109</uniqueidentifier> + <usesdhcp>False</usesdhcp> + <interface> + <nicname>wan0</nicname> + <myip> + <ip>192.168.6.2</ip> + <mask>255.255.255.0</mask> + <gateway>0.0.0.0</gateway> + <type>ip</type> + </myip> + </interface> + </nic> + <nic> + <nictype>eth</nictype> + <nicname>eth0</nicname> + <myid> + <hostid>105</hostid> + <nicid>107</nicid> + <hostname>firewall1</hostname> + <nicname>eth0</nicname> + </myid> + <nictype>eth</nictype> + <uniqueidentifier>107</uniqueidentifier> + <usesdhcp>False</usesdhcp> + <interface> + <nicname>eth0</nicname> + <myip> + <ip>192.168.2.1</ip> + <mask>255.255.255.0</mask> + <gateway>0.0.0.0</gateway> + <type>ip</type> + </myip> + </interface> + </nic> + <nic> + <nictype>eth</nictype> + <nicname>eth1</nicname> + <myid> + <hostid>105</hostid> + <nicid>108</nicid> + <hostname>firewall1</hostname> + <nicname>eth1</nicname> + </myid> + <nictype>eth</nictype> + <uniqueidentifier>108</uniqueidentifier> + <usesdhcp>False</usesdhcp> + <interface> + <nicname>eth1</nicname> + <myip> + <ip>0.0.0.0</ip> + <mask>0.0.0.0</mask> + <gateway>0.0.0.0</gateway> + <type>ip</type> + </myip> + </interface> + </nic> + <nic> + <nictype>vpn</nictype> + <nicname>vpn0</nicname> + <myid> + <hostid>105</hostid> + <nicid>156</nicid> + <hostname>firewall1</hostname> + <nicname>vpn0</nicname> + </myid> + <nictype>vpn</nictype> + <uniqueidentifier>156</uniqueidentifier> + <usesdhcp>False</usesdhcp> + <encryptionkey>Test</encryptionkey> + <tunnelendpoint> + <ip>192.168.5.2</ip> + <mask>255.255.255.0</mask> + <gateway>0.0.0.0</gateway> + <type>ip_only</type> + </tunnelendpoint> + <interface> + <nicname>vpn0</nicname> + <myip> + <ip>192.168.50.2</ip> + <mask>255.255.255.0</mask> + <gateway>0.0.0.0</gateway> + <type>ip</type> + </myip> + </interface> + </nic> + <route> + <ip>192.168.1.1</ip> + <mask>255.255.255.0</mask> + <gateway>192.168.50.1</gateway> + <type>route</type> + </route> + <route> + <ip>192.168.3.1</ip> + <mask>255.255.255.0</mask> + <gateway>192.168.50.1</gateway> + <type>route</type> + </route> + </device> + <device> + <hostname>firewall2</hostname> + <size>100</size> + <uniqueidentifier>158</uniqueidentifier> + <location>430,230</location> + <mytype>firewall</mytype> + <isdns>False</isdns> + <isdhcp>False</isdhcp> + <gateway> + <ip>192.168.7.1</ip> + <mask>0.0.0.0</mask> + <gateway>0.0.0.0</gateway> + <type>gw</type> + </gateway> + <nic> + <nictype>lo</nictype> + <nicname>lo0</nicname> + <myid> + <hostid>158</hostid> + <nicid>159</nicid> + <hostname>firewall2</hostname> + <nicname>lo0</nicname> + </myid> + <nictype>lo</nictype> + <uniqueidentifier>159</uniqueidentifier> + <usesdhcp>False</usesdhcp> + <interface> + <nicname>lo0</nicname> + <myip> + <ip>127.0.0.1</ip> + <mask>255.0.0.0</mask> + <gateway>0.0.0.0</gateway> + <type>ip</type> + </myip> + </interface> + </nic> + <nic> + <nictype>wan</nictype> + <nicname>wan0</nicname> + <myid> + <hostid>158</hostid> + <nicid>162</nicid> + <hostname>firewall2</hostname> + <nicname>wan0</nicname> + </myid> + <nictype>wan</nictype> + <uniqueidentifier>162</uniqueidentifier> + <usesdhcp>False</usesdhcp> + <interface> + <nicname>wan0</nicname> + <myip> + <ip>192.168.7.2</ip> + <mask>255.255.255.0</mask> + <gateway>0.0.0.0</gateway> + <type>ip</type> + </myip> + </interface> + </nic> + <nic> + <nictype>eth</nictype> + <nicname>eth0</nicname> + <myid> + <hostid>158</hostid> + <nicid>160</nicid> + <hostname>firewall2</hostname> + <nicname>eth0</nicname> + </myid> + <nictype>eth</nictype> + <uniqueidentifier>160</uniqueidentifier> + <usesdhcp>False</usesdhcp> + <interface> + <nicname>eth0</nicname> + <myip> + <ip>192.168.3.1</ip> + <mask>255.255.255.0</mask> + <gateway>0.0.0.0</gateway> + <type>ip</type> + </myip> + </interface> + </nic> + <nic> + <nictype>eth</nictype> + <nicname>eth1</nicname> + <myid> + <hostid>158</hostid> + <nicid>161</nicid> + <hostname>firewall2</hostname> + <nicname>eth1</nicname> + </myid> + <nictype>eth</nictype> + <uniqueidentifier>161</uniqueidentifier> + <usesdhcp>False</usesdhcp> + <interface> + <nicname>eth1</nicname> + <myip> + <ip>0.0.0.0</ip> + <mask>0.0.0.0</mask> + <gateway>0.0.0.0</gateway> + <type>ip</type> + </myip> + </interface> + </nic> + <nic> + <nictype>vpn</nictype> + <nicname>vpn0</nicname> + <myid> + <hostid>158</hostid> + <nicid>185</nicid> + <hostname>firewall2</hostname> + <nicname>vpn0</nicname> + </myid> + <nictype>vpn</nictype> + <uniqueidentifier>185</uniqueidentifier> + <usesdhcp>False</usesdhcp> + <encryptionkey>Secondary</encryptionkey> + <tunnelendpoint> + <ip>192.168.5.2</ip> + <mask>255.255.255.0</mask> + <gateway>0.0.0.0</gateway> + <type>ip_only</type> + </tunnelendpoint> + <interface> + <nicname>vpn0</nicname> + <myip> + <ip>192.168.51.2</ip> + <mask>255.255.255.0</mask> + <gateway>0.0.0.0</gateway> + <type>ip</type> + </myip> + </interface> + </nic> + <route> + <ip>192.168.1.1</ip> + <mask>255.255.255.0</mask> + <gateway>192.168.51.1</gateway> + <type>route</type> + </route> + <route> + <ip>192.168.2.1</ip> + <mask>255.255.255.0</mask> + <gateway>192.168.51.1</gateway> + <type>route</type> + </route> + </device> + <device> + <hostname>laptop0</hostname> + <size>100</size> + <uniqueidentifier>140</uniqueidentifier> + <location>280,830</location> + <mytype>laptop</mytype> + <isdns>False</isdns> + <isdhcp>False</isdhcp> + <gateway> + <ip>192.168.1.1</ip> + <mask>0.0.0.0</mask> + <gateway>0.0.0.0</gateway> + <type>gw</type> + </gateway> + <nic> + <nictype>lo</nictype> + <nicname>lo0</nicname> + <myid> + <hostid>140</hostid> + <nicid>141</nicid> + <hostname>laptop0</hostname> + <nicname>lo0</nicname> + </myid> + <nictype>lo</nictype> + <uniqueidentifier>141</uniqueidentifier> + <usesdhcp>False</usesdhcp> + <interface> + <nicname>lo0</nicname> + <myip> + <ip>127.0.0.1</ip> + <mask>255.0.0.0</mask> + <gateway>0.0.0.0</gateway> + <type>ip</type> + </myip> + </interface> + </nic> + <nic> + <nictype>eth</nictype> + <nicname>eth0</nicname> + <myid> + <hostid>140</hostid> + <nicid>142</nicid> + <hostname>laptop0</hostname> + <nicname>eth0</nicname> + </myid> + <nictype>eth</nictype> + <uniqueidentifier>142</uniqueidentifier> + <usesdhcp>False</usesdhcp> + <interface> + <nicname>eth0</nicname> + <myip> + <ip>192.168.1.3</ip> + <mask>255.255.255.0</mask> + <gateway>0.0.0.0</gateway> + <type>ip</type> + </myip> + </interface> + </nic> + </device> + <device> + <hostname>laptop1</hostname> + <size>100</size> + <uniqueidentifier>143</uniqueidentifier> + <location>800,850</location> + <mytype>laptop</mytype> + <isdns>False</isdns> + <isdhcp>False</isdhcp> + <gateway> + <ip>192.168.2.1</ip> + <mask>0.0.0.0</mask> + <gateway>0.0.0.0</gateway> + <type>gw</type> + </gateway> + <nic> + <nictype>lo</nictype> + <nicname>lo0</nicname> + <myid> + <hostid>143</hostid> + <nicid>144</nicid> + <hostname>laptop1</hostname> + <nicname>lo0</nicname> + </myid> + <nictype>lo</nictype> + <uniqueidentifier>144</uniqueidentifier> + <usesdhcp>False</usesdhcp> + <interface> + <nicname>lo0</nicname> + <myip> + <ip>127.0.0.1</ip> + <mask>255.0.0.0</mask> + <gateway>0.0.0.0</gateway> + <type>ip</type> + </myip> + </interface> + </nic> + <nic> + <nictype>eth</nictype> + <nicname>eth0</nicname> + <myid> + <hostid>143</hostid> + <nicid>145</nicid> + <hostname>laptop1</hostname> + <nicname>eth0</nicname> + </myid> + <nictype>eth</nictype> + <uniqueidentifier>145</uniqueidentifier> + <usesdhcp>False</usesdhcp> + <interface> + <nicname>eth0</nicname> + <myip> + <ip>192.168.2.3</ip> + <mask>255.255.255.0</mask> + <gateway>0.0.0.0</gateway> + <type>ip</type> + </myip> + </interface> + </nic> + </device> + <device> + <hostname>laptop2</hostname> + <size>100</size> + <uniqueidentifier>176</uniqueidentifier> + <location>570,0</location> + <mytype>laptop</mytype> + <isdns>False</isdns> + <isdhcp>False</isdhcp> + <gateway> + <ip>192.168.3.1</ip> + <mask>0.0.0.0</mask> + <gateway>0.0.0.0</gateway> + <type>gw</type> + </gateway> + <nic> + <nictype>lo</nictype> + <nicname>lo0</nicname> + <myid> + <hostid>176</hostid> + <nicid>177</nicid> + <hostname>laptop2</hostname> + <nicname>lo0</nicname> + </myid> + <nictype>lo</nictype> + <uniqueidentifier>177</uniqueidentifier> + <usesdhcp>False</usesdhcp> + <interface> + <nicname>lo0</nicname> + <myip> + <ip>127.0.0.1</ip> + <mask>255.0.0.0</mask> + <gateway>0.0.0.0</gateway> + <type>ip</type> + </myip> + </interface> + </nic> + <nic> + <nictype>eth</nictype> + <nicname>eth0</nicname> + <myid> + <hostid>176</hostid> + <nicid>178</nicid> + <hostname>laptop2</hostname> + <nicname>eth0</nicname> + </myid> + <nictype>eth</nictype> + <uniqueidentifier>178</uniqueidentifier> + <usesdhcp>False</usesdhcp> + <interface> + <nicname>eth0</nicname> + <myip> + <ip>192.168.3.3</ip> + <mask>255.255.255.0</mask> + <gateway>0.0.0.0</gateway> + <type>ip</type> + </myip> + </interface> + </nic> + </device> + <device> + <hostname>net_switch0</hostname> + <size>100</size> + <uniqueidentifier>114</uniqueidentifier> + <location>180,670</location> + <mytype>net_switch</mytype> + <isdns>False</isdns> + <isdhcp>False</isdhcp> + <gateway> + <ip>0.0.0.0</ip> + <mask>0.0.0.0</mask> + <gateway>0.0.0.0</gateway> + <type>gw</type> + </gateway> + <nic> + <nictype>lo</nictype> + <nicname>lo0</nicname> + <myid> + <hostid>114</hostid> + <nicid>115</nicid> + <hostname>net_switch0</hostname> + <nicname>lo0</nicname> + </myid> + <nictype>lo</nictype> + <uniqueidentifier>115</uniqueidentifier> + <usesdhcp>False</usesdhcp> + <interface> + <nicname>lo0</nicname> + <myip> + <ip>127.0.0.1</ip> + <mask>255.0.0.0</mask> + <gateway>0.0.0.0</gateway> + <type>ip</type> + </myip> + </interface> + </nic> + <nic> + <nictype>management_interface</nictype> + <nicname>management_interface0</nicname> + <myid> + <hostid>114</hostid> + <nicid>116</nicid> + <hostname>net_switch0</hostname> + <nicname>management_interface0</nicname> + </myid> + <nictype>management_interface</nictype> + <uniqueidentifier>116</uniqueidentifier> + <usesdhcp>False</usesdhcp> + <interface> + <nicname>management_interface0</nicname> + <myip> + <ip>192.168.1.4</ip> + <mask>255.255.255.0</mask> + <gateway>0.0.0.0</gateway> + <type>ip</type> + </myip> + </interface> + </nic> + <nic> + <nictype>port</nictype> + <nicname>port1</nicname> + <myid> + <hostid>114</hostid> + <nicid>117</nicid> + <hostname>net_switch0</hostname> + <nicname>port1</nicname> + </myid> + <nictype>port</nictype> + <uniqueidentifier>117</uniqueidentifier> + <usesdhcp>False</usesdhcp> + <interface> + <nicname>port1</nicname> + <myip> + <ip>0.0.0.0</ip> + <mask>0.0.0.0</mask> + <gateway>0.0.0.0</gateway> + <type>ip</type> + </myip> + </interface> + </nic> + <nic> + <nictype>port</nictype> + <nicname>port2</nicname> + <myid> + <hostid>114</hostid> + <nicid>118</nicid> + <hostname>net_switch0</hostname> + <nicname>port2</nicname> + </myid> + <nictype>port</nictype> + <uniqueidentifier>118</uniqueidentifier> + <usesdhcp>False</usesdhcp> + <interface> + <nicname>port2</nicname> + <myip> + <ip>0.0.0.0</ip> + <mask>0.0.0.0</mask> + <gateway>0.0.0.0</gateway> + <type>ip</type> + </myip> + </interface> + </nic> + <nic> + <nictype>port</nictype> + <nicname>port3</nicname> + <myid> + <hostid>114</hostid> + <nicid>119</nicid> + <hostname>net_switch0</hostname> + <nicname>port3</nicname> + </myid> + <nictype>port</nictype> + <uniqueidentifier>119</uniqueidentifier> + <usesdhcp>False</usesdhcp> + <interface> + <nicname>port3</nicname> + <myip> + <ip>0.0.0.0</ip> + <mask>0.0.0.0</mask> + <gateway>0.0.0.0</gateway> + <type>ip</type> + </myip> + </interface> + </nic> + <nic> + <nictype>port</nictype> + <nicname>port4</nicname> + <myid> + <hostid>114</hostid> + <nicid>120</nicid> + <hostname>net_switch0</hostname> + <nicname>port4</nicname> + </myid> + <nictype>port</nictype> + <uniqueidentifier>120</uniqueidentifier> + <usesdhcp>False</usesdhcp> + <interface> + <nicname>port4</nicname> + <myip> + <ip>0.0.0.0</ip> + <mask>0.0.0.0</mask> + <gateway>0.0.0.0</gateway> + <type>ip</type> + </myip> + </interface> + </nic> + <nic> + <nictype>port</nictype> + <nicname>port5</nicname> + <myid> + <hostid>114</hostid> + <nicid>121</nicid> + <hostname>net_switch0</hostname> + <nicname>port5</nicname> + </myid> + <nictype>port</nictype> + <uniqueidentifier>121</uniqueidentifier> + <usesdhcp>False</usesdhcp> + <interface> + <nicname>port5</nicname> + <myip> + <ip>0.0.0.0</ip> + <mask>0.0.0.0</mask> + <gateway>0.0.0.0</gateway> + <type>ip</type> + </myip> + </interface> + </nic> + <nic> + <nictype>port</nictype> + <nicname>port6</nicname> + <myid> + <hostid>114</hostid> + <nicid>122</nicid> + <hostname>net_switch0</hostname> + <nicname>port6</nicname> + </myid> + <nictype>port</nictype> + <uniqueidentifier>122</uniqueidentifier> + <usesdhcp>False</usesdhcp> + <interface> + <nicname>port6</nicname> + <myip> + <ip>0.0.0.0</ip> + <mask>0.0.0.0</mask> + <gateway>0.0.0.0</gateway> + <type>ip</type> + </myip> + </interface> + </nic> + <nic> + <nictype>port</nictype> + <nicname>port7</nicname> + <myid> + <hostid>114</hostid> + <nicid>123</nicid> + <hostname>net_switch0</hostname> + <nicname>port7</nicname> + </myid> + <nictype>port</nictype> + <uniqueidentifier>123</uniqueidentifier> + <usesdhcp>False</usesdhcp> + <interface> + <nicname>port7</nicname> + <myip> + <ip>0.0.0.0</ip> + <mask>0.0.0.0</mask> + <gateway>0.0.0.0</gateway> + <type>ip</type> + </myip> + </interface> + </nic> + </device> + <device> + <hostname>net_switch1</hostname> + <size>100</size> + <uniqueidentifier>124</uniqueidentifier> + <location>700,690</location> + <mytype>net_switch</mytype> + <isdns>False</isdns> + <isdhcp>False</isdhcp> + <gateway> + <ip>192.168.2.1</ip> + <mask>0.0.0.0</mask> + <gateway>0.0.0.0</gateway> + <type>gw</type> + </gateway> + <nic> + <nictype>lo</nictype> + <nicname>lo0</nicname> + <myid> + <hostid>124</hostid> + <nicid>125</nicid> + <hostname>net_switch1</hostname> + <nicname>lo0</nicname> + </myid> + <nictype>lo</nictype> + <uniqueidentifier>125</uniqueidentifier> + <usesdhcp>False</usesdhcp> + <interface> + <nicname>lo0</nicname> + <myip> + <ip>127.0.0.1</ip> + <mask>255.0.0.0</mask> + <gateway>0.0.0.0</gateway> + <type>ip</type> + </myip> + </interface> + </nic> + <nic> + <nictype>management_interface</nictype> + <nicname>management_interface0</nicname> + <myid> + <hostid>124</hostid> + <nicid>126</nicid> + <hostname>net_switch1</hostname> + <nicname>management_interface0</nicname> + </myid> + <nictype>management_interface</nictype> + <uniqueidentifier>126</uniqueidentifier> + <usesdhcp>False</usesdhcp> + <interface> + <nicname>management_interface0</nicname> + <myip> + <ip>192.168.2.4</ip> + <mask>255.255.255.0</mask> + <gateway>0.0.0.0</gateway> + <type>ip</type> + </myip> + </interface> + </nic> + <nic> + <nictype>port</nictype> + <nicname>port1</nicname> + <myid> + <hostid>124</hostid> + <nicid>127</nicid> + <hostname>net_switch1</hostname> + <nicname>port1</nicname> + </myid> + <nictype>port</nictype> + <uniqueidentifier>127</uniqueidentifier> + <usesdhcp>False</usesdhcp> + <interface> + <nicname>port1</nicname> + <myip> + <ip>0.0.0.0</ip> + <mask>0.0.0.0</mask> + <gateway>0.0.0.0</gateway> + <type>ip</type> + </myip> + </interface> + </nic> + <nic> + <nictype>port</nictype> + <nicname>port2</nicname> + <myid> + <hostid>124</hostid> + <nicid>128</nicid> + <hostname>net_switch1</hostname> + <nicname>port2</nicname> + </myid> + <nictype>port</nictype> + <uniqueidentifier>128</uniqueidentifier> + <usesdhcp>False</usesdhcp> + <interface> + <nicname>port2</nicname> + <myip> + <ip>0.0.0.0</ip> + <mask>0.0.0.0</mask> + <gateway>0.0.0.0</gateway> + <type>ip</type> + </myip> + </interface> + </nic> + <nic> + <nictype>port</nictype> + <nicname>port3</nicname> + <myid> + <hostid>124</hostid> + <nicid>129</nicid> + <hostname>net_switch1</hostname> + <nicname>port3</nicname> + </myid> + <nictype>port</nictype> + <uniqueidentifier>129</uniqueidentifier> + <usesdhcp>False</usesdhcp> + <interface> + <nicname>port3</nicname> + <myip> + <ip>0.0.0.0</ip> + <mask>0.0.0.0</mask> + <gateway>0.0.0.0</gateway> + <type>ip</type> + </myip> + </interface> + </nic> + <nic> + <nictype>port</nictype> + <nicname>port4</nicname> + <myid> + <hostid>124</hostid> + <nicid>130</nicid> + <hostname>net_switch1</hostname> + <nicname>port4</nicname> + </myid> + <nictype>port</nictype> + <uniqueidentifier>130</uniqueidentifier> + <usesdhcp>False</usesdhcp> + <interface> + <nicname>port4</nicname> + <myip> + <ip>0.0.0.0</ip> + <mask>0.0.0.0</mask> + <gateway>0.0.0.0</gateway> + <type>ip</type> + </myip> + </interface> + </nic> + <nic> + <nictype>port</nictype> + <nicname>port5</nicname> + <myid> + <hostid>124</hostid> + <nicid>131</nicid> + <hostname>net_switch1</hostname> + <nicname>port5</nicname> + </myid> + <nictype>port</nictype> + <uniqueidentifier>131</uniqueidentifier> + <usesdhcp>False</usesdhcp> + <interface> + <nicname>port5</nicname> + <myip> + <ip>0.0.0.0</ip> + <mask>0.0.0.0</mask> + <gateway>0.0.0.0</gateway> + <type>ip</type> + </myip> + </interface> + </nic> + <nic> + <nictype>port</nictype> + <nicname>port6</nicname> + <myid> + <hostid>124</hostid> + <nicid>132</nicid> + <hostname>net_switch1</hostname> + <nicname>port6</nicname> + </myid> + <nictype>port</nictype> + <uniqueidentifier>132</uniqueidentifier> + <usesdhcp>False</usesdhcp> + <interface> + <nicname>port6</nicname> + <myip> + <ip>0.0.0.0</ip> + <mask>0.0.0.0</mask> + <gateway>0.0.0.0</gateway> + <type>ip</type> + </myip> + </interface> + </nic> + <nic> + <nictype>port</nictype> + <nicname>port7</nicname> + <myid> + <hostid>124</hostid> + <nicid>133</nicid> + <hostname>net_switch1</hostname> + <nicname>port7</nicname> + </myid> + <nictype>port</nictype> + <uniqueidentifier>133</uniqueidentifier> + <usesdhcp>False</usesdhcp> + <interface> + <nicname>port7</nicname> + <myip> + <ip>0.0.0.0</ip> + <mask>0.0.0.0</mask> + <gateway>0.0.0.0</gateway> + <type>ip</type> + </myip> + </interface> + </nic> + </device> + <device> + <hostname>net_switch2</hostname> + <size>100</size> + <uniqueidentifier>163</uniqueidentifier> + <location>430,80</location> + <mytype>net_switch</mytype> + <isdns>False</isdns> + <isdhcp>False</isdhcp> + <gateway> + <ip>192.168.3.1</ip> + <mask>0.0.0.0</mask> + <gateway>0.0.0.0</gateway> + <type>gw</type> + </gateway> + <nic> + <nictype>lo</nictype> + <nicname>lo0</nicname> + <myid> + <hostid>163</hostid> + <nicid>164</nicid> + <hostname>net_switch2</hostname> + <nicname>lo0</nicname> + </myid> + <nictype>lo</nictype> + <uniqueidentifier>164</uniqueidentifier> + <usesdhcp>False</usesdhcp> + <interface> + <nicname>lo0</nicname> + <myip> + <ip>127.0.0.1</ip> + <mask>255.0.0.0</mask> + <gateway>0.0.0.0</gateway> + <type>ip</type> + </myip> + </interface> + </nic> + <nic> + <nictype>management_interface</nictype> + <nicname>management_interface0</nicname> + <myid> + <hostid>163</hostid> + <nicid>165</nicid> + <hostname>net_switch2</hostname> + <nicname>management_interface0</nicname> + </myid> + <nictype>management_interface</nictype> + <uniqueidentifier>165</uniqueidentifier> + <usesdhcp>False</usesdhcp> + <interface> + <nicname>management_interface0</nicname> + <myip> + <ip>192.168.3.4</ip> + <mask>255.255.255.0</mask> + <gateway>0.0.0.0</gateway> + <type>ip</type> + </myip> + </interface> + </nic> + <nic> + <nictype>port</nictype> + <nicname>port1</nicname> + <myid> + <hostid>163</hostid> + <nicid>166</nicid> + <hostname>net_switch2</hostname> + <nicname>port1</nicname> + </myid> + <nictype>port</nictype> + <uniqueidentifier>166</uniqueidentifier> + <usesdhcp>False</usesdhcp> + <interface> + <nicname>port1</nicname> + <myip> + <ip>0.0.0.0</ip> + <mask>0.0.0.0</mask> + <gateway>0.0.0.0</gateway> + <type>ip</type> + </myip> + </interface> + </nic> + <nic> + <nictype>port</nictype> + <nicname>port2</nicname> + <myid> + <hostid>163</hostid> + <nicid>167</nicid> + <hostname>net_switch2</hostname> + <nicname>port2</nicname> + </myid> + <nictype>port</nictype> + <uniqueidentifier>167</uniqueidentifier> + <usesdhcp>False</usesdhcp> + <interface> + <nicname>port2</nicname> + <myip> + <ip>0.0.0.0</ip> + <mask>0.0.0.0</mask> + <gateway>0.0.0.0</gateway> + <type>ip</type> + </myip> + </interface> + </nic> + <nic> + <nictype>port</nictype> + <nicname>port3</nicname> + <myid> + <hostid>163</hostid> + <nicid>168</nicid> + <hostname>net_switch2</hostname> + <nicname>port3</nicname> + </myid> + <nictype>port</nictype> + <uniqueidentifier>168</uniqueidentifier> + <usesdhcp>False</usesdhcp> + <interface> + <nicname>port3</nicname> + <myip> + <ip>0.0.0.0</ip> + <mask>0.0.0.0</mask> + <gateway>0.0.0.0</gateway> + <type>ip</type> + </myip> + </interface> + </nic> + <nic> + <nictype>port</nictype> + <nicname>port4</nicname> + <myid> + <hostid>163</hostid> + <nicid>169</nicid> + <hostname>net_switch2</hostname> + <nicname>port4</nicname> + </myid> + <nictype>port</nictype> + <uniqueidentifier>169</uniqueidentifier> + <usesdhcp>False</usesdhcp> + <interface> + <nicname>port4</nicname> + <myip> + <ip>0.0.0.0</ip> + <mask>0.0.0.0</mask> + <gateway>0.0.0.0</gateway> + <type>ip</type> + </myip> + </interface> + </nic> + <nic> + <nictype>port</nictype> + <nicname>port5</nicname> + <myid> + <hostid>163</hostid> + <nicid>170</nicid> + <hostname>net_switch2</hostname> + <nicname>port5</nicname> + </myid> + <nictype>port</nictype> + <uniqueidentifier>170</uniqueidentifier> + <usesdhcp>False</usesdhcp> + <interface> + <nicname>port5</nicname> + <myip> + <ip>0.0.0.0</ip> + <mask>0.0.0.0</mask> + <gateway>0.0.0.0</gateway> + <type>ip</type> + </myip> + </interface> + </nic> + <nic> + <nictype>port</nictype> + <nicname>port6</nicname> + <myid> + <hostid>163</hostid> + <nicid>171</nicid> + <hostname>net_switch2</hostname> + <nicname>port6</nicname> + </myid> + <nictype>port</nictype> + <uniqueidentifier>171</uniqueidentifier> + <usesdhcp>False</usesdhcp> + <interface> + <nicname>port6</nicname> + <myip> + <ip>0.0.0.0</ip> + <mask>0.0.0.0</mask> + <gateway>0.0.0.0</gateway> + <type>ip</type> + </myip> + </interface> + </nic> + <nic> + <nictype>port</nictype> + <nicname>port7</nicname> + <myid> + <hostid>163</hostid> + <nicid>172</nicid> + <hostname>net_switch2</hostname> + <nicname>port7</nicname> + </myid> + <nictype>port</nictype> + <uniqueidentifier>172</uniqueidentifier> + <usesdhcp>False</usesdhcp> + <interface> + <nicname>port7</nicname> + <myip> + <ip>0.0.0.0</ip> + <mask>0.0.0.0</mask> + <gateway>0.0.0.0</gateway> + <type>ip</type> + </myip> + </interface> + </nic> + </device> + <device> + <hostname>pc0</hostname> + <size>100</size> + <uniqueidentifier>134</uniqueidentifier> + <location>90,830</location> + <mytype>pc</mytype> + <isdns>False</isdns> + <isdhcp>False</isdhcp> + <gateway> + <ip>192.168.1.1</ip> + <mask>0.0.0.0</mask> + <gateway>0.0.0.0</gateway> + <type>gw</type> + </gateway> + <nic> + <nictype>lo</nictype> + <nicname>lo0</nicname> + <myid> + <hostid>134</hostid> + <nicid>135</nicid> + <hostname>pc0</hostname> + <nicname>lo0</nicname> + </myid> + <nictype>lo</nictype> + <uniqueidentifier>135</uniqueidentifier> + <usesdhcp>False</usesdhcp> + <interface> + <nicname>lo0</nicname> + <myip> + <ip>127.0.0.1</ip> + <mask>255.0.0.0</mask> + <gateway>0.0.0.0</gateway> + <type>ip</type> + </myip> + </interface> + </nic> + <nic> + <nictype>eth</nictype> + <nicname>eth0</nicname> + <myid> + <hostid>134</hostid> + <nicid>136</nicid> + <hostname>pc0</hostname> + <nicname>eth0</nicname> + </myid> + <nictype>eth</nictype> + <uniqueidentifier>136</uniqueidentifier> + <usesdhcp>False</usesdhcp> + <interface> + <nicname>eth0</nicname> + <myip> + <ip>192.168.1.2</ip> + <mask>255.255.255.0</mask> + <gateway>0.0.0.0</gateway> + <type>ip</type> + </myip> + </interface> + </nic> + </device> + <device> + <hostname>pc1</hostname> + <size>100</size> + <uniqueidentifier>137</uniqueidentifier> + <location>600,850</location> + <mytype>pc</mytype> + <isdns>False</isdns> + <isdhcp>False</isdhcp> + <gateway> + <ip>192.168.2.1</ip> + <mask>0.0.0.0</mask> + <gateway>0.0.0.0</gateway> + <type>gw</type> + </gateway> + <nic> + <nictype>lo</nictype> + <nicname>lo0</nicname> + <myid> + <hostid>137</hostid> + <nicid>138</nicid> + <hostname>pc1</hostname> + <nicname>lo0</nicname> + </myid> + <nictype>lo</nictype> + <uniqueidentifier>138</uniqueidentifier> + <usesdhcp>False</usesdhcp> + <interface> + <nicname>lo0</nicname> + <myip> + <ip>127.0.0.1</ip> + <mask>255.0.0.0</mask> + <gateway>0.0.0.0</gateway> + <type>ip</type> + </myip> + </interface> + </nic> + <nic> + <nictype>eth</nictype> + <nicname>eth0</nicname> + <myid> + <hostid>137</hostid> + <nicid>139</nicid> + <hostname>pc1</hostname> + <nicname>eth0</nicname> + </myid> + <nictype>eth</nictype> + <uniqueidentifier>139</uniqueidentifier> + <usesdhcp>False</usesdhcp> + <interface> + <nicname>eth0</nicname> + <myip> + <ip>192.168.2.2</ip> + <mask>255.255.255.0</mask> + <gateway>0.0.0.0</gateway> + <type>ip</type> + </myip> + </interface> + </nic> + </device> + <device> + <hostname>pc2</hostname> + <size>100</size> + <uniqueidentifier>173</uniqueidentifier> + <location>260,10</location> + <mytype>pc</mytype> + <isdns>False</isdns> + <isdhcp>False</isdhcp> + <gateway> + <ip>192.168.3.1</ip> + <mask>0.0.0.0</mask> + <gateway>0.0.0.0</gateway> + <type>gw</type> + </gateway> + <nic> + <nictype>lo</nictype> + <nicname>lo0</nicname> + <myid> + <hostid>173</hostid> + <nicid>174</nicid> + <hostname>pc2</hostname> + <nicname>lo0</nicname> + </myid> + <nictype>lo</nictype> + <uniqueidentifier>174</uniqueidentifier> + <usesdhcp>False</usesdhcp> + <interface> + <nicname>lo0</nicname> + <myip> + <ip>127.0.0.1</ip> + <mask>255.0.0.0</mask> + <gateway>0.0.0.0</gateway> + <type>ip</type> + </myip> + </interface> + </nic> + <nic> + <nictype>eth</nictype> + <nicname>eth0</nicname> + <myid> + <hostid>173</hostid> + <nicid>175</nicid> + <hostname>pc2</hostname> + <nicname>eth0</nicname> + </myid> + <nictype>eth</nictype> + <uniqueidentifier>175</uniqueidentifier> + <usesdhcp>False</usesdhcp> + <interface> + <nicname>eth0</nicname> + <myip> + <ip>192.168.3.2</ip> + <mask>255.255.255.0</mask> + <gateway>0.0.0.0</gateway> + <type>ip</type> + </myip> + </interface> + </nic> + </device> + <device> + <hostname>router0</hostname> + <size>100</size> + <uniqueidentifier>110</uniqueidentifier> + <location>430,410</location> + <mytype>router</mytype> + <isdns>False</isdns> + <isdhcp>False</isdhcp> + <gateway> + <ip>0.0.0.0</ip> + <mask>0.0.0.0</mask> + <gateway>0.0.0.0</gateway> + <type>gw</type> + </gateway> + <nic> + <nictype>lo</nictype> + <nicname>lo0</nicname> + <myid> + <hostid>110</hostid> + <nicid>111</nicid> + <hostname>router0</hostname> + <nicname>lo0</nicname> + </myid> + <nictype>lo</nictype> + <uniqueidentifier>111</uniqueidentifier> + <usesdhcp>False</usesdhcp> + <interface> + <nicname>lo0</nicname> + <myip> + <ip>127.0.0.1</ip> + <mask>255.0.0.0</mask> + <gateway>0.0.0.0</gateway> + <type>ip</type> + </myip> + </interface> + </nic> + <nic> + <nictype>eth</nictype> + <nicname>eth0</nicname> + <myid> + <hostid>110</hostid> + <nicid>112</nicid> + <hostname>router0</hostname> + <nicname>eth0</nicname> + </myid> + <nictype>eth</nictype> + <uniqueidentifier>112</uniqueidentifier> + <usesdhcp>False</usesdhcp> + <interface> + <nicname>eth0</nicname> + <myip> + <ip>192.168.6.1</ip> + <mask>255.255.255.0</mask> + <gateway>0.0.0.0</gateway> + <type>ip</type> + </myip> + </interface> + </nic> + <nic> + <nictype>eth</nictype> + <nicname>eth1</nicname> + <myid> + <hostid>110</hostid> + <nicid>113</nicid> + <hostname>router0</hostname> + <nicname>eth1</nicname> + </myid> + <nictype>eth</nictype> + <uniqueidentifier>113</uniqueidentifier> + <usesdhcp>False</usesdhcp> + <interface> + <nicname>eth1</nicname> + <myip> + <ip>192.168.5.1</ip> + <mask>255.255.255.0</mask> + <gateway>0.0.0.0</gateway> + <type>ip</type> + </myip> + </interface> + </nic> + <nic> + <nictype>eth</nictype> + <nicname>eth2</nicname> + <myid> + <hostid>110</hostid> + <nicid>182</nicid> + <hostname>router0</hostname> + <nicname>eth2</nicname> + </myid> + <nictype>eth</nictype> + <uniqueidentifier>182</uniqueidentifier> + <usesdhcp>False</usesdhcp> + <interface> + <nicname>eth2</nicname> + <myip> + <ip>192.168.7.1</ip> + <mask>255.255.255.0</mask> + <gateway>0.0.0.0</gateway> + <type>ip</type> + </myip> + </interface> + </nic> + </device> + <link> + <SrcNic> + <hostid>140</hostid> + <nicid>142</nicid> + <hostname>laptop0</hostname> + <nicname>eth0</nicname> + </SrcNic> + <DstNic> + <hostid>114</hostid> + <nicid>118</nicid> + <hostname>net_switch0</hostname> + <nicname>port2</nicname> + </DstNic> + <hostname /> + <uniqueidentifier>147</uniqueidentifier> + </link> + <link> + <SrcNic> + <hostid>163</hostid> + <nicid>166</nicid> + <hostname>net_switch2</hostname> + <nicname>port1</nicname> + </SrcNic> + <DstNic> + <hostid>173</hostid> + <nicid>175</nicid> + <hostname>pc2</hostname> + <nicname>eth0</nicname> + </DstNic> + <hostname /> + <uniqueidentifier>179</uniqueidentifier> + </link> + <link> + <SrcNic> + <hostid>134</hostid> + <nicid>136</nicid> + <hostname>pc0</hostname> + <nicname>eth0</nicname> + </SrcNic> + <DstNic> + <hostid>114</hostid> + <nicid>117</nicid> + <hostname>net_switch0</hostname> + <nicname>port1</nicname> + </DstNic> + <hostname /> + <uniqueidentifier>146</uniqueidentifier> + </link> + <link> + <SrcNic> + <hostid>137</hostid> + <nicid>139</nicid> + <hostname>pc1</hostname> + <nicname>eth0</nicname> + </SrcNic> + <DstNic> + <hostid>124</hostid> + <nicid>127</nicid> + <hostname>net_switch1</hostname> + <nicname>port1</nicname> + </DstNic> + <hostname /> + <uniqueidentifier>149</uniqueidentifier> + </link> + <link> + <SrcNic> + <hostid>143</hostid> + <nicid>145</nicid> + <hostname>laptop1</hostname> + <nicname>eth0</nicname> + </SrcNic> + <DstNic> + <hostid>124</hostid> + <nicid>128</nicid> + <hostname>net_switch1</hostname> + <nicname>port2</nicname> + </DstNic> + <hostname /> + <uniqueidentifier>150</uniqueidentifier> + </link> + <link> + <SrcNic> + <hostid>158</hostid> + <nicid>160</nicid> + <hostname>firewall2</hostname> + <nicname>eth0</nicname> + </SrcNic> + <DstNic> + <hostid>163</hostid> + <nicid>168</nicid> + <hostname>net_switch2</hostname> + <nicname>port3</nicname> + </DstNic> + <hostname /> + <uniqueidentifier>181</uniqueidentifier> + </link> + <link> + <SrcNic> + <hostid>105</hostid> + <nicid>109</nicid> + <hostname>firewall1</hostname> + <nicname>wan0</nicname> + </SrcNic> + <DstNic> + <hostid>110</hostid> + <nicid>112</nicid> + <hostname>router0</hostname> + <nicname>eth0</nicname> + </DstNic> + <hostname /> + <uniqueidentifier>153</uniqueidentifier> + </link> + <link> + <SrcNic> + <hostid>114</hostid> + <nicid>119</nicid> + <hostname>net_switch0</hostname> + <nicname>port3</nicname> + </SrcNic> + <DstNic> + <hostid>100</hostid> + <nicid>102</nicid> + <hostname>firewall0</hostname> + <nicname>eth0</nicname> + </DstNic> + <hostname /> + <uniqueidentifier>154</uniqueidentifier> + </link> + <link> + <SrcNic> + <hostid>100</hostid> + <nicid>104</nicid> + <hostname>firewall0</hostname> + <nicname>wan0</nicname> + </SrcNic> + <DstNic> + <hostid>110</hostid> + <nicid>113</nicid> + <hostname>router0</hostname> + <nicname>eth1</nicname> + </DstNic> + <hostname /> + <uniqueidentifier>155</uniqueidentifier> + </link> + <link> + <SrcNic> + <hostid>124</hostid> + <nicid>129</nicid> + <hostname>net_switch1</hostname> + <nicname>port3</nicname> + </SrcNic> + <DstNic> + <hostid>105</hostid> + <nicid>107</nicid> + <hostname>firewall1</hostname> + <nicname>eth0</nicname> + </DstNic> + <hostname /> + <uniqueidentifier>152</uniqueidentifier> + </link> + <link> + <SrcNic> + <hostid>163</hostid> + <nicid>167</nicid> + <hostname>net_switch2</hostname> + <nicname>port2</nicname> + </SrcNic> + <DstNic> + <hostid>176</hostid> + <nicid>178</nicid> + <hostname>laptop2</hostname> + <nicname>eth0</nicname> + </DstNic> + <hostname /> + <uniqueidentifier>180</uniqueidentifier> + </link> + <link> + <SrcNic> + <hostid>158</hostid> + <nicid>162</nicid> + <hostname>firewall2</hostname> + <nicname>wan0</nicname> + </SrcNic> + <DstNic> + <hostid>110</hostid> + <nicid>182</nicid> + <hostname>router0</hostname> + <nicname>eth2</nicname> + </DstNic> + <hostname /> + <uniqueidentifier>183</uniqueidentifier> + </link> + </Network> +</EduNetworkBuilder> \ No newline at end of file diff --git a/EduNetworkBuilder/Resources/ip_phone.png b/EduNetworkBuilder/Resources/ip_phone.png new file mode 100644 index 0000000..45147f4 Binary files /dev/null and b/EduNetworkBuilder/Resources/ip_phone.png differ diff --git a/EduNetworkBuilder/Resources/languages/edustrings.fr.Designer.cs b/EduNetworkBuilder/Resources/languages/edustrings.fr.Designer.cs new file mode 100644 index 0000000..e69de29 diff --git a/EduNetworkBuilder/Resources/languages/edustrings.fr.resx b/EduNetworkBuilder/Resources/languages/edustrings.fr.resx new file mode 100644 index 0000000..a4d83f5 --- /dev/null +++ b/EduNetworkBuilder/Resources/languages/edustrings.fr.resx @@ -0,0 +1,414 @@ +<?xml version="1.0" encoding="utf-8"?> +<root> + <!-- + Microsoft ResX Schema + + Version 2.0 + + The primary goals of this format is to allow a simple XML format + that is mostly human readable. The generation and parsing of the + various data types are done through the TypeConverter classes + associated with the data types. + + Example: + + ... ado.net/XML headers & schema ... + <resheader name="resmimetype">text/microsoft-resx</resheader> + <resheader name="version">2.0</resheader> + <resheader name="reader">System.Resources.ResXResourceReader, System.Windows.Forms, ...</resheader> + <resheader name="writer">System.Resources.ResXResourceWriter, System.Windows.Forms, ...</resheader> + <data name="Name1"><value>this is my long string</value><comment>this is a comment</comment></data> + <data name="Color1" type="System.Drawing.Color, System.Drawing">Blue</data> + <data name="Bitmap1" mimetype="application/x-microsoft.net.object.binary.base64"> + <value>[base64 mime encoded serialized .NET Framework object]</value> + </data> + <data name="Icon1" type="System.Drawing.Icon, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64"> + <value>[base64 mime encoded string representing a byte array form of the .NET Framework object]</value> + <comment>This is a comment</comment> + </data> + + There are any number of "resheader" rows that contain simple + name/value pairs. + + Each data row contains a name, and value. The row also contains a + type or mimetype. Type corresponds to a .NET class that support + text/value conversion through the TypeConverter architecture. + Classes that don't support this are serialized and stored with the + mimetype set. + + The mimetype is used for serialized objects, and tells the + ResXResourceReader how to depersist the object. This is currently not + extensible. For a given mimetype the value must be set accordingly: + + Note - application/x-microsoft.net.object.binary.base64 is the format + that the ResXResourceWriter will generate, however the reader can + read any of the formats listed below. + + mimetype: application/x-microsoft.net.object.binary.base64 + value : The object must be serialized with + : System.Runtime.Serialization.Formatters.Binary.BinaryFormatter + : and then encoded with base64 encoding. + + mimetype: application/x-microsoft.net.object.soap.base64 + value : The object must be serialized with + : System.Runtime.Serialization.Formatters.Soap.SoapFormatter + : and then encoded with base64 encoding. + + mimetype: application/x-microsoft.net.object.bytearray.base64 + value : The object must be serialized into a byte array + : using a System.ComponentModel.TypeConverter + : and then encoded with base64 encoding. + --> + <xsd:schema id="root" xmlns="" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata"> + <xsd:import namespace="http://www.w3.org/XML/1998/namespace" /> + <xsd:element name="root" msdata:IsDataSet="true"> + <xsd:complexType> + <xsd:choice maxOccurs="unbounded"> + <xsd:element name="metadata"> + <xsd:complexType> + <xsd:sequence> + <xsd:element name="value" type="xsd:string" minOccurs="0" /> + </xsd:sequence> + <xsd:attribute name="name" use="required" type="xsd:string" /> + <xsd:attribute name="type" type="xsd:string" /> + <xsd:attribute name="mimetype" type="xsd:string" /> + <xsd:attribute ref="xml:space" /> + </xsd:complexType> + </xsd:element> + <xsd:element name="assembly"> + <xsd:complexType> + <xsd:attribute name="alias" type="xsd:string" /> + <xsd:attribute name="name" type="xsd:string" /> + </xsd:complexType> + </xsd:element> + <xsd:element name="data"> + <xsd:complexType> + <xsd:sequence> + <xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" /> + <xsd:element name="comment" type="xsd:string" minOccurs="0" msdata:Ordinal="2" /> + </xsd:sequence> + <xsd:attribute name="name" type="xsd:string" use="required" msdata:Ordinal="1" /> + <xsd:attribute name="type" type="xsd:string" msdata:Ordinal="3" /> + <xsd:attribute name="mimetype" type="xsd:string" msdata:Ordinal="4" /> + <xsd:attribute ref="xml:space" /> + </xsd:complexType> + </xsd:element> + <xsd:element name="resheader"> + <xsd:complexType> + <xsd:sequence> + <xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" /> + </xsd:sequence> + <xsd:attribute name="name" type="xsd:string" use="required" /> + </xsd:complexType> + </xsd:element> + </xsd:choice> + </xsd:complexType> + </xsd:element> + </xsd:schema> + <resheader name="resmimetype"> + <value>text/microsoft-resx</value> + </resheader> + <resheader name="version"> + <value>2.0</value> + </resheader> + <resheader name="reader"> + <value>System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value> + </resheader> + <resheader name="writer"> + <value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value> + </resheader> + <data name="NB_msMainMenuStrip" xml:space="preserve"> + <value>msMainMenuStrip</value> + </data> + <data name="NB_fileToolStripMenuItem" xml:space="preserve"> + <value>Fichier</value> + </data> + <data name="NB_newToolStripMenuItem" xml:space="preserve"> + <value>Nouveau</value> + </data> + <data name="NB_loadToolStripMenuItem" xml:space="preserve"> + <value>Charge</value> + </data> + <data name="NB_reloadToolStripMenuItem" xml:space="preserve"> + <value>Recharger</value> + </data> + <data name="NB_saveToolStripMenuItem" xml:space="preserve"> + <value>Sauvegarder</value> + </data> + <data name="NB_exitToolStripMenuItem" xml:space="preserve"> + <value>Sortie</value> + </data> + <data name="NB_editToolStripMenuItem" xml:space="preserve"> + <value>Éditer</value> + </data> + <data name="NB_cutToolStripMenuItem" xml:space="preserve"> + <value>Coupe</value> + </data> + <data name="NB_copyToolStripMenuItem" xml:space="preserve"> + <value>Copie</value> + </data> + <data name="NB_pasteToolStripMenuItem" xml:space="preserve"> + <value>Pâte</value> + </data> + <data name="NB_undoToolStripMenuItem" xml:space="preserve"> + <value>Défaire</value> + </data> + <data name="NB_optionsToolStripMenuItem" xml:space="preserve"> + <value>Options</value> + </data> + <data name="NB_allToolStripMenuItem" xml:space="preserve"> + <value>Tous</value> + </data> + <data name="NB_dHCPRequestToolStripMenuItem" xml:space="preserve"> + <value>Requête DHCP</value> + </data> + <data name="NB_clearArpTableToolStripMenuItem" xml:space="preserve"> + <value>Effacer Arp tableau</value> + </data> + <data name="NB_clearIPsToolStripMenuItem" xml:space="preserve"> + <value>IPs claires</value> + </data> + <data name="NB_pingToolStripMenuItem" xml:space="preserve"> + <value>Ping</value> + </data> + <data name="NB_helpToolStripMenuItem" xml:space="preserve"> + <value>Aidez-Moi</value> + </data> + <data name="NB_helpToolStripMenuItem1" xml:space="preserve"> + <value>Aidez-Moi</value> + </data> + <data name="NB_aboutToolStripMenuItem" xml:space="preserve"> + <value>Sur</value> + </data> + <data name="NB_releaseNotesToolStripMenuItem" xml:space="preserve"> + <value>Notes De Version</value> + </data> + <data name="NB_checkForUpdatesToolStripMenuItem" xml:space="preserve"> + <value>Vérifier les mises à jour</value> + </data> + <data name="NB_samplesToolStripMenuItem" xml:space="preserve"> + <value>Échantillons</value> + </data> + <data name="NB_puzzlesToolStripMenuItem" xml:space="preserve"> + <value>Puzzle</value> + </data> + <data name="NB_solvedToolStripMenuItem" xml:space="preserve"> + <value>Résolu</value> + </data> + <data name="NB_dHCPToolStripMenuItem" xml:space="preserve"> + <value>DHCP</value> + </data> + <data name="NB_oneNetworkToolStripMenuItem" xml:space="preserve"> + <value>One Network</value> + </data> + <data name="NB_twoNetworksToolStripMenuItem" xml:space="preserve"> + <value>Deux réseaux</value> + </data> + <data name="NB_threeNetworksToolStripMenuItem" xml:space="preserve"> + <value>Trois Réseaux</value> + </data> + <data name="NB_firewallsToolStripMenuItem" xml:space="preserve"> + <value>Firewalls</value> + </data> + <data name="NB_toSolveToolStripMenuItem" xml:space="preserve"> + <value>Résoudre</value> + </data> + <data name="NB_solvedDHCPToolStripMenuItem" xml:space="preserve"> + <value>DHCP</value> + </data> + <data name="NB_solvedOneNetworkToolStripMenuItem" xml:space="preserve"> + <value>One Network</value> + </data> + <data name="NB_solvedTwoNetworksToolStripMenuItem" xml:space="preserve"> + <value>Deux réseaux</value> + </data> + <data name="NB_SolvedThreeNetworksToolStripMenuItem" xml:space="preserve"> + <value>Trois Réseaux</value> + </data> + <data name="NB_firewallsToolStripMenuItem1" xml:space="preserve"> + <value>Firewalls</value> + </data> + <data name="NB_lblStatus" xml:space="preserve"> + <value>lblStatus</value> + </data> + <data name="NB_btnHelp" xml:space="preserve"> + <value>?</value> + </data> + <data name="NB_Form" xml:space="preserve"> + <value>Network Builder</value> + </data> + <data name="DC_lblHostname" xml:space="preserve"> + <value>Hostname</value> + </data> + <data name="DC_lblHelp" xml:space="preserve"> + <value>HelpGoesHere</value> + </data> + <data name="DC_btnCancel" xml:space="preserve"> + <value>Annuler</value> + </data> + <data name="DC_btnOK" xml:space="preserve"> + <value>Ok</value> + </data> + <data name="DC_btnNicPlus" xml:space="preserve"> + <value /> + </data> + <data name="DC_btnNicMinus" xml:space="preserve"> + <value>-</value> + </data> + <data name="DC_btnNicEdit" xml:space="preserve"> + <value>éditer</value> + </data> + <data name="DC_btnIfEdit" xml:space="preserve"> + <value>éditer</value> + </data> + <data name="DC_btnIfMinus" xml:space="preserve"> + <value>-</value> + </data> + <data name="DC_btnIfAdd" xml:space="preserve"> + <value /> + </data> + <data name="DC_btnGateway" xml:space="preserve"> + <value>Passerelle:</value> + </data> + <data name="DC_btnRoutes" xml:space="preserve"> + <value>Routes</value> + </data> + <data name="DC_cbDHCP" xml:space="preserve"> + <value>Serveur DHCP</value> + </data> + <data name="DC_btnDHCP" xml:space="preserve"> + <value>DHCP</value> + </data> + <data name="DC_Form" xml:space="preserve"> + <value>DeviceConfig</value> + </data> + <data name="IPAE_lblIP" xml:space="preserve"> + <value>IP</value> + </data> + <data name="IPAE_lblNetmask" xml:space="preserve"> + <value>Netmask</value> + </data> + <data name="IPAE_lblGateway" xml:space="preserve"> + <value>Passerelle</value> + </data> + <data name="IPAE_btnCancel" xml:space="preserve"> + <value>Annuler</value> + </data> + <data name="IPAE_btnOK" xml:space="preserve"> + <value>OK</value> + </data> + <data name="IPAE_Form" xml:space="preserve"> + <value>Adresse IP Entrée</value> + </data> + <data name="LE_btnLink" xml:space="preserve"> + <value>Lien</value> + </data> + <data name="LE_btnCancel" xml:space="preserve"> + <value>Annuler</value> + </data> + <data name="LE_Form" xml:space="preserve"> + <value>LinkEditor</value> + </data> + <data name="LBW_btnOK" xml:space="preserve"> + <value>OK</value> + </data> + <data name="LBW_lblInstructions" xml:space="preserve"> + <value>label1</value> + </data> + <data name="LBW_btnAdd" xml:space="preserve"> + <value>Nouveau</value> + </data> + <data name="LBW_cbLoadPuzzlesAtStart" xml:space="preserve"> + <value>Montrer ce au démarrage</value> + </data> + <data name="LBW_btnReset" xml:space="preserve"> + <value>Réinitialiser</value> + </data> + <data name="LBW_Form" xml:space="preserve"> + <value>ListBoxWindow</value> + </data> + <data name="NTE_lblSource" xml:space="preserve"> + <value>Source Host</value> + </data> + <data name="NTE_lblTest" xml:space="preserve"> + <value>Test</value> + </data> + <data name="NTE_lblDest" xml:space="preserve"> + <value>Dest hôte</value> + </data> + <data name="NTE_btnOK" xml:space="preserve"> + <value>Terminé</value> + </data> + <data name="NTE_btnCancel" xml:space="preserve"> + <value>Annuler</value> + </data> + <data name="NTE_Form" xml:space="preserve"> + <value>Modifier un test</value> + </data> + <data name="NCE_cbCanUseDHCP" xml:space="preserve"> + <value>Peut utiliser DHCP</value> + </data> + <data name="NCE_cbDHCP" xml:space="preserve"> + <value>Utilise DHCP</value> + </data> + <data name="NCE_label1" xml:space="preserve"> + <value>Nom Nic</value> + </data> + <data name="NCE_label2" xml:space="preserve"> + <value>Nic type</value> + </data> + <data name="NCE_label3" xml:space="preserve"> + <value>Adresse Mac</value> + </data> + <data name="NCE_btnDone" xml:space="preserve"> + <value>Terminé</value> + </data> + <data name="NCE_lblLinkStatus" xml:space="preserve"> + <value>LinkStatus</value> + </data> + <data name="NCE_Form" xml:space="preserve"> + <value>NetworkCardEditor</value> + </data> + <data name="OW_btnDone" xml:space="preserve"> + <value>Terminé</value> + </data> + <data name="OW_lblNetTitle" xml:space="preserve"> + <value>Titre Net</value> + </data> + <data name="OW_cbDisplayTitles" xml:space="preserve"> + <value>Afficher Titres</value> + </data> + <data name="OW_lblNetSize" xml:space="preserve"> + <value>Taille du réseau (x, y)</value> + </data> + <data name="OW_lblItemSize" xml:space="preserve"> + <value>ItemSize</value> + </data> + <data name="OW_lblNetMessage" xml:space="preserve"> + <value>Message donné lorsque le réseau chargé</value> + </data> + <data name="OW_lblTests" xml:space="preserve"> + <value>Tests (pour Puzzles)</value> + </data> + <data name="OW_lblTags" xml:space="preserve"> + <value>Tags pour Puzzle</value> + </data> + <data name="OW_lblLevel" xml:space="preserve"> + <value>Niveau</value> + </data> + <data name="OW_lblSortOrder" xml:space="preserve"> + <value>Ordre De Tri</value> + </data> + <data name="OW_lblStartingHelp" xml:space="preserve"> + <value>Démarrage Aide Level</value> + </data> + <data name="OW_Form" xml:space="preserve"> + <value>OptionsWindow</value> + </data> + <data name="RTFW_btnOK" xml:space="preserve"> + <value>OK</value> + </data> + <data name="RTFW_Form" xml:space="preserve"> + <value>RTFWindow</value> + </data> +</root> \ No newline at end of file diff --git a/EduNetworkBuilder/Resources/languages/edustrings.resx b/EduNetworkBuilder/Resources/languages/edustrings.resx new file mode 100644 index 0000000..c722b3e --- /dev/null +++ b/EduNetworkBuilder/Resources/languages/edustrings.resx @@ -0,0 +1,520 @@ +<?xml version="1.0" encoding="utf-8"?> +<root> + <!-- + Microsoft ResX Schema + + Version 2.0 + + The primary goals of this format is to allow a simple XML format + that is mostly human readable. The generation and parsing of the + various data types are done through the TypeConverter classes + associated with the data types. + + Example: + + ... ado.net/XML headers & schema ... + <resheader name="resmimetype">text/microsoft-resx</resheader> + <resheader name="version">2.0</resheader> + <resheader name="reader">System.Resources.ResXResourceReader, System.Windows.Forms, ...</resheader> + <resheader name="writer">System.Resources.ResXResourceWriter, System.Windows.Forms, ...</resheader> + <data name="Name1"><value>this is my long string</value><comment>this is a comment</comment></data> + <data name="Color1" type="System.Drawing.Color, System.Drawing">Blue</data> + <data name="Bitmap1" mimetype="application/x-microsoft.net.object.binary.base64"> + <value>[base64 mime encoded serialized .NET Framework object]</value> + </data> + <data name="Icon1" type="System.Drawing.Icon, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64"> + <value>[base64 mime encoded string representing a byte array form of the .NET Framework object]</value> + <comment>This is a comment</comment> + </data> + + There are any number of "resheader" rows that contain simple + name/value pairs. + + Each data row contains a name, and value. The row also contains a + type or mimetype. Type corresponds to a .NET class that support + text/value conversion through the TypeConverter architecture. + Classes that don't support this are serialized and stored with the + mimetype set. + + The mimetype is used for serialized objects, and tells the + ResXResourceReader how to depersist the object. This is currently not + extensible. For a given mimetype the value must be set accordingly: + + Note - application/x-microsoft.net.object.binary.base64 is the format + that the ResXResourceWriter will generate, however the reader can + read any of the formats listed below. + + mimetype: application/x-microsoft.net.object.binary.base64 + value : The object must be serialized with + : System.Runtime.Serialization.Formatters.Binary.BinaryFormatter + : and then encoded with base64 encoding. + + mimetype: application/x-microsoft.net.object.soap.base64 + value : The object must be serialized with + : System.Runtime.Serialization.Formatters.Soap.SoapFormatter + : and then encoded with base64 encoding. + + mimetype: application/x-microsoft.net.object.bytearray.base64 + value : The object must be serialized into a byte array + : using a System.ComponentModel.TypeConverter + : and then encoded with base64 encoding. + --> + <xsd:schema id="root" xmlns="" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata"> + <xsd:import namespace="http://www.w3.org/XML/1998/namespace" /> + <xsd:element name="root" msdata:IsDataSet="true"> + <xsd:complexType> + <xsd:choice maxOccurs="unbounded"> + <xsd:element name="metadata"> + <xsd:complexType> + <xsd:sequence> + <xsd:element name="value" type="xsd:string" minOccurs="0" /> + </xsd:sequence> + <xsd:attribute name="name" use="required" type="xsd:string" /> + <xsd:attribute name="type" type="xsd:string" /> + <xsd:attribute name="mimetype" type="xsd:string" /> + <xsd:attribute ref="xml:space" /> + </xsd:complexType> + </xsd:element> + <xsd:element name="assembly"> + <xsd:complexType> + <xsd:attribute name="alias" type="xsd:string" /> + <xsd:attribute name="name" type="xsd:string" /> + </xsd:complexType> + </xsd:element> + <xsd:element name="data"> + <xsd:complexType> + <xsd:sequence> + <xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" /> + <xsd:element name="comment" type="xsd:string" minOccurs="0" msdata:Ordinal="2" /> + </xsd:sequence> + <xsd:attribute name="name" type="xsd:string" use="required" msdata:Ordinal="1" /> + <xsd:attribute name="type" type="xsd:string" msdata:Ordinal="3" /> + <xsd:attribute name="mimetype" type="xsd:string" msdata:Ordinal="4" /> + <xsd:attribute ref="xml:space" /> + </xsd:complexType> + </xsd:element> + <xsd:element name="resheader"> + <xsd:complexType> + <xsd:sequence> + <xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" /> + </xsd:sequence> + <xsd:attribute name="name" type="xsd:string" use="required" /> + </xsd:complexType> + </xsd:element> + </xsd:choice> + </xsd:complexType> + </xsd:element> + </xsd:schema> + <resheader name="resmimetype"> + <value>text/microsoft-resx</value> + </resheader> + <resheader name="version"> + <value>2.0</value> + </resheader> + <resheader name="reader"> + <value>System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value> + </resheader> + <resheader name="writer"> + <value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value> + </resheader> + <data name="NB_msMainMenuStrip" xml:space="preserve"> + <value>msMainMenuStrip</value> + <comment>NetworkBuilder msMainMenuStrip = msMainMenuStrip</comment> + </data> + <data name="NB_fileToolStripMenuItem" xml:space="preserve"> + <value>File</value> + <comment>NetworkBuilder fileToolStripMenuItem = File</comment> + </data> + <data name="NB_newToolStripMenuItem" xml:space="preserve"> + <value>New</value> + <comment>NetworkBuilder newToolStripMenuItem = New</comment> + </data> + <data name="NB_loadToolStripMenuItem" xml:space="preserve"> + <value>Load</value> + <comment>NetworkBuilder loadToolStripMenuItem = Load</comment> + </data> + <data name="NB_reloadToolStripMenuItem" xml:space="preserve"> + <value>Reload</value> + <comment>NetworkBuilder reloadToolStripMenuItem = Reload</comment> + </data> + <data name="NB_saveToolStripMenuItem" xml:space="preserve"> + <value>Save</value> + <comment>NetworkBuilder saveToolStripMenuItem = Save</comment> + </data> + <data name="NB_exitToolStripMenuItem" xml:space="preserve"> + <value>Exit</value> + <comment>NetworkBuilder exitToolStripMenuItem = Exit</comment> + </data> + <data name="NB_editToolStripMenuItem" xml:space="preserve"> + <value>Edit</value> + <comment>NetworkBuilder editToolStripMenuItem = Edit</comment> + </data> + <data name="NB_cutToolStripMenuItem" xml:space="preserve"> + <value>Cut</value> + <comment>NetworkBuilder cutToolStripMenuItem = Cut</comment> + </data> + <data name="NB_copyToolStripMenuItem" xml:space="preserve"> + <value>Copy</value> + <comment>NetworkBuilder copyToolStripMenuItem = Copy</comment> + </data> + <data name="NB_pasteToolStripMenuItem" xml:space="preserve"> + <value>Paste</value> + <comment>NetworkBuilder pasteToolStripMenuItem = Paste</comment> + </data> + <data name="NB_undoToolStripMenuItem" xml:space="preserve"> + <value>Undo</value> + <comment>NetworkBuilder undoToolStripMenuItem = Undo</comment> + </data> + <data name="NB_optionsToolStripMenuItem" xml:space="preserve"> + <value>Options</value> + <comment>NetworkBuilder optionsToolStripMenuItem = Options</comment> + </data> + <data name="NB_allToolStripMenuItem" xml:space="preserve"> + <value>All</value> + <comment>NetworkBuilder allToolStripMenuItem = All</comment> + </data> + <data name="NB_dHCPRequestToolStripMenuItem" xml:space="preserve"> + <value>DHCP Request</value> + <comment>NetworkBuilder dHCPRequestToolStripMenuItem = DHCP Request</comment> + </data> + <data name="NB_clearArpTableToolStripMenuItem" xml:space="preserve"> + <value>Clear Arp Table</value> + <comment>NetworkBuilder clearArpTableToolStripMenuItem = Clear Arp Table</comment> + </data> + <data name="NB_clearIPsToolStripMenuItem" xml:space="preserve"> + <value>Clear IPs</value> + <comment>NetworkBuilder clearIPsToolStripMenuItem = Clear IPs</comment> + </data> + <data name="NB_pingToolStripMenuItem" xml:space="preserve"> + <value>Ping</value> + <comment>NetworkBuilder pingToolStripMenuItem = Ping</comment> + </data> + <data name="NB_helpToolStripMenuItem" xml:space="preserve"> + <value>Help</value> + <comment>NetworkBuilder helpToolStripMenuItem = Help</comment> + </data> + <data name="NB_helpToolStripMenuItem1" xml:space="preserve"> + <value>Help</value> + <comment>NetworkBuilder helpToolStripMenuItem1 = Help</comment> + </data> + <data name="NB_aboutToolStripMenuItem" xml:space="preserve"> + <value>About</value> + <comment>NetworkBuilder aboutToolStripMenuItem = About</comment> + </data> + <data name="NB_releaseNotesToolStripMenuItem" xml:space="preserve"> + <value>Release Notes</value> + <comment>NetworkBuilder releaseNotesToolStripMenuItem = Release Notes</comment> + </data> + <data name="NB_checkForUpdatesToolStripMenuItem" xml:space="preserve"> + <value>Check For Updates</value> + <comment>NetworkBuilder checkForUpdatesToolStripMenuItem = Check For Updates</comment> + </data> + <data name="NB_samplesToolStripMenuItem" xml:space="preserve"> + <value>Samples</value> + <comment>NetworkBuilder samplesToolStripMenuItem = Samples</comment> + </data> + <data name="NB_puzzlesToolStripMenuItem" xml:space="preserve"> + <value>Puzzles</value> + <comment>NetworkBuilder puzzlesToolStripMenuItem = Puzzles</comment> + </data> + <data name="NB_solvedToolStripMenuItem" xml:space="preserve"> + <value>Solved</value> + <comment>NetworkBuilder solvedToolStripMenuItem = Solved</comment> + </data> + <data name="NB_dHCPToolStripMenuItem" xml:space="preserve"> + <value>DHCP</value> + <comment>NetworkBuilder dHCPToolStripMenuItem = DHCP</comment> + </data> + <data name="NB_oneNetworkToolStripMenuItem" xml:space="preserve"> + <value>One Network</value> + <comment>NetworkBuilder oneNetworkToolStripMenuItem = One Network</comment> + </data> + <data name="NB_twoNetworksToolStripMenuItem" xml:space="preserve"> + <value>Two Networks</value> + <comment>NetworkBuilder twoNetworksToolStripMenuItem = Two Networks</comment> + </data> + <data name="NB_threeNetworksToolStripMenuItem" xml:space="preserve"> + <value>Three Networks</value> + <comment>NetworkBuilder threeNetworksToolStripMenuItem = Three Networks</comment> + </data> + <data name="NB_firewallsToolStripMenuItem" xml:space="preserve"> + <value>Firewalls</value> + <comment>NetworkBuilder firewallsToolStripMenuItem = Firewalls</comment> + </data> + <data name="NB_toSolveToolStripMenuItem" xml:space="preserve"> + <value>To Solve</value> + <comment>NetworkBuilder toSolveToolStripMenuItem = To Solve</comment> + </data> + <data name="NB_solvedDHCPToolStripMenuItem" xml:space="preserve"> + <value>DHCP</value> + <comment>NetworkBuilder solvedDHCPToolStripMenuItem = DHCP</comment> + </data> + <data name="NB_solvedOneNetworkToolStripMenuItem" xml:space="preserve"> + <value>One Network</value> + <comment>NetworkBuilder solvedOneNetworkToolStripMenuItem = One Network</comment> + </data> + <data name="NB_solvedTwoNetworksToolStripMenuItem" xml:space="preserve"> + <value>Two Networks</value> + <comment>NetworkBuilder solvedTwoNetworksToolStripMenuItem = Two Networks</comment> + </data> + <data name="NB_SolvedThreeNetworksToolStripMenuItem" xml:space="preserve"> + <value>Three Networks</value> + <comment>NetworkBuilder SolvedThreeNetworksToolStripMenuItem = Three Networks</comment> + </data> + <data name="NB_firewallsToolStripMenuItem1" xml:space="preserve"> + <value>Firewalls</value> + <comment>NetworkBuilder firewallsToolStripMenuItem1 = Firewalls</comment> + </data> + <data name="NB_lblStatus" xml:space="preserve"> + <value>lblStatus</value> + <comment>NetworkBuilder lblStatus = lblStatus</comment> + </data> + <data name="NB_btnHelp" xml:space="preserve"> + <value>?</value> + <comment>NetworkBuilder btnHelp = ?</comment> + </data> + <data name="NB_Form" xml:space="preserve"> + <value>Network Builder</value> + <comment>NetworkBuilder Form = Network Builder</comment> + </data> + <data name="DC_lblHostname" xml:space="preserve"> + <value>Hostname</value> + <comment>DeviceConfig lblHostname = Hostname</comment> + </data> + <data name="DC_lblHelp" xml:space="preserve"> + <value>HelpGoesHere</value> + <comment>DeviceConfig lblHelp = HelpGoesHere</comment> + </data> + <data name="DC_btnCancel" xml:space="preserve"> + <value>Cancel</value> + <comment>DeviceConfig btnCancel = Cancel</comment> + </data> + <data name="DC_btnOK" xml:space="preserve"> + <value>Ok</value> + <comment>DeviceConfig btnOK = Ok</comment> + </data> + <data name="DC_btnNicPlus" xml:space="preserve"> + <value>+</value> + <comment>DeviceConfig btnNicPlus = +</comment> + </data> + <data name="DC_btnNicMinus" xml:space="preserve"> + <value>-</value> + <comment>DeviceConfig btnNicMinus = -</comment> + </data> + <data name="DC_btnNicEdit" xml:space="preserve"> + <value>edit</value> + <comment>DeviceConfig btnNicEdit = edit</comment> + </data> + <data name="DC_btnIfEdit" xml:space="preserve"> + <value>edit</value> + <comment>DeviceConfig btnIfEdit = edit</comment> + </data> + <data name="DC_btnIfMinus" xml:space="preserve"> + <value>-</value> + <comment>DeviceConfig btnIfMinus = -</comment> + </data> + <data name="DC_btnIfAdd" xml:space="preserve"> + <value>+</value> + <comment>DeviceConfig btnIfAdd = +</comment> + </data> + <data name="DC_btnGateway" xml:space="preserve"> + <value>Gateway:</value> + <comment>DeviceConfig btnGateway = Gateway:</comment> + </data> + <data name="DC_btnRoutes" xml:space="preserve"> + <value>Routes</value> + <comment>DeviceConfig btnRoutes = Routes</comment> + </data> + <data name="DC_cbDHCP" xml:space="preserve"> + <value>DHCP Server</value> + <comment>DeviceConfig cbDHCP = DHCP Server</comment> + </data> + <data name="DC_btnDHCP" xml:space="preserve"> + <value>DHCP</value> + <comment>DeviceConfig btnDHCP = DHCP</comment> + </data> + <data name="DC_Form" xml:space="preserve"> + <value>DeviceConfig</value> + <comment>DeviceConfig Form = DeviceConfig</comment> + </data> + <data name="IPAE_lblIP" xml:space="preserve"> + <value>IP</value> + <comment>IPAddressEntry lblIP = IP</comment> + </data> + <data name="IPAE_lblNetmask" xml:space="preserve"> + <value>Netmask</value> + <comment>IPAddressEntry lblNetmask = Netmask</comment> + </data> + <data name="IPAE_lblGateway" xml:space="preserve"> + <value>Gateway</value> + <comment>IPAddressEntry lblGateway = Gateway</comment> + </data> + <data name="IPAE_btnCancel" xml:space="preserve"> + <value>Cancel</value> + <comment>IPAddressEntry btnCancel = Cancel</comment> + </data> + <data name="IPAE_btnOK" xml:space="preserve"> + <value>OK</value> + <comment>IPAddressEntry btnOK = OK</comment> + </data> + <data name="IPAE_Form" xml:space="preserve"> + <value>IP-Address Entry</value> + <comment>IPAddressEntry Form = IP-Address Entry</comment> + </data> + <data name="LE_btnLink" xml:space="preserve"> + <value>Link</value> + <comment>LinkEditor btnLink = Link</comment> + </data> + <data name="LE_btnCancel" xml:space="preserve"> + <value>Cancel</value> + <comment>LinkEditor btnCancel = Cancel</comment> + </data> + <data name="LE_Form" xml:space="preserve"> + <value>LinkEditor</value> + <comment>LinkEditor Form = LinkEditor</comment> + </data> + <data name="LBW_btnOK" xml:space="preserve"> + <value>OK</value> + <comment>ListBoxWindow btnOK = OK</comment> + </data> + <data name="LBW_lblInstructions" xml:space="preserve"> + <value>label1</value> + <comment>ListBoxWindow lblInstructions = label1</comment> + </data> + <data name="LBW_btnAdd" xml:space="preserve"> + <value>New</value> + <comment>ListBoxWindow btnAdd = New</comment> + </data> + <data name="LBW_cbLoadPuzzlesAtStart" xml:space="preserve"> + <value>Show this at start</value> + <comment>ListBoxWindow cbLoadPuzzlesAtStart = Show this at start</comment> + </data> + <data name="LBW_btnReset" xml:space="preserve"> + <value>Reset</value> + <comment>ListBoxWindow btnReset = Reset</comment> + </data> + <data name="LBW_Form" xml:space="preserve"> + <value>ListBoxWindow</value> + <comment>ListBoxWindow Form = ListBoxWindow</comment> + </data> + <data name="NTE_lblSource" xml:space="preserve"> + <value>Source Host</value> + <comment>NetTestEditor lblSource = Source Host</comment> + </data> + <data name="NTE_lblTest" xml:space="preserve"> + <value>Test</value> + <comment>NetTestEditor lblTest = Test</comment> + </data> + <data name="NTE_lblDest" xml:space="preserve"> + <value>Dest Host</value> + <comment>NetTestEditor lblDest = Dest Host</comment> + </data> + <data name="NTE_btnOK" xml:space="preserve"> + <value>Done</value> + <comment>NetTestEditor btnOK = Done</comment> + </data> + <data name="NTE_btnCancel" xml:space="preserve"> + <value>Cancel</value> + <comment>NetTestEditor btnCancel = Cancel</comment> + </data> + <data name="NTE_Form" xml:space="preserve"> + <value>Edit a Test</value> + <comment>NetTestEditor Form = Edit a Test</comment> + </data> + <data name="NCE_cbCanUseDHCP" xml:space="preserve"> + <value>Can use DHCP</value> + <comment>NetworkCardEditor cbCanUseDHCP = Can use DHCP</comment> + </data> + <data name="NCE_cbDHCP" xml:space="preserve"> + <value>Uses DHCP</value> + <comment>NetworkCardEditor cbDHCP = Uses DHCP</comment> + </data> + <data name="NCE_label1" xml:space="preserve"> + <value>Nic Name</value> + <comment>NetworkCardEditor label1 = Nic Name</comment> + </data> + <data name="NCE_label2" xml:space="preserve"> + <value>Nic Type</value> + <comment>NetworkCardEditor label2 = Nic Type</comment> + </data> + <data name="NCE_label3" xml:space="preserve"> + <value>MAC Address</value> + <comment>NetworkCardEditor label3 = MAC Address</comment> + </data> + <data name="NCE_btnDone" xml:space="preserve"> + <value>Done</value> + <comment>NetworkCardEditor btnDone = Done</comment> + </data> + <data name="NCE_lblLinkStatus" xml:space="preserve"> + <value>LinkStatus</value> + <comment>NetworkCardEditor lblLinkStatus = LinkStatus</comment> + </data> + <data name="NCE_Form" xml:space="preserve"> + <value>NetworkCardEditor</value> + <comment>NetworkCardEditor Form = NetworkCardEditor</comment> + </data> + <data name="OW_btnDone" xml:space="preserve"> + <value>Done</value> + <comment>OptionsWindow btnDone = Done</comment> + </data> + <data name="OW_lblNetTitle" xml:space="preserve"> + <value>Net Title</value> + <comment>OptionsWindow lblNetTitle = Net Title</comment> + </data> + <data name="OW_cbDisplayTitles" xml:space="preserve"> + <value>Display Titles</value> + <comment>OptionsWindow cbDisplayTitles = Display Titles</comment> + </data> + <data name="OW_lblNetSize" xml:space="preserve"> + <value>Network Size (x,y)</value> + <comment>OptionsWindow lblNetSize = Network Size (x,y)</comment> + </data> + <data name="OW_lblItemSize" xml:space="preserve"> + <value>ItemSize</value> + <comment>OptionsWindow lblItemSize = ItemSize</comment> + </data> + <data name="OW_lblNetMessage" xml:space="preserve"> + <value>Message given when network loaded</value> + <comment>OptionsWindow lblNetMessage = Message given when network loaded</comment> + </data> + <data name="OW_lblTests" xml:space="preserve"> + <value>Tests (for Puzzles)</value> + <comment>OptionsWindow lblTests = Tests (for Puzzles)</comment> + </data> + <data name="OW_lblTags" xml:space="preserve"> + <value>Tags for Puzzle</value> + <comment>OptionsWindow lblTags = Tags for Puzzle</comment> + </data> + <data name="OW_lblLevel" xml:space="preserve"> + <value>Level</value> + <comment>OptionsWindow lblLevel = Level</comment> + </data> + <data name="OW_lblSortOrder" xml:space="preserve"> + <value>Sort Order</value> + <comment>OptionsWindow lblSortOrder = Sort Order</comment> + </data> + <data name="OW_lblStartingHelp" xml:space="preserve"> + <value>Starting Help Level</value> + <comment>OptionsWindow lblStartingHelp = Starting Help Level</comment> + </data> + <data name="OW_Form" xml:space="preserve"> + <value>OptionsWindow</value> + <comment>OptionsWindow Form = OptionsWindow</comment> + </data> + <data name="RTFW_rtbContent" xml:space="preserve"> + <value /> + <comment>RTFWindow rtbContent = </comment> + </data> + <data name="RTFW_btnOK" xml:space="preserve"> + <value>OK</value> + <comment>RTFWindow btnOK = OK</comment> + </data> + <data name="RTFW_Form" xml:space="preserve"> + <value>RTFWindow</value> + <comment>RTFWindow Form = RTFWindow</comment> + </data> + <data name="NB_changeLanguageToolStripMenuItem" xml:space="preserve"> + <value>Change Language</value> + <comment>NetworkBuilder changeLanguageToolStripMenuItem = Change Language</comment> + </data> +</root> \ No newline at end of file diff --git a/EduNetworkBuilder/Resources/link.png b/EduNetworkBuilder/Resources/link.png new file mode 100644 index 0000000..0b59a22 Binary files /dev/null and b/EduNetworkBuilder/Resources/link.png differ diff --git a/EduNetworkBuilder/Resources/select.png b/EduNetworkBuilder/Resources/select.png new file mode 100644 index 0000000..de13c8a Binary files /dev/null and b/EduNetworkBuilder/Resources/select.png differ