Added new puzzle: VPN Woes. Two networks using the same IP Addresses cannot communicate with each other.

This commit is contained in:
Tim Young 2015-08-01 12:17:12 -06:00
parent 3e0222579f
commit 54e63f354c
4 changed files with 1265 additions and 9 deletions

View File

@ -233,6 +233,7 @@
<None Include="Resources\Level2_FirewallDemo.enbx" />
<None Include="Resources\Level2_Not_Working.enbx" />
<None Include="Resources\Level2_VPN_Demo.enbx" />
<None Include="Resources\Level2_VPN_woes.enbx" />
<None Include="Resources\Level3_BlackHole.enbx" />
<None Include="Resources\Level3_Busted.enbx" />
<None Include="Resources\Level3_Dead.enbx" />

View File

@ -116,12 +116,12 @@ namespace EduNetworkBuilder.Properties {
}
/// <summary>
/// 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;}}
/// Looks up a localized string similar to {\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. [rest of string was truncated]&quot;;.
///\b0 EduNetworkBuilder is meant to represent fairly truthfully how a network functions while removing [rest of string was truncated]&quot;;.
/// </summary>
internal static string Help {
get {
@ -449,6 +449,16 @@ namespace EduNetworkBuilder.Properties {
}
}
/// <summary>
/// Looks up a localized resource of type System.Byte[].
/// </summary>
internal static byte[] Level2_VPN_woes {
get {
object obj = ResourceManager.GetObject("Level2_VPN_woes", resourceCulture);
return ((byte[])(obj));
}
}
/// <summary>
/// Looks up a localized resource of type System.Byte[].
/// </summary>
@ -662,13 +672,13 @@ namespace EduNetworkBuilder.Properties {
/// <summary>
/// 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 &quot;needs link to&quot; 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]&quot;;.
///\pard\sa200\sl276\slmult1\f0\fs22\lang9 Version 1.0.17 \par
///* Added more help\par
///* Much progress made in preparing for a French translation\par
///* Added more to help\par
///* Removed edit -&gt; cut, paste, copy, undo. They never did anything. So why have them?\par
///* Save box starts in the directory of the file we opened (if we have one)\par
///Version 1.0.16 07/18/20 [rest of string was truncated]&quot;;.
/// </summary>
internal static string ReleaseNotes {
get {

View File

@ -331,4 +331,7 @@
<data name="Level3_EncryptionTroubles" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>..\Resources\Level3_EncryptionTroubles.enbx;System.Byte[], mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</data>
<data name="Level2_VPN_woes" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>..\Resources\Level2_VPN_woes.enbx;System.Byte[], mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</data>
</root>

File diff suppressed because it is too large Load Diff