From 6583bc86bb79de759c6d2ecc33f8c5bbbaf9fea7 Mon Sep 17 00:00:00 2001 From: Tim Young Date: Mon, 19 Mar 2018 11:55:28 -0500 Subject: [PATCH] Adding a few puzzles. Level1. Practice 1-7. --- EduNetworkBuilder/EduNetworkBuilder.csproj | 7 + EduNetworkBuilder/NB.cs | 2 + .../Properties/Resources.Designer.cs | 70 + EduNetworkBuilder/Properties/Resources.resx | 21 + .../Resources/Level1_Practice1.enbx | 4201 ++++++++++++++++ .../Resources/Level1_Practice2.enbx | 4202 ++++++++++++++++ .../Resources/Level1_Practice3.enbx | 4196 ++++++++++++++++ .../Resources/Level1_Practice4.enbx | 4195 ++++++++++++++++ .../Resources/Level1_Practice5.enbx | 4184 ++++++++++++++++ .../Resources/Level1_Practice6.enbx | 4177 +++++++++++++++ .../Resources/Level1_Practice7.enbx | 4461 +++++++++++++++++ EduNetworkBuilder/Resources/ReleaseNotes.rtf | 149 +- 12 files changed, 29791 insertions(+), 74 deletions(-) create mode 100644 EduNetworkBuilder/Resources/Level1_Practice1.enbx create mode 100644 EduNetworkBuilder/Resources/Level1_Practice2.enbx create mode 100644 EduNetworkBuilder/Resources/Level1_Practice3.enbx create mode 100644 EduNetworkBuilder/Resources/Level1_Practice4.enbx create mode 100644 EduNetworkBuilder/Resources/Level1_Practice5.enbx create mode 100644 EduNetworkBuilder/Resources/Level1_Practice6.enbx create mode 100644 EduNetworkBuilder/Resources/Level1_Practice7.enbx diff --git a/EduNetworkBuilder/EduNetworkBuilder.csproj b/EduNetworkBuilder/EduNetworkBuilder.csproj index bc4021e..8c53146 100644 --- a/EduNetworkBuilder/EduNetworkBuilder.csproj +++ b/EduNetworkBuilder/EduNetworkBuilder.csproj @@ -303,6 +303,13 @@ + + + + + + + diff --git a/EduNetworkBuilder/NB.cs b/EduNetworkBuilder/NB.cs index 66d7ef5..7cce9e4 100644 --- a/EduNetworkBuilder/NB.cs +++ b/EduNetworkBuilder/NB.cs @@ -73,6 +73,8 @@ namespace EduNetworkBuilder Level0_PacketCorruption1, Level0_PacketCorruption2, Level0_Traceroute, Level1_AddingDevices, Level1_MidDHCP, Level1_OneNetTwoSubnets, Level1_DuplicateIPs, Level0_NetworkLoop, Level1_DuplicateMAC, Level1_BadNetmask, Level1_VPNTraceroute, + Level1_Practice1, Level1_Practice2, Level1_Practice3, Level1_Practice4, Level1_Practice5, + Level1_Practice6, Level1_Practice7, Level2_FirewallDemo, Level1_OneNetTwoSubnets2, Level2_VPN_Demo, Level2_Bad_VPN_IP, Level2_Bad_Encryption, Level2_Bad_Route, Level2_Blast_From_Past, Level2_Not_Working, Level2_Build_A_VPN, Level2_Connect_The_Dots, Level2_VPN_woes, Level2_FirewallTest2, Level2_CannotConnect, diff --git a/EduNetworkBuilder/Properties/Resources.Designer.cs b/EduNetworkBuilder/Properties/Resources.Designer.cs index cb3fc5c..cf50a2a 100644 --- a/EduNetworkBuilder/Properties/Resources.Designer.cs +++ b/EduNetworkBuilder/Properties/Resources.Designer.cs @@ -541,6 +541,76 @@ namespace EduNetworkBuilder.Properties { } } + /// + /// Looks up a localized resource of type System.Byte[]. + /// + internal static byte[] Level1_Practice1 { + get { + object obj = ResourceManager.GetObject("Level1_Practice1", resourceCulture); + return ((byte[])(obj)); + } + } + + /// + /// Looks up a localized resource of type System.Byte[]. + /// + internal static byte[] Level1_Practice2 { + get { + object obj = ResourceManager.GetObject("Level1_Practice2", resourceCulture); + return ((byte[])(obj)); + } + } + + /// + /// Looks up a localized resource of type System.Byte[]. + /// + internal static byte[] Level1_Practice3 { + get { + object obj = ResourceManager.GetObject("Level1_Practice3", resourceCulture); + return ((byte[])(obj)); + } + } + + /// + /// Looks up a localized resource of type System.Byte[]. + /// + internal static byte[] Level1_Practice4 { + get { + object obj = ResourceManager.GetObject("Level1_Practice4", resourceCulture); + return ((byte[])(obj)); + } + } + + /// + /// Looks up a localized resource of type System.Byte[]. + /// + internal static byte[] Level1_Practice5 { + get { + object obj = ResourceManager.GetObject("Level1_Practice5", resourceCulture); + return ((byte[])(obj)); + } + } + + /// + /// Looks up a localized resource of type System.Byte[]. + /// + internal static byte[] Level1_Practice6 { + get { + object obj = ResourceManager.GetObject("Level1_Practice6", resourceCulture); + return ((byte[])(obj)); + } + } + + /// + /// Looks up a localized resource of type System.Byte[]. + /// + internal static byte[] Level1_Practice7 { + get { + object obj = ResourceManager.GetObject("Level1_Practice7", resourceCulture); + return ((byte[])(obj)); + } + } + /// /// Looks up a localized resource of type System.Byte[]. /// diff --git a/EduNetworkBuilder/Properties/Resources.resx b/EduNetworkBuilder/Properties/Resources.resx index 2df6687..990d10d 100644 --- a/EduNetworkBuilder/Properties/Resources.resx +++ b/EduNetworkBuilder/Properties/Resources.resx @@ -523,4 +523,25 @@ ..\Resources\Level5_LineOfSight.enbx;System.Byte[], mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + ..\Resources\Level1_Practice1.enbx;System.Byte[], mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + ..\Resources\Level1_Practice2.enbx;System.Byte[], mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + ..\Resources\Level1_Practice3.enbx;System.Byte[], mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + ..\Resources\Level1_Practice4.enbx;System.Byte[], mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + ..\Resources\Level1_Practice5.enbx;System.Byte[], mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + ..\Resources\Level1_Practice6.enbx;System.Byte[], mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + ..\Resources\Level1_Practice7.enbx;System.Byte[], mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + \ No newline at end of file diff --git a/EduNetworkBuilder/Resources/Level1_Practice1.enbx b/EduNetworkBuilder/Resources/Level1_Practice1.enbx new file mode 100644 index 0000000..0be21cd --- /dev/null +++ b/EduNetworkBuilder/Resources/Level1_Practice1.enbx @@ -0,0 +1,4201 @@ + + + + + + Practice1 + + 1024 + 1024 + 60 + host + 1 + 21 + 503 + none + True + False + + firewall0 + 60 + 175 + 670,200 + firewall + False + False + + 192.168.5.1 + 0.0.0.0 + 0.0.0.0 + gw + + + lo + lo0 + + 175 + 176 + firewall0 + lo0 + + lo + 176 + False + + lo0 + + 127.0.0.1 + 255.0.0.0 + 0.0.0.0 + ip + + Untagged + + + + wan + wan0 + + 175 + 179 + firewall0 + wan0 + + wan + 179 + False + + wan0 + + 192.168.5.2 + 255.255.255.0 + 0.0.0.0 + ip + + Untagged + + + + eth + eth0 + + 175 + 177 + firewall0 + eth0 + + eth + 177 + False + + eth0 + + 192.168.1.1 + 255.255.255.0 + 0.0.0.0 + ip + + Untagged + + + + eth + eth1 + + 175 + 178 + firewall0 + eth1 + + eth + 178 + False + + eth1 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + Untagged + + + + + google.com + 60 + 190 + 330,50 + server + False + False + + 8.8.8.1 + 0.0.0.0 + 0.0.0.0 + gw + + + lo + lo0 + + 190 + 191 + server0 + lo0 + + lo + 191 + False + + lo0 + + 127.0.0.1 + 255.0.0.0 + 0.0.0.0 + ip + + Untagged + + + + eth + eth0 + + 190 + 192 + server0 + eth0 + + eth + 192 + False + + eth0 + + 8.8.8.8 + 255.255.255.0 + 0.0.0.0 + ip + + Untagged + + + + + laptop0 + 60 + 410 + 30,560 + laptop + False + False + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + gw + + + lo + lo0 + + 410 + 411 + laptop0 + lo0 + + lo + 411 + False + + + + lo0 + + 127.0.0.1 + 255.0.0.0 + 0.0.0.0 + ip + + Untagged + + + + eth + eth0 + + 410 + 412 + laptop0 + eth0 + + eth + 412 + True + + + + eth0 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + Untagged + + + + wlan + wlan2 + + 410 + 413 + laptop0 + wlan2 + + wlan + 413 + True + + + + wlan2 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + Untagged + + + + + laptop1 + 60 + 436 + 30,410 + laptop + False + False + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + gw + + + lo + lo0 + + 436 + 437 + laptop1 + lo0 + + lo + 437 + False + + + + lo0 + + 127.0.0.1 + 255.0.0.0 + 0.0.0.0 + ip + + Untagged + + + + eth + eth0 + + 436 + 438 + laptop1 + eth0 + + eth + 438 + False + + + + eth0 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + Untagged + + + + wlan + wlan2 + + 436 + 439 + laptop1 + wlan2 + + wlan + 439 + True + WirelessKey + LAN + + wlan2 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + Untagged + + + + + net_switch0 + 60 + 132 + 180,790 + 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 + + Untagged + + + + management_interface + management_interface0 + + 132 + 134 + net_switch0 + management_interface0 + + management_interface + 134 + False + + management_interface0 + + 192.168.1.13 + 255.255.255.0 + 0.0.0.0 + ip + + Untagged + + + + port + port1 + + 132 + 135 + net_switch0 + port1 + + port + 135 + False + + port1 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + Untagged + + + + port + port2 + + 132 + 136 + net_switch0 + port2 + + port + 136 + False + + port2 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + Untagged + + + + port + port3 + + 132 + 137 + net_switch0 + port3 + + port + 137 + False + + port3 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + Untagged + + + + port + port4 + + 132 + 138 + net_switch0 + port4 + + port + 138 + False + + port4 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + Untagged + + + + port + port5 + + 132 + 139 + net_switch0 + port5 + + port + 139 + False + + port5 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + Untagged + + + + port + port6 + + 132 + 140 + net_switch0 + port6 + + port + 140 + False + + port6 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + Untagged + + + + port + port7 + + 132 + 141 + net_switch0 + port7 + + port + 141 + False + + port7 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + Untagged + + + + + net_switch1 + 60 + 142 + 670,510 + net_switch + False + False + + 192.168.1.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 + + Untagged + + + + management_interface + management_interface0 + + 142 + 144 + net_switch1 + management_interface0 + + management_interface + 144 + False + + management_interface0 + + 192.168.1.11 + 255.255.255.0 + 0.0.0.0 + ip + + Untagged + + + + port + port1 + + 142 + 145 + net_switch1 + port1 + + port + 145 + False + + port1 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + Untagged + + + + port + port2 + + 142 + 146 + net_switch1 + port2 + + port + 146 + False + + port2 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + Untagged + + + + port + port3 + + 142 + 147 + net_switch1 + port3 + + port + 147 + False + + port3 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + Untagged + + + + port + port4 + + 142 + 148 + net_switch1 + port4 + + port + 148 + False + + port4 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + Untagged + + + + port + port5 + + 142 + 149 + net_switch1 + port5 + + port + 149 + False + + port5 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + Untagged + + + + port + port6 + + 142 + 150 + net_switch1 + port6 + + port + 150 + False + + port6 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + Untagged + + + + port + port7 + + 142 + 151 + net_switch1 + port7 + + port + 151 + False + + port7 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + Untagged + + + + + net_switch2 + 60 + 283 + 670,270 + net_switch + False + False + + 192.168.1.1 + 0.0.0.0 + 0.0.0.0 + gw + + + lo + lo0 + + 283 + 284 + net_switch2 + lo0 + + lo + 284 + False + + lo0 + + 127.0.0.1 + 255.0.0.0 + 0.0.0.0 + ip + + Untagged + + + + management_interface + management_interface0 + + 283 + 285 + net_switch2 + management_interface0 + + management_interface + 285 + False + + management_interface0 + + 192.168.1.10 + 255.255.255.0 + 0.0.0.0 + ip + + Untagged + + + + port + port1 + + 283 + 286 + net_switch2 + port1 + + port + 286 + False + + port1 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + Untagged + + + + port + port2 + + 283 + 287 + net_switch2 + port2 + + port + 287 + False + + port2 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + Untagged + + + + port + port3 + + 283 + 288 + net_switch2 + port3 + + port + 288 + False + + port3 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + Untagged + + + + port + port4 + + 283 + 289 + net_switch2 + port4 + + port + 289 + False + + port4 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + Untagged + + + + port + port5 + + 283 + 290 + net_switch2 + port5 + + port + 290 + False + + port5 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + Untagged + + + + port + port6 + + 283 + 291 + net_switch2 + port6 + + port + 291 + False + + port6 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + Untagged + + + + port + port7 + + 283 + 292 + net_switch2 + port7 + + port + 292 + False + + port7 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + Untagged + + + + + net_switch3 + 60 + 388 + 180,230 + net_switch + False + False + + 192.168.1.1 + 0.0.0.0 + 0.0.0.0 + gw + + + lo + lo0 + + 388 + 389 + net_switch3 + lo0 + + lo + 389 + False + + + + lo0 + + 127.0.0.1 + 255.0.0.0 + 0.0.0.0 + ip + + Untagged + + + + management_interface + management_interface0 + + 388 + 390 + net_switch3 + management_interface0 + + management_interface + 390 + False + + + + management_interface0 + + 192.168.1.12 + 255.255.255.0 + 0.0.0.0 + ip + + Untagged + + + + port + port1 + + 388 + 391 + net_switch3 + port1 + + port + 391 + False + + + + port1 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + Untagged + + + + port + port2 + + 388 + 392 + net_switch3 + port2 + + port + 392 + False + + + + port2 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + Untagged + + + + port + port3 + + 388 + 393 + net_switch3 + port3 + + port + 393 + False + + + + port3 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + Untagged + + + + port + port4 + + 388 + 394 + net_switch3 + port4 + + port + 394 + False + + + + port4 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + Untagged + + + + port + port5 + + 388 + 395 + net_switch3 + port5 + + port + 395 + False + + + + port5 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + Untagged + + + + port + port6 + + 388 + 396 + net_switch3 + port6 + + port + 396 + False + + + + port6 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + Untagged + + + + port + port7 + + 388 + 397 + net_switch3 + port7 + + port + 397 + False + + + + port7 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + Untagged + + + + + net_switch4 + 60 + 467 + 180,510 + net_switch + False + False + + 192.168.1.1 + 0.0.0.0 + 0.0.0.0 + gw + + + lo + lo0 + + 467 + 468 + net_switch4 + lo0 + + lo + 468 + False + + + + lo0 + + 127.0.0.1 + 255.0.0.0 + 0.0.0.0 + ip + + Untagged + + + + management_interface + management_interface0 + + 467 + 469 + net_switch4 + management_interface0 + + management_interface + 469 + False + + + + management_interface0 + + 192.168.1.14 + 255.255.255.0 + 0.0.0.0 + ip + + Untagged + + + + port + port1 + + 467 + 470 + net_switch4 + port1 + + port + 470 + False + + + + port1 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + Untagged + + + + port + port2 + + 467 + 471 + net_switch4 + port2 + + port + 471 + False + + + + port2 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + Untagged + + + + port + port3 + + 467 + 472 + net_switch4 + port3 + + port + 472 + False + + + + port3 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + Untagged + + + + port + port4 + + 467 + 473 + net_switch4 + port4 + + port + 473 + False + + + + port4 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + Untagged + + + + port + port5 + + 467 + 474 + net_switch4 + port5 + + port + 474 + False + + + + port5 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + Untagged + + + + port + port6 + + 467 + 475 + net_switch4 + port6 + + port + 475 + False + + + + port6 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + Untagged + + + + port + port7 + + 467 + 476 + net_switch4 + port7 + + port + 476 + False + + + + port7 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + Untagged + + + + + net_switch5 + 60 + 477 + 670,790 + net_switch + False + False + + 192.168.1.11 + 0.0.0.0 + 0.0.0.0 + gw + + + lo + lo0 + + 477 + 478 + net_switch5 + lo0 + + lo + 478 + False + + + + lo0 + + 127.0.0.1 + 255.0.0.0 + 0.0.0.0 + ip + + Untagged + + + + management_interface + management_interface0 + + 477 + 479 + net_switch5 + management_interface0 + + management_interface + 479 + False + + + + management_interface0 + + 192.168.1.15 + 255.255.255.0 + 0.0.0.0 + ip + + Untagged + + + + port + port1 + + 477 + 480 + net_switch5 + port1 + + port + 480 + False + + + + port1 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + Untagged + + + + port + port2 + + 477 + 481 + net_switch5 + port2 + + port + 481 + False + + + + port2 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + Untagged + + + + port + port3 + + 477 + 482 + net_switch5 + port3 + + port + 482 + False + + + + port3 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + Untagged + + + + port + port4 + + 477 + 483 + net_switch5 + port4 + + port + 483 + False + + + + port4 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + Untagged + + + + port + port5 + + 477 + 484 + net_switch5 + port5 + + port + 484 + False + + + + port5 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + Untagged + + + + port + port6 + + 477 + 485 + net_switch5 + port6 + + port + 485 + False + + + + port6 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + Untagged + + + + port + port7 + + 477 + 486 + net_switch5 + port7 + + port + 486 + False + + + + port7 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + Untagged + + + + + pc0 + 60 + 109 + 40,660 + pc + False + False + + 192.168.1.1 + 0.0.0.0 + 0.0.0.0 + gw + + + lo + lo0 + + 109 + 110 + pc0 + lo0 + + lo + 110 + False + + lo0 + + 127.0.0.1 + 255.0.0.0 + 0.0.0.0 + ip + + Untagged + + + + eth + eth0 + + 109 + 111 + pc0 + eth0 + + eth + 111 + False + + eth0 + + 192.168.1.22 + 255.255.255.0 + 0.0.0.0 + ip + + Untagged + + + + + pc1 + 60 + 112 + 40,780 + pc + False + False + + 192.168.1.1 + 0.0.0.0 + 0.0.0.0 + gw + + + lo + lo0 + + 112 + 113 + pc1 + lo0 + + lo + 113 + False + + lo0 + + 127.0.0.1 + 255.0.0.0 + 0.0.0.0 + ip + + Untagged + + + + eth + eth0 + + 112 + 114 + pc1 + eth0 + + eth + 114 + False + + eth0 + + 192.168.1.23 + 255.255.255.0 + 0.0.0.0 + ip + + Untagged + + + + + pc2 + 60 + 115 + 820,510 + pc + False + False + + 192.168.1.1 + 0.0.0.0 + 0.0.0.0 + gw + + + lo + lo0 + + 115 + 116 + pc2 + lo0 + + lo + 116 + False + + lo0 + + 127.0.0.1 + 255.0.0.0 + 0.0.0.0 + ip + + Untagged + + + + eth + eth0 + + 115 + 117 + pc2 + eth0 + + eth + 117 + False + + eth0 + + 192.168.1.20 + 255.255.255.0 + 0.0.0.0 + ip + + Untagged + + + + + pc3 + 60 + 118 + 820,790 + pc + False + False + + 192.168.1.1 + 0.0.0.0 + 0.0.0.0 + gw + + + lo + lo0 + + 118 + 119 + pc3 + lo0 + + lo + 119 + False + + lo0 + + 127.0.0.1 + 255.0.0.0 + 0.0.0.0 + ip + + Untagged + + + + eth + eth0 + + 118 + 120 + pc3 + eth0 + + eth + 120 + False + + eth0 + + 192.168.1.21 + 255.255.255.0 + 0.0.0.0 + ip + + Untagged + + + + + pc4 + 60 + 398 + 30,200 + pc + False + False + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + gw + + + lo + lo0 + + 398 + 399 + pc4 + lo0 + + lo + 399 + False + + + + lo0 + + 127.0.0.1 + 255.0.0.0 + 0.0.0.0 + ip + + Untagged + + + + eth + eth0 + + 398 + 400 + pc4 + eth0 + + eth + 400 + True + + + + eth0 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + Untagged + + + + + pc5 + 60 + 401 + 20,310 + pc + False + False + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + gw + + + lo + lo0 + + 401 + 402 + pc5 + lo0 + + lo + 402 + False + + + + lo0 + + 127.0.0.1 + 255.0.0.0 + 0.0.0.0 + ip + + Untagged + + + + eth + eth0 + + 401 + 403 + pc5 + eth0 + + eth + 403 + True + + + + eth0 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + Untagged + + + + + pc6 + 60 + 404 + 820,360 + pc + False + False + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + gw + + + lo + lo0 + + 404 + 405 + pc6 + lo0 + + lo + 405 + False + + + + lo0 + + 127.0.0.1 + 255.0.0.0 + 0.0.0.0 + ip + + Untagged + + + + eth + eth0 + + 404 + 406 + pc6 + eth0 + + eth + 406 + True + + + + eth0 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + Untagged + + + + + pc7 + 60 + 407 + 820,650 + pc + False + False + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + gw + + + lo + lo0 + + 407 + 408 + pc7 + lo0 + + lo + 408 + False + + + + lo0 + + 127.0.0.1 + 255.0.0.0 + 0.0.0.0 + ip + + Untagged + + + + eth + eth0 + + 407 + 409 + pc7 + eth0 + + eth + 409 + True + + + + eth0 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + Untagged + + + + + router0 + 60 + 182 + 670,50 + router + False + False + + 192.168.7.1 + 0.0.0.0 + 0.0.0.0 + gw + + + lo + lo0 + + 182 + 183 + router0 + lo0 + + lo + 183 + False + + lo0 + + 127.0.0.1 + 255.0.0.0 + 0.0.0.0 + ip + + Untagged + + + + eth + eth0 + + 182 + 184 + router0 + eth0 + + eth + 184 + False + + eth0 + + 192.168.5.1 + 255.255.255.0 + 0.0.0.0 + ip + + Untagged + + + + eth + eth1 + + 182 + 185 + router0 + eth1 + + eth + 185 + False + + eth1 + + 192.168.7.2 + 255.255.255.0 + 0.0.0.0 + ip + + Untagged + + + + + router1 + 60 + 186 + 510,50 + router + False + False + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + gw + + + lo + lo0 + + 186 + 187 + router1 + lo0 + + lo + 187 + False + + lo0 + + 127.0.0.1 + 255.0.0.0 + 0.0.0.0 + ip + + Untagged + + + + eth + eth0 + + 186 + 188 + router1 + eth0 + + eth + 188 + False + + eth0 + + 8.8.8.1 + 255.255.255.0 + 0.0.0.0 + ip + + Untagged + + + + eth + eth1 + + 186 + 189 + router1 + eth1 + + eth + 189 + False + + eth1 + + 192.168.7.1 + 255.255.255.0 + 0.0.0.0 + ip + + Untagged + + + + 192.168.5.0 + 255.255.255.0 + 192.168.7.2 + route + + + + server0 + 60 + 302 + 826,209 + server + False + True + + 192.168.1.1 + 0.0.0.0 + 0.0.0.0 + gw + + + lo + lo0 + + 302 + 303 + server0 + lo0 + + lo + 303 + False + + lo0 + + 127.0.0.1 + 255.0.0.0 + 0.0.0.0 + ip + + Untagged + + + + eth + eth0 + + 302 + 304 + server0 + eth0 + + eth + 304 + False + + eth0 + + 192.168.1.2 + 255.255.255.0 + 0.0.0.0 + ip + + Untagged + + + + 127.0.0.1 + 0.0.0.0 + 0.0.0.0 + route + + + 192.168.1.2 + 192.168.1.50 + 192.168.1.70 + route + + + + server1 + 60 + 495 + 100,350 + server + False + False + + 192.168.1.1 + 0.0.0.0 + 0.0.0.0 + gw + + + lo + lo0 + + 495 + 496 + server1 + lo0 + + lo + 496 + False + + + + lo0 + + 127.0.0.1 + 255.0.0.0 + 0.0.0.0 + ip + + Untagged + + + + eth + eth0 + + 495 + 497 + server1 + eth0 + + eth + 497 + False + + + + eth0 + + 192.168.1.3 + 255.255.255.0 + 0.0.0.0 + ip + + Untagged + + + + + tree0 + 60 + 100 + 350,760 + tree + False + False + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + gw + + + lo + lo0 + + 100 + 101 + tree0 + lo0 + + lo + 101 + False + + lo0 + + 127.0.0.1 + 255.0.0.0 + 0.0.0.0 + ip + + Untagged + + + + eth + eth0 + + 100 + 102 + tree0 + eth0 + + eth + 102 + False + + eth0 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + Untagged + + + + + tree1 + 60 + 103 + 390,610 + tree + False + False + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + gw + + + lo + lo0 + + 103 + 104 + tree1 + lo0 + + lo + 104 + False + + lo0 + + 127.0.0.1 + 255.0.0.0 + 0.0.0.0 + ip + + Untagged + + + + eth + eth0 + + 103 + 105 + tree1 + eth0 + + eth + 105 + False + + eth0 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + Untagged + + + + + tree10 + 60 + 361 + 530,570 + tree + False + False + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + gw + + + lo + lo0 + + 361 + 362 + tree10 + lo0 + + lo + 362 + False + + + + lo0 + + 127.0.0.1 + 255.0.0.0 + 0.0.0.0 + ip + + Untagged + + + + eth + eth0 + + 361 + 363 + tree10 + eth0 + + eth + 363 + False + + + + eth0 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + Untagged + + + + + tree11 + 60 + 364 + 510,840 + tree + False + False + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + gw + + + lo + lo0 + + 364 + 365 + tree11 + lo0 + + lo + 365 + False + + + + lo0 + + 127.0.0.1 + 255.0.0.0 + 0.0.0.0 + ip + + Untagged + + + + eth + eth0 + + 364 + 366 + tree11 + eth0 + + eth + 366 + False + + + + eth0 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + Untagged + + + + + tree12 + 60 + 367 + 580,210 + tree + False + False + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + gw + + + lo + lo0 + + 367 + 368 + tree12 + lo0 + + lo + 368 + False + + + + lo0 + + 127.0.0.1 + 255.0.0.0 + 0.0.0.0 + ip + + Untagged + + + + eth + eth0 + + 367 + 369 + tree12 + eth0 + + eth + 369 + False + + + + eth0 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + Untagged + + + + + tree13 + 60 + 370 + 260,210 + tree + False + False + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + gw + + + lo + lo0 + + 370 + 371 + tree13 + lo0 + + lo + 371 + False + + + + lo0 + + 127.0.0.1 + 255.0.0.0 + 0.0.0.0 + ip + + Untagged + + + + eth + eth0 + + 370 + 372 + tree13 + eth0 + + eth + 372 + False + + + + eth0 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + Untagged + + + + + tree14 + 60 + 373 + 590,390 + tree + False + False + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + gw + + + lo + lo0 + + 373 + 374 + tree14 + lo0 + + lo + 374 + False + + + + lo0 + + 127.0.0.1 + 255.0.0.0 + 0.0.0.0 + ip + + Untagged + + + + eth + eth0 + + 373 + 375 + tree14 + eth0 + + eth + 375 + False + + + + eth0 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + Untagged + + + + + tree15 + 60 + 376 + 260,380 + tree + False + False + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + gw + + + lo + lo0 + + 376 + 377 + tree15 + lo0 + + lo + 377 + False + + + + lo0 + + 127.0.0.1 + 255.0.0.0 + 0.0.0.0 + ip + + Untagged + + + + eth + eth0 + + 376 + 378 + tree15 + eth0 + + eth + 378 + False + + + + eth0 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + Untagged + + + + + tree2 + 60 + 106 + 470,720 + tree + False + False + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + gw + + + lo + lo0 + + 106 + 107 + tree2 + lo0 + + lo + 107 + False + + lo0 + + 127.0.0.1 + 255.0.0.0 + 0.0.0.0 + ip + + Untagged + + + + eth + eth0 + + 106 + 108 + tree2 + eth0 + + eth + 108 + False + + eth0 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + Untagged + + + + + tree3 + 60 + 225 + 320,660 + tree + False + False + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + gw + + + lo + lo0 + + 225 + 226 + tree3 + lo0 + + lo + 226 + False + + lo0 + + 127.0.0.1 + 255.0.0.0 + 0.0.0.0 + ip + + Untagged + + + + eth + eth0 + + 225 + 227 + tree3 + eth0 + + eth + 227 + False + + eth0 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + Untagged + + + + + tree4 + 60 + 228 + 510,650 + tree + False + False + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + gw + + + lo + lo0 + + 228 + 229 + tree4 + lo0 + + lo + 229 + False + + lo0 + + 127.0.0.1 + 255.0.0.0 + 0.0.0.0 + ip + + Untagged + + + + eth + eth0 + + 228 + 230 + tree4 + eth0 + + eth + 230 + False + + eth0 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + Untagged + + + + + tree5 + 60 + 314 + 360,300 + tree + False + False + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + gw + + + lo + lo0 + + 314 + 315 + tree5 + lo0 + + lo + 315 + False + + lo0 + + 127.0.0.1 + 255.0.0.0 + 0.0.0.0 + ip + + Untagged + + + + eth + eth0 + + 314 + 316 + tree5 + eth0 + + eth + 316 + False + + eth0 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + Untagged + + + + + tree6 + 60 + 317 + 470,290 + tree + False + False + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + gw + + + lo + lo0 + + 317 + 318 + tree6 + lo0 + + lo + 318 + False + + lo0 + + 127.0.0.1 + 255.0.0.0 + 0.0.0.0 + ip + + Untagged + + + + eth + eth0 + + 317 + 319 + tree6 + eth0 + + eth + 319 + False + + eth0 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + Untagged + + + + + tree7 + 60 + 320 + 370,430 + tree + False + False + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + gw + + + lo + lo0 + + 320 + 321 + tree7 + lo0 + + lo + 321 + False + + lo0 + + 127.0.0.1 + 255.0.0.0 + 0.0.0.0 + ip + + Untagged + + + + eth + eth0 + + 320 + 322 + tree7 + eth0 + + eth + 322 + False + + eth0 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + Untagged + + + + + tree8 + 60 + 323 + 450,410 + tree + False + False + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + gw + + + lo + lo0 + + 323 + 324 + tree8 + lo0 + + lo + 324 + False + + lo0 + + 127.0.0.1 + 255.0.0.0 + 0.0.0.0 + ip + + Untagged + + + + eth + eth0 + + 323 + 325 + tree8 + eth0 + + eth + 325 + False + + eth0 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + Untagged + + + + + tree9 + 60 + 358 + 300,570 + tree + False + False + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + gw + + + lo + lo0 + + 358 + 359 + tree9 + lo0 + + lo + 359 + False + + + + lo0 + + 127.0.0.1 + 255.0.0.0 + 0.0.0.0 + ip + + Untagged + + + + eth + eth0 + + 358 + 360 + tree9 + eth0 + + eth + 360 + False + + + + eth0 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + Untagged + + + + + + 175 + 179 + firewall0 + wan0 + + + 182 + 184 + router0 + eth0 + + firewall0_link_router0 + normal + 247 + + + + 190 + 192 + server0 + eth0 + + + 186 + 188 + router1 + eth0 + + google.com_link_router1 + normal + 193 + + + + 410 + 412 + laptop0 + eth0 + + + 467 + 470 + net_switch4 + port1 + + laptop0_link_net_switch4 + normal + 493 + + + + 436 + 438 + laptop1 + eth0 + + + 467 + 471 + net_switch4 + port2 + + laptop1_link_net_switch4 + normal + 494 + + + + 132 + 140 + net_switch0 + port6 + + + 467 + 476 + net_switch4 + port7 + + net_switch0_link_net_switch4 + normal + 489 + + + + 132 + 141 + net_switch0 + port7 + + + 477 + 485 + net_switch5 + port6 + + net_switch0_link_net_switch5 + normal + 488 + + + + 142 + 150 + net_switch1 + port6 + + + 283 + 292 + net_switch2 + port7 + + net_switch1_link_net_switch2 + normal + 294 + + + + 142 + 151 + net_switch1 + port7 + + + 477 + 486 + net_switch5 + port7 + + net_switch1_link_net_switch5 + normal + 487 + + + + 283 + 286 + net_switch2 + port1 + + + 175 + 177 + firewall0 + eth0 + + net_switch2_link_firewall0 + normal + 296 + + + + 283 + 287 + net_switch2 + port2 + + + 302 + 304 + server0 + eth0 + + net_switch2_link_server0 + normal + 306 + + + + 467 + 475 + net_switch4 + port6 + + + 388 + 397 + net_switch3 + port7 + + net_switch4_link_net_switch3 + normal + 490 + + + + 477 + 481 + net_switch5 + port2 + + + 118 + 120 + pc3 + eth0 + + net_switch5_link_pc3 + normal + 492 + + + + 477 + 480 + net_switch5 + port1 + + + 407 + 409 + pc7 + eth0 + + net_switch5_link_pc7 + normal + 491 + + + + 109 + 111 + pc0 + eth0 + + + 132 + 136 + net_switch0 + port2 + + pc0_link_net_switch0 + normal + 171 + + + + 112 + 114 + pc1 + eth0 + + + 132 + 137 + net_switch0 + port3 + + pc1_link_net_switch0 + normal + 173 + + + + 115 + 117 + pc2 + eth0 + + + 142 + 145 + net_switch1 + port1 + + pc2_link_net_switch1 + normal + 163 + + + + 398 + 400 + pc4 + eth0 + + + 388 + 391 + net_switch3 + port1 + + pc4_link_net_switch3 + normal + 429 + + + + 401 + 403 + pc5 + eth0 + + + 388 + 392 + net_switch3 + port2 + + pc5_link_net_switch3 + normal + 431 + + + + 182 + 185 + router0 + eth1 + + + 186 + 189 + router1 + eth1 + + router0_link_router1 + normal + 249 + + + + 495 + 497 + server1 + eth0 + + + 388 + 396 + net_switch3 + port6 + + server1_link_net_switch3 + normal + 498 + + + + 283 + 288 + net_switch2 + port3 + + + 404 + 406 + pc6 + eth0 + + net_switch2_link_pc6 + broken + 502 + + + pc6 + server0 + SuccessfullyPings + + + pc6 + google.com + SuccessfullyPings + + Link + + Grass + rectangle + 3, 7, 1013, 1004 + LightGreen + LightGreen + + + LeftBldg + rectangle + 20, 170, 250, 700 + SaddleBrown + SaddleBrown + + + RightBldg + rectangle + 650, 170, 250, 700 + SaddleBrown + SaddleBrown + + + LB_RWall + rectangle + 255, 170, 15, 700 + Gray + Gray + + + RB_RWall + rectangle + 650, 170, 15, 700 + Gray + Gray + + + LB_TWall + rectangle + 20, 170, 15, 700 + Gray + Gray + + + RB_TWall + rectangle + 885, 170, 15, 700 + Gray + Gray + + + LB_BWall + rectangle + 20, 870, 250, 15 + Gray + Gray + + + RB_BWall + rectangle + 650, 870, 250, 15 + Gray + Gray + + + LB_LWall + rectangle + 20, 170, 250, 15 + Gray + Gray + + + RB_LWall + rectangle + 650, 170, 250, 15 + Gray + Gray + + + CenterCement + rectangle + 326, 200, 262, 377 + Gray + Gray + + + CenterPark + rectangle + 359, 270, 188, 247 + LightGreen + LightGreen + + + LWindow + rectangle + 260, 500, 5, 100 + Blue + Blue + + + R_Window + rectangle + 655, 500, 5, 100 + Blue + Blue + + + LSidewalk + rectangle + 255, 300, 100, 80 + Gray + Gray + + + RSidewalk + rectangle + 550, 300, 100, 80 + Gray + Gray + + + LDoor + rectangle + 255, 300, 10, 80 + SaddleBrown + SaddleBrown + + + RDoor + rectangle + 655, 300, 10, 80 + SaddleBrown + SaddleBrown + + Default + + \ No newline at end of file diff --git a/EduNetworkBuilder/Resources/Level1_Practice2.enbx b/EduNetworkBuilder/Resources/Level1_Practice2.enbx new file mode 100644 index 0000000..433260c --- /dev/null +++ b/EduNetworkBuilder/Resources/Level1_Practice2.enbx @@ -0,0 +1,4202 @@ + + + + + + Practice2 + + 1024 + 1024 + 60 + host + 1 + 22 + 502 + none + True + False + + firewall0 + 60 + 175 + 670,200 + firewall + False + False + + 192.168.5.1 + 0.0.0.0 + 0.0.0.0 + gw + + + lo + lo0 + + 175 + 176 + firewall0 + lo0 + + lo + 176 + False + + lo0 + + 127.0.0.1 + 255.0.0.0 + 0.0.0.0 + ip + + Untagged + + + + wan + wan0 + + 175 + 179 + firewall0 + wan0 + + wan + 179 + False + + wan0 + + 192.168.5.2 + 255.255.255.0 + 0.0.0.0 + ip + + Untagged + + + + eth + eth0 + + 175 + 177 + firewall0 + eth0 + + eth + 177 + False + + eth0 + + 192.168.1.1 + 255.255.255.0 + 0.0.0.0 + ip + + Untagged + + + + eth + eth1 + + 175 + 178 + firewall0 + eth1 + + eth + 178 + False + + eth1 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + Untagged + + + + + google.com + 60 + 190 + 330,50 + server + False + False + + 8.8.8.1 + 0.0.0.0 + 0.0.0.0 + gw + + + lo + lo0 + + 190 + 191 + server0 + lo0 + + lo + 191 + False + + lo0 + + 127.0.0.1 + 255.0.0.0 + 0.0.0.0 + ip + + Untagged + + + + eth + eth0 + + 190 + 192 + server0 + eth0 + + eth + 192 + False + + eth0 + + 8.8.8.8 + 255.255.255.0 + 0.0.0.0 + ip + + Untagged + + + + + laptop0 + 60 + 410 + 30,560 + laptop + False + False + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + gw + + + lo + lo0 + + 410 + 411 + laptop0 + lo0 + + lo + 411 + False + + + + lo0 + + 127.0.0.1 + 255.0.0.0 + 0.0.0.0 + ip + + Untagged + + + + eth + eth0 + + 410 + 412 + laptop0 + eth0 + + eth + 412 + True + + + + eth0 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + Untagged + + + + wlan + wlan2 + + 410 + 413 + laptop0 + wlan2 + + wlan + 413 + True + + + + wlan2 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + Untagged + + + + + laptop1 + 60 + 436 + 30,410 + laptop + False + False + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + gw + + + lo + lo0 + + 436 + 437 + laptop1 + lo0 + + lo + 437 + False + + + + lo0 + + 127.0.0.1 + 255.0.0.0 + 0.0.0.0 + ip + + Untagged + + + + eth + eth0 + + 436 + 438 + laptop1 + eth0 + + eth + 438 + False + + + + eth0 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + Untagged + + + + wlan + wlan2 + + 436 + 439 + laptop1 + wlan2 + + wlan + 439 + True + WirelessKey + LAN + + wlan2 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + Untagged + + + + + net_switch0 + 60 + 132 + 180,790 + 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 + + Untagged + + + + management_interface + management_interface0 + + 132 + 134 + net_switch0 + management_interface0 + + management_interface + 134 + False + + management_interface0 + + 192.168.1.13 + 255.255.255.0 + 0.0.0.0 + ip + + Untagged + + + + port + port1 + + 132 + 135 + net_switch0 + port1 + + port + 135 + False + + port1 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + Untagged + + + + port + port2 + + 132 + 136 + net_switch0 + port2 + + port + 136 + False + + port2 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + Untagged + + + + port + port3 + + 132 + 137 + net_switch0 + port3 + + port + 137 + False + + port3 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + Untagged + + + + port + port4 + + 132 + 138 + net_switch0 + port4 + + port + 138 + False + + port4 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + Untagged + + + + port + port5 + + 132 + 139 + net_switch0 + port5 + + port + 139 + False + + port5 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + Untagged + + + + port + port6 + + 132 + 140 + net_switch0 + port6 + + port + 140 + False + + port6 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + Untagged + + + + port + port7 + + 132 + 141 + net_switch0 + port7 + + port + 141 + False + + port7 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + Untagged + + + + + net_switch1 + 60 + 142 + 670,510 + net_switch + False + False + + 192.168.1.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 + + Untagged + + + + management_interface + management_interface0 + + 142 + 144 + net_switch1 + management_interface0 + + management_interface + 144 + False + + management_interface0 + + 192.168.1.11 + 255.255.255.0 + 0.0.0.0 + ip + + Untagged + + + + port + port1 + + 142 + 145 + net_switch1 + port1 + + port + 145 + False + + port1 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + Untagged + + + + port + port2 + + 142 + 146 + net_switch1 + port2 + + port + 146 + False + + port2 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + Untagged + + + + port + port3 + + 142 + 147 + net_switch1 + port3 + + port + 147 + False + + port3 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + Untagged + + + + port + port4 + + 142 + 148 + net_switch1 + port4 + + port + 148 + False + + port4 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + Untagged + + + + port + port5 + + 142 + 149 + net_switch1 + port5 + + port + 149 + False + + port5 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + Untagged + + + + port + port6 + + 142 + 150 + net_switch1 + port6 + + port + 150 + False + + port6 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + Untagged + + + + port + port7 + + 142 + 151 + net_switch1 + port7 + + port + 151 + False + + port7 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + Untagged + + + + + net_switch2 + 60 + 283 + 670,270 + net_switch + False + False + + 192.168.1.1 + 0.0.0.0 + 0.0.0.0 + gw + + + lo + lo0 + + 283 + 284 + net_switch2 + lo0 + + lo + 284 + False + + lo0 + + 127.0.0.1 + 255.0.0.0 + 0.0.0.0 + ip + + Untagged + + + + management_interface + management_interface0 + + 283 + 285 + net_switch2 + management_interface0 + + management_interface + 285 + False + + management_interface0 + + 192.168.1.10 + 255.255.255.0 + 0.0.0.0 + ip + + Untagged + + + + port + port1 + + 283 + 286 + net_switch2 + port1 + + port + 286 + False + + port1 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + Untagged + + + + port + port2 + + 283 + 287 + net_switch2 + port2 + + port + 287 + False + + port2 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + Untagged + + + + port + port3 + + 283 + 288 + net_switch2 + port3 + + port + 288 + False + + port3 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + Untagged + + + + port + port4 + + 283 + 289 + net_switch2 + port4 + + port + 289 + False + + port4 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + Untagged + + + + port + port5 + + 283 + 290 + net_switch2 + port5 + + port + 290 + False + + port5 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + Untagged + + + + port + port6 + + 283 + 291 + net_switch2 + port6 + + port + 291 + False + + port6 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + Untagged + + + + port + port7 + + 283 + 292 + net_switch2 + port7 + + port + 292 + False + + port7 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + Untagged + + + + + net_switch3 + 60 + 388 + 180,230 + net_switch + False + False + + 192.168.1.1 + 0.0.0.0 + 0.0.0.0 + gw + + + lo + lo0 + + 388 + 389 + net_switch3 + lo0 + + lo + 389 + False + + + + lo0 + + 127.0.0.1 + 255.0.0.0 + 0.0.0.0 + ip + + Untagged + + + + management_interface + management_interface0 + + 388 + 390 + net_switch3 + management_interface0 + + management_interface + 390 + False + + + + management_interface0 + + 192.168.1.12 + 255.255.255.0 + 0.0.0.0 + ip + + Untagged + + + + port + port1 + + 388 + 391 + net_switch3 + port1 + + port + 391 + False + + + + port1 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + Untagged + + + + port + port2 + + 388 + 392 + net_switch3 + port2 + + port + 392 + False + + + + port2 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + Untagged + + + + port + port3 + + 388 + 393 + net_switch3 + port3 + + port + 393 + False + + + + port3 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + Untagged + + + + port + port4 + + 388 + 394 + net_switch3 + port4 + + port + 394 + False + + + + port4 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + Untagged + + + + port + port5 + + 388 + 395 + net_switch3 + port5 + + port + 395 + False + + + + port5 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + Untagged + + + + port + port6 + + 388 + 396 + net_switch3 + port6 + + port + 396 + False + + + + port6 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + Untagged + + + + port + port7 + + 388 + 397 + net_switch3 + port7 + + port + 397 + False + + + + port7 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + Untagged + + + + + net_switch4 + 60 + 467 + 180,510 + net_switch + False + False + + 192.168.1.1 + 0.0.0.0 + 0.0.0.0 + gw + + + lo + lo0 + + 467 + 468 + net_switch4 + lo0 + + lo + 468 + False + + + + lo0 + + 127.0.0.1 + 255.0.0.0 + 0.0.0.0 + ip + + Untagged + + + + management_interface + management_interface0 + + 467 + 469 + net_switch4 + management_interface0 + + management_interface + 469 + False + + + + management_interface0 + + 192.168.1.14 + 255.255.255.0 + 0.0.0.0 + ip + + Untagged + + + + port + port1 + + 467 + 470 + net_switch4 + port1 + + port + 470 + False + + + + port1 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + Untagged + + + + port + port2 + + 467 + 471 + net_switch4 + port2 + + port + 471 + False + + + + port2 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + Untagged + + + + port + port3 + + 467 + 472 + net_switch4 + port3 + + port + 472 + False + + + + port3 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + Untagged + + + + port + port4 + + 467 + 473 + net_switch4 + port4 + + port + 473 + False + + + + port4 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + Untagged + + + + port + port5 + + 467 + 474 + net_switch4 + port5 + + port + 474 + False + + + + port5 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + Untagged + + + + port + port6 + + 467 + 475 + net_switch4 + port6 + + port + 475 + False + + + + port6 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + Untagged + + + + port + port7 + + 467 + 476 + net_switch4 + port7 + + port + 476 + False + + + + port7 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + Untagged + + + + + net_switch5 + 60 + 477 + 670,790 + net_switch + False + False + + 192.168.1.11 + 0.0.0.0 + 0.0.0.0 + gw + + + lo + lo0 + + 477 + 478 + net_switch5 + lo0 + + lo + 478 + False + + + + lo0 + + 127.0.0.1 + 255.0.0.0 + 0.0.0.0 + ip + + Untagged + + + + management_interface + management_interface0 + + 477 + 479 + net_switch5 + management_interface0 + + management_interface + 479 + False + + + + management_interface0 + + 192.168.1.15 + 255.255.255.0 + 0.0.0.0 + ip + + Untagged + + + + port + port1 + + 477 + 480 + net_switch5 + port1 + + port + 480 + False + + + + port1 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + Untagged + + + + port + port2 + + 477 + 481 + net_switch5 + port2 + + port + 481 + False + + + + port2 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + Untagged + + + + port + port3 + + 477 + 482 + net_switch5 + port3 + + port + 482 + False + + + + port3 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + Untagged + + + + port + port4 + + 477 + 483 + net_switch5 + port4 + + port + 483 + False + + + + port4 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + Untagged + + + + port + port5 + + 477 + 484 + net_switch5 + port5 + + port + 484 + False + + + + port5 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + Untagged + + + + port + port6 + + 477 + 485 + net_switch5 + port6 + + port + 485 + False + + + + port6 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + Untagged + + + + port + port7 + + 477 + 486 + net_switch5 + port7 + + port + 486 + False + + + + port7 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + Untagged + + + + + pc0 + 60 + 109 + 40,660 + pc + False + False + + 192.168.1.1 + 0.0.0.0 + 0.0.0.0 + gw + + + lo + lo0 + + 109 + 110 + pc0 + lo0 + + lo + 110 + False + + lo0 + + 127.0.0.1 + 255.0.0.0 + 0.0.0.0 + ip + + Untagged + + + + eth + eth0 + + 109 + 111 + pc0 + eth0 + + eth + 111 + False + + eth0 + + 192.168.1.22 + 255.255.255.0 + 0.0.0.0 + ip + + Untagged + + + + + pc1 + 60 + 112 + 40,780 + pc + False + False + + 192.168.1.1 + 0.0.0.0 + 0.0.0.0 + gw + + + lo + lo0 + + 112 + 113 + pc1 + lo0 + + lo + 113 + False + + lo0 + + 127.0.0.1 + 255.0.0.0 + 0.0.0.0 + ip + + Untagged + + + + eth + eth0 + + 112 + 114 + pc1 + eth0 + + eth + 114 + False + + eth0 + + 192.168.1.23 + 255.255.255.0 + 0.0.0.0 + ip + + Untagged + + + + + pc2 + 60 + 115 + 820,510 + pc + False + False + + 192.168.1.1 + 0.0.0.0 + 0.0.0.0 + gw + + + lo + lo0 + + 115 + 116 + pc2 + lo0 + + lo + 116 + False + + lo0 + + 127.0.0.1 + 255.0.0.0 + 0.0.0.0 + ip + + Untagged + + + + eth + eth0 + + 115 + 117 + pc2 + eth0 + + eth + 117 + False + + eth0 + + 192.168.1.20 + 255.255.255.0 + 0.0.0.0 + ip + + Untagged + + + + + pc3 + 60 + 118 + 820,790 + pc + False + False + + 192.168.1.1 + 0.0.0.0 + 0.0.0.0 + gw + + + lo + lo0 + + 118 + 119 + pc3 + lo0 + + lo + 119 + False + + lo0 + + 127.0.0.1 + 255.0.0.0 + 0.0.0.0 + ip + + Untagged + + + + eth + eth0 + + 118 + 120 + pc3 + eth0 + + eth + 120 + False + + eth0 + + 192.168.1.21 + 255.255.255.0 + 0.0.0.0 + ip + + Untagged + + + + + pc4 + 60 + 398 + 30,200 + pc + False + False + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + gw + + + lo + lo0 + + 398 + 399 + pc4 + lo0 + + lo + 399 + False + + + + lo0 + + 127.0.0.1 + 255.0.0.0 + 0.0.0.0 + ip + + Untagged + + + + eth + eth0 + + 398 + 400 + pc4 + eth0 + + eth + 400 + True + + + + eth0 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + Untagged + + + + + pc5 + 60 + 401 + 20,310 + pc + False + False + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + gw + + + lo + lo0 + + 401 + 402 + pc5 + lo0 + + lo + 402 + False + + + + lo0 + + 127.0.0.1 + 255.0.0.0 + 0.0.0.0 + ip + + Untagged + + + + eth + eth0 + + 401 + 403 + pc5 + eth0 + + eth + 403 + True + + + + eth0 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + Untagged + + + + + pc6 + 60 + 404 + 820,360 + pc + False + False + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + gw + + + lo + lo0 + + 404 + 405 + pc6 + lo0 + + lo + 405 + False + + + + lo0 + + 127.0.0.1 + 255.0.0.0 + 0.0.0.0 + ip + + Untagged + + + + eth + eth0 + + 404 + 406 + pc6 + eth0 + + eth + 406 + True + + + + eth0 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + Untagged + + + + + pc7 + 60 + 407 + 820,650 + pc + False + False + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + gw + + + lo + lo0 + + 407 + 408 + pc7 + lo0 + + lo + 408 + False + + + + lo0 + + 127.0.0.1 + 255.0.0.0 + 0.0.0.0 + ip + + Untagged + + + + eth + eth0 + + 407 + 409 + pc7 + eth0 + + eth + 409 + True + + + + eth0 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + Untagged + + + + + router0 + 60 + 182 + 670,50 + router + False + False + + 192.168.7.1 + 0.0.0.0 + 0.0.0.0 + gw + + + lo + lo0 + + 182 + 183 + router0 + lo0 + + lo + 183 + False + + lo0 + + 127.0.0.1 + 255.0.0.0 + 0.0.0.0 + ip + + Untagged + + + + eth + eth0 + + 182 + 184 + router0 + eth0 + + eth + 184 + False + + eth0 + + 192.168.5.1 + 255.255.255.0 + 0.0.0.0 + ip + + Untagged + + + + eth + eth1 + + 182 + 185 + router0 + eth1 + + eth + 185 + False + + eth1 + + 192.168.7.2 + 255.255.255.0 + 0.0.0.0 + ip + + Untagged + + + + + router1 + 60 + 186 + 510,50 + router + False + False + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + gw + + + lo + lo0 + + 186 + 187 + router1 + lo0 + + lo + 187 + False + + lo0 + + 127.0.0.1 + 255.0.0.0 + 0.0.0.0 + ip + + Untagged + + + + eth + eth0 + + 186 + 188 + router1 + eth0 + + eth + 188 + False + + eth0 + + 8.8.8.1 + 255.255.255.0 + 0.0.0.0 + ip + + Untagged + + + + eth + eth1 + + 186 + 189 + router1 + eth1 + + eth + 189 + False + + eth1 + + 192.168.7.1 + 255.255.255.0 + 0.0.0.0 + ip + + Untagged + + + + 192.168.5.0 + 255.255.255.0 + 192.168.7.2 + route + + + + server0 + 60 + 302 + 826,209 + server + False + True + True + + 192.168.1.1 + 0.0.0.0 + 0.0.0.0 + gw + + + lo + lo0 + + 302 + 303 + server0 + lo0 + + lo + 303 + False + + lo0 + + 127.0.0.1 + 255.0.0.0 + 0.0.0.0 + ip + + Untagged + + + + eth + eth0 + + 302 + 304 + server0 + eth0 + + eth + 304 + False + + eth0 + + 192.168.1.2 + 255.255.255.0 + 0.0.0.0 + ip + + Untagged + + + + 127.0.0.1 + 0.0.0.0 + 0.0.0.0 + route + + + 192.168.1.2 + 192.168.1.50 + 192.168.1.70 + route + + + + server1 + 60 + 495 + 100,350 + server + False + False + + 192.168.1.1 + 0.0.0.0 + 0.0.0.0 + gw + + + lo + lo0 + + 495 + 496 + server1 + lo0 + + lo + 496 + False + + + + lo0 + + 127.0.0.1 + 255.0.0.0 + 0.0.0.0 + ip + + Untagged + + + + eth + eth0 + + 495 + 497 + server1 + eth0 + + eth + 497 + False + + + + eth0 + + 192.168.1.3 + 255.255.255.0 + 0.0.0.0 + ip + + Untagged + + + + + tree0 + 60 + 100 + 350,760 + tree + False + False + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + gw + + + lo + lo0 + + 100 + 101 + tree0 + lo0 + + lo + 101 + False + + lo0 + + 127.0.0.1 + 255.0.0.0 + 0.0.0.0 + ip + + Untagged + + + + eth + eth0 + + 100 + 102 + tree0 + eth0 + + eth + 102 + False + + eth0 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + Untagged + + + + + tree1 + 60 + 103 + 390,610 + tree + False + False + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + gw + + + lo + lo0 + + 103 + 104 + tree1 + lo0 + + lo + 104 + False + + lo0 + + 127.0.0.1 + 255.0.0.0 + 0.0.0.0 + ip + + Untagged + + + + eth + eth0 + + 103 + 105 + tree1 + eth0 + + eth + 105 + False + + eth0 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + Untagged + + + + + tree10 + 60 + 361 + 530,570 + tree + False + False + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + gw + + + lo + lo0 + + 361 + 362 + tree10 + lo0 + + lo + 362 + False + + + + lo0 + + 127.0.0.1 + 255.0.0.0 + 0.0.0.0 + ip + + Untagged + + + + eth + eth0 + + 361 + 363 + tree10 + eth0 + + eth + 363 + False + + + + eth0 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + Untagged + + + + + tree11 + 60 + 364 + 510,840 + tree + False + False + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + gw + + + lo + lo0 + + 364 + 365 + tree11 + lo0 + + lo + 365 + False + + + + lo0 + + 127.0.0.1 + 255.0.0.0 + 0.0.0.0 + ip + + Untagged + + + + eth + eth0 + + 364 + 366 + tree11 + eth0 + + eth + 366 + False + + + + eth0 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + Untagged + + + + + tree12 + 60 + 367 + 580,210 + tree + False + False + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + gw + + + lo + lo0 + + 367 + 368 + tree12 + lo0 + + lo + 368 + False + + + + lo0 + + 127.0.0.1 + 255.0.0.0 + 0.0.0.0 + ip + + Untagged + + + + eth + eth0 + + 367 + 369 + tree12 + eth0 + + eth + 369 + False + + + + eth0 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + Untagged + + + + + tree13 + 60 + 370 + 260,210 + tree + False + False + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + gw + + + lo + lo0 + + 370 + 371 + tree13 + lo0 + + lo + 371 + False + + + + lo0 + + 127.0.0.1 + 255.0.0.0 + 0.0.0.0 + ip + + Untagged + + + + eth + eth0 + + 370 + 372 + tree13 + eth0 + + eth + 372 + False + + + + eth0 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + Untagged + + + + + tree14 + 60 + 373 + 590,390 + tree + False + False + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + gw + + + lo + lo0 + + 373 + 374 + tree14 + lo0 + + lo + 374 + False + + + + lo0 + + 127.0.0.1 + 255.0.0.0 + 0.0.0.0 + ip + + Untagged + + + + eth + eth0 + + 373 + 375 + tree14 + eth0 + + eth + 375 + False + + + + eth0 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + Untagged + + + + + tree15 + 60 + 376 + 260,380 + tree + False + False + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + gw + + + lo + lo0 + + 376 + 377 + tree15 + lo0 + + lo + 377 + False + + + + lo0 + + 127.0.0.1 + 255.0.0.0 + 0.0.0.0 + ip + + Untagged + + + + eth + eth0 + + 376 + 378 + tree15 + eth0 + + eth + 378 + False + + + + eth0 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + Untagged + + + + + tree2 + 60 + 106 + 470,720 + tree + False + False + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + gw + + + lo + lo0 + + 106 + 107 + tree2 + lo0 + + lo + 107 + False + + lo0 + + 127.0.0.1 + 255.0.0.0 + 0.0.0.0 + ip + + Untagged + + + + eth + eth0 + + 106 + 108 + tree2 + eth0 + + eth + 108 + False + + eth0 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + Untagged + + + + + tree3 + 60 + 225 + 320,660 + tree + False + False + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + gw + + + lo + lo0 + + 225 + 226 + tree3 + lo0 + + lo + 226 + False + + lo0 + + 127.0.0.1 + 255.0.0.0 + 0.0.0.0 + ip + + Untagged + + + + eth + eth0 + + 225 + 227 + tree3 + eth0 + + eth + 227 + False + + eth0 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + Untagged + + + + + tree4 + 60 + 228 + 510,650 + tree + False + False + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + gw + + + lo + lo0 + + 228 + 229 + tree4 + lo0 + + lo + 229 + False + + lo0 + + 127.0.0.1 + 255.0.0.0 + 0.0.0.0 + ip + + Untagged + + + + eth + eth0 + + 228 + 230 + tree4 + eth0 + + eth + 230 + False + + eth0 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + Untagged + + + + + tree5 + 60 + 314 + 360,300 + tree + False + False + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + gw + + + lo + lo0 + + 314 + 315 + tree5 + lo0 + + lo + 315 + False + + lo0 + + 127.0.0.1 + 255.0.0.0 + 0.0.0.0 + ip + + Untagged + + + + eth + eth0 + + 314 + 316 + tree5 + eth0 + + eth + 316 + False + + eth0 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + Untagged + + + + + tree6 + 60 + 317 + 470,290 + tree + False + False + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + gw + + + lo + lo0 + + 317 + 318 + tree6 + lo0 + + lo + 318 + False + + lo0 + + 127.0.0.1 + 255.0.0.0 + 0.0.0.0 + ip + + Untagged + + + + eth + eth0 + + 317 + 319 + tree6 + eth0 + + eth + 319 + False + + eth0 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + Untagged + + + + + tree7 + 60 + 320 + 370,430 + tree + False + False + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + gw + + + lo + lo0 + + 320 + 321 + tree7 + lo0 + + lo + 321 + False + + lo0 + + 127.0.0.1 + 255.0.0.0 + 0.0.0.0 + ip + + Untagged + + + + eth + eth0 + + 320 + 322 + tree7 + eth0 + + eth + 322 + False + + eth0 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + Untagged + + + + + tree8 + 60 + 323 + 450,410 + tree + False + False + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + gw + + + lo + lo0 + + 323 + 324 + tree8 + lo0 + + lo + 324 + False + + lo0 + + 127.0.0.1 + 255.0.0.0 + 0.0.0.0 + ip + + Untagged + + + + eth + eth0 + + 323 + 325 + tree8 + eth0 + + eth + 325 + False + + eth0 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + Untagged + + + + + tree9 + 60 + 358 + 300,570 + tree + False + False + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + gw + + + lo + lo0 + + 358 + 359 + tree9 + lo0 + + lo + 359 + False + + + + lo0 + + 127.0.0.1 + 255.0.0.0 + 0.0.0.0 + ip + + Untagged + + + + eth + eth0 + + 358 + 360 + tree9 + eth0 + + eth + 360 + False + + + + eth0 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + Untagged + + + + + + 142 + 151 + net_switch1 + port7 + + + 477 + 486 + net_switch5 + port7 + + net_switch1_link_net_switch5 + normal + 487 + + + + 467 + 475 + net_switch4 + port6 + + + 388 + 397 + net_switch3 + port7 + + net_switch4_link_net_switch3 + normal + 490 + + + + 477 + 481 + net_switch5 + port2 + + + 118 + 120 + pc3 + eth0 + + net_switch5_link_pc3 + normal + 492 + + + + 132 + 141 + net_switch0 + port7 + + + 477 + 485 + net_switch5 + port6 + + net_switch0_link_net_switch5 + normal + 488 + + + + 436 + 438 + laptop1 + eth0 + + + 467 + 471 + net_switch4 + port2 + + laptop1_link_net_switch4 + normal + 494 + + + + 132 + 140 + net_switch0 + port6 + + + 467 + 476 + net_switch4 + port7 + + net_switch0_link_net_switch4 + normal + 489 + + + + 410 + 412 + laptop0 + eth0 + + + 467 + 470 + net_switch4 + port1 + + laptop0_link_net_switch4 + normal + 493 + + + + 477 + 480 + net_switch5 + port1 + + + 407 + 409 + pc7 + eth0 + + net_switch5_link_pc7 + normal + 491 + + + + 175 + 179 + firewall0 + wan0 + + + 182 + 184 + router0 + eth0 + + firewall0_link_router0 + normal + 247 + + + + 190 + 192 + server0 + eth0 + + + 186 + 188 + router1 + eth0 + + google.com_link_router1 + normal + 193 + + + + 142 + 150 + net_switch1 + port6 + + + 283 + 292 + net_switch2 + port7 + + net_switch1_link_net_switch2 + normal + 294 + + + + 283 + 286 + net_switch2 + port1 + + + 175 + 177 + firewall0 + eth0 + + net_switch2_link_firewall0 + normal + 296 + + + + 283 + 288 + net_switch2 + port3 + + + 404 + 406 + pc6 + eth0 + + net_switch2_link_pc6 + normal + 450 + + + + 283 + 287 + net_switch2 + port2 + + + 302 + 304 + server0 + eth0 + + net_switch2_link_server0 + normal + 306 + + + + 109 + 111 + pc0 + eth0 + + + 132 + 136 + net_switch0 + port2 + + pc0_link_net_switch0 + normal + 171 + + + + 112 + 114 + pc1 + eth0 + + + 132 + 137 + net_switch0 + port3 + + pc1_link_net_switch0 + normal + 173 + + + + 115 + 117 + pc2 + eth0 + + + 142 + 145 + net_switch1 + port1 + + pc2_link_net_switch1 + normal + 163 + + + + 398 + 400 + pc4 + eth0 + + + 388 + 391 + net_switch3 + port1 + + pc4_link_net_switch3 + normal + 429 + + + + 401 + 403 + pc5 + eth0 + + + 388 + 392 + net_switch3 + port2 + + pc5_link_net_switch3 + normal + 431 + + + + 182 + 185 + router0 + eth1 + + + 186 + 189 + router1 + eth1 + + router0_link_router1 + normal + 249 + + + + 495 + 497 + server1 + eth0 + + + 388 + 396 + net_switch3 + port6 + + server1_link_net_switch3 + normal + 498 + + + pc2 + server0 + SuccessfullyPings + + + pc6 + server0 + SuccessfullyPings + + Power + + Grass + rectangle + 3, 7, 1013, 1004 + LightGreen + LightGreen + + + LeftBldg + rectangle + 20, 170, 250, 700 + SaddleBrown + SaddleBrown + + + RightBldg + rectangle + 650, 170, 250, 700 + SaddleBrown + SaddleBrown + + + LB_RWall + rectangle + 255, 170, 15, 700 + Gray + Gray + + + RB_RWall + rectangle + 650, 170, 15, 700 + Gray + Gray + + + LB_TWall + rectangle + 20, 170, 15, 700 + Gray + Gray + + + RB_TWall + rectangle + 885, 170, 15, 700 + Gray + Gray + + + LB_BWall + rectangle + 20, 870, 250, 15 + Gray + Gray + + + RB_BWall + rectangle + 650, 870, 250, 15 + Gray + Gray + + + LB_LWall + rectangle + 20, 170, 250, 15 + Gray + Gray + + + RB_LWall + rectangle + 650, 170, 250, 15 + Gray + Gray + + + CenterCement + rectangle + 326, 200, 262, 377 + Gray + Gray + + + CenterPark + rectangle + 359, 270, 188, 247 + LightGreen + LightGreen + + + LWindow + rectangle + 260, 500, 5, 100 + Blue + Blue + + + R_Window + rectangle + 655, 500, 5, 100 + Blue + Blue + + + LSidewalk + rectangle + 255, 300, 100, 80 + Gray + Gray + + + RSidewalk + rectangle + 550, 300, 100, 80 + Gray + Gray + + + LDoor + rectangle + 255, 300, 10, 80 + SaddleBrown + SaddleBrown + + + RDoor + rectangle + 655, 300, 10, 80 + SaddleBrown + SaddleBrown + + Default + + \ No newline at end of file diff --git a/EduNetworkBuilder/Resources/Level1_Practice3.enbx b/EduNetworkBuilder/Resources/Level1_Practice3.enbx new file mode 100644 index 0000000..a111572 --- /dev/null +++ b/EduNetworkBuilder/Resources/Level1_Practice3.enbx @@ -0,0 +1,4196 @@ + + + + + + Practice3 + + 1024 + 1024 + 60 + host + 1 + 23 + 502 + none + True + False + + firewall0 + 60 + 175 + 670,200 + firewall + False + False + + 192.168.5.1 + 0.0.0.0 + 0.0.0.0 + gw + + + lo + lo0 + + 175 + 176 + firewall0 + lo0 + + lo + 176 + False + + lo0 + + 127.0.0.1 + 255.0.0.0 + 0.0.0.0 + ip + + Untagged + + + + wan + wan0 + + 175 + 179 + firewall0 + wan0 + + wan + 179 + False + + wan0 + + 192.168.5.2 + 255.255.255.0 + 0.0.0.0 + ip + + Untagged + + + + eth + eth0 + + 175 + 177 + firewall0 + eth0 + + eth + 177 + False + + eth0 + + 192.168.1.1 + 255.255.255.0 + 0.0.0.0 + ip + + Untagged + + + + eth + eth1 + + 175 + 178 + firewall0 + eth1 + + eth + 178 + False + + eth1 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + Untagged + + + + + google.com + 60 + 190 + 330,50 + server + False + False + + 8.8.8.1 + 0.0.0.0 + 0.0.0.0 + gw + + + lo + lo0 + + 190 + 191 + server0 + lo0 + + lo + 191 + False + + lo0 + + 127.0.0.1 + 255.0.0.0 + 0.0.0.0 + ip + + Untagged + + + + eth + eth0 + + 190 + 192 + server0 + eth0 + + eth + 192 + False + + eth0 + + 8.8.8.8 + 255.255.255.0 + 0.0.0.0 + ip + + Untagged + + + + + laptop0 + 60 + 410 + 30,560 + laptop + False + False + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + gw + + + lo + lo0 + + 410 + 411 + laptop0 + lo0 + + lo + 411 + False + + + + lo0 + + 127.0.0.1 + 255.0.0.0 + 0.0.0.0 + ip + + Untagged + + + + eth + eth0 + + 410 + 412 + laptop0 + eth0 + + eth + 412 + True + + + + eth0 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + Untagged + + + + wlan + wlan2 + + 410 + 413 + laptop0 + wlan2 + + wlan + 413 + True + + + + wlan2 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + Untagged + + + + + laptop1 + 60 + 436 + 30,410 + laptop + False + False + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + gw + + + lo + lo0 + + 436 + 437 + laptop1 + lo0 + + lo + 437 + False + + + + lo0 + + 127.0.0.1 + 255.0.0.0 + 0.0.0.0 + ip + + Untagged + + + + eth + eth0 + + 436 + 438 + laptop1 + eth0 + + eth + 438 + False + + + + eth0 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + Untagged + + + + wlan + wlan2 + + 436 + 439 + laptop1 + wlan2 + + wlan + 439 + True + WirelessKey + LAN + + wlan2 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + Untagged + + + + + net_switch0 + 60 + 132 + 180,790 + 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 + + Untagged + + + + management_interface + management_interface0 + + 132 + 134 + net_switch0 + management_interface0 + + management_interface + 134 + False + + management_interface0 + + 192.168.1.13 + 255.255.255.0 + 0.0.0.0 + ip + + Untagged + + + + port + port1 + + 132 + 135 + net_switch0 + port1 + + port + 135 + False + + port1 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + Untagged + + + + port + port2 + + 132 + 136 + net_switch0 + port2 + + port + 136 + False + + port2 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + Untagged + + + + port + port3 + + 132 + 137 + net_switch0 + port3 + + port + 137 + False + + port3 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + Untagged + + + + port + port4 + + 132 + 138 + net_switch0 + port4 + + port + 138 + False + + port4 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + Untagged + + + + port + port5 + + 132 + 139 + net_switch0 + port5 + + port + 139 + False + + port5 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + Untagged + + + + port + port6 + + 132 + 140 + net_switch0 + port6 + + port + 140 + False + + port6 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + Untagged + + + + port + port7 + + 132 + 141 + net_switch0 + port7 + + port + 141 + False + + port7 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + Untagged + + + + + net_switch1 + 60 + 142 + 670,510 + net_switch + False + False + + 192.168.1.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 + + Untagged + + + + management_interface + management_interface0 + + 142 + 144 + net_switch1 + management_interface0 + + management_interface + 144 + False + + management_interface0 + + 192.168.1.11 + 255.255.255.0 + 0.0.0.0 + ip + + Untagged + + + + port + port1 + + 142 + 145 + net_switch1 + port1 + + port + 145 + False + + port1 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + Untagged + + + + port + port2 + + 142 + 146 + net_switch1 + port2 + + port + 146 + False + + port2 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + Untagged + + + + port + port3 + + 142 + 147 + net_switch1 + port3 + + port + 147 + False + + port3 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + Untagged + + + + port + port4 + + 142 + 148 + net_switch1 + port4 + + port + 148 + False + + port4 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + Untagged + + + + port + port5 + + 142 + 149 + net_switch1 + port5 + + port + 149 + False + + port5 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + Untagged + + + + port + port6 + + 142 + 150 + net_switch1 + port6 + + port + 150 + False + + port6 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + Untagged + + + + port + port7 + + 142 + 151 + net_switch1 + port7 + + port + 151 + False + + port7 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + Untagged + + + + + net_switch2 + 60 + 283 + 670,270 + net_switch + False + False + + 192.168.1.1 + 0.0.0.0 + 0.0.0.0 + gw + + + lo + lo0 + + 283 + 284 + net_switch2 + lo0 + + lo + 284 + False + + lo0 + + 127.0.0.1 + 255.0.0.0 + 0.0.0.0 + ip + + Untagged + + + + management_interface + management_interface0 + + 283 + 285 + net_switch2 + management_interface0 + + management_interface + 285 + False + + management_interface0 + + 192.168.1.10 + 255.255.255.0 + 0.0.0.0 + ip + + Untagged + + + + port + port1 + + 283 + 286 + net_switch2 + port1 + + port + 286 + False + + port1 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + Untagged + + + + port + port2 + + 283 + 287 + net_switch2 + port2 + + port + 287 + False + + port2 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + Untagged + + + + port + port3 + + 283 + 288 + net_switch2 + port3 + + port + 288 + False + + port3 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + Untagged + + + + port + port4 + + 283 + 289 + net_switch2 + port4 + + port + 289 + False + + port4 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + Untagged + + + + port + port5 + + 283 + 290 + net_switch2 + port5 + + port + 290 + False + + port5 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + Untagged + + + + port + port6 + + 283 + 291 + net_switch2 + port6 + + port + 291 + False + + port6 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + Untagged + + + + port + port7 + + 283 + 292 + net_switch2 + port7 + + port + 292 + False + + port7 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + Untagged + + + + + net_switch3 + 60 + 388 + 180,230 + net_switch + False + False + + 192.168.1.1 + 0.0.0.0 + 0.0.0.0 + gw + + + lo + lo0 + + 388 + 389 + net_switch3 + lo0 + + lo + 389 + False + + + + lo0 + + 127.0.0.1 + 255.0.0.0 + 0.0.0.0 + ip + + Untagged + + + + management_interface + management_interface0 + + 388 + 390 + net_switch3 + management_interface0 + + management_interface + 390 + False + + + + management_interface0 + + 192.168.1.12 + 255.255.255.0 + 0.0.0.0 + ip + + Untagged + + + + port + port1 + + 388 + 391 + net_switch3 + port1 + + port + 391 + False + + + + port1 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + Untagged + + + + port + port2 + + 388 + 392 + net_switch3 + port2 + + port + 392 + False + + + + port2 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + Untagged + + + + port + port3 + + 388 + 393 + net_switch3 + port3 + + port + 393 + False + + + + port3 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + Untagged + + + + port + port4 + + 388 + 394 + net_switch3 + port4 + + port + 394 + False + + + + port4 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + Untagged + + + + port + port5 + + 388 + 395 + net_switch3 + port5 + + port + 395 + False + + + + port5 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + Untagged + + + + port + port6 + + 388 + 396 + net_switch3 + port6 + + port + 396 + False + + + + port6 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + Untagged + + + + port + port7 + + 388 + 397 + net_switch3 + port7 + + port + 397 + False + + + + port7 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + Untagged + + + + + net_switch4 + 60 + 467 + 180,510 + net_switch + False + False + + 192.168.1.1 + 0.0.0.0 + 0.0.0.0 + gw + + + lo + lo0 + + 467 + 468 + net_switch4 + lo0 + + lo + 468 + False + + + + lo0 + + 127.0.0.1 + 255.0.0.0 + 0.0.0.0 + ip + + Untagged + + + + management_interface + management_interface0 + + 467 + 469 + net_switch4 + management_interface0 + + management_interface + 469 + False + + + + management_interface0 + + 192.168.1.14 + 255.255.255.0 + 0.0.0.0 + ip + + Untagged + + + + port + port1 + + 467 + 470 + net_switch4 + port1 + + port + 470 + False + + + + port1 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + Untagged + + + + port + port2 + + 467 + 471 + net_switch4 + port2 + + port + 471 + False + + + + port2 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + Untagged + + + + port + port3 + + 467 + 472 + net_switch4 + port3 + + port + 472 + False + + + + port3 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + Untagged + + + + port + port4 + + 467 + 473 + net_switch4 + port4 + + port + 473 + False + + + + port4 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + Untagged + + + + port + port5 + + 467 + 474 + net_switch4 + port5 + + port + 474 + False + + + + port5 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + Untagged + + + + port + port6 + + 467 + 475 + net_switch4 + port6 + + port + 475 + False + + + + port6 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + Untagged + + + + port + port7 + + 467 + 476 + net_switch4 + port7 + + port + 476 + False + + + + port7 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + Untagged + + + + + net_switch5 + 60 + 477 + 670,790 + net_switch + False + False + + 192.168.1.11 + 0.0.0.0 + 0.0.0.0 + gw + + + lo + lo0 + + 477 + 478 + net_switch5 + lo0 + + lo + 478 + False + + + + lo0 + + 127.0.0.1 + 255.0.0.0 + 0.0.0.0 + ip + + Untagged + + + + management_interface + management_interface0 + + 477 + 479 + net_switch5 + management_interface0 + + management_interface + 479 + False + + + + management_interface0 + + 192.168.1.15 + 255.255.255.0 + 0.0.0.0 + ip + + Untagged + + + + port + port1 + + 477 + 480 + net_switch5 + port1 + + port + 480 + False + + + + port1 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + Untagged + + + + port + port2 + + 477 + 481 + net_switch5 + port2 + + port + 481 + False + + + + port2 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + Untagged + + + + port + port3 + + 477 + 482 + net_switch5 + port3 + + port + 482 + False + + + + port3 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + Untagged + + + + port + port4 + + 477 + 483 + net_switch5 + port4 + + port + 483 + False + + + + port4 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + Untagged + + + + port + port5 + + 477 + 484 + net_switch5 + port5 + + port + 484 + False + + + + port5 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + Untagged + + + + port + port6 + + 477 + 485 + net_switch5 + port6 + + port + 485 + False + + + + port6 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + Untagged + + + + port + port7 + + 477 + 486 + net_switch5 + port7 + + port + 486 + False + + + + port7 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + Untagged + + + + + pc0 + 60 + 109 + 40,660 + pc + False + False + + 192.168.1.1 + 0.0.0.0 + 0.0.0.0 + gw + + + lo + lo0 + + 109 + 110 + pc0 + lo0 + + lo + 110 + False + + lo0 + + 127.0.0.1 + 255.0.0.0 + 0.0.0.0 + ip + + Untagged + + + + eth + eth0 + + 109 + 111 + pc0 + eth0 + + eth + 111 + False + + eth0 + + 192.168.1.22 + 255.255.255.0 + 0.0.0.0 + ip + + Untagged + + + + + pc1 + 60 + 112 + 40,780 + pc + False + False + + 192.168.1.1 + 0.0.0.0 + 0.0.0.0 + gw + + + lo + lo0 + + 112 + 113 + pc1 + lo0 + + lo + 113 + False + + lo0 + + 127.0.0.1 + 255.0.0.0 + 0.0.0.0 + ip + + Untagged + + + + eth + eth0 + + 112 + 114 + pc1 + eth0 + + eth + 114 + False + + eth0 + + 192.168.1.23 + 255.255.255.0 + 0.0.0.0 + ip + + Untagged + + + + + pc2 + 60 + 115 + 820,510 + pc + False + False + + 192.168.1.1 + 0.0.0.0 + 0.0.0.0 + gw + + + lo + lo0 + + 115 + 116 + pc2 + lo0 + + lo + 116 + False + + lo0 + + 127.0.0.1 + 255.0.0.0 + 0.0.0.0 + ip + + Untagged + + + + eth + eth0 + + 115 + 117 + pc2 + eth0 + + eth + 117 + False + + eth0 + + 192.168.1.20 + 255.255.255.0 + 0.0.0.0 + ip + + Untagged + + + + + pc3 + 60 + 118 + 820,790 + pc + False + False + + 192.168.1.1 + 0.0.0.0 + 0.0.0.0 + gw + + + lo + lo0 + + 118 + 119 + pc3 + lo0 + + lo + 119 + False + + lo0 + + 127.0.0.1 + 255.0.0.0 + 0.0.0.0 + ip + + Untagged + + + + eth + eth0 + + 118 + 120 + pc3 + eth0 + + eth + 120 + False + + eth0 + + 192.168.1.21 + 255.255.255.0 + 0.0.0.0 + ip + + Untagged + + + + + pc4 + 60 + 398 + 30,200 + pc + False + False + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + gw + + + lo + lo0 + + 398 + 399 + pc4 + lo0 + + lo + 399 + False + + + + lo0 + + 127.0.0.1 + 255.0.0.0 + 0.0.0.0 + ip + + Untagged + + + + eth + eth0 + + 398 + 400 + pc4 + eth0 + + eth + 400 + True + + + + eth0 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + Untagged + + + + + pc5 + 60 + 401 + 20,310 + pc + False + False + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + gw + + + lo + lo0 + + 401 + 402 + pc5 + lo0 + + lo + 402 + False + + + + lo0 + + 127.0.0.1 + 255.0.0.0 + 0.0.0.0 + ip + + Untagged + + + + eth + eth0 + + 401 + 403 + pc5 + eth0 + + eth + 403 + True + + + + eth0 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + Untagged + + + + + pc6 + 60 + 404 + 820,360 + pc + False + False + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + gw + + + lo + lo0 + + 404 + 405 + pc6 + lo0 + + lo + 405 + False + + + + lo0 + + 127.0.0.1 + 255.0.0.0 + 0.0.0.0 + ip + + Untagged + + + + eth + eth0 + + 404 + 406 + pc6 + eth0 + + eth + 406 + True + + + + eth0 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + Untagged + + + + + pc7 + 60 + 407 + 820,650 + pc + False + False + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + gw + + + lo + lo0 + + 407 + 408 + pc7 + lo0 + + lo + 408 + False + + + + lo0 + + 127.0.0.1 + 255.0.0.0 + 0.0.0.0 + ip + + Untagged + + + + eth + eth0 + + 407 + 409 + pc7 + eth0 + + eth + 409 + True + + + + eth0 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + Untagged + + + + + router0 + 60 + 182 + 670,50 + router + False + False + + 192.168.7.1 + 0.0.0.0 + 0.0.0.0 + gw + + + lo + lo0 + + 182 + 183 + router0 + lo0 + + lo + 183 + False + + lo0 + + 127.0.0.1 + 255.0.0.0 + 0.0.0.0 + ip + + Untagged + + + + eth + eth0 + + 182 + 184 + router0 + eth0 + + eth + 184 + False + + eth0 + + 192.168.5.1 + 255.255.255.0 + 0.0.0.0 + ip + + Untagged + + + + eth + eth1 + + 182 + 185 + router0 + eth1 + + eth + 185 + False + + eth1 + + 192.168.7.2 + 255.255.255.0 + 0.0.0.0 + ip + + Untagged + + + + + router1 + 60 + 186 + 510,50 + router + False + False + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + gw + + + lo + lo0 + + 186 + 187 + router1 + lo0 + + lo + 187 + False + + lo0 + + 127.0.0.1 + 255.0.0.0 + 0.0.0.0 + ip + + Untagged + + + + eth + eth0 + + 186 + 188 + router1 + eth0 + + eth + 188 + False + + eth0 + + 8.8.8.1 + 255.255.255.0 + 0.0.0.0 + ip + + Untagged + + + + eth + eth1 + + 186 + 189 + router1 + eth1 + + eth + 189 + False + + eth1 + + 192.168.7.1 + 255.255.255.0 + 0.0.0.0 + ip + + Untagged + + + + 192.168.5.0 + 255.255.255.0 + 192.168.7.2 + route + + + + server0 + 60 + 302 + 826,209 + server + False + True + + 192.168.1.1 + 0.0.0.0 + 0.0.0.0 + gw + + + lo + lo0 + + 302 + 303 + server0 + lo0 + + lo + 303 + False + + lo0 + + 127.0.0.1 + 255.0.0.0 + 0.0.0.0 + ip + + Untagged + + + + eth + eth0 + + 302 + 304 + server0 + eth0 + + eth + 304 + False + + eth0 + + 192.168.1.2 + 255.255.255.0 + 0.0.0.0 + ip + + Untagged + + + + 127.0.0.1 + 0.0.0.0 + 0.0.0.0 + route + + + 192.168.1.2 + 192.168.1.50 + 192.168.1.70 + route + + + + server1 + 60 + 495 + 100,350 + server + False + False + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + gw + + + lo + lo0 + + 495 + 496 + server1 + lo0 + + lo + 496 + False + + + + lo0 + + 127.0.0.1 + 255.0.0.0 + 0.0.0.0 + ip + + Untagged + + + + eth + eth0 + + 495 + 497 + server1 + eth0 + + eth + 497 + False + + + + eth0 + + 192.168.1.3 + 255.255.255.0 + 0.0.0.0 + ip + + Untagged + + + + + tree0 + 60 + 100 + 350,760 + tree + False + False + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + gw + + + lo + lo0 + + 100 + 101 + tree0 + lo0 + + lo + 101 + False + + lo0 + + 127.0.0.1 + 255.0.0.0 + 0.0.0.0 + ip + + Untagged + + + + eth + eth0 + + 100 + 102 + tree0 + eth0 + + eth + 102 + False + + eth0 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + Untagged + + + + + tree1 + 60 + 103 + 390,610 + tree + False + False + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + gw + + + lo + lo0 + + 103 + 104 + tree1 + lo0 + + lo + 104 + False + + lo0 + + 127.0.0.1 + 255.0.0.0 + 0.0.0.0 + ip + + Untagged + + + + eth + eth0 + + 103 + 105 + tree1 + eth0 + + eth + 105 + False + + eth0 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + Untagged + + + + + tree10 + 60 + 361 + 530,570 + tree + False + False + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + gw + + + lo + lo0 + + 361 + 362 + tree10 + lo0 + + lo + 362 + False + + + + lo0 + + 127.0.0.1 + 255.0.0.0 + 0.0.0.0 + ip + + Untagged + + + + eth + eth0 + + 361 + 363 + tree10 + eth0 + + eth + 363 + False + + + + eth0 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + Untagged + + + + + tree11 + 60 + 364 + 510,840 + tree + False + False + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + gw + + + lo + lo0 + + 364 + 365 + tree11 + lo0 + + lo + 365 + False + + + + lo0 + + 127.0.0.1 + 255.0.0.0 + 0.0.0.0 + ip + + Untagged + + + + eth + eth0 + + 364 + 366 + tree11 + eth0 + + eth + 366 + False + + + + eth0 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + Untagged + + + + + tree12 + 60 + 367 + 580,210 + tree + False + False + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + gw + + + lo + lo0 + + 367 + 368 + tree12 + lo0 + + lo + 368 + False + + + + lo0 + + 127.0.0.1 + 255.0.0.0 + 0.0.0.0 + ip + + Untagged + + + + eth + eth0 + + 367 + 369 + tree12 + eth0 + + eth + 369 + False + + + + eth0 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + Untagged + + + + + tree13 + 60 + 370 + 260,210 + tree + False + False + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + gw + + + lo + lo0 + + 370 + 371 + tree13 + lo0 + + lo + 371 + False + + + + lo0 + + 127.0.0.1 + 255.0.0.0 + 0.0.0.0 + ip + + Untagged + + + + eth + eth0 + + 370 + 372 + tree13 + eth0 + + eth + 372 + False + + + + eth0 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + Untagged + + + + + tree14 + 60 + 373 + 590,390 + tree + False + False + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + gw + + + lo + lo0 + + 373 + 374 + tree14 + lo0 + + lo + 374 + False + + + + lo0 + + 127.0.0.1 + 255.0.0.0 + 0.0.0.0 + ip + + Untagged + + + + eth + eth0 + + 373 + 375 + tree14 + eth0 + + eth + 375 + False + + + + eth0 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + Untagged + + + + + tree15 + 60 + 376 + 260,380 + tree + False + False + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + gw + + + lo + lo0 + + 376 + 377 + tree15 + lo0 + + lo + 377 + False + + + + lo0 + + 127.0.0.1 + 255.0.0.0 + 0.0.0.0 + ip + + Untagged + + + + eth + eth0 + + 376 + 378 + tree15 + eth0 + + eth + 378 + False + + + + eth0 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + Untagged + + + + + tree2 + 60 + 106 + 470,720 + tree + False + False + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + gw + + + lo + lo0 + + 106 + 107 + tree2 + lo0 + + lo + 107 + False + + lo0 + + 127.0.0.1 + 255.0.0.0 + 0.0.0.0 + ip + + Untagged + + + + eth + eth0 + + 106 + 108 + tree2 + eth0 + + eth + 108 + False + + eth0 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + Untagged + + + + + tree3 + 60 + 225 + 320,660 + tree + False + False + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + gw + + + lo + lo0 + + 225 + 226 + tree3 + lo0 + + lo + 226 + False + + lo0 + + 127.0.0.1 + 255.0.0.0 + 0.0.0.0 + ip + + Untagged + + + + eth + eth0 + + 225 + 227 + tree3 + eth0 + + eth + 227 + False + + eth0 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + Untagged + + + + + tree4 + 60 + 228 + 510,650 + tree + False + False + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + gw + + + lo + lo0 + + 228 + 229 + tree4 + lo0 + + lo + 229 + False + + lo0 + + 127.0.0.1 + 255.0.0.0 + 0.0.0.0 + ip + + Untagged + + + + eth + eth0 + + 228 + 230 + tree4 + eth0 + + eth + 230 + False + + eth0 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + Untagged + + + + + tree5 + 60 + 314 + 360,300 + tree + False + False + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + gw + + + lo + lo0 + + 314 + 315 + tree5 + lo0 + + lo + 315 + False + + lo0 + + 127.0.0.1 + 255.0.0.0 + 0.0.0.0 + ip + + Untagged + + + + eth + eth0 + + 314 + 316 + tree5 + eth0 + + eth + 316 + False + + eth0 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + Untagged + + + + + tree6 + 60 + 317 + 470,290 + tree + False + False + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + gw + + + lo + lo0 + + 317 + 318 + tree6 + lo0 + + lo + 318 + False + + lo0 + + 127.0.0.1 + 255.0.0.0 + 0.0.0.0 + ip + + Untagged + + + + eth + eth0 + + 317 + 319 + tree6 + eth0 + + eth + 319 + False + + eth0 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + Untagged + + + + + tree7 + 60 + 320 + 370,430 + tree + False + False + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + gw + + + lo + lo0 + + 320 + 321 + tree7 + lo0 + + lo + 321 + False + + lo0 + + 127.0.0.1 + 255.0.0.0 + 0.0.0.0 + ip + + Untagged + + + + eth + eth0 + + 320 + 322 + tree7 + eth0 + + eth + 322 + False + + eth0 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + Untagged + + + + + tree8 + 60 + 323 + 450,410 + tree + False + False + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + gw + + + lo + lo0 + + 323 + 324 + tree8 + lo0 + + lo + 324 + False + + lo0 + + 127.0.0.1 + 255.0.0.0 + 0.0.0.0 + ip + + Untagged + + + + eth + eth0 + + 323 + 325 + tree8 + eth0 + + eth + 325 + False + + eth0 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + Untagged + + + + + tree9 + 60 + 358 + 300,570 + tree + False + False + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + gw + + + lo + lo0 + + 358 + 359 + tree9 + lo0 + + lo + 359 + False + + + + lo0 + + 127.0.0.1 + 255.0.0.0 + 0.0.0.0 + ip + + Untagged + + + + eth + eth0 + + 358 + 360 + tree9 + eth0 + + eth + 360 + False + + + + eth0 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + Untagged + + + + + + 142 + 151 + net_switch1 + port7 + + + 477 + 486 + net_switch5 + port7 + + net_switch1_link_net_switch5 + normal + 487 + + + + 467 + 475 + net_switch4 + port6 + + + 388 + 397 + net_switch3 + port7 + + net_switch4_link_net_switch3 + normal + 490 + + + + 477 + 481 + net_switch5 + port2 + + + 118 + 120 + pc3 + eth0 + + net_switch5_link_pc3 + normal + 492 + + + + 132 + 141 + net_switch0 + port7 + + + 477 + 485 + net_switch5 + port6 + + net_switch0_link_net_switch5 + normal + 488 + + + + 436 + 438 + laptop1 + eth0 + + + 467 + 471 + net_switch4 + port2 + + laptop1_link_net_switch4 + normal + 494 + + + + 132 + 140 + net_switch0 + port6 + + + 467 + 476 + net_switch4 + port7 + + net_switch0_link_net_switch4 + normal + 489 + + + + 410 + 412 + laptop0 + eth0 + + + 467 + 470 + net_switch4 + port1 + + laptop0_link_net_switch4 + normal + 493 + + + + 477 + 480 + net_switch5 + port1 + + + 407 + 409 + pc7 + eth0 + + net_switch5_link_pc7 + normal + 491 + + + + 175 + 179 + firewall0 + wan0 + + + 182 + 184 + router0 + eth0 + + firewall0_link_router0 + normal + 247 + + + + 190 + 192 + server0 + eth0 + + + 186 + 188 + router1 + eth0 + + google.com_link_router1 + normal + 193 + + + + 142 + 150 + net_switch1 + port6 + + + 283 + 292 + net_switch2 + port7 + + net_switch1_link_net_switch2 + normal + 294 + + + + 283 + 286 + net_switch2 + port1 + + + 175 + 177 + firewall0 + eth0 + + net_switch2_link_firewall0 + normal + 296 + + + + 283 + 288 + net_switch2 + port3 + + + 404 + 406 + pc6 + eth0 + + net_switch2_link_pc6 + normal + 450 + + + + 283 + 287 + net_switch2 + port2 + + + 302 + 304 + server0 + eth0 + + net_switch2_link_server0 + normal + 306 + + + + 109 + 111 + pc0 + eth0 + + + 132 + 136 + net_switch0 + port2 + + pc0_link_net_switch0 + normal + 171 + + + + 112 + 114 + pc1 + eth0 + + + 132 + 137 + net_switch0 + port3 + + pc1_link_net_switch0 + normal + 173 + + + + 115 + 117 + pc2 + eth0 + + + 142 + 145 + net_switch1 + port1 + + pc2_link_net_switch1 + normal + 163 + + + + 398 + 400 + pc4 + eth0 + + + 388 + 391 + net_switch3 + port1 + + pc4_link_net_switch3 + normal + 429 + + + + 401 + 403 + pc5 + eth0 + + + 388 + 392 + net_switch3 + port2 + + pc5_link_net_switch3 + normal + 431 + + + + 182 + 185 + router0 + eth1 + + + 186 + 189 + router1 + eth1 + + router0_link_router1 + normal + 249 + + + + 495 + 497 + server1 + eth0 + + + 388 + 396 + net_switch3 + port6 + + server1_link_net_switch3 + normal + 498 + + + server1 + google.com + SuccessfullyPings + + Gateway + + Grass + rectangle + 3, 7, 1013, 1004 + LightGreen + LightGreen + + + LeftBldg + rectangle + 20, 170, 250, 700 + SaddleBrown + SaddleBrown + + + RightBldg + rectangle + 650, 170, 250, 700 + SaddleBrown + SaddleBrown + + + LB_RWall + rectangle + 255, 170, 15, 700 + Gray + Gray + + + RB_RWall + rectangle + 650, 170, 15, 700 + Gray + Gray + + + LB_TWall + rectangle + 20, 170, 15, 700 + Gray + Gray + + + RB_TWall + rectangle + 885, 170, 15, 700 + Gray + Gray + + + LB_BWall + rectangle + 20, 870, 250, 15 + Gray + Gray + + + RB_BWall + rectangle + 650, 870, 250, 15 + Gray + Gray + + + LB_LWall + rectangle + 20, 170, 250, 15 + Gray + Gray + + + RB_LWall + rectangle + 650, 170, 250, 15 + Gray + Gray + + + CenterCement + rectangle + 326, 200, 262, 377 + Gray + Gray + + + CenterPark + rectangle + 359, 270, 188, 247 + LightGreen + LightGreen + + + LWindow + rectangle + 260, 500, 5, 100 + Blue + Blue + + + R_Window + rectangle + 655, 500, 5, 100 + Blue + Blue + + + LSidewalk + rectangle + 255, 300, 100, 80 + Gray + Gray + + + RSidewalk + rectangle + 550, 300, 100, 80 + Gray + Gray + + + LDoor + rectangle + 255, 300, 10, 80 + SaddleBrown + SaddleBrown + + + RDoor + rectangle + 655, 300, 10, 80 + SaddleBrown + SaddleBrown + + Default + + \ No newline at end of file diff --git a/EduNetworkBuilder/Resources/Level1_Practice4.enbx b/EduNetworkBuilder/Resources/Level1_Practice4.enbx new file mode 100644 index 0000000..702ffc8 --- /dev/null +++ b/EduNetworkBuilder/Resources/Level1_Practice4.enbx @@ -0,0 +1,4195 @@ + + + + + + Practice4 + + 1024 + 1024 + 60 + host + 1 + 24 + 502 + none + True + False + + firewall0 + 60 + 175 + 670,200 + firewall + False + False + + 192.168.5.1 + 0.0.0.0 + 0.0.0.0 + gw + + + lo + lo0 + + 175 + 176 + firewall0 + lo0 + + lo + 176 + False + + lo0 + + 127.0.0.1 + 255.0.0.0 + 0.0.0.0 + ip + + Untagged + + + + wan + wan0 + + 175 + 179 + firewall0 + wan0 + + wan + 179 + False + + wan0 + + 192.168.5.2 + 255.255.255.0 + 0.0.0.0 + ip + + Untagged + + + + eth + eth0 + + 175 + 177 + firewall0 + eth0 + + eth + 177 + False + + eth0 + + 192.168.1.1 + 255.255.255.0 + 0.0.0.0 + ip + + Untagged + + + + eth + eth1 + + 175 + 178 + firewall0 + eth1 + + eth + 178 + False + + eth1 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + Untagged + + + + + google.com + 60 + 190 + 330,50 + server + False + False + + 8.8.8.1 + 0.0.0.0 + 0.0.0.0 + gw + + + lo + lo0 + + 190 + 191 + server0 + lo0 + + lo + 191 + False + + lo0 + + 127.0.0.1 + 255.0.0.0 + 0.0.0.0 + ip + + Untagged + + + + eth + eth0 + + 190 + 192 + server0 + eth0 + + eth + 192 + False + + eth0 + + 8.8.8.8 + 255.255.255.0 + 0.0.0.0 + ip + + Untagged + + + + + laptop0 + 60 + 410 + 30,560 + laptop + False + False + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + gw + + + lo + lo0 + + 410 + 411 + laptop0 + lo0 + + lo + 411 + False + + + + lo0 + + 127.0.0.1 + 255.0.0.0 + 0.0.0.0 + ip + + Untagged + + + + eth + eth0 + + 410 + 412 + laptop0 + eth0 + + eth + 412 + True + + + + eth0 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + Untagged + + + + wlan + wlan2 + + 410 + 413 + laptop0 + wlan2 + + wlan + 413 + True + + + + wlan2 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + Untagged + + + + + laptop1 + 60 + 436 + 30,410 + laptop + False + False + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + gw + + + lo + lo0 + + 436 + 437 + laptop1 + lo0 + + lo + 437 + False + + + + lo0 + + 127.0.0.1 + 255.0.0.0 + 0.0.0.0 + ip + + Untagged + + + + eth + eth0 + + 436 + 438 + laptop1 + eth0 + + eth + 438 + False + + + + eth0 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + Untagged + + + + wlan + wlan2 + + 436 + 439 + laptop1 + wlan2 + + wlan + 439 + True + WirelessKey + LAN + + wlan2 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + Untagged + + + + + net_switch0 + 60 + 132 + 180,790 + 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 + + Untagged + + + + management_interface + management_interface0 + + 132 + 134 + net_switch0 + management_interface0 + + management_interface + 134 + False + + management_interface0 + + 192.168.1.13 + 255.255.255.0 + 0.0.0.0 + ip + + Untagged + + + + port + port1 + + 132 + 135 + net_switch0 + port1 + + port + 135 + False + + port1 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + Untagged + + + + port + port2 + + 132 + 136 + net_switch0 + port2 + + port + 136 + False + + port2 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + Untagged + + + + port + port3 + + 132 + 137 + net_switch0 + port3 + + port + 137 + False + + port3 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + Untagged + + + + port + port4 + + 132 + 138 + net_switch0 + port4 + + port + 138 + False + + port4 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + Untagged + + + + port + port5 + + 132 + 139 + net_switch0 + port5 + + port + 139 + False + + port5 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + Untagged + + + + port + port6 + + 132 + 140 + net_switch0 + port6 + + port + 140 + False + + port6 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + Untagged + + + + port + port7 + + 132 + 141 + net_switch0 + port7 + + port + 141 + False + + port7 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + Untagged + + + + + net_switch1 + 60 + 142 + 670,510 + net_switch + False + False + + 192.168.1.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 + + Untagged + + + + management_interface + management_interface0 + + 142 + 144 + net_switch1 + management_interface0 + + management_interface + 144 + False + + management_interface0 + + 192.168.1.11 + 255.255.255.0 + 0.0.0.0 + ip + + Untagged + + + + port + port1 + + 142 + 145 + net_switch1 + port1 + + port + 145 + False + + port1 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + Untagged + + + + port + port2 + + 142 + 146 + net_switch1 + port2 + + port + 146 + False + + port2 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + Untagged + + + + port + port3 + + 142 + 147 + net_switch1 + port3 + + port + 147 + False + + port3 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + Untagged + + + + port + port4 + + 142 + 148 + net_switch1 + port4 + + port + 148 + False + + port4 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + Untagged + + + + port + port5 + + 142 + 149 + net_switch1 + port5 + + port + 149 + False + + port5 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + Untagged + + + + port + port6 + + 142 + 150 + net_switch1 + port6 + + port + 150 + False + + port6 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + Untagged + + + + port + port7 + + 142 + 151 + net_switch1 + port7 + + port + 151 + False + + port7 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + Untagged + + + + + net_switch2 + 60 + 283 + 670,270 + net_switch + False + False + + 192.168.1.1 + 0.0.0.0 + 0.0.0.0 + gw + + + lo + lo0 + + 283 + 284 + net_switch2 + lo0 + + lo + 284 + False + + lo0 + + 127.0.0.1 + 255.0.0.0 + 0.0.0.0 + ip + + Untagged + + + + management_interface + management_interface0 + + 283 + 285 + net_switch2 + management_interface0 + + management_interface + 285 + False + + management_interface0 + + 192.168.1.10 + 255.255.255.0 + 0.0.0.0 + ip + + Untagged + + + + port + port1 + + 283 + 286 + net_switch2 + port1 + + port + 286 + False + + port1 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + Untagged + + + + port + port2 + + 283 + 287 + net_switch2 + port2 + + port + 287 + False + + port2 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + Untagged + + + + port + port3 + + 283 + 288 + net_switch2 + port3 + + port + 288 + False + + port3 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + Untagged + + + + port + port4 + + 283 + 289 + net_switch2 + port4 + + port + 289 + False + + port4 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + Untagged + + + + port + port5 + + 283 + 290 + net_switch2 + port5 + + port + 290 + False + + port5 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + Untagged + + + + port + port6 + + 283 + 291 + net_switch2 + port6 + + port + 291 + False + + port6 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + Untagged + + + + port + port7 + + 283 + 292 + net_switch2 + port7 + + port + 292 + False + + port7 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + Untagged + + + + + net_switch3 + 60 + 388 + 180,230 + net_switch + False + False + + 192.168.1.1 + 0.0.0.0 + 0.0.0.0 + gw + + + lo + lo0 + + 388 + 389 + net_switch3 + lo0 + + lo + 389 + False + + + + lo0 + + 127.0.0.1 + 255.0.0.0 + 0.0.0.0 + ip + + Untagged + + + + management_interface + management_interface0 + + 388 + 390 + net_switch3 + management_interface0 + + management_interface + 390 + False + + + + management_interface0 + + 192.168.1.12 + 255.255.255.0 + 0.0.0.0 + ip + + Untagged + + + + port + port1 + + 388 + 391 + net_switch3 + port1 + + port + 391 + False + + + + port1 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + Untagged + + + + port + port2 + + 388 + 392 + net_switch3 + port2 + + port + 392 + False + + + + port2 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + Untagged + + + + port + port3 + + 388 + 393 + net_switch3 + port3 + + port + 393 + False + + + + port3 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + Untagged + + + + port + port4 + + 388 + 394 + net_switch3 + port4 + + port + 394 + False + + + + port4 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + Untagged + + + + port + port5 + + 388 + 395 + net_switch3 + port5 + + port + 395 + False + + + + port5 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + Untagged + + + + port + port6 + + 388 + 396 + net_switch3 + port6 + + port + 396 + False + + + + port6 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + Untagged + + + + port + port7 + + 388 + 397 + net_switch3 + port7 + + port + 397 + False + + + + port7 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + Untagged + + + + + net_switch4 + 60 + 467 + 180,510 + net_switch + False + False + + 192.168.1.1 + 0.0.0.0 + 0.0.0.0 + gw + + + lo + lo0 + + 467 + 468 + net_switch4 + lo0 + + lo + 468 + False + + + + lo0 + + 127.0.0.1 + 255.0.0.0 + 0.0.0.0 + ip + + Untagged + + + + management_interface + management_interface0 + + 467 + 469 + net_switch4 + management_interface0 + + management_interface + 469 + False + + + + management_interface0 + + 192.168.1.14 + 255.255.255.0 + 0.0.0.0 + ip + + Untagged + + + + port + port1 + + 467 + 470 + net_switch4 + port1 + + port + 470 + False + + + + port1 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + Untagged + + + + port + port2 + + 467 + 471 + net_switch4 + port2 + + port + 471 + False + + + + port2 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + Untagged + + + + port + port3 + + 467 + 472 + net_switch4 + port3 + + port + 472 + False + + + + port3 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + Untagged + + + + port + port4 + + 467 + 473 + net_switch4 + port4 + + port + 473 + False + + + + port4 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + Untagged + + + + port + port5 + + 467 + 474 + net_switch4 + port5 + + port + 474 + False + + + + port5 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + Untagged + + + + port + port6 + + 467 + 475 + net_switch4 + port6 + + port + 475 + False + + + + port6 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + Untagged + + + + port + port7 + + 467 + 476 + net_switch4 + port7 + + port + 476 + False + + + + port7 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + Untagged + + + + + net_switch5 + 60 + 477 + 670,790 + net_switch + False + False + + 192.168.1.11 + 0.0.0.0 + 0.0.0.0 + gw + + + lo + lo0 + + 477 + 478 + net_switch5 + lo0 + + lo + 478 + False + + + + lo0 + + 127.0.0.1 + 255.0.0.0 + 0.0.0.0 + ip + + Untagged + + + + management_interface + management_interface0 + + 477 + 479 + net_switch5 + management_interface0 + + management_interface + 479 + False + + + + management_interface0 + + 192.168.1.15 + 255.255.255.0 + 0.0.0.0 + ip + + Untagged + + + + port + port1 + + 477 + 480 + net_switch5 + port1 + + port + 480 + False + + + + port1 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + Untagged + + + + port + port2 + + 477 + 481 + net_switch5 + port2 + + port + 481 + False + + + + port2 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + Untagged + + + + port + port3 + + 477 + 482 + net_switch5 + port3 + + port + 482 + False + + + + port3 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + Untagged + + + + port + port4 + + 477 + 483 + net_switch5 + port4 + + port + 483 + False + + + + port4 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + Untagged + + + + port + port5 + + 477 + 484 + net_switch5 + port5 + + port + 484 + False + + + + port5 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + Untagged + + + + port + port6 + + 477 + 485 + net_switch5 + port6 + + port + 485 + False + + + + port6 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + Untagged + + + + port + port7 + + 477 + 486 + net_switch5 + port7 + + port + 486 + False + + + + port7 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + Untagged + + + + + pc0 + 60 + 109 + 40,660 + pc + False + False + + 192.168.1.1 + 0.0.0.0 + 0.0.0.0 + gw + + + lo + lo0 + + 109 + 110 + pc0 + lo0 + + lo + 110 + False + + lo0 + + 127.0.0.1 + 255.0.0.0 + 0.0.0.0 + ip + + Untagged + + + + eth + eth0 + + 109 + 111 + pc0 + eth0 + + eth + 111 + False + + eth0 + + 192.168.1.22 + 255.255.255.0 + 0.0.0.0 + ip + + Untagged + + + + + pc1 + 60 + 112 + 40,780 + pc + False + False + + 192.168.1.1 + 0.0.0.0 + 0.0.0.0 + gw + + + lo + lo0 + + 112 + 113 + pc1 + lo0 + + lo + 113 + False + + lo0 + + 127.0.0.1 + 255.0.0.0 + 0.0.0.0 + ip + + Untagged + + + + eth + eth0 + + 112 + 114 + pc1 + eth0 + + eth + 114 + False + + eth0 + + 192.168.1.23 + 255.255.255.0 + 0.0.0.0 + ip + + Untagged + + + + + pc2 + 60 + 115 + 820,510 + pc + False + False + + 192.168.1.1 + 0.0.0.0 + 0.0.0.0 + gw + + + lo + lo0 + + 115 + 116 + pc2 + lo0 + + lo + 116 + False + + lo0 + + 127.0.0.1 + 255.0.0.0 + 0.0.0.0 + ip + + Untagged + + + + eth + eth0 + + 115 + 117 + pc2 + eth0 + + eth + 117 + False + + eth0 + + 192.168.1.20 + 255.255.255.0 + 0.0.0.0 + ip + + Untagged + + + + + pc3 + 60 + 118 + 820,790 + pc + False + False + + 192.168.1.1 + 0.0.0.0 + 0.0.0.0 + gw + + + lo + lo0 + + 118 + 119 + pc3 + lo0 + + lo + 119 + False + + lo0 + + 127.0.0.1 + 255.0.0.0 + 0.0.0.0 + ip + + Untagged + + + + eth + eth0 + + 118 + 120 + pc3 + eth0 + + eth + 120 + False + + eth0 + + 192.168.1.21 + 255.255.255.0 + 0.0.0.0 + ip + + Untagged + + + + + pc4 + 60 + 398 + 30,200 + pc + False + False + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + gw + + + lo + lo0 + + 398 + 399 + pc4 + lo0 + + lo + 399 + False + + + + lo0 + + 127.0.0.1 + 255.0.0.0 + 0.0.0.0 + ip + + Untagged + + + + eth + eth0 + + 398 + 400 + pc4 + eth0 + + eth + 400 + True + + + + eth0 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + Untagged + + + + + pc5 + 60 + 401 + 20,310 + pc + False + False + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + gw + + + lo + lo0 + + 401 + 402 + pc5 + lo0 + + lo + 402 + False + + + + lo0 + + 127.0.0.1 + 255.0.0.0 + 0.0.0.0 + ip + + Untagged + + + + eth + eth0 + + 401 + 403 + pc5 + eth0 + + eth + 403 + True + + + + eth0 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + Untagged + + + + + pc6 + 60 + 404 + 820,360 + pc + False + False + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + gw + + + lo + lo0 + + 404 + 405 + pc6 + lo0 + + lo + 405 + False + + + + lo0 + + 127.0.0.1 + 255.0.0.0 + 0.0.0.0 + ip + + Untagged + + + + eth + eth0 + + 404 + 406 + pc6 + eth0 + + eth + 406 + True + + + + eth0 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + Untagged + + + + + pc7 + 60 + 407 + 820,650 + pc + False + False + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + gw + + + lo + lo0 + + 407 + 408 + pc7 + lo0 + + lo + 408 + False + + + + lo0 + + 127.0.0.1 + 255.0.0.0 + 0.0.0.0 + ip + + Untagged + + + + eth + eth0 + + 407 + 409 + pc7 + eth0 + + eth + 409 + True + + + + eth0 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + Untagged + + + + + router0 + 60 + 182 + 670,50 + router + False + False + + 192.168.7.1 + 0.0.0.0 + 0.0.0.0 + gw + + + lo + lo0 + + 182 + 183 + router0 + lo0 + + lo + 183 + False + + lo0 + + 127.0.0.1 + 255.0.0.0 + 0.0.0.0 + ip + + Untagged + + + + eth + eth0 + + 182 + 184 + router0 + eth0 + + eth + 184 + False + + eth0 + + 192.168.5.1 + 255.255.255.0 + 0.0.0.0 + ip + + Untagged + + + + eth + eth1 + + 182 + 185 + router0 + eth1 + + eth + 185 + False + + eth1 + + 192.168.7.2 + 255.255.255.0 + 0.0.0.0 + ip + + Untagged + + + + + router1 + 60 + 186 + 510,50 + router + False + False + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + gw + + + lo + lo0 + + 186 + 187 + router1 + lo0 + + lo + 187 + False + + lo0 + + 127.0.0.1 + 255.0.0.0 + 0.0.0.0 + ip + + Untagged + + + + eth + eth0 + + 186 + 188 + router1 + eth0 + + eth + 188 + False + + eth0 + + 8.8.8.1 + 255.255.255.0 + 0.0.0.0 + ip + + Untagged + + + + eth + eth1 + + 186 + 189 + router1 + eth1 + + eth + 189 + False + + eth1 + + 192.168.7.1 + 255.255.255.0 + 0.0.0.0 + ip + + Untagged + + + + 192.168.5.0 + 255.255.255.0 + 192.168.7.2 + route + + + + server0 + 60 + 302 + 826,209 + server + False + True + + 192.168.1.1 + 0.0.0.0 + 0.0.0.0 + gw + + + lo + lo0 + + 302 + 303 + server0 + lo0 + + lo + 303 + False + + lo0 + + 127.0.0.1 + 255.0.0.0 + 0.0.0.0 + ip + + Untagged + + + + eth + eth0 + + 302 + 304 + server0 + eth0 + + eth + 304 + False + + eth0 + + 192.168.1.2 + 255.255.255.0 + 0.0.0.0 + ip + + Untagged + + + + 127.0.0.1 + 0.0.0.0 + 0.0.0.0 + route + + + 192.168.1.2 + 192.168.1.50 + 192.168.1.70 + route + + + + server1 + 60 + 495 + 100,350 + server + False + False + + 192.168.1.1 + 0.0.0.0 + 0.0.0.0 + gw + + + lo + lo0 + + 495 + 496 + server1 + lo0 + + lo + 496 + False + + + + lo0 + + 127.0.0.1 + 255.0.0.0 + 0.0.0.0 + ip + + Untagged + + + + eth + eth0 + + 495 + 497 + server1 + eth0 + + eth + 497 + False + + + + eth0 + + 192.168.1.3 + 255.255.255.0 + 0.0.0.0 + ip + + Untagged + + + + + tree0 + 60 + 100 + 350,760 + tree + False + False + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + gw + + + lo + lo0 + + 100 + 101 + tree0 + lo0 + + lo + 101 + False + + lo0 + + 127.0.0.1 + 255.0.0.0 + 0.0.0.0 + ip + + Untagged + + + + eth + eth0 + + 100 + 102 + tree0 + eth0 + + eth + 102 + False + + eth0 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + Untagged + + + + + tree1 + 60 + 103 + 390,610 + tree + False + False + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + gw + + + lo + lo0 + + 103 + 104 + tree1 + lo0 + + lo + 104 + False + + lo0 + + 127.0.0.1 + 255.0.0.0 + 0.0.0.0 + ip + + Untagged + + + + eth + eth0 + + 103 + 105 + tree1 + eth0 + + eth + 105 + False + + eth0 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + Untagged + + + + + tree10 + 60 + 361 + 530,570 + tree + False + False + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + gw + + + lo + lo0 + + 361 + 362 + tree10 + lo0 + + lo + 362 + False + + + + lo0 + + 127.0.0.1 + 255.0.0.0 + 0.0.0.0 + ip + + Untagged + + + + eth + eth0 + + 361 + 363 + tree10 + eth0 + + eth + 363 + False + + + + eth0 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + Untagged + + + + + tree11 + 60 + 364 + 510,840 + tree + False + False + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + gw + + + lo + lo0 + + 364 + 365 + tree11 + lo0 + + lo + 365 + False + + + + lo0 + + 127.0.0.1 + 255.0.0.0 + 0.0.0.0 + ip + + Untagged + + + + eth + eth0 + + 364 + 366 + tree11 + eth0 + + eth + 366 + False + + + + eth0 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + Untagged + + + + + tree12 + 60 + 367 + 580,210 + tree + False + False + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + gw + + + lo + lo0 + + 367 + 368 + tree12 + lo0 + + lo + 368 + False + + + + lo0 + + 127.0.0.1 + 255.0.0.0 + 0.0.0.0 + ip + + Untagged + + + + eth + eth0 + + 367 + 369 + tree12 + eth0 + + eth + 369 + False + + + + eth0 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + Untagged + + + + + tree13 + 60 + 370 + 260,210 + tree + False + False + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + gw + + + lo + lo0 + + 370 + 371 + tree13 + lo0 + + lo + 371 + False + + + + lo0 + + 127.0.0.1 + 255.0.0.0 + 0.0.0.0 + ip + + Untagged + + + + eth + eth0 + + 370 + 372 + tree13 + eth0 + + eth + 372 + False + + + + eth0 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + Untagged + + + + + tree14 + 60 + 373 + 590,390 + tree + False + False + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + gw + + + lo + lo0 + + 373 + 374 + tree14 + lo0 + + lo + 374 + False + + + + lo0 + + 127.0.0.1 + 255.0.0.0 + 0.0.0.0 + ip + + Untagged + + + + eth + eth0 + + 373 + 375 + tree14 + eth0 + + eth + 375 + False + + + + eth0 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + Untagged + + + + + tree15 + 60 + 376 + 260,380 + tree + False + False + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + gw + + + lo + lo0 + + 376 + 377 + tree15 + lo0 + + lo + 377 + False + + + + lo0 + + 127.0.0.1 + 255.0.0.0 + 0.0.0.0 + ip + + Untagged + + + + eth + eth0 + + 376 + 378 + tree15 + eth0 + + eth + 378 + False + + + + eth0 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + Untagged + + + + + tree2 + 60 + 106 + 470,720 + tree + False + False + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + gw + + + lo + lo0 + + 106 + 107 + tree2 + lo0 + + lo + 107 + False + + lo0 + + 127.0.0.1 + 255.0.0.0 + 0.0.0.0 + ip + + Untagged + + + + eth + eth0 + + 106 + 108 + tree2 + eth0 + + eth + 108 + False + + eth0 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + Untagged + + + + + tree3 + 60 + 225 + 320,660 + tree + False + False + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + gw + + + lo + lo0 + + 225 + 226 + tree3 + lo0 + + lo + 226 + False + + lo0 + + 127.0.0.1 + 255.0.0.0 + 0.0.0.0 + ip + + Untagged + + + + eth + eth0 + + 225 + 227 + tree3 + eth0 + + eth + 227 + False + + eth0 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + Untagged + + + + + tree4 + 60 + 228 + 510,650 + tree + False + False + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + gw + + + lo + lo0 + + 228 + 229 + tree4 + lo0 + + lo + 229 + False + + lo0 + + 127.0.0.1 + 255.0.0.0 + 0.0.0.0 + ip + + Untagged + + + + eth + eth0 + + 228 + 230 + tree4 + eth0 + + eth + 230 + False + + eth0 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + Untagged + + + + + tree5 + 60 + 314 + 360,300 + tree + False + False + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + gw + + + lo + lo0 + + 314 + 315 + tree5 + lo0 + + lo + 315 + False + + lo0 + + 127.0.0.1 + 255.0.0.0 + 0.0.0.0 + ip + + Untagged + + + + eth + eth0 + + 314 + 316 + tree5 + eth0 + + eth + 316 + False + + eth0 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + Untagged + + + + + tree6 + 60 + 317 + 470,290 + tree + False + False + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + gw + + + lo + lo0 + + 317 + 318 + tree6 + lo0 + + lo + 318 + False + + lo0 + + 127.0.0.1 + 255.0.0.0 + 0.0.0.0 + ip + + Untagged + + + + eth + eth0 + + 317 + 319 + tree6 + eth0 + + eth + 319 + False + + eth0 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + Untagged + + + + + tree7 + 60 + 320 + 370,430 + tree + False + False + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + gw + + + lo + lo0 + + 320 + 321 + tree7 + lo0 + + lo + 321 + False + + lo0 + + 127.0.0.1 + 255.0.0.0 + 0.0.0.0 + ip + + Untagged + + + + eth + eth0 + + 320 + 322 + tree7 + eth0 + + eth + 322 + False + + eth0 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + Untagged + + + + + tree8 + 60 + 323 + 450,410 + tree + False + False + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + gw + + + lo + lo0 + + 323 + 324 + tree8 + lo0 + + lo + 324 + False + + lo0 + + 127.0.0.1 + 255.0.0.0 + 0.0.0.0 + ip + + Untagged + + + + eth + eth0 + + 323 + 325 + tree8 + eth0 + + eth + 325 + False + + eth0 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + Untagged + + + + + tree9 + 60 + 358 + 300,570 + tree + False + False + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + gw + + + lo + lo0 + + 358 + 359 + tree9 + lo0 + + lo + 359 + False + + + + lo0 + + 127.0.0.1 + 255.0.0.0 + 0.0.0.0 + ip + + Untagged + + + + eth + eth0 + + 358 + 360 + tree9 + eth0 + + eth + 360 + False + + + + eth0 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + Untagged + + + + + + 142 + 151 + net_switch1 + port7 + + + 477 + 486 + net_switch5 + port7 + + net_switch1_link_net_switch5 + normal + 487 + + + + 467 + 475 + net_switch4 + port6 + + + 388 + 397 + net_switch3 + port7 + + net_switch4_link_net_switch3 + normal + 490 + + + + 477 + 481 + net_switch5 + port2 + + + 118 + 120 + pc3 + eth0 + + net_switch5_link_pc3 + normal + 492 + + + + 132 + 141 + net_switch0 + port7 + + + 477 + 485 + net_switch5 + port6 + + net_switch0_link_net_switch5 + normal + 488 + + + + 436 + 438 + laptop1 + eth0 + + + 467 + 471 + net_switch4 + port2 + + laptop1_link_net_switch4 + normal + 494 + + + + 132 + 140 + net_switch0 + port6 + + + 467 + 476 + net_switch4 + port7 + + net_switch0_link_net_switch4 + normal + 489 + + + + 410 + 412 + laptop0 + eth0 + + + 467 + 470 + net_switch4 + port1 + + laptop0_link_net_switch4 + normal + 493 + + + + 477 + 480 + net_switch5 + port1 + + + 407 + 409 + pc7 + eth0 + + net_switch5_link_pc7 + normal + 491 + + + + 175 + 179 + firewall0 + wan0 + + + 182 + 184 + router0 + eth0 + + firewall0_link_router0 + normal + 247 + + + + 190 + 192 + server0 + eth0 + + + 186 + 188 + router1 + eth0 + + google.com_link_router1 + normal + 193 + + + + 142 + 150 + net_switch1 + port6 + + + 283 + 292 + net_switch2 + port7 + + net_switch1_link_net_switch2 + normal + 294 + + + + 283 + 286 + net_switch2 + port1 + + + 175 + 177 + firewall0 + eth0 + + net_switch2_link_firewall0 + normal + 296 + + + + 283 + 288 + net_switch2 + port3 + + + 404 + 406 + pc6 + eth0 + + net_switch2_link_pc6 + normal + 450 + + + + 283 + 287 + net_switch2 + port2 + + + 302 + 304 + server0 + eth0 + + net_switch2_link_server0 + normal + 306 + + + + 109 + 111 + pc0 + eth0 + + + 132 + 136 + net_switch0 + port2 + + pc0_link_net_switch0 + normal + 171 + + + + 112 + 114 + pc1 + eth0 + + + 132 + 137 + net_switch0 + port3 + + pc1_link_net_switch0 + normal + 173 + + + + 115 + 117 + pc2 + eth0 + + + 142 + 145 + net_switch1 + port1 + + pc2_link_net_switch1 + normal + 163 + + + + 398 + 400 + pc4 + eth0 + + + 388 + 391 + net_switch3 + port1 + + pc4_link_net_switch3 + normal + 429 + + + + 401 + 403 + pc5 + eth0 + + + 388 + 392 + net_switch3 + port2 + + pc5_link_net_switch3 + normal + 431 + + + + 182 + 185 + router0 + eth1 + + + 186 + 189 + router1 + eth1 + + router0_link_router1 + normal + 249 + + + + 495 + 497 + server1 + eth0 + + + 388 + 396 + net_switch3 + port6 + + server1_link_net_switch3 + normal + 498 + + + net_switch3 + net_switch1 + DeviceIsFrozen + + + Grass + rectangle + 3, 7, 1013, 1004 + LightGreen + LightGreen + + + LeftBldg + rectangle + 20, 170, 250, 700 + SaddleBrown + SaddleBrown + + + RightBldg + rectangle + 650, 170, 250, 700 + SaddleBrown + SaddleBrown + + + LB_RWall + rectangle + 255, 170, 15, 700 + Gray + Gray + + + RB_RWall + rectangle + 650, 170, 15, 700 + Gray + Gray + + + LB_TWall + rectangle + 20, 170, 15, 700 + Gray + Gray + + + RB_TWall + rectangle + 885, 170, 15, 700 + Gray + Gray + + + LB_BWall + rectangle + 20, 870, 250, 15 + Gray + Gray + + + RB_BWall + rectangle + 650, 870, 250, 15 + Gray + Gray + + + LB_LWall + rectangle + 20, 170, 250, 15 + Gray + Gray + + + RB_LWall + rectangle + 650, 170, 250, 15 + Gray + Gray + + + CenterCement + rectangle + 326, 200, 262, 377 + Gray + Gray + + + CenterPark + rectangle + 359, 270, 188, 247 + LightGreen + LightGreen + + + LWindow + rectangle + 260, 500, 5, 100 + Blue + Blue + + + R_Window + rectangle + 655, 500, 5, 100 + Blue + Blue + + + LSidewalk + rectangle + 255, 300, 100, 80 + Gray + Gray + + + RSidewalk + rectangle + 550, 300, 100, 80 + Gray + Gray + + + LDoor + rectangle + 255, 300, 10, 80 + SaddleBrown + SaddleBrown + + + RDoor + rectangle + 655, 300, 10, 80 + SaddleBrown + SaddleBrown + + Default + + \ No newline at end of file diff --git a/EduNetworkBuilder/Resources/Level1_Practice5.enbx b/EduNetworkBuilder/Resources/Level1_Practice5.enbx new file mode 100644 index 0000000..39c0621 --- /dev/null +++ b/EduNetworkBuilder/Resources/Level1_Practice5.enbx @@ -0,0 +1,4184 @@ + + + + + + Practice6 + + 1024 + 1024 + 60 + ip + 1 + 26 + 504 + none + True + False + + firewall0 + 60 + 175 + 670,200 + firewall + False + True + + 192.168.5.1 + 0.0.0.0 + 0.0.0.0 + gw + + + lo + lo0 + + 175 + 176 + firewall0 + lo0 + + lo + 176 + False + + lo0 + + 127.0.0.1 + 255.0.0.0 + 0.0.0.0 + ip + + Untagged + + + + wan + wan0 + + 175 + 179 + firewall0 + wan0 + + wan + 179 + False + + wan0 + + 192.168.5.2 + 255.255.255.0 + 0.0.0.0 + ip + + Untagged + + + + eth + eth0 + + 175 + 177 + firewall0 + eth0 + + eth + 177 + False + + eth0 + + 192.168.1.1 + 255.255.255.0 + 0.0.0.0 + ip + + Untagged + + + + eth + eth1 + + 175 + 178 + firewall0 + eth1 + + eth + 178 + False + + eth1 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + Untagged + + + + 127.0.0.1 + 0.0.0.0 + 0.0.0.0 + route + + + 192.168.5.2 + 0.0.0.0 + 0.0.0.0 + route + + + 192.168.1.1 + 192.168.1.10 + 192.168.1.30 + route + + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + route + + + + google.com + 60 + 190 + 330,50 + server + False + False + + 8.8.8.1 + 0.0.0.0 + 0.0.0.0 + gw + + + lo + lo0 + + 190 + 191 + server0 + lo0 + + lo + 191 + False + + lo0 + + 127.0.0.1 + 255.0.0.0 + 0.0.0.0 + ip + + Untagged + + + + eth + eth0 + + 190 + 192 + server0 + eth0 + + eth + 192 + False + + eth0 + + 8.8.8.8 + 255.255.255.0 + 0.0.0.0 + ip + + Untagged + + + + + laptop0 + 60 + 410 + 30,550 + laptop + False + False + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + gw + + + lo + lo0 + + 410 + 411 + laptop0 + lo0 + + lo + 411 + False + + + + lo0 + + 127.0.0.1 + 255.0.0.0 + 0.0.0.0 + ip + + Untagged + + + + eth + eth0 + + 410 + 412 + laptop0 + eth0 + + eth + 412 + True + + + + eth0 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + Untagged + + + + + laptop1 + 60 + 436 + 30,450 + laptop + False + False + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + gw + + + lo + lo0 + + 436 + 437 + laptop1 + lo0 + + lo + 437 + False + + + + lo0 + + 127.0.0.1 + 255.0.0.0 + 0.0.0.0 + ip + + Untagged + + + + eth + eth0 + + 436 + 438 + laptop1 + eth0 + + eth + 438 + True + + + + eth0 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + Untagged + + + + + net_switch0 + 60 + 132 + 180,790 + 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 + + Untagged + + + + management_interface + management_interface0 + + 132 + 134 + net_switch0 + management_interface0 + + management_interface + 134 + False + + management_interface0 + + 192.168.1.13 + 255.255.255.0 + 0.0.0.0 + ip + + Untagged + + + + port + port1 + + 132 + 135 + net_switch0 + port1 + + port + 135 + False + + port1 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + Untagged + + + + port + port2 + + 132 + 136 + net_switch0 + port2 + + port + 136 + False + + port2 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + Untagged + + + + port + port3 + + 132 + 137 + net_switch0 + port3 + + port + 137 + False + + port3 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + Untagged + + + + port + port4 + + 132 + 138 + net_switch0 + port4 + + port + 138 + False + + port4 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + Untagged + + + + port + port5 + + 132 + 139 + net_switch0 + port5 + + port + 139 + False + + port5 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + Untagged + + + + port + port6 + + 132 + 140 + net_switch0 + port6 + + port + 140 + False + + port6 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + Untagged + + + + port + port7 + + 132 + 141 + net_switch0 + port7 + + port + 141 + False + + port7 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + Untagged + + + + + net_switch1 + 60 + 142 + 670,510 + net_switch + False + False + + 192.168.1.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 + + Untagged + + + + management_interface + management_interface0 + + 142 + 144 + net_switch1 + management_interface0 + + management_interface + 144 + False + + management_interface0 + + 192.168.1.11 + 255.255.255.0 + 0.0.0.0 + ip + + Untagged + + + + port + port1 + + 142 + 145 + net_switch1 + port1 + + port + 145 + False + + port1 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + Untagged + + + + port + port2 + + 142 + 146 + net_switch1 + port2 + + port + 146 + False + + port2 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + Untagged + + + + port + port3 + + 142 + 147 + net_switch1 + port3 + + port + 147 + False + + port3 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + Untagged + + + + port + port4 + + 142 + 148 + net_switch1 + port4 + + port + 148 + False + + port4 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + Untagged + + + + port + port5 + + 142 + 149 + net_switch1 + port5 + + port + 149 + False + + port5 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + Untagged + + + + port + port6 + + 142 + 150 + net_switch1 + port6 + + port + 150 + False + + port6 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + Untagged + + + + port + port7 + + 142 + 151 + net_switch1 + port7 + + port + 151 + False + + port7 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + Untagged + + + + + net_switch2 + 60 + 283 + 670,270 + net_switch + False + False + + 192.168.1.1 + 0.0.0.0 + 0.0.0.0 + gw + + + lo + lo0 + + 283 + 284 + net_switch2 + lo0 + + lo + 284 + False + + lo0 + + 127.0.0.1 + 255.0.0.0 + 0.0.0.0 + ip + + Untagged + + + + management_interface + management_interface0 + + 283 + 285 + net_switch2 + management_interface0 + + management_interface + 285 + False + + management_interface0 + + 192.168.1.10 + 255.255.255.0 + 0.0.0.0 + ip + + Untagged + + + + port + port1 + + 283 + 286 + net_switch2 + port1 + + port + 286 + False + + port1 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + Untagged + + + + port + port2 + + 283 + 287 + net_switch2 + port2 + + port + 287 + False + + port2 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + Untagged + + + + port + port3 + + 283 + 288 + net_switch2 + port3 + + port + 288 + False + + port3 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + Untagged + + + + port + port4 + + 283 + 289 + net_switch2 + port4 + + port + 289 + False + + port4 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + Untagged + + + + port + port5 + + 283 + 290 + net_switch2 + port5 + + port + 290 + False + + port5 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + Untagged + + + + port + port6 + + 283 + 291 + net_switch2 + port6 + + port + 291 + False + + port6 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + Untagged + + + + port + port7 + + 283 + 292 + net_switch2 + port7 + + port + 292 + False + + port7 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + Untagged + + + + + net_switch3 + 60 + 388 + 180,230 + net_switch + False + False + + 192.168.1.1 + 0.0.0.0 + 0.0.0.0 + gw + + + lo + lo0 + + 388 + 389 + net_switch3 + lo0 + + lo + 389 + False + + + + lo0 + + 127.0.0.1 + 255.0.0.0 + 0.0.0.0 + ip + + Untagged + + + + management_interface + management_interface0 + + 388 + 390 + net_switch3 + management_interface0 + + management_interface + 390 + False + + + + management_interface0 + + 192.168.1.12 + 255.255.255.0 + 0.0.0.0 + ip + + Untagged + + + + port + port1 + + 388 + 391 + net_switch3 + port1 + + port + 391 + False + + + + port1 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + Untagged + + + + port + port2 + + 388 + 392 + net_switch3 + port2 + + port + 392 + False + + + + port2 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + Untagged + + + + port + port3 + + 388 + 393 + net_switch3 + port3 + + port + 393 + False + + + + port3 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + Untagged + + + + port + port4 + + 388 + 394 + net_switch3 + port4 + + port + 394 + False + + + + port4 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + Untagged + + + + port + port5 + + 388 + 395 + net_switch3 + port5 + + port + 395 + False + + + + port5 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + Untagged + + + + port + port6 + + 388 + 396 + net_switch3 + port6 + + port + 396 + False + + + + port6 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + Untagged + + + + port + port7 + + 388 + 397 + net_switch3 + port7 + + port + 397 + False + + + + port7 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + Untagged + + + + + net_switch4 + 60 + 467 + 180,510 + net_switch + False + False + + 192.168.1.1 + 0.0.0.0 + 0.0.0.0 + gw + + + lo + lo0 + + 467 + 468 + net_switch4 + lo0 + + lo + 468 + False + + + + lo0 + + 127.0.0.1 + 255.0.0.0 + 0.0.0.0 + ip + + Untagged + + + + management_interface + management_interface0 + + 467 + 469 + net_switch4 + management_interface0 + + management_interface + 469 + False + + + + management_interface0 + + 192.168.1.14 + 255.255.255.0 + 0.0.0.0 + ip + + Untagged + + + + port + port1 + + 467 + 470 + net_switch4 + port1 + + port + 470 + False + + + + port1 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + Untagged + + + + port + port2 + + 467 + 471 + net_switch4 + port2 + + port + 471 + False + + + + port2 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + Untagged + + + + port + port3 + + 467 + 472 + net_switch4 + port3 + + port + 472 + False + + + + port3 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + Untagged + + + + port + port4 + + 467 + 473 + net_switch4 + port4 + + port + 473 + False + + + + port4 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + Untagged + + + + port + port5 + + 467 + 474 + net_switch4 + port5 + + port + 474 + False + + + + port5 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + Untagged + + + + port + port6 + + 467 + 475 + net_switch4 + port6 + + port + 475 + False + + + + port6 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + Untagged + + + + port + port7 + + 467 + 476 + net_switch4 + port7 + + port + 476 + False + + + + port7 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + Untagged + + + + + net_switch5 + 60 + 477 + 670,790 + net_switch + False + False + + 192.168.1.11 + 0.0.0.0 + 0.0.0.0 + gw + + + lo + lo0 + + 477 + 478 + net_switch5 + lo0 + + lo + 478 + False + + + + lo0 + + 127.0.0.1 + 255.0.0.0 + 0.0.0.0 + ip + + Untagged + + + + management_interface + management_interface0 + + 477 + 479 + net_switch5 + management_interface0 + + management_interface + 479 + False + + + + management_interface0 + + 192.168.1.15 + 255.255.255.0 + 0.0.0.0 + ip + + Untagged + + + + port + port1 + + 477 + 480 + net_switch5 + port1 + + port + 480 + False + + + + port1 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + Untagged + + + + port + port2 + + 477 + 481 + net_switch5 + port2 + + port + 481 + False + + + + port2 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + Untagged + + + + port + port3 + + 477 + 482 + net_switch5 + port3 + + port + 482 + False + + + + port3 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + Untagged + + + + port + port4 + + 477 + 483 + net_switch5 + port4 + + port + 483 + False + + + + port4 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + Untagged + + + + port + port5 + + 477 + 484 + net_switch5 + port5 + + port + 484 + False + + + + port5 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + Untagged + + + + port + port6 + + 477 + 485 + net_switch5 + port6 + + port + 485 + False + + + + port6 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + Untagged + + + + port + port7 + + 477 + 486 + net_switch5 + port7 + + port + 486 + False + + + + port7 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + Untagged + + + + + pc0 + 60 + 109 + 40,660 + pc + False + False + + 192.168.1.1 + 0.0.0.0 + 0.0.0.0 + gw + + + lo + lo0 + + 109 + 110 + pc0 + lo0 + + lo + 110 + False + + lo0 + + 127.0.0.1 + 255.0.0.0 + 0.0.0.0 + ip + + Untagged + + + + eth + eth0 + + 109 + 111 + pc0 + eth0 + + eth + 111 + False + + eth0 + + 192.168.1.22 + 255.255.255.0 + 0.0.0.0 + ip + + Untagged + + + + + pc1 + 60 + 112 + 30,760 + pc + False + False + + 192.168.1.1 + 0.0.0.0 + 0.0.0.0 + gw + + + lo + lo0 + + 112 + 113 + pc1 + lo0 + + lo + 113 + False + + lo0 + + 127.0.0.1 + 255.0.0.0 + 0.0.0.0 + ip + + Untagged + + + + eth + eth0 + + 112 + 114 + pc1 + eth0 + + eth + 114 + False + + eth0 + + 192.168.1.23 + 255.255.255.0 + 0.0.0.0 + ip + + Untagged + + + + + pc2 + 60 + 115 + 820,510 + pc + False + False + + 192.168.1.1 + 0.0.0.0 + 0.0.0.0 + gw + + + lo + lo0 + + 115 + 116 + pc2 + lo0 + + lo + 116 + False + + lo0 + + 127.0.0.1 + 255.0.0.0 + 0.0.0.0 + ip + + Untagged + + + + eth + eth0 + + 115 + 117 + pc2 + eth0 + + eth + 117 + False + + eth0 + + 192.168.1.20 + 255.255.255.0 + 0.0.0.0 + ip + + Untagged + + + + + pc3 + 60 + 118 + 820,740 + pc + False + False + + 192.168.1.1 + 0.0.0.0 + 0.0.0.0 + gw + + + lo + lo0 + + 118 + 119 + pc3 + lo0 + + lo + 119 + False + + lo0 + + 127.0.0.1 + 255.0.0.0 + 0.0.0.0 + ip + + Untagged + + + + eth + eth0 + + 118 + 120 + pc3 + eth0 + + eth + 120 + False + + eth0 + + 192.168.1.21 + 255.255.255.0 + 0.0.0.0 + ip + + Untagged + + + + + pc4 + 60 + 398 + 30,200 + pc + False + False + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + gw + + + lo + lo0 + + 398 + 399 + pc4 + lo0 + + lo + 399 + False + + + + lo0 + + 127.0.0.1 + 255.0.0.0 + 0.0.0.0 + ip + + Untagged + + + + eth + eth0 + + 398 + 400 + pc4 + eth0 + + eth + 400 + True + + + + eth0 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + Untagged + + + + + pc5 + 60 + 401 + 20,310 + pc + False + False + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + gw + + + lo + lo0 + + 401 + 402 + pc5 + lo0 + + lo + 402 + False + + + + lo0 + + 127.0.0.1 + 255.0.0.0 + 0.0.0.0 + ip + + Untagged + + + + eth + eth0 + + 401 + 403 + pc5 + eth0 + + eth + 403 + True + + + + eth0 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + Untagged + + + + + pc6 + 60 + 404 + 820,360 + pc + False + False + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + gw + + + lo + lo0 + + 404 + 405 + pc6 + lo0 + + lo + 405 + False + + + + lo0 + + 127.0.0.1 + 255.0.0.0 + 0.0.0.0 + ip + + Untagged + + + + eth + eth0 + + 404 + 406 + pc6 + eth0 + + eth + 406 + True + + + + eth0 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + Untagged + + + + + pc7 + 60 + 407 + 820,650 + pc + False + False + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + gw + + + lo + lo0 + + 407 + 408 + pc7 + lo0 + + lo + 408 + False + + + + lo0 + + 127.0.0.1 + 255.0.0.0 + 0.0.0.0 + ip + + Untagged + + + + eth + eth0 + + 407 + 409 + pc7 + eth0 + + eth + 409 + True + + + + eth0 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + Untagged + + + + + router0 + 60 + 182 + 670,50 + router + False + False + + 192.168.7.1 + 0.0.0.0 + 0.0.0.0 + gw + + + lo + lo0 + + 182 + 183 + router0 + lo0 + + lo + 183 + False + + lo0 + + 127.0.0.1 + 255.0.0.0 + 0.0.0.0 + ip + + Untagged + + + + eth + eth0 + + 182 + 184 + router0 + eth0 + + eth + 184 + False + + eth0 + + 192.168.5.1 + 255.255.255.0 + 0.0.0.0 + ip + + Untagged + + + + eth + eth1 + + 182 + 185 + router0 + eth1 + + eth + 185 + False + + eth1 + + 192.168.7.2 + 255.255.255.0 + 0.0.0.0 + ip + + Untagged + + + + + router1 + 60 + 186 + 510,50 + router + False + False + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + gw + + + lo + lo0 + + 186 + 187 + router1 + lo0 + + lo + 187 + False + + lo0 + + 127.0.0.1 + 255.0.0.0 + 0.0.0.0 + ip + + Untagged + + + + eth + eth0 + + 186 + 188 + router1 + eth0 + + eth + 188 + False + + eth0 + + 8.8.8.1 + 255.255.255.0 + 0.0.0.0 + ip + + Untagged + + + + eth + eth1 + + 186 + 189 + router1 + eth1 + + eth + 189 + False + + eth1 + + 192.168.7.1 + 255.255.255.0 + 0.0.0.0 + ip + + Untagged + + + + 192.168.5.0 + 255.255.255.0 + 192.168.7.2 + route + + + + server0 + 60 + 302 + 826,209 + server + False + True + + 192.168.1.1 + 0.0.0.0 + 0.0.0.0 + gw + + + lo + lo0 + + 302 + 303 + server0 + lo0 + + lo + 303 + False + + lo0 + + 127.0.0.1 + 255.0.0.0 + 0.0.0.0 + ip + + Untagged + + + + eth + eth0 + + 302 + 304 + server0 + eth0 + + eth + 304 + False + + eth0 + + 192.168.1.2 + 255.255.255.0 + 0.0.0.0 + ip + + Untagged + + + + 127.0.0.1 + 0.0.0.0 + 0.0.0.0 + route + + + 192.168.1.2 + 192.168.1.50 + 192.168.1.70 + route + + + + server1 + 60 + 495 + 100,350 + server + False + False + + 192.168.1.1 + 0.0.0.0 + 0.0.0.0 + gw + + + lo + lo0 + + 495 + 496 + server1 + lo0 + + lo + 496 + False + + + + lo0 + + 127.0.0.1 + 255.0.0.0 + 0.0.0.0 + ip + + Untagged + + + + eth + eth0 + + 495 + 497 + server1 + eth0 + + eth + 497 + False + + + + eth0 + + 192.168.1.3 + 255.255.255.0 + 0.0.0.0 + ip + + Untagged + + + + + tree0 + 60 + 100 + 350,760 + tree + False + False + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + gw + + + lo + lo0 + + 100 + 101 + tree0 + lo0 + + lo + 101 + False + + lo0 + + 127.0.0.1 + 255.0.0.0 + 0.0.0.0 + ip + + Untagged + + + + eth + eth0 + + 100 + 102 + tree0 + eth0 + + eth + 102 + False + + eth0 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + Untagged + + + + + tree1 + 60 + 103 + 390,610 + tree + False + False + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + gw + + + lo + lo0 + + 103 + 104 + tree1 + lo0 + + lo + 104 + False + + lo0 + + 127.0.0.1 + 255.0.0.0 + 0.0.0.0 + ip + + Untagged + + + + eth + eth0 + + 103 + 105 + tree1 + eth0 + + eth + 105 + False + + eth0 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + Untagged + + + + + tree10 + 60 + 361 + 530,570 + tree + False + False + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + gw + + + lo + lo0 + + 361 + 362 + tree10 + lo0 + + lo + 362 + False + + + + lo0 + + 127.0.0.1 + 255.0.0.0 + 0.0.0.0 + ip + + Untagged + + + + eth + eth0 + + 361 + 363 + tree10 + eth0 + + eth + 363 + False + + + + eth0 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + Untagged + + + + + tree11 + 60 + 364 + 510,840 + tree + False + False + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + gw + + + lo + lo0 + + 364 + 365 + tree11 + lo0 + + lo + 365 + False + + + + lo0 + + 127.0.0.1 + 255.0.0.0 + 0.0.0.0 + ip + + Untagged + + + + eth + eth0 + + 364 + 366 + tree11 + eth0 + + eth + 366 + False + + + + eth0 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + Untagged + + + + + tree12 + 60 + 367 + 580,210 + tree + False + False + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + gw + + + lo + lo0 + + 367 + 368 + tree12 + lo0 + + lo + 368 + False + + + + lo0 + + 127.0.0.1 + 255.0.0.0 + 0.0.0.0 + ip + + Untagged + + + + eth + eth0 + + 367 + 369 + tree12 + eth0 + + eth + 369 + False + + + + eth0 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + Untagged + + + + + tree13 + 60 + 370 + 260,210 + tree + False + False + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + gw + + + lo + lo0 + + 370 + 371 + tree13 + lo0 + + lo + 371 + False + + + + lo0 + + 127.0.0.1 + 255.0.0.0 + 0.0.0.0 + ip + + Untagged + + + + eth + eth0 + + 370 + 372 + tree13 + eth0 + + eth + 372 + False + + + + eth0 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + Untagged + + + + + tree14 + 60 + 373 + 590,390 + tree + False + False + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + gw + + + lo + lo0 + + 373 + 374 + tree14 + lo0 + + lo + 374 + False + + + + lo0 + + 127.0.0.1 + 255.0.0.0 + 0.0.0.0 + ip + + Untagged + + + + eth + eth0 + + 373 + 375 + tree14 + eth0 + + eth + 375 + False + + + + eth0 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + Untagged + + + + + tree15 + 60 + 376 + 260,380 + tree + False + False + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + gw + + + lo + lo0 + + 376 + 377 + tree15 + lo0 + + lo + 377 + False + + + + lo0 + + 127.0.0.1 + 255.0.0.0 + 0.0.0.0 + ip + + Untagged + + + + eth + eth0 + + 376 + 378 + tree15 + eth0 + + eth + 378 + False + + + + eth0 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + Untagged + + + + + tree2 + 60 + 106 + 470,720 + tree + False + False + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + gw + + + lo + lo0 + + 106 + 107 + tree2 + lo0 + + lo + 107 + False + + lo0 + + 127.0.0.1 + 255.0.0.0 + 0.0.0.0 + ip + + Untagged + + + + eth + eth0 + + 106 + 108 + tree2 + eth0 + + eth + 108 + False + + eth0 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + Untagged + + + + + tree3 + 60 + 225 + 320,660 + tree + False + False + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + gw + + + lo + lo0 + + 225 + 226 + tree3 + lo0 + + lo + 226 + False + + lo0 + + 127.0.0.1 + 255.0.0.0 + 0.0.0.0 + ip + + Untagged + + + + eth + eth0 + + 225 + 227 + tree3 + eth0 + + eth + 227 + False + + eth0 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + Untagged + + + + + tree4 + 60 + 228 + 510,650 + tree + False + False + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + gw + + + lo + lo0 + + 228 + 229 + tree4 + lo0 + + lo + 229 + False + + lo0 + + 127.0.0.1 + 255.0.0.0 + 0.0.0.0 + ip + + Untagged + + + + eth + eth0 + + 228 + 230 + tree4 + eth0 + + eth + 230 + False + + eth0 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + Untagged + + + + + tree5 + 60 + 314 + 360,300 + tree + False + False + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + gw + + + lo + lo0 + + 314 + 315 + tree5 + lo0 + + lo + 315 + False + + lo0 + + 127.0.0.1 + 255.0.0.0 + 0.0.0.0 + ip + + Untagged + + + + eth + eth0 + + 314 + 316 + tree5 + eth0 + + eth + 316 + False + + eth0 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + Untagged + + + + + tree6 + 60 + 317 + 470,290 + tree + False + False + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + gw + + + lo + lo0 + + 317 + 318 + tree6 + lo0 + + lo + 318 + False + + lo0 + + 127.0.0.1 + 255.0.0.0 + 0.0.0.0 + ip + + Untagged + + + + eth + eth0 + + 317 + 319 + tree6 + eth0 + + eth + 319 + False + + eth0 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + Untagged + + + + + tree7 + 60 + 320 + 370,430 + tree + False + False + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + gw + + + lo + lo0 + + 320 + 321 + tree7 + lo0 + + lo + 321 + False + + lo0 + + 127.0.0.1 + 255.0.0.0 + 0.0.0.0 + ip + + Untagged + + + + eth + eth0 + + 320 + 322 + tree7 + eth0 + + eth + 322 + False + + eth0 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + Untagged + + + + + tree8 + 60 + 323 + 450,410 + tree + False + False + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + gw + + + lo + lo0 + + 323 + 324 + tree8 + lo0 + + lo + 324 + False + + lo0 + + 127.0.0.1 + 255.0.0.0 + 0.0.0.0 + ip + + Untagged + + + + eth + eth0 + + 323 + 325 + tree8 + eth0 + + eth + 325 + False + + eth0 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + Untagged + + + + + tree9 + 60 + 358 + 300,570 + tree + False + False + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + gw + + + lo + lo0 + + 358 + 359 + tree9 + lo0 + + lo + 359 + False + + + + lo0 + + 127.0.0.1 + 255.0.0.0 + 0.0.0.0 + ip + + Untagged + + + + eth + eth0 + + 358 + 360 + tree9 + eth0 + + eth + 360 + False + + + + eth0 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + Untagged + + + + + + 436 + 438 + laptop1 + eth0 + + + 467 + 471 + net_switch4 + port2 + + laptop1_link_net_switch4 + normal + 502 + + + + 175 + 179 + firewall0 + wan0 + + + 182 + 184 + router0 + eth0 + + firewall0_link_router0 + normal + 247 + + + + 190 + 192 + server0 + eth0 + + + 186 + 188 + router1 + eth0 + + google.com_link_router1 + normal + 193 + + + + 132 + 140 + net_switch0 + port6 + + + 467 + 476 + net_switch4 + port7 + + net_switch0_link_net_switch4 + normal + 489 + + + + 132 + 141 + net_switch0 + port7 + + + 477 + 485 + net_switch5 + port6 + + net_switch0_link_net_switch5 + normal + 488 + + + + 142 + 150 + net_switch1 + port6 + + + 283 + 292 + net_switch2 + port7 + + net_switch1_link_net_switch2 + normal + 294 + + + + 142 + 151 + net_switch1 + port7 + + + 477 + 486 + net_switch5 + port7 + + net_switch1_link_net_switch5 + normal + 487 + + + + 283 + 286 + net_switch2 + port1 + + + 175 + 177 + firewall0 + eth0 + + net_switch2_link_firewall0 + normal + 296 + + + + 283 + 288 + net_switch2 + port3 + + + 404 + 406 + pc6 + eth0 + + net_switch2_link_pc6 + normal + 450 + + + + 283 + 287 + net_switch2 + port2 + + + 302 + 304 + server0 + eth0 + + net_switch2_link_server0 + normal + 306 + + + + 467 + 475 + net_switch4 + port6 + + + 388 + 397 + net_switch3 + port7 + + net_switch4_link_net_switch3 + normal + 490 + + + + 477 + 481 + net_switch5 + port2 + + + 118 + 120 + pc3 + eth0 + + net_switch5_link_pc3 + normal + 492 + + + + 477 + 480 + net_switch5 + port1 + + + 407 + 409 + pc7 + eth0 + + net_switch5_link_pc7 + normal + 491 + + + + 109 + 111 + pc0 + eth0 + + + 132 + 136 + net_switch0 + port2 + + pc0_link_net_switch0 + normal + 171 + + + + 112 + 114 + pc1 + eth0 + + + 132 + 137 + net_switch0 + port3 + + pc1_link_net_switch0 + normal + 173 + + + + 115 + 117 + pc2 + eth0 + + + 142 + 145 + net_switch1 + port1 + + pc2_link_net_switch1 + normal + 163 + + + + 398 + 400 + pc4 + eth0 + + + 388 + 391 + net_switch3 + port1 + + pc4_link_net_switch3 + normal + 429 + + + + 401 + 403 + pc5 + eth0 + + + 388 + 392 + net_switch3 + port2 + + pc5_link_net_switch3 + normal + 431 + + + + 182 + 185 + router0 + eth1 + + + 186 + 189 + router1 + eth1 + + router0_link_router1 + normal + 249 + + + + 495 + 497 + server1 + eth0 + + + 388 + 396 + net_switch3 + port6 + + server1_link_net_switch3 + normal + 498 + + + + 410 + 412 + laptop0 + eth0 + + + 467 + 470 + net_switch4 + port1 + + laptop0_link_net_switch4 + normal + 503 + + + server0 + pc4 + SuccessfullyPings + + + server0 + pc5 + SuccessfullyPings + + + server0 + laptop0 + SuccessfullyPings + + + server0 + laptop1 + SuccessfullyPings + + DHCP + DHCPServer + + Grass + rectangle + 3, 7, 1013, 1004 + LightGreen + LightGreen + + + LeftBldg + rectangle + 20, 170, 250, 700 + SaddleBrown + SaddleBrown + + + RightBldg + rectangle + 650, 170, 250, 700 + SaddleBrown + SaddleBrown + + + LB_RWall + rectangle + 255, 170, 15, 700 + Gray + Gray + + + RB_RWall + rectangle + 650, 170, 15, 700 + Gray + Gray + + + LB_TWall + rectangle + 20, 170, 15, 700 + Gray + Gray + + + RB_TWall + rectangle + 885, 170, 15, 700 + Gray + Gray + + + LB_BWall + rectangle + 20, 870, 250, 15 + Gray + Gray + + + RB_BWall + rectangle + 650, 870, 250, 15 + Gray + Gray + + + LB_LWall + rectangle + 20, 170, 250, 15 + Gray + Gray + + + RB_LWall + rectangle + 650, 170, 250, 15 + Gray + Gray + + + CenterCement + rectangle + 326, 200, 262, 377 + Gray + Gray + + + CenterPark + rectangle + 359, 270, 188, 247 + LightGreen + LightGreen + + + LWindow + rectangle + 260, 500, 5, 100 + Blue + Blue + + + R_Window + rectangle + 655, 500, 5, 100 + Blue + Blue + + + LSidewalk + rectangle + 255, 300, 100, 80 + Gray + Gray + + + RSidewalk + rectangle + 550, 300, 100, 80 + Gray + Gray + + + LDoor + rectangle + 255, 300, 10, 80 + SaddleBrown + SaddleBrown + + + RDoor + rectangle + 655, 300, 10, 80 + SaddleBrown + SaddleBrown + + Default + + \ No newline at end of file diff --git a/EduNetworkBuilder/Resources/Level1_Practice6.enbx b/EduNetworkBuilder/Resources/Level1_Practice6.enbx new file mode 100644 index 0000000..a6ed167 --- /dev/null +++ b/EduNetworkBuilder/Resources/Level1_Practice6.enbx @@ -0,0 +1,4177 @@ + + + + + + Practice1 + + 1024 + 1024 + 60 + host + 1 + 20 + 500 + none + True + False + + firewall0 + 60 + 175 + 670,200 + firewall + False + False + + 192.168.5.1 + 0.0.0.0 + 0.0.0.0 + gw + + + lo + lo0 + + 175 + 176 + firewall0 + lo0 + + lo + 176 + False + + lo0 + + 127.0.0.1 + 255.0.0.0 + 0.0.0.0 + ip + + Untagged + + + + wan + wan0 + + 175 + 179 + firewall0 + wan0 + + wan + 179 + False + + wan0 + + 192.168.5.2 + 255.255.255.0 + 0.0.0.0 + ip + + Untagged + + + + eth + eth0 + + 175 + 177 + firewall0 + eth0 + + eth + 177 + False + + eth0 + + 192.168.1.1 + 255.255.255.0 + 0.0.0.0 + ip + + Untagged + + + + + google.com + 60 + 190 + 330,50 + server + False + False + + 8.8.8.1 + 0.0.0.0 + 0.0.0.0 + gw + + + lo + lo0 + + 190 + 191 + server0 + lo0 + + lo + 191 + False + + lo0 + + 127.0.0.1 + 255.0.0.0 + 0.0.0.0 + ip + + Untagged + + + + eth + eth0 + + 190 + 192 + server0 + eth0 + + eth + 192 + False + + eth0 + + 8.8.8.8 + 255.255.255.0 + 0.0.0.0 + ip + + Untagged + + + + + laptop0 + 60 + 410 + 30,560 + laptop + False + False + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + gw + + + lo + lo0 + + 410 + 411 + laptop0 + lo0 + + lo + 411 + False + + + + lo0 + + 127.0.0.1 + 255.0.0.0 + 0.0.0.0 + ip + + Untagged + + + + eth + eth0 + + 410 + 412 + laptop0 + eth0 + + eth + 412 + True + + + + eth0 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + Untagged + + + + wlan + wlan2 + + 410 + 413 + laptop0 + wlan2 + + wlan + 413 + True + + + + wlan2 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + Untagged + + + + + laptop1 + 60 + 436 + 30,410 + laptop + False + False + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + gw + + + lo + lo0 + + 436 + 437 + laptop1 + lo0 + + lo + 437 + False + + + + lo0 + + 127.0.0.1 + 255.0.0.0 + 0.0.0.0 + ip + + Untagged + + + + eth + eth0 + + 436 + 438 + laptop1 + eth0 + + eth + 438 + False + + + + eth0 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + Untagged + + + + wlan + wlan2 + + 436 + 439 + laptop1 + wlan2 + + wlan + 439 + True + WirelessKey + LAN + + wlan2 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + Untagged + + + + + net_switch0 + 60 + 132 + 180,790 + 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 + + Untagged + + + + management_interface + management_interface0 + + 132 + 134 + net_switch0 + management_interface0 + + management_interface + 134 + False + + management_interface0 + + 192.168.1.13 + 255.255.255.0 + 0.0.0.0 + ip + + Untagged + + + + port + port1 + + 132 + 135 + net_switch0 + port1 + + port + 135 + False + + port1 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + Untagged + + + + port + port2 + + 132 + 136 + net_switch0 + port2 + + port + 136 + False + + port2 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + Untagged + + + + port + port3 + + 132 + 137 + net_switch0 + port3 + + port + 137 + False + + port3 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + Untagged + + + + port + port4 + + 132 + 138 + net_switch0 + port4 + + port + 138 + False + + port4 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + Untagged + + + + port + port5 + + 132 + 139 + net_switch0 + port5 + + port + 139 + False + + port5 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + Untagged + + + + port + port6 + + 132 + 140 + net_switch0 + port6 + + port + 140 + False + + port6 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + Untagged + + + + port + port7 + + 132 + 141 + net_switch0 + port7 + + port + 141 + False + + port7 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + Untagged + + + + + net_switch1 + 60 + 142 + 670,510 + net_switch + False + False + + 192.168.1.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 + + Untagged + + + + management_interface + management_interface0 + + 142 + 144 + net_switch1 + management_interface0 + + management_interface + 144 + False + + management_interface0 + + 192.168.1.11 + 255.255.255.0 + 0.0.0.0 + ip + + Untagged + + + + port + port1 + + 142 + 145 + net_switch1 + port1 + + port + 145 + False + + port1 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + Untagged + + + + port + port2 + + 142 + 146 + net_switch1 + port2 + + port + 146 + False + + port2 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + Untagged + + + + port + port3 + + 142 + 147 + net_switch1 + port3 + + port + 147 + False + + port3 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + Untagged + + + + port + port4 + + 142 + 148 + net_switch1 + port4 + + port + 148 + False + + port4 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + Untagged + + + + port + port5 + + 142 + 149 + net_switch1 + port5 + + port + 149 + False + + port5 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + Untagged + + + + port + port6 + + 142 + 150 + net_switch1 + port6 + + port + 150 + False + + port6 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + Untagged + + + + port + port7 + + 142 + 151 + net_switch1 + port7 + + port + 151 + False + + port7 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + Untagged + + + + + net_switch2 + 60 + 283 + 670,270 + net_switch + False + False + + 192.168.1.1 + 0.0.0.0 + 0.0.0.0 + gw + + + lo + lo0 + + 283 + 284 + net_switch2 + lo0 + + lo + 284 + False + + lo0 + + 127.0.0.1 + 255.0.0.0 + 0.0.0.0 + ip + + Untagged + + + + management_interface + management_interface0 + + 283 + 285 + net_switch2 + management_interface0 + + management_interface + 285 + False + + management_interface0 + + 192.168.1.10 + 255.255.255.0 + 0.0.0.0 + ip + + Untagged + + + + port + port1 + + 283 + 286 + net_switch2 + port1 + + port + 286 + False + + port1 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + Untagged + + + + port + port2 + + 283 + 287 + net_switch2 + port2 + + port + 287 + False + + port2 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + Untagged + + + + port + port3 + + 283 + 288 + net_switch2 + port3 + + port + 288 + False + + port3 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + Untagged + + + + port + port4 + + 283 + 289 + net_switch2 + port4 + + port + 289 + False + + port4 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + Untagged + + + + port + port5 + + 283 + 290 + net_switch2 + port5 + + port + 290 + False + + port5 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + Untagged + + + + port + port6 + + 283 + 291 + net_switch2 + port6 + + port + 291 + False + + port6 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + Untagged + + + + port + port7 + + 283 + 292 + net_switch2 + port7 + + port + 292 + False + + port7 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + Untagged + + + + + net_switch3 + 60 + 388 + 180,230 + net_switch + False + False + + 192.168.1.1 + 0.0.0.0 + 0.0.0.0 + gw + + + lo + lo0 + + 388 + 389 + net_switch3 + lo0 + + lo + 389 + False + + + + lo0 + + 127.0.0.1 + 255.0.0.0 + 0.0.0.0 + ip + + Untagged + + + + management_interface + management_interface0 + + 388 + 390 + net_switch3 + management_interface0 + + management_interface + 390 + False + + + + management_interface0 + + 192.168.1.12 + 255.255.255.0 + 0.0.0.0 + ip + + Untagged + + + + port + port1 + + 388 + 391 + net_switch3 + port1 + + port + 391 + False + + + + port1 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + Untagged + + + + port + port2 + + 388 + 392 + net_switch3 + port2 + + port + 392 + False + + + + port2 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + Untagged + + + + port + port3 + + 388 + 393 + net_switch3 + port3 + + port + 393 + False + + + + port3 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + Untagged + + + + port + port4 + + 388 + 394 + net_switch3 + port4 + + port + 394 + False + + + + port4 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + Untagged + + + + port + port5 + + 388 + 395 + net_switch3 + port5 + + port + 395 + False + + + + port5 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + Untagged + + + + port + port6 + + 388 + 396 + net_switch3 + port6 + + port + 396 + False + + + + port6 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + Untagged + + + + port + port7 + + 388 + 397 + net_switch3 + port7 + + port + 397 + False + + + + port7 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + Untagged + + + + + net_switch4 + 60 + 467 + 180,510 + net_switch + False + False + + 192.168.1.1 + 0.0.0.0 + 0.0.0.0 + gw + + + lo + lo0 + + 467 + 468 + net_switch4 + lo0 + + lo + 468 + False + + + + lo0 + + 127.0.0.1 + 255.0.0.0 + 0.0.0.0 + ip + + Untagged + + + + management_interface + management_interface0 + + 467 + 469 + net_switch4 + management_interface0 + + management_interface + 469 + False + + + + management_interface0 + + 192.168.1.14 + 255.255.255.0 + 0.0.0.0 + ip + + Untagged + + + + port + port1 + + 467 + 470 + net_switch4 + port1 + + port + 470 + False + + + + port1 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + Untagged + + + + port + port2 + + 467 + 471 + net_switch4 + port2 + + port + 471 + False + + + + port2 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + Untagged + + + + port + port3 + + 467 + 472 + net_switch4 + port3 + + port + 472 + False + + + + port3 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + Untagged + + + + port + port4 + + 467 + 473 + net_switch4 + port4 + + port + 473 + False + + + + port4 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + Untagged + + + + port + port5 + + 467 + 474 + net_switch4 + port5 + + port + 474 + False + + + + port5 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + Untagged + + + + port + port6 + + 467 + 475 + net_switch4 + port6 + + port + 475 + False + + + + port6 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + Untagged + + + + port + port7 + + 467 + 476 + net_switch4 + port7 + + port + 476 + False + + + + port7 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + Untagged + + + + + net_switch5 + 60 + 477 + 670,790 + net_switch + False + False + + 192.168.1.1 + 0.0.0.0 + 0.0.0.0 + gw + + + lo + lo0 + + 477 + 478 + net_switch5 + lo0 + + lo + 478 + False + + + + lo0 + + 127.0.0.1 + 255.0.0.0 + 0.0.0.0 + ip + + Untagged + + + + management_interface + management_interface0 + + 477 + 479 + net_switch5 + management_interface0 + + management_interface + 479 + False + + + + management_interface0 + + 192.168.1.15 + 255.255.255.0 + 0.0.0.0 + ip + + Untagged + + + + port + port1 + + 477 + 480 + net_switch5 + port1 + + port + 480 + False + + + + port1 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + Untagged + + + + port + port2 + + 477 + 481 + net_switch5 + port2 + + port + 481 + False + + + + port2 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + Untagged + + + + port + port3 + + 477 + 482 + net_switch5 + port3 + + port + 482 + False + + + + port3 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + Untagged + + + + port + port4 + + 477 + 483 + net_switch5 + port4 + + port + 483 + False + + + + port4 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + Untagged + + + + port + port5 + + 477 + 484 + net_switch5 + port5 + + port + 484 + False + + + + port5 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + Untagged + + + + port + port6 + + 477 + 485 + net_switch5 + port6 + + port + 485 + False + + + + port6 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + Untagged + + + + port + port7 + + 477 + 486 + net_switch5 + port7 + + port + 486 + False + + + + port7 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + Untagged + + + + + pc0 + 60 + 109 + 40,660 + pc + False + False + + 192.168.1.1 + 0.0.0.0 + 0.0.0.0 + gw + + + lo + lo0 + + 109 + 110 + pc0 + lo0 + + lo + 110 + False + + lo0 + + 127.0.0.1 + 255.0.0.0 + 0.0.0.0 + ip + + Untagged + + + + eth + eth0 + + 109 + 111 + pc0 + eth0 + + eth + 111 + False + + eth0 + + 192.168.1.22 + 255.255.255.0 + 0.0.0.0 + ip + + Untagged + + + + + pc1 + 60 + 112 + 40,760 + pc + False + False + + 192.168.1.1 + 0.0.0.0 + 0.0.0.0 + gw + + + lo + lo0 + + 112 + 113 + pc1 + lo0 + + lo + 113 + False + + lo0 + + 127.0.0.1 + 255.0.0.0 + 0.0.0.0 + ip + + Untagged + + + + eth + eth0 + + 112 + 114 + pc1 + eth0 + + eth + 114 + False + + eth0 + + 192.168.1.23 + 255.255.255.0 + 0.0.0.0 + ip + + Untagged + + + + + pc2 + 60 + 115 + 820,460 + pc + False + False + + 192.168.1.1 + 0.0.0.0 + 0.0.0.0 + gw + + + lo + lo0 + + 115 + 116 + pc2 + lo0 + + lo + 116 + False + + lo0 + + 127.0.0.1 + 255.0.0.0 + 0.0.0.0 + ip + + Untagged + + + + eth + eth0 + + 115 + 117 + pc2 + eth0 + + eth + 117 + False + + eth0 + + 192.168.1.20 + 255.255.255.0 + 0.0.0.0 + ip + + Untagged + + + + + pc3 + 60 + 118 + 810,750 + pc + False + False + + 192.168.1.1 + 0.0.0.0 + 0.0.0.0 + gw + + + lo + lo0 + + 118 + 119 + pc3 + lo0 + + lo + 119 + False + + lo0 + + 127.0.0.1 + 255.0.0.0 + 0.0.0.0 + ip + + Untagged + + + + eth + eth0 + + 118 + 120 + pc3 + eth0 + + eth + 120 + False + + eth0 + + 192.168.1.21 + 255.255.255.0 + 0.0.0.0 + ip + + Untagged + + + + + pc4 + 60 + 398 + 30,200 + pc + False + False + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + gw + + + lo + lo0 + + 398 + 399 + pc4 + lo0 + + lo + 399 + False + + + + lo0 + + 127.0.0.1 + 255.0.0.0 + 0.0.0.0 + ip + + Untagged + + + + eth + eth0 + + 398 + 400 + pc4 + eth0 + + eth + 400 + True + + + + eth0 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + Untagged + + + + + pc5 + 60 + 401 + 20,310 + pc + False + False + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + gw + + + lo + lo0 + + 401 + 402 + pc5 + lo0 + + lo + 402 + False + + + + lo0 + + 127.0.0.1 + 255.0.0.0 + 0.0.0.0 + ip + + Untagged + + + + eth + eth0 + + 401 + 403 + pc5 + eth0 + + eth + 403 + True + + + + eth0 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + Untagged + + + + + pc6 + 60 + 404 + 820,360 + pc + False + False + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + gw + + + lo + lo0 + + 404 + 405 + pc6 + lo0 + + lo + 405 + False + + + + lo0 + + 127.0.0.1 + 255.0.0.0 + 0.0.0.0 + ip + + Untagged + + + + eth + eth0 + + 404 + 406 + pc6 + eth0 + + eth + 406 + True + + + + eth0 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + Untagged + + + + + pc7 + 60 + 407 + 820,650 + pc + False + False + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + gw + + + lo + lo0 + + 407 + 408 + pc7 + lo0 + + lo + 408 + False + + + + lo0 + + 127.0.0.1 + 255.0.0.0 + 0.0.0.0 + ip + + Untagged + + + + eth + eth0 + + 407 + 409 + pc7 + eth0 + + eth + 409 + True + + + + eth0 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + Untagged + + + + + router0 + 60 + 182 + 670,50 + router + False + False + + 192.168.7.1 + 0.0.0.0 + 0.0.0.0 + gw + + + lo + lo0 + + 182 + 183 + router0 + lo0 + + lo + 183 + False + + lo0 + + 127.0.0.1 + 255.0.0.0 + 0.0.0.0 + ip + + Untagged + + + + eth + eth0 + + 182 + 184 + router0 + eth0 + + eth + 184 + False + + eth0 + + 192.168.5.1 + 255.255.255.0 + 0.0.0.0 + ip + + Untagged + + + + eth + eth1 + + 182 + 185 + router0 + eth1 + + eth + 185 + False + + eth1 + + 192.168.7.2 + 255.255.255.0 + 0.0.0.0 + ip + + Untagged + + + + + router1 + 60 + 186 + 510,50 + router + False + False + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + gw + + + lo + lo0 + + 186 + 187 + router1 + lo0 + + lo + 187 + False + + lo0 + + 127.0.0.1 + 255.0.0.0 + 0.0.0.0 + ip + + Untagged + + + + eth + eth0 + + 186 + 188 + router1 + eth0 + + eth + 188 + False + + eth0 + + 8.8.8.1 + 255.255.255.0 + 0.0.0.0 + ip + + Untagged + + + + eth + eth1 + + 186 + 189 + router1 + eth1 + + eth + 189 + False + + eth1 + + 192.168.7.1 + 255.255.255.0 + 0.0.0.0 + ip + + Untagged + + + + 192.168.5.0 + 255.255.255.0 + 192.168.7.2 + route + + + + server0 + 60 + 302 + 835,247 + server + False + True + + 192.168.1.1 + 0.0.0.0 + 0.0.0.0 + gw + + + lo + lo0 + + 302 + 303 + server0 + lo0 + + lo + 303 + False + + lo0 + + 127.0.0.1 + 255.0.0.0 + 0.0.0.0 + ip + + Untagged + + + + eth + eth0 + + 302 + 304 + server0 + eth0 + + eth + 304 + False + + eth0 + + 192.168.1.2 + 255.255.255.0 + 0.0.0.0 + ip + + Untagged + + + + 127.0.0.1 + 0.0.0.0 + 0.0.0.0 + route + + + 192.168.1.2 + 192.168.1.50 + 192.168.1.70 + route + + + + server1 + 60 + 495 + 100,350 + server + False + False + + 192.168.1.1 + 0.0.0.0 + 0.0.0.0 + gw + + + lo + lo0 + + 495 + 496 + server1 + lo0 + + lo + 496 + False + + + + lo0 + + 127.0.0.1 + 255.0.0.0 + 0.0.0.0 + ip + + Untagged + + + + eth + eth0 + + 495 + 497 + server1 + eth0 + + eth + 497 + False + + + + eth0 + + 192.168.1.3 + 255.255.255.0 + 0.0.0.0 + ip + + Untagged + + + + + tree0 + 60 + 100 + 350,760 + tree + False + False + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + gw + + + lo + lo0 + + 100 + 101 + tree0 + lo0 + + lo + 101 + False + + lo0 + + 127.0.0.1 + 255.0.0.0 + 0.0.0.0 + ip + + Untagged + + + + eth + eth0 + + 100 + 102 + tree0 + eth0 + + eth + 102 + False + + eth0 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + Untagged + + + + + tree1 + 60 + 103 + 390,610 + tree + False + False + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + gw + + + lo + lo0 + + 103 + 104 + tree1 + lo0 + + lo + 104 + False + + lo0 + + 127.0.0.1 + 255.0.0.0 + 0.0.0.0 + ip + + Untagged + + + + eth + eth0 + + 103 + 105 + tree1 + eth0 + + eth + 105 + False + + eth0 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + Untagged + + + + + tree10 + 60 + 361 + 530,570 + tree + False + False + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + gw + + + lo + lo0 + + 361 + 362 + tree10 + lo0 + + lo + 362 + False + + + + lo0 + + 127.0.0.1 + 255.0.0.0 + 0.0.0.0 + ip + + Untagged + + + + eth + eth0 + + 361 + 363 + tree10 + eth0 + + eth + 363 + False + + + + eth0 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + Untagged + + + + + tree11 + 60 + 364 + 510,840 + tree + False + False + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + gw + + + lo + lo0 + + 364 + 365 + tree11 + lo0 + + lo + 365 + False + + + + lo0 + + 127.0.0.1 + 255.0.0.0 + 0.0.0.0 + ip + + Untagged + + + + eth + eth0 + + 364 + 366 + tree11 + eth0 + + eth + 366 + False + + + + eth0 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + Untagged + + + + + tree12 + 60 + 367 + 580,210 + tree + False + False + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + gw + + + lo + lo0 + + 367 + 368 + tree12 + lo0 + + lo + 368 + False + + + + lo0 + + 127.0.0.1 + 255.0.0.0 + 0.0.0.0 + ip + + Untagged + + + + eth + eth0 + + 367 + 369 + tree12 + eth0 + + eth + 369 + False + + + + eth0 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + Untagged + + + + + tree13 + 60 + 370 + 260,210 + tree + False + False + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + gw + + + lo + lo0 + + 370 + 371 + tree13 + lo0 + + lo + 371 + False + + + + lo0 + + 127.0.0.1 + 255.0.0.0 + 0.0.0.0 + ip + + Untagged + + + + eth + eth0 + + 370 + 372 + tree13 + eth0 + + eth + 372 + False + + + + eth0 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + Untagged + + + + + tree14 + 60 + 373 + 590,390 + tree + False + False + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + gw + + + lo + lo0 + + 373 + 374 + tree14 + lo0 + + lo + 374 + False + + + + lo0 + + 127.0.0.1 + 255.0.0.0 + 0.0.0.0 + ip + + Untagged + + + + eth + eth0 + + 373 + 375 + tree14 + eth0 + + eth + 375 + False + + + + eth0 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + Untagged + + + + + tree15 + 60 + 376 + 260,380 + tree + False + False + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + gw + + + lo + lo0 + + 376 + 377 + tree15 + lo0 + + lo + 377 + False + + + + lo0 + + 127.0.0.1 + 255.0.0.0 + 0.0.0.0 + ip + + Untagged + + + + eth + eth0 + + 376 + 378 + tree15 + eth0 + + eth + 378 + False + + + + eth0 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + Untagged + + + + + tree2 + 60 + 106 + 470,720 + tree + False + False + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + gw + + + lo + lo0 + + 106 + 107 + tree2 + lo0 + + lo + 107 + False + + lo0 + + 127.0.0.1 + 255.0.0.0 + 0.0.0.0 + ip + + Untagged + + + + eth + eth0 + + 106 + 108 + tree2 + eth0 + + eth + 108 + False + + eth0 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + Untagged + + + + + tree3 + 60 + 225 + 320,660 + tree + False + False + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + gw + + + lo + lo0 + + 225 + 226 + tree3 + lo0 + + lo + 226 + False + + lo0 + + 127.0.0.1 + 255.0.0.0 + 0.0.0.0 + ip + + Untagged + + + + eth + eth0 + + 225 + 227 + tree3 + eth0 + + eth + 227 + False + + eth0 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + Untagged + + + + + tree4 + 60 + 228 + 510,650 + tree + False + False + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + gw + + + lo + lo0 + + 228 + 229 + tree4 + lo0 + + lo + 229 + False + + lo0 + + 127.0.0.1 + 255.0.0.0 + 0.0.0.0 + ip + + Untagged + + + + eth + eth0 + + 228 + 230 + tree4 + eth0 + + eth + 230 + False + + eth0 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + Untagged + + + + + tree5 + 60 + 314 + 360,300 + tree + False + False + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + gw + + + lo + lo0 + + 314 + 315 + tree5 + lo0 + + lo + 315 + False + + lo0 + + 127.0.0.1 + 255.0.0.0 + 0.0.0.0 + ip + + Untagged + + + + eth + eth0 + + 314 + 316 + tree5 + eth0 + + eth + 316 + False + + eth0 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + Untagged + + + + + tree6 + 60 + 317 + 470,290 + tree + False + False + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + gw + + + lo + lo0 + + 317 + 318 + tree6 + lo0 + + lo + 318 + False + + lo0 + + 127.0.0.1 + 255.0.0.0 + 0.0.0.0 + ip + + Untagged + + + + eth + eth0 + + 317 + 319 + tree6 + eth0 + + eth + 319 + False + + eth0 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + Untagged + + + + + tree7 + 60 + 320 + 370,430 + tree + False + False + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + gw + + + lo + lo0 + + 320 + 321 + tree7 + lo0 + + lo + 321 + False + + lo0 + + 127.0.0.1 + 255.0.0.0 + 0.0.0.0 + ip + + Untagged + + + + eth + eth0 + + 320 + 322 + tree7 + eth0 + + eth + 322 + False + + eth0 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + Untagged + + + + + tree8 + 60 + 323 + 450,410 + tree + False + False + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + gw + + + lo + lo0 + + 323 + 324 + tree8 + lo0 + + lo + 324 + False + + lo0 + + 127.0.0.1 + 255.0.0.0 + 0.0.0.0 + ip + + Untagged + + + + eth + eth0 + + 323 + 325 + tree8 + eth0 + + eth + 325 + False + + eth0 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + Untagged + + + + + tree9 + 60 + 358 + 300,570 + tree + False + False + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + gw + + + lo + lo0 + + 358 + 359 + tree9 + lo0 + + lo + 359 + False + + + + lo0 + + 127.0.0.1 + 255.0.0.0 + 0.0.0.0 + ip + + Untagged + + + + eth + eth0 + + 358 + 360 + tree9 + eth0 + + eth + 360 + False + + + + eth0 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + Untagged + + + + + + 175 + 179 + firewall0 + wan0 + + + 182 + 184 + router0 + eth0 + + firewall0_link_router0 + normal + 247 + + + + 190 + 192 + server0 + eth0 + + + 186 + 188 + router1 + eth0 + + google.com_link_router1 + normal + 193 + + + + 410 + 412 + laptop0 + eth0 + + + 467 + 470 + net_switch4 + port1 + + laptop0_link_net_switch4 + normal + 493 + + + + 436 + 438 + laptop1 + eth0 + + + 467 + 471 + net_switch4 + port2 + + laptop1_link_net_switch4 + normal + 494 + + + + 132 + 140 + net_switch0 + port6 + + + 467 + 476 + net_switch4 + port7 + + net_switch0_link_net_switch4 + normal + 489 + + + + 142 + 150 + net_switch1 + port6 + + + 283 + 292 + net_switch2 + port7 + + net_switch1_link_net_switch2 + normal + 294 + + + + 142 + 151 + net_switch1 + port7 + + + 477 + 486 + net_switch5 + port7 + + net_switch1_link_net_switch5 + normal + 487 + + + + 283 + 286 + net_switch2 + port1 + + + 175 + 177 + firewall0 + eth0 + + net_switch2_link_firewall0 + normal + 296 + + + + 283 + 288 + net_switch2 + port3 + + + 404 + 406 + pc6 + eth0 + + net_switch2_link_pc6 + normal + 450 + + + + 283 + 287 + net_switch2 + port2 + + + 302 + 304 + server0 + eth0 + + net_switch2_link_server0 + normal + 306 + + + + 467 + 475 + net_switch4 + port6 + + + 388 + 397 + net_switch3 + port7 + + net_switch4_link_net_switch3 + normal + 490 + + + + 477 + 481 + net_switch5 + port2 + + + 118 + 120 + pc3 + eth0 + + net_switch5_link_pc3 + normal + 492 + + + + 477 + 480 + net_switch5 + port1 + + + 407 + 409 + pc7 + eth0 + + net_switch5_link_pc7 + normal + 491 + + + + 109 + 111 + pc0 + eth0 + + + 132 + 136 + net_switch0 + port2 + + pc0_link_net_switch0 + normal + 171 + + + + 112 + 114 + pc1 + eth0 + + + 132 + 137 + net_switch0 + port3 + + pc1_link_net_switch0 + normal + 173 + + + + 115 + 117 + pc2 + eth0 + + + 142 + 145 + net_switch1 + port1 + + pc2_link_net_switch1 + normal + 163 + + + + 398 + 400 + pc4 + eth0 + + + 388 + 391 + net_switch3 + port1 + + pc4_link_net_switch3 + normal + 429 + + + + 401 + 403 + pc5 + eth0 + + + 388 + 392 + net_switch3 + port2 + + pc5_link_net_switch3 + normal + 431 + + + + 182 + 185 + router0 + eth1 + + + 186 + 189 + router1 + eth1 + + router0_link_router1 + normal + 249 + + + + 495 + 497 + server1 + eth0 + + + 388 + 396 + net_switch3 + port6 + + server1_link_net_switch3 + normal + 498 + + + + 132 + 141 + net_switch0 + port7 + + + 477 + 485 + net_switch5 + port6 + + net_switch0_link_net_switch5 + broken + 499 + + + pc4 + server0 + SuccessfullyPings + + + pc4 + google.com + SuccessfullyDHCPs + + Link + + Grass + rectangle + 3, 7, 1013, 1004 + LightGreen + LightGreen + + + LeftBldg + rectangle + 20, 170, 250, 700 + SaddleBrown + SaddleBrown + + + RightBldg + rectangle + 650, 170, 250, 700 + SaddleBrown + SaddleBrown + + + LB_RWall + rectangle + 255, 170, 15, 700 + Gray + Gray + + + RB_RWall + rectangle + 650, 170, 15, 700 + Gray + Gray + + + LB_TWall + rectangle + 20, 170, 15, 700 + Gray + Gray + + + RB_TWall + rectangle + 885, 170, 15, 700 + Gray + Gray + + + LB_BWall + rectangle + 20, 870, 250, 15 + Gray + Gray + + + RB_BWall + rectangle + 650, 870, 250, 15 + Gray + Gray + + + LB_LWall + rectangle + 20, 170, 250, 15 + Gray + Gray + + + RB_LWall + rectangle + 650, 170, 250, 15 + Gray + Gray + + + CenterCement + rectangle + 326, 200, 262, 377 + Gray + Gray + + + CenterPark + rectangle + 359, 270, 188, 247 + LightGreen + LightGreen + + + LWindow + rectangle + 260, 500, 5, 100 + Blue + Blue + + + R_Window + rectangle + 655, 500, 5, 100 + Blue + Blue + + + LSidewalk + rectangle + 255, 300, 100, 80 + Gray + Gray + + + RSidewalk + rectangle + 550, 300, 100, 80 + Gray + Gray + + + LDoor + rectangle + 255, 300, 10, 80 + SaddleBrown + SaddleBrown + + + RDoor + rectangle + 655, 300, 10, 80 + SaddleBrown + SaddleBrown + + Default + + \ No newline at end of file diff --git a/EduNetworkBuilder/Resources/Level1_Practice7.enbx b/EduNetworkBuilder/Resources/Level1_Practice7.enbx new file mode 100644 index 0000000..0a5fcbe --- /dev/null +++ b/EduNetworkBuilder/Resources/Level1_Practice7.enbx @@ -0,0 +1,4461 @@ + + + + + + Practice7 + + 1024 + 1024 + 60 + host + 1 + 27 + 512 + none + True + False + + firewall0 + 60 + 175 + 670,200 + firewall + False + False + + 192.168.5.1 + 0.0.0.0 + 0.0.0.0 + gw + + + lo + lo0 + + 175 + 176 + firewall0 + lo0 + + lo + 176 + False + + lo0 + + 127.0.0.1 + 255.0.0.0 + 0.0.0.0 + ip + + Untagged + + + + wan + wan0 + + 175 + 179 + firewall0 + wan0 + + wan + 179 + False + + wan0 + + 192.168.5.2 + 255.255.255.0 + 0.0.0.0 + ip + + Untagged + + + + eth + eth0 + + 175 + 177 + firewall0 + eth0 + + eth + 177 + False + + eth0 + + 192.168.1.1 + 255.255.255.0 + 0.0.0.0 + ip + + Untagged + + + + eth + eth1 + + 175 + 178 + firewall0 + eth1 + + eth + 178 + False + + eth1 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + Untagged + + + + + google.com + 60 + 190 + 330,50 + server + False + False + + 8.8.8.1 + 0.0.0.0 + 0.0.0.0 + gw + + + lo + lo0 + + 190 + 191 + server0 + lo0 + + lo + 191 + False + + lo0 + + 127.0.0.1 + 255.0.0.0 + 0.0.0.0 + ip + + Untagged + + + + eth + eth0 + + 190 + 192 + server0 + eth0 + + eth + 192 + False + + eth0 + + 8.8.8.8 + 255.255.255.0 + 0.0.0.0 + ip + + Untagged + + + + + laptop0 + 60 + 410 + 30,560 + laptop + False + False + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + gw + + + lo + lo0 + + 410 + 411 + laptop0 + lo0 + + lo + 411 + False + + + + lo0 + + 127.0.0.1 + 255.0.0.0 + 0.0.0.0 + ip + + Untagged + + + + eth + eth0 + + 410 + 412 + laptop0 + eth0 + + eth + 412 + True + + + + eth0 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + Untagged + + + + wlan + wlan2 + + 410 + 413 + laptop0 + wlan2 + + wlan + 413 + True + + + + wlan2 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + Untagged + + + + + laptop1 + 60 + 436 + 30,410 + laptop + False + False + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + gw + + + lo + lo0 + + 436 + 437 + laptop1 + lo0 + + lo + 437 + False + + + + lo0 + + 127.0.0.1 + 255.0.0.0 + 0.0.0.0 + ip + + Untagged + + + + eth + eth0 + + 436 + 438 + laptop1 + eth0 + + eth + 438 + False + + + + eth0 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + Untagged + + + + wlan + wlan2 + + 436 + 439 + laptop1 + wlan2 + + wlan + 439 + True + WirelessKey + LAN + + wlan2 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + Untagged + + + + + net_hub0 + 60 + 499 + 20,360 + net_hub + False + False + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + gw + + + lo + lo0 + + 499 + 500 + net_hub0 + lo0 + + lo + 500 + False + + lo0 + + 127.0.0.1 + 255.0.0.0 + 0.0.0.0 + ip + + Untagged + + + + management_interface + management_interface0 + + 499 + 501 + net_hub0 + management_interface0 + + management_interface + 501 + False + + management_interface0 + + 192.168.1.18 + 255.255.255.0 + 0.0.0.0 + ip + + Untagged + + + + port + port1 + + 499 + 502 + net_hub0 + port1 + + port + 502 + False + + port1 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + Untagged + + + + port + port2 + + 499 + 503 + net_hub0 + port2 + + port + 503 + False + + port2 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + Untagged + + + + port + port3 + + 499 + 504 + net_hub0 + port3 + + port + 504 + False + + port3 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + Untagged + + + + port + port4 + + 499 + 505 + net_hub0 + port4 + + port + 505 + False + + port4 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + Untagged + + + + port + port5 + + 499 + 506 + net_hub0 + port5 + + port + 506 + False + + port5 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + Untagged + + + + port + port6 + + 499 + 507 + net_hub0 + port6 + + port + 507 + False + + port6 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + Untagged + + + + port + port7 + + 499 + 508 + net_hub0 + port7 + + port + 508 + False + + port7 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + Untagged + + + + + net_hub2 + 60 + 388 + 180,230 + net_hub + False + False + + 192.168.1.1 + 0.0.0.0 + 0.0.0.0 + gw + + + lo + lo0 + + 388 + 389 + net_switch3 + lo0 + + lo + 389 + False + + + + lo0 + + 127.0.0.1 + 255.0.0.0 + 0.0.0.0 + ip + + Untagged + + + + management_interface + management_interface0 + + 388 + 390 + net_switch3 + management_interface0 + + management_interface + 390 + False + + + + management_interface0 + + 192.168.1.12 + 255.255.255.0 + 0.0.0.0 + ip + + Untagged + + + + port + port1 + + 388 + 391 + net_switch3 + port1 + + port + 391 + False + + + + port1 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + Untagged + + + + port + port2 + + 388 + 392 + net_switch3 + port2 + + port + 392 + False + + + + port2 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + Untagged + + + + port + port3 + + 388 + 393 + net_switch3 + port3 + + port + 393 + False + + + + port3 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + Untagged + + + + port + port4 + + 388 + 394 + net_switch3 + port4 + + port + 394 + False + + + + port4 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + Untagged + + + + port + port5 + + 388 + 395 + net_switch3 + port5 + + port + 395 + False + + + + port5 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + Untagged + + + + port + port6 + + 388 + 396 + net_switch3 + port6 + + port + 396 + False + + + + port6 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + Untagged + + + + port + port7 + + 388 + 397 + net_switch3 + port7 + + port + 397 + False + + + + port7 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + Untagged + + + + + net_switch0 + 60 + 132 + 180,790 + 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 + + Untagged + + + + management_interface + management_interface0 + + 132 + 134 + net_switch0 + management_interface0 + + management_interface + 134 + False + + management_interface0 + + 192.168.1.13 + 255.255.255.0 + 0.0.0.0 + ip + + Untagged + + + + port + port1 + + 132 + 135 + net_switch0 + port1 + + port + 135 + False + + port1 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + Untagged + + + + port + port2 + + 132 + 136 + net_switch0 + port2 + + port + 136 + False + + port2 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + Untagged + + + + port + port3 + + 132 + 137 + net_switch0 + port3 + + port + 137 + False + + port3 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + Untagged + + + + port + port4 + + 132 + 138 + net_switch0 + port4 + + port + 138 + False + + port4 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + Untagged + + + + port + port5 + + 132 + 139 + net_switch0 + port5 + + port + 139 + False + + port5 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + Untagged + + + + port + port6 + + 132 + 140 + net_switch0 + port6 + + port + 140 + False + + port6 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + Untagged + + + + port + port7 + + 132 + 141 + net_switch0 + port7 + + port + 141 + False + + port7 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + Untagged + + + + + net_switch1 + 60 + 142 + 670,510 + net_switch + False + False + + 192.168.1.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 + + Untagged + + + + management_interface + management_interface0 + + 142 + 144 + net_switch1 + management_interface0 + + management_interface + 144 + False + + management_interface0 + + 192.168.1.11 + 255.255.255.0 + 0.0.0.0 + ip + + Untagged + + + + port + port1 + + 142 + 145 + net_switch1 + port1 + + port + 145 + False + + port1 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + Untagged + + + + port + port2 + + 142 + 146 + net_switch1 + port2 + + port + 146 + False + + port2 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + Untagged + + + + port + port3 + + 142 + 147 + net_switch1 + port3 + + port + 147 + False + + port3 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + Untagged + + + + port + port4 + + 142 + 148 + net_switch1 + port4 + + port + 148 + False + + port4 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + Untagged + + + + port + port5 + + 142 + 149 + net_switch1 + port5 + + port + 149 + False + + port5 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + Untagged + + + + port + port6 + + 142 + 150 + net_switch1 + port6 + + port + 150 + False + + port6 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + Untagged + + + + port + port7 + + 142 + 151 + net_switch1 + port7 + + port + 151 + False + + port7 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + Untagged + + + + + net_switch2 + 60 + 283 + 670,270 + net_switch + False + False + + 192.168.1.1 + 0.0.0.0 + 0.0.0.0 + gw + + + lo + lo0 + + 283 + 284 + net_switch2 + lo0 + + lo + 284 + False + + lo0 + + 127.0.0.1 + 255.0.0.0 + 0.0.0.0 + ip + + Untagged + + + + management_interface + management_interface0 + + 283 + 285 + net_switch2 + management_interface0 + + management_interface + 285 + False + + management_interface0 + + 192.168.1.10 + 255.255.255.0 + 0.0.0.0 + ip + + Untagged + + + + port + port1 + + 283 + 286 + net_switch2 + port1 + + port + 286 + False + + port1 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + Untagged + + + + port + port2 + + 283 + 287 + net_switch2 + port2 + + port + 287 + False + + port2 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + Untagged + + + + port + port3 + + 283 + 288 + net_switch2 + port3 + + port + 288 + False + + port3 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + Untagged + + + + port + port4 + + 283 + 289 + net_switch2 + port4 + + port + 289 + False + + port4 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + Untagged + + + + port + port5 + + 283 + 290 + net_switch2 + port5 + + port + 290 + False + + port5 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + Untagged + + + + port + port6 + + 283 + 291 + net_switch2 + port6 + + port + 291 + False + + port6 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + Untagged + + + + port + port7 + + 283 + 292 + net_switch2 + port7 + + port + 292 + False + + port7 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + Untagged + + + + + net_switch4 + 60 + 467 + 180,510 + net_switch + False + False + + 192.168.1.1 + 0.0.0.0 + 0.0.0.0 + gw + + + lo + lo0 + + 467 + 468 + net_switch4 + lo0 + + lo + 468 + False + + + + lo0 + + 127.0.0.1 + 255.0.0.0 + 0.0.0.0 + ip + + Untagged + + + + management_interface + management_interface0 + + 467 + 469 + net_switch4 + management_interface0 + + management_interface + 469 + False + + + + management_interface0 + + 192.168.1.14 + 255.255.255.0 + 0.0.0.0 + ip + + Untagged + + + + port + port1 + + 467 + 470 + net_switch4 + port1 + + port + 470 + False + + + + port1 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + Untagged + + + + port + port2 + + 467 + 471 + net_switch4 + port2 + + port + 471 + False + + + + port2 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + Untagged + + + + port + port3 + + 467 + 472 + net_switch4 + port3 + + port + 472 + False + + + + port3 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + Untagged + + + + port + port4 + + 467 + 473 + net_switch4 + port4 + + port + 473 + False + + + + port4 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + Untagged + + + + port + port5 + + 467 + 474 + net_switch4 + port5 + + port + 474 + False + + + + port5 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + Untagged + + + + port + port6 + + 467 + 475 + net_switch4 + port6 + + port + 475 + False + + + + port6 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + Untagged + + + + port + port7 + + 467 + 476 + net_switch4 + port7 + + port + 476 + False + + + + port7 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + Untagged + + + + + net_switch5 + 60 + 477 + 670,790 + net_switch + False + False + + 192.168.1.1 + 0.0.0.0 + 0.0.0.0 + gw + + + lo + lo0 + + 477 + 478 + net_switch5 + lo0 + + lo + 478 + False + + + + lo0 + + 127.0.0.1 + 255.0.0.0 + 0.0.0.0 + ip + + Untagged + + + + management_interface + management_interface0 + + 477 + 479 + net_switch5 + management_interface0 + + management_interface + 479 + False + + + + management_interface0 + + 192.168.1.15 + 255.255.255.0 + 0.0.0.0 + ip + + Untagged + + + + port + port1 + + 477 + 480 + net_switch5 + port1 + + port + 480 + False + + + + port1 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + Untagged + + + + port + port2 + + 477 + 481 + net_switch5 + port2 + + port + 481 + False + + + + port2 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + Untagged + + + + port + port3 + + 477 + 482 + net_switch5 + port3 + + port + 482 + False + + + + port3 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + Untagged + + + + port + port4 + + 477 + 483 + net_switch5 + port4 + + port + 483 + False + + + + port4 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + Untagged + + + + port + port5 + + 477 + 484 + net_switch5 + port5 + + port + 484 + False + + + + port5 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + Untagged + + + + port + port6 + + 477 + 485 + net_switch5 + port6 + + port + 485 + False + + + + port6 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + Untagged + + + + port + port7 + + 477 + 486 + net_switch5 + port7 + + port + 486 + False + + + + port7 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + Untagged + + + + + pc0 + 60 + 109 + 40,660 + pc + False + False + + 192.168.1.1 + 0.0.0.0 + 0.0.0.0 + gw + + + lo + lo0 + + 109 + 110 + pc0 + lo0 + + lo + 110 + False + + lo0 + + 127.0.0.1 + 255.0.0.0 + 0.0.0.0 + ip + + Untagged + + + + eth + eth0 + + 109 + 111 + pc0 + eth0 + + eth + 111 + False + + eth0 + + 192.168.1.22 + 255.255.255.0 + 0.0.0.0 + ip + + Untagged + + + + + pc1 + 60 + 112 + 40,780 + pc + False + False + + 192.168.1.1 + 0.0.0.0 + 0.0.0.0 + gw + + + lo + lo0 + + 112 + 113 + pc1 + lo0 + + lo + 113 + False + + lo0 + + 127.0.0.1 + 255.0.0.0 + 0.0.0.0 + ip + + Untagged + + + + eth + eth0 + + 112 + 114 + pc1 + eth0 + + eth + 114 + False + + eth0 + + 192.168.1.23 + 255.255.255.0 + 0.0.0.0 + ip + + Untagged + + + + + pc2 + 60 + 115 + 820,510 + pc + False + False + + 192.168.1.1 + 0.0.0.0 + 0.0.0.0 + gw + + + lo + lo0 + + 115 + 116 + pc2 + lo0 + + lo + 116 + False + + lo0 + + 127.0.0.1 + 255.0.0.0 + 0.0.0.0 + ip + + Untagged + + + + eth + eth0 + + 115 + 117 + pc2 + eth0 + + eth + 117 + False + + eth0 + + 192.168.1.20 + 255.255.255.0 + 0.0.0.0 + ip + + Untagged + + + + + pc3 + 60 + 118 + 820,790 + pc + False + False + + 192.168.1.1 + 0.0.0.0 + 0.0.0.0 + gw + + + lo + lo0 + + 118 + 119 + pc3 + lo0 + + lo + 119 + False + + lo0 + + 127.0.0.1 + 255.0.0.0 + 0.0.0.0 + ip + + Untagged + + + + eth + eth0 + + 118 + 120 + pc3 + eth0 + + eth + 120 + False + + eth0 + + 192.168.1.21 + 255.255.255.0 + 0.0.0.0 + ip + + Untagged + + + + + pc4 + 60 + 398 + 30,200 + pc + False + False + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + gw + + + lo + lo0 + + 398 + 399 + pc4 + lo0 + + lo + 399 + False + + + + lo0 + + 127.0.0.1 + 255.0.0.0 + 0.0.0.0 + ip + + Untagged + + + + eth + eth0 + + 398 + 400 + pc4 + eth0 + + eth + 400 + True + + + + eth0 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + Untagged + + + + + pc5 + 60 + 401 + 20,310 + pc + False + False + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + gw + + + lo + lo0 + + 401 + 402 + pc5 + lo0 + + lo + 402 + False + + + + lo0 + + 127.0.0.1 + 255.0.0.0 + 0.0.0.0 + ip + + Untagged + + + + eth + eth0 + + 401 + 403 + pc5 + eth0 + + eth + 403 + True + + + + eth0 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + Untagged + + + + + pc6 + 60 + 404 + 820,360 + pc + False + False + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + gw + + + lo + lo0 + + 404 + 405 + pc6 + lo0 + + lo + 405 + False + + + + lo0 + + 127.0.0.1 + 255.0.0.0 + 0.0.0.0 + ip + + Untagged + + + + eth + eth0 + + 404 + 406 + pc6 + eth0 + + eth + 406 + True + + + + eth0 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + Untagged + + + + + pc7 + 60 + 407 + 820,650 + pc + False + False + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + gw + + + lo + lo0 + + 407 + 408 + pc7 + lo0 + + lo + 408 + False + + + + lo0 + + 127.0.0.1 + 255.0.0.0 + 0.0.0.0 + ip + + Untagged + + + + eth + eth0 + + 407 + 409 + pc7 + eth0 + + eth + 409 + True + + + + eth0 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + Untagged + + + + + router0 + 60 + 182 + 670,50 + router + False + False + + 192.168.7.1 + 0.0.0.0 + 0.0.0.0 + gw + + + lo + lo0 + + 182 + 183 + router0 + lo0 + + lo + 183 + False + + lo0 + + 127.0.0.1 + 255.0.0.0 + 0.0.0.0 + ip + + Untagged + + + + eth + eth0 + + 182 + 184 + router0 + eth0 + + eth + 184 + False + + eth0 + + 192.168.5.1 + 255.255.255.0 + 0.0.0.0 + ip + + Untagged + + + + eth + eth1 + + 182 + 185 + router0 + eth1 + + eth + 185 + False + + eth1 + + 192.168.7.2 + 255.255.255.0 + 0.0.0.0 + ip + + Untagged + + + + + router1 + 60 + 186 + 510,50 + router + False + False + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + gw + + + lo + lo0 + + 186 + 187 + router1 + lo0 + + lo + 187 + False + + lo0 + + 127.0.0.1 + 255.0.0.0 + 0.0.0.0 + ip + + Untagged + + + + eth + eth0 + + 186 + 188 + router1 + eth0 + + eth + 188 + False + + eth0 + + 8.8.8.1 + 255.255.255.0 + 0.0.0.0 + ip + + Untagged + + + + eth + eth1 + + 186 + 189 + router1 + eth1 + + eth + 189 + False + + eth1 + + 192.168.7.1 + 255.255.255.0 + 0.0.0.0 + ip + + Untagged + + + + 192.168.5.0 + 255.255.255.0 + 192.168.7.2 + route + + + + server0 + 60 + 302 + 826,209 + server + False + True + + 192.168.1.1 + 0.0.0.0 + 0.0.0.0 + gw + + + lo + lo0 + + 302 + 303 + server0 + lo0 + + lo + 303 + False + + lo0 + + 127.0.0.1 + 255.0.0.0 + 0.0.0.0 + ip + + Untagged + + + + eth + eth0 + + 302 + 304 + server0 + eth0 + + eth + 304 + False + + eth0 + + 192.168.1.2 + 255.255.255.0 + 0.0.0.0 + ip + + Untagged + + + + 127.0.0.1 + 0.0.0.0 + 0.0.0.0 + route + + + 192.168.1.2 + 192.168.1.50 + 192.168.1.70 + route + + + + server1 + 60 + 495 + 100,350 + server + False + False + + 192.168.1.1 + 0.0.0.0 + 0.0.0.0 + gw + + + lo + lo0 + + 495 + 496 + server1 + lo0 + + lo + 496 + False + + + + lo0 + + 127.0.0.1 + 255.0.0.0 + 0.0.0.0 + ip + + Untagged + + + + eth + eth0 + + 495 + 497 + server1 + eth0 + + eth + 497 + False + + + + eth0 + + 192.168.1.3 + 255.255.255.0 + 0.0.0.0 + ip + + Untagged + + + + + tree0 + 60 + 100 + 350,760 + tree + False + False + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + gw + + + lo + lo0 + + 100 + 101 + tree0 + lo0 + + lo + 101 + False + + lo0 + + 127.0.0.1 + 255.0.0.0 + 0.0.0.0 + ip + + Untagged + + + + eth + eth0 + + 100 + 102 + tree0 + eth0 + + eth + 102 + False + + eth0 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + Untagged + + + + + tree1 + 60 + 103 + 390,610 + tree + False + False + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + gw + + + lo + lo0 + + 103 + 104 + tree1 + lo0 + + lo + 104 + False + + lo0 + + 127.0.0.1 + 255.0.0.0 + 0.0.0.0 + ip + + Untagged + + + + eth + eth0 + + 103 + 105 + tree1 + eth0 + + eth + 105 + False + + eth0 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + Untagged + + + + + tree10 + 60 + 361 + 530,570 + tree + False + False + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + gw + + + lo + lo0 + + 361 + 362 + tree10 + lo0 + + lo + 362 + False + + + + lo0 + + 127.0.0.1 + 255.0.0.0 + 0.0.0.0 + ip + + Untagged + + + + eth + eth0 + + 361 + 363 + tree10 + eth0 + + eth + 363 + False + + + + eth0 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + Untagged + + + + + tree11 + 60 + 364 + 510,840 + tree + False + False + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + gw + + + lo + lo0 + + 364 + 365 + tree11 + lo0 + + lo + 365 + False + + + + lo0 + + 127.0.0.1 + 255.0.0.0 + 0.0.0.0 + ip + + Untagged + + + + eth + eth0 + + 364 + 366 + tree11 + eth0 + + eth + 366 + False + + + + eth0 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + Untagged + + + + + tree12 + 60 + 367 + 580,210 + tree + False + False + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + gw + + + lo + lo0 + + 367 + 368 + tree12 + lo0 + + lo + 368 + False + + + + lo0 + + 127.0.0.1 + 255.0.0.0 + 0.0.0.0 + ip + + Untagged + + + + eth + eth0 + + 367 + 369 + tree12 + eth0 + + eth + 369 + False + + + + eth0 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + Untagged + + + + + tree13 + 60 + 370 + 260,210 + tree + False + False + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + gw + + + lo + lo0 + + 370 + 371 + tree13 + lo0 + + lo + 371 + False + + + + lo0 + + 127.0.0.1 + 255.0.0.0 + 0.0.0.0 + ip + + Untagged + + + + eth + eth0 + + 370 + 372 + tree13 + eth0 + + eth + 372 + False + + + + eth0 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + Untagged + + + + + tree14 + 60 + 373 + 590,390 + tree + False + False + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + gw + + + lo + lo0 + + 373 + 374 + tree14 + lo0 + + lo + 374 + False + + + + lo0 + + 127.0.0.1 + 255.0.0.0 + 0.0.0.0 + ip + + Untagged + + + + eth + eth0 + + 373 + 375 + tree14 + eth0 + + eth + 375 + False + + + + eth0 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + Untagged + + + + + tree15 + 60 + 376 + 260,380 + tree + False + False + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + gw + + + lo + lo0 + + 376 + 377 + tree15 + lo0 + + lo + 377 + False + + + + lo0 + + 127.0.0.1 + 255.0.0.0 + 0.0.0.0 + ip + + Untagged + + + + eth + eth0 + + 376 + 378 + tree15 + eth0 + + eth + 378 + False + + + + eth0 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + Untagged + + + + + tree2 + 60 + 106 + 470,720 + tree + False + False + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + gw + + + lo + lo0 + + 106 + 107 + tree2 + lo0 + + lo + 107 + False + + lo0 + + 127.0.0.1 + 255.0.0.0 + 0.0.0.0 + ip + + Untagged + + + + eth + eth0 + + 106 + 108 + tree2 + eth0 + + eth + 108 + False + + eth0 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + Untagged + + + + + tree3 + 60 + 225 + 320,660 + tree + False + False + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + gw + + + lo + lo0 + + 225 + 226 + tree3 + lo0 + + lo + 226 + False + + lo0 + + 127.0.0.1 + 255.0.0.0 + 0.0.0.0 + ip + + Untagged + + + + eth + eth0 + + 225 + 227 + tree3 + eth0 + + eth + 227 + False + + eth0 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + Untagged + + + + + tree4 + 60 + 228 + 510,650 + tree + False + False + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + gw + + + lo + lo0 + + 228 + 229 + tree4 + lo0 + + lo + 229 + False + + lo0 + + 127.0.0.1 + 255.0.0.0 + 0.0.0.0 + ip + + Untagged + + + + eth + eth0 + + 228 + 230 + tree4 + eth0 + + eth + 230 + False + + eth0 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + Untagged + + + + + tree5 + 60 + 314 + 360,300 + tree + False + False + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + gw + + + lo + lo0 + + 314 + 315 + tree5 + lo0 + + lo + 315 + False + + lo0 + + 127.0.0.1 + 255.0.0.0 + 0.0.0.0 + ip + + Untagged + + + + eth + eth0 + + 314 + 316 + tree5 + eth0 + + eth + 316 + False + + eth0 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + Untagged + + + + + tree6 + 60 + 317 + 470,290 + tree + False + False + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + gw + + + lo + lo0 + + 317 + 318 + tree6 + lo0 + + lo + 318 + False + + lo0 + + 127.0.0.1 + 255.0.0.0 + 0.0.0.0 + ip + + Untagged + + + + eth + eth0 + + 317 + 319 + tree6 + eth0 + + eth + 319 + False + + eth0 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + Untagged + + + + + tree7 + 60 + 320 + 370,430 + tree + False + False + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + gw + + + lo + lo0 + + 320 + 321 + tree7 + lo0 + + lo + 321 + False + + lo0 + + 127.0.0.1 + 255.0.0.0 + 0.0.0.0 + ip + + Untagged + + + + eth + eth0 + + 320 + 322 + tree7 + eth0 + + eth + 322 + False + + eth0 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + Untagged + + + + + tree8 + 60 + 323 + 450,410 + tree + False + False + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + gw + + + lo + lo0 + + 323 + 324 + tree8 + lo0 + + lo + 324 + False + + lo0 + + 127.0.0.1 + 255.0.0.0 + 0.0.0.0 + ip + + Untagged + + + + eth + eth0 + + 323 + 325 + tree8 + eth0 + + eth + 325 + False + + eth0 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + Untagged + + + + + tree9 + 60 + 358 + 300,570 + tree + False + False + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + gw + + + lo + lo0 + + 358 + 359 + tree9 + lo0 + + lo + 359 + False + + + + lo0 + + 127.0.0.1 + 255.0.0.0 + 0.0.0.0 + ip + + Untagged + + + + eth + eth0 + + 358 + 360 + tree9 + eth0 + + eth + 360 + False + + + + eth0 + + 0.0.0.0 + 0.0.0.0 + 0.0.0.0 + ip + + Untagged + + + + + + 175 + 179 + firewall0 + wan0 + + + 182 + 184 + router0 + eth0 + + firewall0_link_router0 + normal + 247 + + + + 190 + 192 + server0 + eth0 + + + 186 + 188 + router1 + eth0 + + google.com_link_router1 + normal + 193 + + + + 410 + 412 + laptop0 + eth0 + + + 467 + 470 + net_switch4 + port1 + + laptop0_link_net_switch4 + normal + 493 + + + + 499 + 502 + net_hub0 + port1 + + + 388 + 393 + net_switch3 + port3 + + net_hub0_link_net_hub2 + normal + 509 + + + + 499 + 503 + net_hub0 + port2 + + + 467 + 474 + net_switch4 + port5 + + net_hub0_link_net_switch4 + normal + 510 + + + + 132 + 140 + net_switch0 + port6 + + + 467 + 476 + net_switch4 + port7 + + net_switch0_link_net_switch4 + normal + 489 + + + + 132 + 141 + net_switch0 + port7 + + + 477 + 485 + net_switch5 + port6 + + net_switch0_link_net_switch5 + normal + 488 + + + + 142 + 150 + net_switch1 + port6 + + + 283 + 292 + net_switch2 + port7 + + net_switch1_link_net_switch2 + normal + 294 + + + + 142 + 151 + net_switch1 + port7 + + + 477 + 486 + net_switch5 + port7 + + net_switch1_link_net_switch5 + normal + 487 + + + + 283 + 286 + net_switch2 + port1 + + + 175 + 177 + firewall0 + eth0 + + net_switch2_link_firewall0 + normal + 296 + + + + 283 + 288 + net_switch2 + port3 + + + 404 + 406 + pc6 + eth0 + + net_switch2_link_pc6 + normal + 450 + + + + 283 + 287 + net_switch2 + port2 + + + 302 + 304 + server0 + eth0 + + net_switch2_link_server0 + normal + 306 + + + + 467 + 475 + net_switch4 + port6 + + + 388 + 397 + net_switch3 + port7 + + net_switch4_link_net_switch3 + normal + 490 + + + + 477 + 481 + net_switch5 + port2 + + + 118 + 120 + pc3 + eth0 + + net_switch5_link_pc3 + normal + 492 + + + + 477 + 480 + net_switch5 + port1 + + + 407 + 409 + pc7 + eth0 + + net_switch5_link_pc7 + normal + 491 + + + + 109 + 111 + pc0 + eth0 + + + 132 + 136 + net_switch0 + port2 + + pc0_link_net_switch0 + normal + 171 + + + + 112 + 114 + pc1 + eth0 + + + 132 + 137 + net_switch0 + port3 + + pc1_link_net_switch0 + normal + 173 + + + + 115 + 117 + pc2 + eth0 + + + 142 + 145 + net_switch1 + port1 + + pc2_link_net_switch1 + normal + 163 + + + + 398 + 400 + pc4 + eth0 + + + 388 + 391 + net_switch3 + port1 + + pc4_link_net_switch3 + normal + 429 + + + + 401 + 403 + pc5 + eth0 + + + 388 + 392 + net_switch3 + port2 + + pc5_link_net_switch3 + normal + 431 + + + + 182 + 185 + router0 + eth1 + + + 186 + 189 + router1 + eth1 + + router0_link_router1 + normal + 249 + + + + 495 + 497 + server1 + eth0 + + + 388 + 396 + net_switch3 + port6 + + server1_link_net_switch3 + normal + 498 + + + + 436 + 438 + laptop1 + eth0 + + + 499 + 504 + net_hub0 + port3 + + laptop1_link_net_hub0 + normal + 511 + + + pc4 + google.com + SuccessfullyPings + + Hub + + Grass + rectangle + 3, 7, 1013, 1004 + LightGreen + LightGreen + + + LeftBldg + rectangle + 20, 170, 250, 700 + SaddleBrown + SaddleBrown + + + RightBldg + rectangle + 650, 170, 250, 700 + SaddleBrown + SaddleBrown + + + LB_RWall + rectangle + 255, 170, 15, 700 + Gray + Gray + + + RB_RWall + rectangle + 650, 170, 15, 700 + Gray + Gray + + + LB_TWall + rectangle + 20, 170, 15, 700 + Gray + Gray + + + RB_TWall + rectangle + 885, 170, 15, 700 + Gray + Gray + + + LB_BWall + rectangle + 20, 870, 250, 15 + Gray + Gray + + + RB_BWall + rectangle + 650, 870, 250, 15 + Gray + Gray + + + LB_LWall + rectangle + 20, 170, 250, 15 + Gray + Gray + + + RB_LWall + rectangle + 650, 170, 250, 15 + Gray + Gray + + + CenterCement + rectangle + 326, 200, 262, 377 + Gray + Gray + + + CenterPark + rectangle + 359, 270, 188, 247 + LightGreen + LightGreen + + + LWindow + rectangle + 260, 500, 5, 100 + Blue + Blue + + + R_Window + rectangle + 655, 500, 5, 100 + Blue + Blue + + + LSidewalk + rectangle + 255, 300, 100, 80 + Gray + Gray + + + RSidewalk + rectangle + 550, 300, 100, 80 + Gray + Gray + + + LDoor + rectangle + 255, 300, 10, 80 + SaddleBrown + SaddleBrown + + + RDoor + rectangle + 655, 300, 10, 80 + SaddleBrown + SaddleBrown + + Default + + \ No newline at end of file diff --git a/EduNetworkBuilder/Resources/ReleaseNotes.rtf b/EduNetworkBuilder/Resources/ReleaseNotes.rtf index 59ac6ac..8fda6cb 100644 --- a/EduNetworkBuilder/Resources/ReleaseNotes.rtf +++ b/EduNetworkBuilder/Resources/ReleaseNotes.rtf @@ -160,9 +160,9 @@ Normal Table;}}{\*\listtable{\list\listtemplateid-678110632\listhybrid{\listleve \listoverridecount0\ls4}{\listoverride\listid159203163\listoverridecount0\ls5}{\listoverride\listid272565942\listoverridecount0\ls6}{\listoverride\listid1574776731\listoverridecount0\ls7}{\listoverride\listid1332484604\listoverridecount0\ls8} {\listoverride\listid237788805\listoverridecount0\ls9}{\listoverride\listid1164392343\listoverridecount0\ls10}{\listoverride\listid1272543532\listoverridecount0\ls11}{\listoverride\listid1729453556\listoverridecount0\ls12}{\listoverride\listid1903905976 \listoverridecount0\ls13}}{\*\rsidtbl \rsid1715044\rsid2361093\rsid3230122\rsid3738219\rsid3954092\rsid4002608\rsid4148115\rsid4201155\rsid4674322\rsid4984628\rsid4995504\rsid5902490\rsid6243721\rsid6709067\rsid7089617\rsid7091827\rsid7425313\rsid7431196 -\rsid7475506\rsid8135144\rsid8154512\rsid8807737\rsid8871995\rsid9005806\rsid9076344\rsid9125153\rsid9187300\rsid9664289\rsid11235612\rsid12019296\rsid12193239\rsid12329139\rsid12389542\rsid12727249\rsid12727595\rsid13122645\rsid13307397\rsid13454907 -\rsid13783353\rsid14170698\rsid14353560\rsid14427571\rsid14508595\rsid14577306\rsid14746156\rsid14829014\rsid15677065\rsid15949156\rsid16005564\rsid16457871}{\mmathPr\mmathFont34\mbrkBin0\mbrkBinSub0\msmallFrac0\mdispDef1\mlMargin0\mrMargin0\mdefJc1 -\mwrapIndent1440\mintLim0\mnaryLim0}{\info{\operator tim.young@lightsys.org}{\creatim\yr2017\mo3\dy14\hr9\min58}{\revtim\yr2018\mo3\dy19\hr11\min21}{\version50}{\edmins51}{\nofpages12}{\nofwords2832}{\nofchars13085}{\nofcharsws15586}{\vern93}} +\rsid7475506\rsid8135144\rsid8154512\rsid8807737\rsid8871995\rsid9005806\rsid9076344\rsid9125153\rsid9187300\rsid9664289\rsid11235612\rsid11358317\rsid12019296\rsid12193239\rsid12329139\rsid12389542\rsid12727249\rsid12727595\rsid13122645\rsid13307397 +\rsid13454907\rsid13783353\rsid14170698\rsid14353560\rsid14427571\rsid14508595\rsid14577306\rsid14746156\rsid14829014\rsid15677065\rsid15949156\rsid16005564\rsid16457871}{\mmathPr\mmathFont34\mbrkBin0\mbrkBinSub0\msmallFrac0\mdispDef1\mlMargin0\mrMargin0 +\mdefJc1\mwrapIndent1440\mintLim0\mnaryLim0}{\info{\operator tim.young@lightsys.org}{\creatim\yr2017\mo3\dy14\hr9\min58}{\revtim\yr2018\mo3\dy19\hr11\min53}{\version51}{\edmins51}{\nofpages12}{\nofwords2872}{\nofchars13269}{\nofcharsws15805}{\vern93}} {\*\userprops {\propname amzn:id}\proptype30{\staticval 5d8f9aa3-7362-4e9d-ad7a-41823ad84e09}}{\*\xmlnstbl {\xmlns1 http://schemas.microsoft.com/office/word/2003/wordml}}\paperw12240\paperh15840\margl1440\margr1440\margt1440\margb1440\gutter0\ltrsect \widowctrl\ftnbj\aenddoc\trackmoves0\trackformatting1\donotembedsysfont0\relyonvml0\donotembedlingdata1\grfdocevents0\validatexml0\showplaceholdtext0\ignoremixedcontent0\saveinvalidxml0\showxmlerrors0\horzdoc\dghspace120\dgvspace120\dghorigin1701 \dgvorigin1984\dghshow0\dgvshow3\jcompress\viewkind1\viewscale80\rsidroot14577306 \nouicompat \fet0{\*\wgrffmtfilter 2450}\nofeaturethrottle1\ilfomacatclnup0\ltrpar \sectd \ltrsect\linex0\sectdefaultcl\sftnbj {\*\pnseclvl1 @@ -172,8 +172,11 @@ Normal Table;}}{\*\listtable{\list\listtemplateid-678110632\listhybrid{\listleve \fs22\lang1033\langfe1033\loch\af31506\hich\af31506\dbch\af31505\cgrid\langnp1033\langfenp1033 {\rtlch\fcs1 \ab\af39 \ltrch\fcs0 \b\f39\lang9\langfe1033\langnp9\insrsid6709067 \hich\af39\dbch\af31505\loch\f39 Version 1.0.48 \par }{\rtlch\fcs1 \ab\af39 \ltrch\fcs0 \f39\lang9\langfe1033\langnp9\insrsid4002608\charrsid4002608 \hich\af39\dbch\af31505\loch\f39 * Fix a traversal class not serializable error}{\rtlch\fcs1 \ab\af39 \ltrch\fcs0 \f39\lang9\langfe1033\langnp9\insrsid4002608 -\par }{\rtlch\fcs1 \ab\af39 \ltrch\fcs0 \f39\lang9\langfe1033\langnp9\insrsid15949156 \hich\af39\dbch\af31505\loch\f39 * Close the file -> load toolstrip menu after a load\hich\af39\dbch\af31505\loch\f39 . It had remained \hich\af39\dbch\af31505\loch\f39 -annoyingly \hich\af39\dbch\af31505\loch\f39 open.}{\rtlch\fcs1 \ab\af39 \ltrch\fcs0 \f39\lang9\langfe1033\langnp9\insrsid15949156\charrsid4002608 +\par }{\rtlch\fcs1 \ab\af39 \ltrch\fcs0 \f39\lang9\langfe1033\langnp9\insrsid15949156 \hich\af39\dbch\af31505\loch\f39 * Close the file -> load toolstrip menu after a load\hich\af39\dbch\af31505\loch\f39 . It had remained annoyingly open. +\par }{\rtlch\fcs1 \ab\af39 \ltrch\fcs0 \f39\lang9\langfe1033\langnp9\insrsid11358317 \hich\af39\dbch\af31505\loch\f39 * Added a bunch of \loch\af39\dbch\af31505\hich\f39 \'93\hich\af39\dbch\af31505\loch\f39 practice\loch\af39\dbch\af31505\hich\f39 \'94 +\hich\af39\dbch\af31505\loch\f39 puzzles. These are \hich\af39\dbch\af31505\loch\f39 +for practicing troubleshooting. They do not give you a lot of information about what the problem is; you need to do a bit more testing and trying things to figure them out.}{\rtlch\fcs1 \ab\af39 \ltrch\fcs0 +\f39\lang9\langfe1033\langnp9\insrsid11358317\charrsid4002608 \par }{\rtlch\fcs1 \ab\af39 \ltrch\fcs0 \b\f39\lang9\langfe1033\langnp9\insrsid6709067 \hich\af39\dbch\af31505\loch\f39 Version 1.0.47 \par }\pard \ltrpar\ql \li0\ri0\sa200\sl276\slmult1\nowidctlpar\wrapdefault\faauto\rin0\lin0\itap0\pararsid3738219 {\rtlch\fcs1 \ab\af39 \ltrch\fcs0 \f39\lang9\langfe1033\langnp9\insrsid8807737\charrsid8807737 \hich\af39\dbch\af31505\loch\f39 * YAY!}{ \rtlch\fcs1 \ab\af39 \ltrch\fcs0 \f39\lang9\langfe1033\langnp9\insrsid8807737 \hich\af39\dbch\af31505\loch\f39 The long-awaited ctrl-z / ctrl-y works. Undo / redo.}{\rtlch\fcs1 \ab\af39 \ltrch\fcs0 @@ -181,20 +184,20 @@ annoyingly \hich\af39\dbch\af31505\loch\f39 open.}{\rtlch\fcs1 \ab\af39 \ltrch\f \par }{\rtlch\fcs1 \ab\af39 \ltrch\fcs0 \f39\lang9\langfe1033\langnp9\insrsid1715044\charrsid1715044 \hich\af39\dbch\af31505\loch\f39 *}{\rtlch\fcs1 \ab\af39 \ltrch\fcs0 \f39\lang9\langfe1033\langnp9\insrsid1715044 \hich\af39\dbch\af31505\loch\f39 Lock a device to a location \par \hich\af39\dbch\af31505\loch\f39 * Add a tree. Wireless packets cannot go through a tree. -\par \hich\af39\dbch\af31505\loch\f39 * Add background shapes. So we can draw a building and have understandable line of sight. -\par \hich\af39\dbch\af31505\loch\f39 * Add a wireless line \hich\af39\dbch\af31505\loch\f39 of sight puzzle. +\par \hich\af39\dbch\af31505\loch\f39 * Add background shapes. So we can draw a building and \hich\af39\dbch\af31505\loch\f39 have understandable line of sight. +\par \hich\af39\dbch\af31505\loch\f39 * Add a wireless line of sight puzzle. \par }{\rtlch\fcs1 \ab\af39 \ltrch\fcs0 \f39\lang9\langfe1033\langnp9\insrsid7091827 \hich\af39\dbch\af31505\loch\f39 * Went through old puzzles and locked some items in their locations. Makes some puzzles need to be solved the way the puzzle was intended to be solved.}{\rtlch\fcs1 \ab\af39 \ltrch\fcs0 \f39\lang9\langfe1033\langnp9\insrsid7091827\charrsid1715044 \par }\pard \ltrpar\ql \li0\ri0\sa200\sl276\slmult1\nowidctlpar\wrapdefault\faauto\rin0\lin0\itap0\pararsid8154512 {\rtlch\fcs1 \ab\af39 \ltrch\fcs0 \b\f39\lang9\langfe1033\langnp9\insrsid8154512 \hich\af39\dbch\af31505\loch\f39 Version 1.0.46 -\par }\pard \ltrpar\ql \li0\ri0\sa200\sl276\slmult1\nowidctlpar\wrapdefault\faauto\rin0\lin0\itap0\pararsid3738219 {\rtlch\fcs1 \ab\af39 \ltrch\fcs0 \f39\lang9\langfe1033\langnp9\insrsid3738219 \hich\af39\dbch\af31505\loch\f39 -* Added a frozen device. Fix it with a reboot. (power off / power on) +\par }\pard \ltrpar\ql \li0\ri0\sa200\sl276\slmult1\nowidctlpar\wrapdefault\faauto\rin0\lin0\itap0\pararsid3738219 {\rtlch\fcs1 \ab\af39 \ltrch\fcs0 \f39\lang9\langfe1033\langnp9\insrsid3738219 \hich\af39\dbch\af31505\loch\f39 * Added a froz +\hich\af39\dbch\af31505\loch\f39 en device. Fix it with a reboot. (power off / power on) \par }{\rtlch\fcs1 \ab\af39 \ltrch\fcs0 \f39\lang9\langfe1033\langnp9\insrsid14427571 \hich\af39\dbch\af31505\loch\f39 * Added a bad power-supply (device catches fire when powered on. Need to replace the device to fix) \par \hich\af39\dbch\af31505\loch\f39 * Added bad electricity. (device continues to catch fire, even after being replaced, until a UPS is added) \par \hich\af39\dbch\af31505\loch\f39 * Can right-c}{\rtlch\fcs1 \ab\af39 \ltrch\fcs0 \f39\lang9\langfe1033\langnp9\insrsid7425313 \hich\af39\dbch\af31505\loch\f39 lick a network wire. Delete, }{\rtlch\fcs1 \ab\af39 \ltrch\fcs0 \f39\lang9\langfe1033\langnp9\insrsid14427571 \hich\af39\dbch\af31505\loch\f39 edit}{\rtlch\fcs1 \ab\af39 \ltrch\fcs0 \f39\lang9\langfe1033\langnp9\insrsid7425313 \hich\af39\dbch\af31505\loch\f39 , replace}{\rtlch\fcs1 \ab\af39 \ltrch\fcs0 \f39\lang9\langfe1033\langnp9\insrsid14427571 . \par }{\rtlch\fcs1 \ab\af39 \ltrch\fcs0 \f39\lang9\langfe1033\langnp9\insrsid14746156 \hich\af39\dbch\af31505\loch\f39 * Added frozen device, bad power-supply and Needs UPS as ways to randomly break networks. -\par }{\rtlch\fcs1 \ab\af39 \ltrch\fcs0 \f39\lang9\langfe1033\langnp9\insrsid13122645 \hich\af39\dbch\af31505\loch\f39 * Optimize the redrawing of the screen packets. Speeded it up considerably +\par }{\rtlch\fcs1 \ab\af39 \ltrch\fcs0 \f39\lang9\langfe1033\langnp9\insrsid13122645 \hich\af39\dbch\af31505\loch\f39 *\hich\af39\dbch\af31505\loch\f39 Optimize the redrawing of the screen packets. Speeded it up considerably \par }{\rtlch\fcs1 \ab\af39 \ltrch\fcs0 \f39\lang9\langfe1033\langnp9\insrsid13783353 \hich\af39\dbch\af31505\loch\f39 * Add puzzles for frozen device, bad power-supply, and needs a UPS.}{\rtlch\fcs1 \ab\af39 \ltrch\fcs0 \f39\lang9\langfe1033\langnp9\insrsid13783353\charrsid9005806 \par }\pard \ltrpar\ql \li0\ri0\sa200\sl276\slmult1\nowidctlpar\wrapdefault\faauto\rin0\lin0\itap0\pararsid9005806 {\rtlch\fcs1 \ab\af39 \ltrch\fcs0 \b\f39\lang9\langfe1033\langnp9\insrsid9005806 \hich\af39\dbch\af31505\loch\f39 Version 1.0.45 @@ -219,33 +222,32 @@ annoyingly \hich\af39\dbch\af31505\loch\f39 open.}{\rtlch\fcs1 \ab\af39 \ltrch\f \par }{\rtlch\fcs1 \ab\af39 \ltrch\fcs0 \f39\lang9\langfe1033\langnp9\insrsid6243721 \hich\af39\dbch\af31505\loch\f39 * Use the translated titles for the puzzle names on the puzzle selection box}{\rtlch\fcs1 \ab\af39 \ltrch\fcs0 \f39\lang9\langfe1033\langnp9\insrsid6243721\charrsid9076344 \par }\pard \ltrpar\ql \li0\ri0\sa200\sl276\slmult1\nowidctlpar\wrapdefault\faauto\rin0\lin0\itap0\pararsid4148115 {\rtlch\fcs1 \ab\af39 \ltrch\fcs0 \b\f39\lang9\langfe1033\langnp9\insrsid14829014 \hich\af39\dbch\af31505\loch\f39 Version 1.0.42 -\par }{\rtlch\fcs1 \ab\af39 \ltrch\fcs0 \f39\lang9\langfe1033\langnp9\insrsid14829014\charrsid14829014 \hich\af39\dbch\af31505\loch\f39 * Fixed some bugs with working in French}{\rtlch\fcs1 \ab\af39 \ltrch\fcs0 \f39\lang9\langfe1033\langnp9\insrsid14829014 -\hich\af39\dbch\af31505\loch\f39 \hich\f39 \endash \loch\f39 puzzles would not show +\par }{\rtlch\fcs1 \ab\af39 \ltrch\fcs0 \f39\lang9\langfe1033\langnp9\insrsid14829014\charrsid14829014 \hich\af39\dbch\af31505\loch\f39 * Fixed some bugs\hich\af39\dbch\af31505\loch\f39 with working in French}{\rtlch\fcs1 \ab\af39 \ltrch\fcs0 +\f39\lang9\langfe1033\langnp9\insrsid14829014 \hich\af39\dbch\af31505\loch\f39 \hich\f39 \endash \loch\f39 puzzles would not show \par \hich\af39\dbch\af31505\loch\f39 * Fixed bug in French \hich\f39 \endash \loch\f39 \hich\f39 \'93\loch\f39 \hich\f39 Ping to\'94\loch\f39 would not work -\par \hich\af39\dbch\af31505\loch\f39 * Added a translation box when working on puzzles\hich\af39\dbch\af31505\loch\f39 -. Ctrl-click the network message in the options window to pull up a translation box. Look at two languages simultaneously. Has save button to save your changes from there.}{\rtlch\fcs1 \ab\af39 \ltrch\fcs0 -\f39\lang9\langfe1033\langnp9\insrsid14829014\charrsid14829014 +\par \hich\af39\dbch\af31505\loch\f39 * Added a translation box when working on puzzles. Ctrl-click the network mes\hich\af39\dbch\af31505\loch\f39 +sage in the options window to pull up a translation box. Look at two languages simultaneously. Has save button to save your changes from there.}{\rtlch\fcs1 \ab\af39 \ltrch\fcs0 \f39\lang9\langfe1033\langnp9\insrsid14829014\charrsid14829014 \par }{\rtlch\fcs1 \ab\af39 \ltrch\fcs0 \b\f39\lang9\langfe1033\langnp9\insrsid4148115 \hich\af39\dbch\af31505\loch\f39 Version 1.0.41 \par }\pard \ltrpar\ql \li0\ri0\sa200\sl276\slmult1\nowidctlpar\wrapdefault\faauto\rin0\lin0\itap0\pararsid14353560 {\rtlch\fcs1 \ab\af39 \ltrch\fcs0 \f39\lang9\langfe1033\langnp9\insrsid14353560 \hich\af39\dbch\af31505\loch\f39 -* Have the ability to randomly break a network. If you want to ju\hich\af39\dbch\af31505\loch\f39 st test your brain for fun, or if you are a teacher and just want to generate some homework of some sort. This can help.}{\rtlch\fcs1 \ab\af39 \ltrch\fcs0 +* Have the ability to randomly break a network. If you want to just test your brain for fun, o\hich\af39\dbch\af31505\loch\f39 r if you are a teacher and just want to generate some homework of some sort. This can help.}{\rtlch\fcs1 \ab\af39 \ltrch\fcs0 \f39\lang9\langfe1033\langnp9\insrsid14353560\charrsid4148115 \par }\pard \ltrpar\ql \li0\ri0\sa200\sl276\slmult1\nowidctlpar\wrapdefault\faauto\rin0\lin0\itap0\pararsid9664289 {\rtlch\fcs1 \ab\af39 \ltrch\fcs0 \f39\lang9\langfe1033\langnp9\insrsid4148115\charrsid4148115 \hich\af39\dbch\af31505\loch\f39 * }{\rtlch\fcs1 \ab\af39 \ltrch\fcs0 \f39\lang9\langfe1033\langnp9\insrsid4148115 \hich\af39\dbch\af31505\loch\f39 Added another solved }{\rtlch\fcs1 \ab\af39 \ltrch\fcs0 \f39\lang9\langfe1033\langnp9\insrsid12193239 \hich\af39\dbch\af31505\loch\f39 network (Internet}{ \rtlch\fcs1 \ab\af39 \ltrch\fcs0 \f39\lang9\langfe1033\langnp9\insrsid14353560 \hich\af39\dbch\af31505\loch\f39 HomeAndOffice}{\rtlch\fcs1 \ab\af39 \ltrch\fcs0 \f39\lang9\langfe1033\langnp9\insrsid12193239 \hich\af39\dbch\af31505\loch\f39 )}{\rtlch\fcs1 \ab\af39 \ltrch\fcs0 \f39\lang9\langfe1033\langnp9\insrsid4148115 \par }{\rtlch\fcs1 \ab\af39 \ltrch\fcs0 \f39\lang9\langfe1033\langnp9\insrsid4674322 \hich\af39\dbch\af31505\loch\f39 * Give us more options for viewing text under devices. This lets us see things much more cleanly. -\par }{\rtlch\fcs1 \ab\af39 \ltrch\fcs0 \f39\lang9\langfe1033\langnp9\insrsid12389542 \hich\af39\dbch\af31505\loch\f39 * Allow different captioning systems. Hostname only, IP only, host + IP, none, full -\par }{\rtlch\fcs1 \ab\af39 \ltrch\fcs0 \f39\lang9\langfe1033\langnp9\insrsid7089617 \hich\af39\dbch\af31505\loch\f39 * firewall rules can now affect VPN traffic. You can block from a VPN t\hich\af39\dbch\af31505\loch\f39 -o the office VLAN, for example. Also, can block guest VLAN from pinging something across the VPN. +\par }{\rtlch\fcs1 \ab\af39 \ltrch\fcs0 \f39\lang9\langfe1033\langnp9\insrsid12389542 \hich\af39\dbch\af31505\loch\f39 * Allow d\hich\af39\dbch\af31505\loch\f39 ifferent captioning systems. Hostname only, IP only, host + IP, none, full +\par }{\rtlch\fcs1 \ab\af39 \ltrch\fcs0 \f39\lang9\langfe1033\langnp9\insrsid7089617 \hich\af39\dbch\af31505\loch\f39 +* firewall rules can now affect VPN traffic. You can block from a VPN to the office VLAN, for example. Also, can block guest VLAN from pinging something across the VPN. \par }{\rtlch\fcs1 \ab\af39 \ltrch\fcs0 \b\f39\lang9\langfe1033\langnp9\insrsid4984628 \hich\af39\dbch\af31505\loch\f39 Version 1.0.40 \par }\pard \ltrpar\ql \li0\ri0\sa200\sl276\slmult1\nowidctlpar\wrapdefault\faauto\rin0\lin0\itap0\pararsid4984628 {\rtlch\fcs1 \ab\af39 \ltrch\fcs0 \f39\lang9\langfe1033\langnp9\insrsid4984628 \hich\af39\dbch\af31505\loch\f39 * Jumping ahead version numbers. Adding Educational Mode (see doc on the wiki for a description of the basic functionality added) }{\rtlch\fcs1 \ab\af39 \ltrch\fcs0 \f39\lang9\langfe1033\langnp9\insrsid4984628\charrsid4984628 \hich\af39\dbch\af31505\loch\f39 https://git.solidcharity.com/timy/EduNetworkBuilder/wikis/Teacherdoc}{\rtlch\fcs1 \ab\af39 \ltrch\fcs0 \f39\lang9\langfe1033\langnp9\insrsid4984628 \par \hich\af39\dbch\af31505\loch\f39 * Added the ability to make msi files for better deployment in multi-user settings \par \hich\af39\dbch\af31505\loch\f39 * Adjusted drag functionality so we do not jostle devices around accidentally -\par \hich\af39\dbch\af31505\loch\f39 * Fixed bug when trying to\hich\af39\dbch\af31505\loch\f39 ping wireless devices by name +\par \hich\af39\dbch\af31505\loch\f39 * Fixed bug when trying to ping wireless devices by name \par \hich\af39\dbch\af31505\loch\f39 * Fixed a bug pinging 0.0.0.0 -\par \hich\af39\dbch\af31505\loch\f39 * Fixed lots of other bugs}{\rtlch\fcs1 \ab\af39 \ltrch\fcs0 \f39\lang9\langfe1033\langnp9\insrsid4984628\charrsid4984628 +\par \hich\af39\dbch\af31505\loch\f39 * Fixed \hich\af39\dbch\af31505\loch\f39 lots of other bugs}{\rtlch\fcs1 \ab\af39 \ltrch\fcs0 \f39\lang9\langfe1033\langnp9\insrsid4984628\charrsid4984628 \par }\pard \ltrpar\ql \li0\ri0\sa200\sl276\slmult1\nowidctlpar\wrapdefault\faauto\rin0\lin0\itap0\pararsid9664289 {\rtlch\fcs1 \ab\af39 \ltrch\fcs0 \b\f39\lang9\langfe1033\langnp9\insrsid13454907 \hich\af39\dbch\af31505\loch\f39 Version 1.0.33}{\rtlch\fcs1 \ab\af39 \ltrch\fcs0 \b\f39\lang9\langfe1033\langnp9\insrsid9664289 \par }\pard \ltrpar\ql \li0\ri0\sa200\sl276\slmult1\nowidctlpar\wrapdefault\faauto\rin0\lin0\itap0\pararsid14170698 {\rtlch\fcs1 \ab\af39 \ltrch\fcs0 \f39\lang9\langfe1033\langnp9\insrsid3954092 \hich\af39\dbch\af31505\loch\f39 @@ -254,22 +256,23 @@ o the office VLAN, for example. Also, can block guest VLAN from pinging somethi ctrl-right-click a device to add \'93\loch\f39 \hich\f39 hide\'94\loch\f39 to the context menu. \par \hich\af39\dbch\af31505\loch\f39 * From the puzzle menu you can ctrl-alt click items to mark them as solved. \par }{\rtlch\fcs1 \ab\af39 \ltrch\fcs0 \f39\lang9\langfe1033\langnp9\insrsid16457871 \hich\af39\dbch\af31505\loch\f39 *}{\rtlch\fcs1 \ab\af39 \ltrch\fcs0 \f39\lang9\langfe1033\langnp9\insrsid9125153 \hich\af39\dbch\af31505\loch\f39 }{\rtlch\fcs1 \ab\af39 -\ltrch\fcs0 \f39\lang9\langfe1033\langnp9\insrsid16457871 \hich\af39\dbch\af31505\loch\f39 Display bad subnet masks (that cannot be displayed using CIDR notation) as /? -\par }{\rtlch\fcs1 \ab\af39 \ltrch\fcs0 \f39\lang9\langfe1033\langnp9\insrsid9125153 \hich\af39\dbch\af31505\loch\f39 * Allow pings from devices that are locked. A bug made it so we could not change the address we wan\hich\af39\dbch\af31505\loch\f39 -\hich\f39 ted to ping to; all ip-addresses were locked, even a \'93\loch\f39 \hich\f39 ping to\'94\loch\f39 address. -\par }{\rtlch\fcs1 \ab\af39 \ltrch\fcs0 \f39\lang9\langfe1033\langnp9\insrsid12727249 \hich\af39\dbch\af31505\loch\f39 * Minor bug: If we ping a local IP that does not exist, the error message we were getting was the wrong error message. Fixed that. -\par }{\rtlch\fcs1 \ab\af39 \ltrch\fcs0 \f39\lang9\langfe1033\langnp9\insrsid4995504 \hich\af39\dbch\af31505\loch\f39 * When wireless device is powered off, remove all wi\hich\af39\dbch\af31505\loch\f39 -reless links. Links connected to WLAN had been reconnected. Fixed that. -\par }{\rtlch\fcs1 \ab\af39 \ltrch\fcs0 \f39\lang9\langfe1033\langnp9\insrsid11235612 \hich\af39\dbch\af31505\loch\f39 \hich\f39 * Cannot go into the network options if we have loaded the network from resources. This way we cannot \'93\loch\f39 \hich\f39 -cheat\'94\loch\f39 by changing the network options. This is in preparation for setting th\hich\af39\dbch\af31505\loch\f39 is up for school use. Making it harder for students to cheat on homework assignments.}{\rtlch\fcs1 \ab\af39 \ltrch\fcs0 -\f39\lang9\langfe1033\langnp9\insrsid11235612\charrsid9664289 -\par }{\rtlch\fcs1 \ab\af39 \ltrch\fcs0 \b\f39\lang9\langfe1033\langnp9\insrsid14170698 \hich\af39\dbch\af31505\loch\f39 Version 1.0.32 +\ltrch\fcs0 \f39\lang9\langfe1033\langnp9\insrsid16457871 \hich\af39\dbch\af31505\loch\f39 Display bad subn\hich\af39\dbch\af31505\loch\f39 et masks (that cannot be displayed using CIDR notation) as /? +\par }{\rtlch\fcs1 \ab\af39 \ltrch\fcs0 \f39\lang9\langfe1033\langnp9\insrsid9125153 \hich\af39\dbch\af31505\loch\f39 \hich\f39 +* Allow pings from devices that are locked. A bug made it so we could not change the address we wanted to ping to; all ip-addresses were locked, even a \'93\loch\f39 \hich\f39 ping to\'94\loch\f39 address. +\par }{\rtlch\fcs1 \ab\af39 \ltrch\fcs0 \f39\lang9\langfe1033\langnp9\insrsid12727249 \hich\af39\dbch\af31505\loch\f39 * Minor bug: If we pin\hich\af39\dbch\af31505\loch\f39 +g a local IP that does not exist, the error message we were getting was the wrong error message. Fixed that. +\par }{\rtlch\fcs1 \ab\af39 \ltrch\fcs0 \f39\lang9\langfe1033\langnp9\insrsid4995504 \hich\af39\dbch\af31505\loch\f39 * When wireless device is powered off, remove all wireless links. Links connected to WLAN had been reconnected. Fixed that. +\par }{\rtlch\fcs1 \ab\af39 \ltrch\fcs0 \f39\lang9\langfe1033\langnp9\insrsid11235612 \hich\af39\dbch\af31505\loch\f39 * Cannot go into the\hich\af39\dbch\af31505\loch\f39 \hich\f39 + network options if we have loaded the network from resources. This way we cannot \'93\loch\f39 \hich\f39 cheat\'94\loch\f39 + by changing the network options. This is in preparation for setting this up for school use. Making it harder for students to cheat on homework assignments.}{\rtlch\fcs1 \ab\af39 \ltrch\fcs0 \f39\lang9\langfe1033\langnp9\insrsid11235612\charrsid9664289 + +\par }{\rtlch\fcs1 \ab\af39 \ltrch\fcs0 \b\f39\lang9\langfe1033\langnp9\insrsid14170698 \hich\af39\dbch\af31505\loch\f39 Version\hich\af39\dbch\af31505\loch\f39 1.0.32 \par }{\rtlch\fcs1 \ab\af39 \ltrch\fcs0 \f39\lang9\langfe1033\langnp9\insrsid14170698\charrsid14170698 \hich\af39\dbch\af31505\loch\f39 *}{\rtlch\fcs1 \ab\af39 \ltrch\fcs0 \f39\lang9\langfe1033\langnp9\insrsid14170698 \hich\af39\dbch\af31505\loch\f39 Allow dragging of items \par }{\rtlch\fcs1 \ab\af39 \ltrch\fcs0 \f39\lang9\langfe1033\langnp9\insrsid12727595 \hich\af39\dbch\af31505\loch\f39 * Select multiple items for dragging by using a nice big drag-box.}{\rtlch\fcs1 \ab\af39 \ltrch\fcs0 \f39\lang9\langfe1033\langnp9\insrsid14170698 \par }{\rtlch\fcs1 \ab\af39 \ltrch\fcs0 \f39\lang9\langfe1033\langnp9\insrsid12727595 \hich\af39\dbch\af31505\loch\f39 * Highlight the multiple items if selecting them -\par }{\rtlch\fcs1 \ab\af39 \ltrch\fcs0 \f39\lang9\langfe1033\langnp9\insrsid15677065 \hich\af39\dbch\af31505\loch\f39 * Allow the \hich\af39\dbch\af31505\loch\f39 ESC key to clear the selected items. +\par }{\rtlch\fcs1 \ab\af39 \ltrch\fcs0 \f39\lang9\langfe1033\langnp9\insrsid15677065 \hich\af39\dbch\af31505\loch\f39 * Allow the ESC key to clear the selected items. \par }{\rtlch\fcs1 \ab\af39 \ltrch\fcs0 \f39\lang9\langfe1033\langnp9\insrsid16005564 \hich\af39\dbch\af31505\loch\f39 * Can right-click and delete of multiple selected items \par \hich\af39\dbch\af31505\loch\f39 * Can right-click and change color of multiple selected items \par }{\rtlch\fcs1 \ab\af39 \ltrch\fcs0 \f39\lang9\langfe1033\langnp9\insrsid8871995 \hich\af39\dbch\af31505\loch\f39 * Fixed some tracert bugs @@ -277,84 +280,82 @@ cheat\'94\loch\f39 by changing the network options. This is in preparation for \par \hich\af39\dbch\af31505\loch\f39 * Saves settings in ~/.conf/EduNetworkbuilder_config.xml file on Linux \par }{\rtlch\fcs1 \ab\af39 \ltrch\fcs0 \f39\lang9\langfe1033\langnp9\insrsid7475506 \hich\af39\dbch\af31505\loch\f39 * Cannot edit something that is powered off. Also, cannot ping, do DHCP refresh, etc. \par }{\rtlch\fcs1 \ab\af39 \ltrch\fcs0 \f39\lang9\langfe1033\langnp9\insrsid4201155 \hich\af39\dbch\af31505\loch\f39 * Fixed losing the VPN password changes when editing VPN Info. -\par \hich\af39\dbch\af31505\loch\f39 * Fixed anchoring of puzzle filter \hich\af39\dbch\af31505\loch\f39 box. -\par }{\rtlch\fcs1 \ab\af39 \ltrch\fcs0 \f39\lang9\langfe1033\langnp9\insrsid3230122 \hich\af39\dbch\af31505\loch\f39 -* Added invisible items. Forgotten switches and unseen network wires. Right now, the only way to make something hidden is by editing the file and saying true on it.}{\rtlch\fcs1 \ab\af39 \ltrch\fcs0 -\f39\lang9\langfe1033\langnp9\insrsid3230122\charrsid14170698 +\par \hich\af39\dbch\af31505\loch\f39 * Fixed anchoring of puzzle filter box. +\par }{\rtlch\fcs1 \ab\af39 \ltrch\fcs0 \f39\lang9\langfe1033\langnp9\insrsid3230122 \hich\af39\dbch\af31505\loch\f39 * Added invisible items. Forgotten switches and unseen network wi\hich\af39\dbch\af31505\loch\f39 +res. Right now, the only way to make something hidden is by editing the file and saying true on it.}{\rtlch\fcs1 \ab\af39 \ltrch\fcs0 \f39\lang9\langfe1033\langnp9\insrsid3230122\charrsid14170698 \par }\pard \ltrpar\ql \li0\ri0\sa200\sl276\slmult1\nowidctlpar\wrapdefault\faauto\rin0\lin0\itap0 {\rtlch\fcs1 \ab\af39 \ltrch\fcs0 \b\f39\lang9\langfe1033\langnp9\insrsid14577306 \hich\af39\dbch\af31505\loch\f39 Version 1.0.31 \par }\pard \ltrpar\ql \li0\ri0\sa200\sl276\slmult1\nowidctlpar\wrapdefault\faauto\rin0\lin0\itap0\pararsid14577306 {\rtlch\fcs1 \ab\af39 \ltrch\fcs0 \f39\lang9\langfe1033\langnp9\insrsid14577306\charrsid14577306 \hich\af39\dbch\af31505\loch\f39 *}{ -\rtlch\fcs1 \ab\af39 \ltrch\fcs0 \f39\lang9\langfe1033\langnp9\insrsid14577306 \hich\af39\dbch\af31505\loch\f39 Added powering off switches, routers, and th\hich\af39\dbch\af31505\loch\f39 e like +\rtlch\fcs1 \ab\af39 \ltrch\fcs0 \f39\lang9\langfe1033\langnp9\insrsid14577306 \hich\af39\dbch\af31505\loch\f39 Added powering off switches, routers, and the like \par \hich\af39\dbch\af31505\loch\f39 * Added traceroute \par \hich\af39\dbch\af31505\loch\f39 * Added a few puzzles for those \par \hich\af39\dbch\af31505\loch\f39 * Moved to a new git repository \par \hich\af39\dbch\af31505\loch\f39 * Changed the default location of popups. They worked very strange in a multi-window environment.}{\rtlch\fcs1 \ab\af39 \ltrch\fcs0 \f39\lang9\langfe1033\langnp9\insrsid14577306\charrsid14577306 \par }\pard \ltrpar\ql \li0\ri0\sa200\sl276\slmult1\nowidctlpar\wrapdefault\faauto\rin0\lin0\itap0 {\rtlch\fcs1 \ab\af39 \ltrch\fcs0 \b\f39\lang9\langfe1033\langnp9\insrsid12019296 \hich\af39\dbch\af31505\loch\f39 Version 1.0.30 \par }{\rtlch\fcs1 \af39 \ltrch\fcs0 \f39\lang9\langfe1033\langnp9\insrsid12019296 \hich\af39\dbch\af31505\loch\f39 * Another downloadable (zip only, stable) version.}{\rtlch\fcs1 \ab\af39 \ltrch\fcs0 \b\f39\lang9\langfe1033\langnp9\insrsid12019296 -\par \hich\af39\dbch\af31505\loch\f39 V\hich\af39\dbch\af31505\loch\f39 ersion 1.0.29 +\par \hich\af39\dbch\af31505\loch\f39 Version 1.0.29 \par }{\rtlch\fcs1 \af39 \ltrch\fcs0 \f39\lang9\langfe1033\langnp9\insrsid12019296 \hich\af39\dbch\af31505\loch\f39 * Lots of VLAN butfixes -\par \hich\af39\dbch\af31505\loch\f39 * Fixed ping-fail test +\par \hich\af39\dbch\af31505\loch\f39 * Fixed ping-fail te\hich\af39\dbch\af31505\loch\f39 st \par \hich\af39\dbch\af31505\loch\f39 * Lots more VLAN puzzles \par \hich\af39\dbch\af31505\loch\f39 * Update VLAN documentation \par }{\rtlch\fcs1 \ab\af39 \ltrch\fcs0 \b\f39\lang9\langfe1033\langnp9\insrsid12019296 \hich\af39\dbch\af31505\loch\f39 Version 1.0.28 \par }{\rtlch\fcs1 \af39 \ltrch\fcs0 \f39\lang9\langfe1033\langnp9\insrsid12019296 \hich\af39\dbch\af31505\loch\f39 * Initial VLAN release \par }{\rtlch\fcs1 \ab\af39 \ltrch\fcs0 \b\f39\lang9\langfe1033\langnp9\insrsid12019296 \hich\af39\dbch\af31505\loch\f39 Version 1.0.27 -\par }{\rtlch\fcs1 \af39 \ltrch\fcs0 \f39\lang9\langfe1033\langnp9\insrsid12019296 \hich\af39\dbch\af31505\loch\f39 * Made distribution easier by CD (does updates from web, but we also have a downloadable \hich\af39\dbch\af31505\loch\f39 -zip you can install from) +\par }{\rtlch\fcs1 \af39 \ltrch\fcs0 \f39\lang9\langfe1033\langnp9\insrsid12019296 \hich\af39\dbch\af31505\loch\f39 * Made distribution easier by CD (does updates from web, but we also have a downloadable zip you can install from) \par }{\rtlch\fcs1 \ab\af39 \ltrch\fcs0 \b\f39\lang9\langfe1033\langnp9\insrsid12019296 \hich\af39\dbch\af31505\loch\f39 Version 1.0.26 \par }{\rtlch\fcs1 \af39 \ltrch\fcs0 \f39\lang9\langfe1033\langnp9\insrsid12019296 \hich\af39\dbch\af31505\loch\f39 * Major graphics overhaul \par \hich\af39\dbch\af31505\loch\f39 - Packets move on timer \par \hich\af39\dbch\af31505\loch\f39 - Graphics drawn "smarter" \par \hich\af39\dbch\af31505\loch\f39 - Result is that things flow smoother. Loopback2 also works much nicer. \par \hich\af39\dbch\af31505\loch\f39 * Fixed minor issue with "help" puzzle -\par \hich\af39\dbch\af31505\loch\f39 * Made help "?" button turn red when it is part of the puzzle +\par \hich\af39\dbch\af31505\loch\f39 * Made help "?" button turn red when it is part of the puzzl\hich\af39\dbch\af31505\loch\f39 e \par \hich\af39\dbch\af31505\loch\f39 * Put checkmark to display names and IPs of devices on front form. \par \hich\af39\dbch\af31505\loch\f39 * Add a NetTest to show people to click on the "display Device names and IP" checkmark}{\rtlch\fcs1 \ab\af39 \ltrch\fcs0 \b\f39\lang9\langfe1033\langnp9\insrsid12019296 \par \hich\af39\dbch\af31505\loch\f39 Version 1.0.25 -\par }{\rtlch\fcs1 \af39 \ltrch\fcs0 \f39\lang9\langfe1033\langnp9\insrsid12019296 \hich\af39\dbch\af31505\loch\f39 * Minor changes to help f\hich\af39\dbch\af31505\loch\f39 ile +\par }{\rtlch\fcs1 \af39 \ltrch\fcs0 \f39\lang9\langfe1033\langnp9\insrsid12019296 \hich\af39\dbch\af31505\loch\f39 * Minor changes to help file \par \hich\af39\dbch\af31505\loch\f39 * Fixed size of labels on IP-Address editor box -\par \hich\af39\dbch\af31505\loch\f39 * Hide gateway label when we do not need it. (ip-address editor) +\par \hich\af39\dbch\af31505\loch\f39 * Hide g\hich\af39\dbch\af31505\loch\f39 ateway label when we do not need it. (ip-address editor) \par \hich\af39\dbch\af31505\loch\f39 * rename "mixed network" puzzle to be "adding devices" (the puzzle was about adding devices) \par \hich\af39\dbch\af31505\loch\f39 * Changed layout of many messages -\par \hich\af39\dbch\af31505\loch\f39 * Save the l\hich\af39\dbch\af31505\loch\f39 evel we are working on. Allows us to finish level 5 before level 3 if we want to. +\par \hich\af39\dbch\af31505\loch\f39 * Save the level we are working on. Allows us to finish level 5 before \hich\af39\dbch\af31505\loch\f39 level 3 if we want to. \par \hich\af39\dbch\af31505\loch\f39 * Make network-loop puzzles sit next to each-other \par \hich\af39\dbch\af31505\loch\f39 * Make it so network-loop2 puzzle asks for second ping after first one finishes -\par \hich\af39\dbch\af31505\loch\f39 * Lots of work towards the French transla\hich\af39\dbch\af31505\loch\f39 tion}{\rtlch\fcs1 \ab\af39 \ltrch\fcs0 \b\f39\lang9\langfe1033\langnp9\insrsid12019296 +\par \hich\af39\dbch\af31505\loch\f39 * Lots of work towards the French translation}{\rtlch\fcs1 \ab\af39 \ltrch\fcs0 \b\f39\lang9\langfe1033\langnp9\insrsid12019296 \par \hich\af39\dbch\af31505\loch\f39 Version 1.0.24 -\par }{\rtlch\fcs1 \af39 \ltrch\fcs0 \f39\lang9\langfe1033\langnp9\insrsid12019296 \hich\af39\dbch\af31505\loch\f39 * Add sound when ctrl-s is pressed so we know we saved. +\par }{\rtlch\fcs1 \af39 \ltrch\fcs0 \f39\lang9\langfe1033\langnp9\insrsid12019296 \hich\af39\dbch\af31505\loch\f39 * Add sound when ctrl-s is pressed so\hich\af39\dbch\af31505\loch\f39 we know we saved. \par \hich\af39\dbch\af31505\loch\f39 * Add sound fail when save is canceled (will use it later if ctrl-s fails) \par \hich\af39\dbch\af31505\loch\f39 * Added some wireless puzzles \par \hich\af39\dbch\af31505\loch\f39 * Fix issue with WAP not forwarding packets correctly -\par \hich\af39\dbch\af31505\loch\f39 * Clear out old st\hich\af39\dbch\af31505\loch\f39 atus message if we do something. So we do not say "saved" forever... +\par \hich\af39\dbch\af31505\loch\f39 * Clear out old status message if we do something. So we do not say "saved" f\hich\af39\dbch\af31505\loch\f39 orever... \par \hich\af39\dbch\af31505\loch\f39 * Fixed bad gateway on wireless router issue \par \hich\af39\dbch\af31505\loch\f39 * Fixed wbridge misbehaving. (issue with gateway) \par \hich\af39\dbch\af31505\loch\f39 * Added wireless items to help and context help topics -\par \hich\af39\dbch\af31505\loch\f39 * Thanks to Peter Wilson for so much\hich\af39\dbch\af31505\loch\f39 of the translation backbone. +\par \hich\af39\dbch\af31505\loch\f39 * Thanks to Peter Wilson for so much of the translation backbone. \par \hich\af39\dbch\af31505\loch\f39 * Lots of translation string changes. The French translation should be soon in coming. \par }{\rtlch\fcs1 \ab\af39 \ltrch\fcs0 \b\f39\lang9\langfe1033\langnp9\insrsid12019296 \hich\af39\dbch\af31505\loch\f39 Version 1.0.23 09/20/2015 \par }{\rtlch\fcs1 \af39 \ltrch\fcs0 \f39\lang9\langfe1033\langnp9\insrsid12019296 \hich\af39\dbch\af31505\loch\f39 * Fixed issues with broadcast packets \par \hich\af39\dbch\af31505\loch\f39 * Fixed a network loop issue -\par \hich\af39\dbch\af31505\loch\f39 * Fixed issue with multiple interfaces and being able to go out a different interface than we came in on +\par \hich\af39\dbch\af31505\loch\f39 * Fixed issue with multiple interfaces and being able to go out a differe\hich\af39\dbch\af31505\loch\f39 nt interface than we came in on \par \hich\af39\dbch\af31505\loch\f39 * Fixed many small bugs that crept in when fixing other bugs. Now all puzzles seem to play correctly}{\rtlch\fcs1 \ab\af39 \ltrch\fcs0 \b\f39\lang9\langfe1033\langnp9\insrsid12019296 \par \hich\af39\dbch\af31505\loch\f39 Version 1.0.22 09/01/2015}{\rtlch\fcs1 \af39 \ltrch\fcs0 \f39\lang9\langfe1033\langnp9\insrsid12019296 -\par \hich\af39\dbch\af31505\loch\f39 * Added ssid and keys \hich\af39\dbch\af31505\loch\f39 for wireless links +\par \hich\af39\dbch\af31505\loch\f39 * Added ssid and keys for wireless links \par \hich\af39\dbch\af31505\loch\f39 * Wireless will auto-disconnect if link is too long -\par \hich\af39\dbch\af31505\loch\f39 * Wireless will auto-connect if ssid and key match, if link is short enough +\par \hich\af39\dbch\af31505\loch\f39 * \hich\af39\dbch\af31505\loch\f39 Wireless will auto-connect if ssid and key match, if link is short enough \par \hich\af39\dbch\af31505\loch\f39 * Packets will drop on wireless links if distance is too great -\par \hich\af39\dbch\af31505\loch\f39 * wport has no interface (cannot edit IP addre\hich\af39\dbch\af31505\loch\f39 ss) +\par \hich\af39\dbch\af31505\loch\f39 * wport has no interface (cannot edit IP address) \par \hich\af39\dbch\af31505\loch\f39 * wireless router works properly - forwards broadcast packets -\par \hich\af39\dbch\af31505\loch\f39 * wireless router handles dhcp requests properly (both responds to it but also passes it on) +\par \hich\af39\dbch\af31505\loch\f39 * wirel\hich\af39\dbch\af31505\loch\f39 ess router handles dhcp requests properly (both responds to it but also passes it on) \par \hich\af39\dbch\af31505\loch\f39 * right-clicking light and microwave no longer has ping, arp, edit, and other context menus -\par \hich\af39\dbch\af31505\loch\f39 * add\hich\af39\dbch\af31505\loch\f39 ed net-test for DHCP server status (on/off) -\par \hich\af39\dbch\af31505\loch\f39 * If multiple DHCP servers, client randomly chooses which to keep. +\par \hich\af39\dbch\af31505\loch\f39 * added net-test for DHCP server status (on/off) +\par \hich\af39\dbch\af31505\loch\f39 * If multiple DHCP servers, c\hich\af39\dbch\af31505\loch\f39 lient randomly chooses which to keep. \par \hich\af39\dbch\af31505\loch\f39 *Add Wireless Puzzle \par \hich\af39\dbch\af31505\loch\f39 *Fix many wireless device bugs\line }{\rtlch\fcs1 \ab\af39 \ltrch\fcs0 \b\f39\lang9\langfe1033\langnp9\insrsid12019296 \hich\af39\dbch\af31505\loch\f39 Version 1.0.21 08/15/2015}{\rtlch\fcs1 \af39 \ltrch\fcs0 \f39\lang9\langfe1033\langnp9\insrsid12019296 -\par \hich\af39\dbch\af31505\loch\f39 * Added a microwave and fluorescent light. They corrupt data whe\hich\af39\dbch\af31505\loch\f39 n packets run close to them. +\par \hich\af39\dbch\af31505\loch\f39 * Added a microwave and fluorescent light. They corrupt data when packets run close to them. \par \hich\af39\dbch\af31505\loch\f39 * Added some packet corruption puzzles -\par \hich\af39\dbch\af31505\loch\f39 * Fixed window resize-on-load issue where the help window popped up first, then the builder window resized over to hide the help window. +\par \hich\af39\dbch\af31505\loch\f39 * Fix\hich\af39\dbch\af31505\loch\f39 ed window resize-on-load issue where the help window popped up first, then the builder window resized over to hide the help window. \par }{\rtlch\fcs1 \ab\af39 \ltrch\fcs0 \b\f39\lang9\langfe1033\langnp9\insrsid12019296 \hich\af39\dbch\af31505\loch\f39 Version 1.0.20 08/12/2015}{\rtlch\fcs1 \af39 \ltrch\fcs0 \f39\lang9\langfe1033\langnp9\insrsid12019296 -\par \hich\af39\dbch\af31505\loch\f39 * wports do not display\hich\af39\dbch\af31505\loch\f39 on tooltips or when printing the device info -\par \hich\af39\dbch\af31505\loch\f39 * Added ctrl-s to quick-save a network we are working on +\par \hich\af39\dbch\af31505\loch\f39 * wports do not display on tooltips or when printing the device info +\par \hich\af39\dbch\af31505\loch\f39 * Added ctrl-s to quick-sav\hich\af39\dbch\af31505\loch\f39 e a network we are working on \par \hich\af39\dbch\af31505\loch\f39 * commented out wireless devices for now - doing a big demo and wireless is not yet complete \par \hich\af39\dbch\af31505\loch\f39 * added search box to help \par }{\rtlch\fcs1 \ab\af39 \ltrch\fcs0 \b\f39\lang9\langfe1033\langnp9\insrsid12019296 \hich\af39\dbch\af31505\loch\f39 Version 1.0.19 08/08/2015}{\rtlch\fcs1 \af39 \ltrch\fcs0 \f39\lang9\langfe1033\langnp9\insrsid12019296 @@ -362,29 +363,29 @@ zip you can install from) \par \hich\af39\dbch\af31505\loch\f39 * Sorted Help topics when adding them in net-tests. \par \hich\af39\dbch\af31505\loch\f39 * Added some images to the help to help clarify things. \par \hich\af39\dbch\af31505\loch\f39 * Start with the help windows being the same "height" as the network window. -\par \hich\af39\dbch\af31505\loch\f39 * Open\hich\af39\dbch\af31505\loch\f39 Help so it can be kept open while the puzzles progress. -\par \hich\af39\dbch\af31505\loch\f39 * Deal with minimized state better (used to shrink window to smallest possible state) +\par \hich\af39\dbch\af31505\loch\f39 * Open Help so it can be kept open while the puzzles progress. +\par \hich\af39\dbch\af31505\loch\f39 * Deal w\hich\af39\dbch\af31505\loch\f39 ith minimized state better (used to shrink window to smallest possible state) \par \hich\af39\dbch\af31505\loch\f39 * Remember size and location of main window between uses. \par }{\rtlch\fcs1 \ab\af39 \ltrch\fcs0 \b\f39\lang9\langfe1033\langnp9\insrsid12019296 \hich\af39\dbch\af31505\loch\f39 Version 1.0.18 08/08/2015}{\rtlch\fcs1 \af39 \ltrch\fcs0 \f39\lang9\langfe1033\langnp9\insrsid12019296 -\par \hich\af39\dbch\af31505\loch\f39 * Added Context Help for puz\hich\af39\dbch\af31505\loch\f39 zles. +\par \hich\af39\dbch\af31505\loch\f39 * Added Context Help for puzzles. \par \hich\af39\dbch\af31505\loch\f39 - Each puzzle can have context help -\par \hich\af39\dbch\af31505\loch\f39 - There is a net-test to have us read help +\par \hich\af39\dbch\af31505\loch\f39 - There is a net-test\hich\af39\dbch\af31505\loch\f39 to have us read help \par \hich\af39\dbch\af31505\loch\f39 * fixed minor problem with a "ding" sound when we load a puzzle that has something locked. \par }{\rtlch\fcs1 \ab\af39 \ltrch\fcs0 \b\f39\lang9\langfe1033\langnp9\insrsid12019296 \hich\af39\dbch\af31505\loch\f39 Version 1.0.17 08/01/2015}{\rtlch\fcs1 \af39 \ltrch\fcs0 \f39\lang9\langfe1033\langnp9\insrsid12019296 \par \hich\af39\dbch\af31505\loch\f39 * Added more help -\par \hich\af39\dbch\af31505\loch\f39 * Much progress made in preparing\hich\af39\dbch\af31505\loch\f39 for a French translation -\par \hich\af39\dbch\af31505\loch\f39 * allow for Puzzle's description to be in another language +\par \hich\af39\dbch\af31505\loch\f39 * Much progress made in preparing for a French translation +\par \hich\af39\dbch\af31505\loch\f39 * allow for Puzzle's description to be \hich\af39\dbch\af31505\loch\f39 in another language \par \hich\af39\dbch\af31505\loch\f39 * Added more to help \par \hich\af39\dbch\af31505\loch\f39 * Removed edit -> cut, paste, copy, undo. They never did anything. So why have them? -\par \hich\af39\dbch\af31505\loch\f39 * Save box starts in the directory of the file we opened (if we\hich\af39\dbch\af31505\loch\f39 have one) -\par \hich\af39\dbch\af31505\loch\f39 * Choose a language at startup if one has never been chosen, and have option to change language. -\par \hich\af39\dbch\af31505\loch\f39 * Added another puzzle, showing what happens (or does not happen) if we have two networks that use the same IP addresses, and we want to build a VPN\hich\af39\dbch\af31505\loch\f39 between them. +\par \hich\af39\dbch\af31505\loch\f39 * Save box starts in the directory of the file we opened (if we have one) +\par \hich\af39\dbch\af31505\loch\f39 * Choose a language at startup if one has never been c\hich\af39\dbch\af31505\loch\f39 hosen, and have option to change language. +\par \hich\af39\dbch\af31505\loch\f39 * Added another puzzle, showing what happens (or does not happen) if we have two networks that use the same IP addresses, and we want to build a VPN between them. \par }{\rtlch\fcs1 \ab\af39 \ltrch\fcs0 \b\f39\lang9\langfe1033\langnp9\insrsid12019296 \hich\af39\dbch\af31505\loch\f39 Version 1.0.16 07/18/2015}{\rtlch\fcs1 \af39 \ltrch\fcs0 \f39\lang9\langfe1033\langnp9\insrsid12019296 -\par \hich\af39\dbch\af31505\loch\f39 * Added ability to break links (bad network wire) +\par \hich\af39\dbch\af31505\loch\f39 * Added ability to brea\hich\af39\dbch\af31505\loch\f39 k links (bad network wire) \par \hich\af39\dbch\af31505\loch\f39 * "connection lights" on network cards / ports when we edit devices \par \hich\af39\dbch\af31505\loch\f39 * Test for "needs link to" does not succeed if the link in question is a broken link -\par \hich\af39\dbch\af31505\loch\f39 * Added a p\hich\af39\dbch\af31505\loch\f39 uzzle to show you how to find broken links -\par \hich\af39\dbch\af31505\loch\f39 * Used broken links in other puzzles +\par \hich\af39\dbch\af31505\loch\f39 * Added a puzzle to show you how to find broken links +\par \hich\af39\dbch\af31505\loch\f39 * Used broken links i\hich\af39\dbch\af31505\loch\f39 n other puzzles \par \hich\af39\dbch\af31505\loch\f39 * Fixed bug: switches could not use DHCP for many different reasons. Now it works for them. \par }{\rtlch\fcs1 \ab\af39 \ltrch\fcs0 \b\f39\lang9\langfe1033\langnp9\insrsid12019296 \hich\af39\dbch\af31505\loch\f39 Version 1.0.15 07/11/2015}{\rtlch\fcs1 \af39 \ltrch\fcs0 \f39\lang9\langfe1033\langnp9\insrsid12019296 \par \hich\af39\dbch\af31505\loch\f39 * Added ping time progress bar @@ -629,8 +630,8 @@ fffffffffffffffffdfffffffeffffffffffffffffffffffffffffffffffffffffffffffffffffff ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff -ffffffffffffffffffffffffffffffff52006f006f007400200045006e00740072007900000000000000000000000000000000000000000000000000000000000000000000000000000000000000000016000500ffffffffffffffffffffffff0c6ad98892f1d411a65f0040963251e5000000000000000000000000f0d0 -58589ebfd301feffffff00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000ffffffffffffffffffffffff00000000000000000000000000000000000000000000000000000000 +ffffffffffffffffffffffffffffffff52006f006f007400200045006e00740072007900000000000000000000000000000000000000000000000000000000000000000000000000000000000000000016000500ffffffffffffffffffffffff0c6ad98892f1d411a65f0040963251e50000000000000000000000005073 +1cdea2bfd301feffffff00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000ffffffffffffffffffffffff00000000000000000000000000000000000000000000000000000000 00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000ffffffffffffffffffffffff0000000000000000000000000000000000000000000000000000 000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000ffffffffffffffffffffffff000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000105000000000000}} \ No newline at end of file