More VLAN levels
This commit is contained in:
parent
58beb9490b
commit
ceed40011a
@ -287,10 +287,13 @@
|
|||||||
<None Include="Resources\Level5_WirelessRepeater.enbx" />
|
<None Include="Resources\Level5_WirelessRepeater.enbx" />
|
||||||
<None Include="Resources\Level5_WirelessRepeater2.enbx" />
|
<None Include="Resources\Level5_WirelessRepeater2.enbx" />
|
||||||
<None Include="Resources\Level5_WirelessRouters.enbx" />
|
<None Include="Resources\Level5_WirelessRouters.enbx" />
|
||||||
|
<None Include="Resources\Level6_CleanSlate.enbx" />
|
||||||
<None Include="Resources\Level6_ConnectTheLaptop.enbx" />
|
<None Include="Resources\Level6_ConnectTheLaptop.enbx" />
|
||||||
<None Include="Resources\Level6_ForbiddenVLAN.enbx" />
|
<None Include="Resources\Level6_ForbiddenVLAN.enbx" />
|
||||||
<None Include="Resources\Level6_Intro3_LockedOut.enbx" />
|
<None Include="Resources\Level6_Intro3_LockedOut.enbx" />
|
||||||
|
<None Include="Resources\Level6_NeedVLANs.enbx" />
|
||||||
<None Include="Resources\Level6_SorryBoss.enbx" />
|
<None Include="Resources\Level6_SorryBoss.enbx" />
|
||||||
|
<None Include="Resources\Level6_SwitchedUp.enbx" />
|
||||||
<None Include="Resources\Level6_TaggedBetweenSwitches.enbx" />
|
<None Include="Resources\Level6_TaggedBetweenSwitches.enbx" />
|
||||||
<None Include="Resources\Level6_TwoAccessPoints.enbx" />
|
<None Include="Resources\Level6_TwoAccessPoints.enbx" />
|
||||||
<None Include="Resources\level6_UntaggedAndDHCP.enbx" />
|
<None Include="Resources\level6_UntaggedAndDHCP.enbx" />
|
||||||
@ -300,6 +303,7 @@
|
|||||||
<None Include="Resources\Level6_VlanRouting3.enbx" />
|
<None Include="Resources\Level6_VlanRouting3.enbx" />
|
||||||
<None Include="Resources\Level6_VLAN_Intro.enbx" />
|
<None Include="Resources\Level6_VLAN_Intro.enbx" />
|
||||||
<None Include="Resources\Level6_VLAN_Intro2.enbx" />
|
<None Include="Resources\Level6_VLAN_Intro2.enbx" />
|
||||||
|
<None Include="Resources\Level6_WhereFrom.enbx" />
|
||||||
<None Include="Resources\OneNet.enbx" />
|
<None Include="Resources\OneNet.enbx" />
|
||||||
<None Include="Resources\ThreeNets.enbx" />
|
<None Include="Resources\ThreeNets.enbx" />
|
||||||
<None Include="Resources\TwoNets.enbx" />
|
<None Include="Resources\TwoNets.enbx" />
|
||||||
|
@ -74,7 +74,8 @@ namespace EduNetworkBuilder
|
|||||||
Level5_WirelessAccessPoint, Level5_WirelessCorruption, Level5_Failed, Level5_LostPacket, Level5_HereComesTrouble,
|
Level5_WirelessAccessPoint, Level5_WirelessCorruption, Level5_Failed, Level5_LostPacket, Level5_HereComesTrouble,
|
||||||
Level6_VLAN_Intro, Level6_VLAN_Intro2, Level6_Intro3_LockedOut, Level6_ForbiddenVLAN, Level6_TaggedBetweenSwitches,
|
Level6_VLAN_Intro, Level6_VLAN_Intro2, Level6_Intro3_LockedOut, Level6_ForbiddenVLAN, Level6_TaggedBetweenSwitches,
|
||||||
Level6_VLANRouting, Level6_VLANRouting2, level6_UntaggedAndDHCP, Level6_SorryBoss, Level6_VLANFrustrations,
|
Level6_VLANRouting, Level6_VLANRouting2, level6_UntaggedAndDHCP, Level6_SorryBoss, Level6_VLANFrustrations,
|
||||||
Level6_TwoAccessPoints, Level6_VlanRouting3, Level6_ConnectTheLaptop,
|
Level6_TwoAccessPoints, Level6_VlanRouting3, Level6_ConnectTheLaptop, Level6_CleanSlate, Level6_WhereFrom,
|
||||||
|
Level6_NeedVLANs, Level6_SwitchedUp,
|
||||||
|
|
||||||
}
|
}
|
||||||
public enum DebugPausePoint { none=0, packet_create=1, packet_kill=2,
|
public enum DebugPausePoint { none=0, packet_create=1, packet_kill=2,
|
||||||
|
40
EduNetworkBuilder/Properties/Resources.Designer.cs
generated
40
EduNetworkBuilder/Properties/Resources.Designer.cs
generated
@ -782,6 +782,16 @@ namespace EduNetworkBuilder.Properties {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/// <summary>
|
||||||
|
/// Looks up a localized resource of type System.Byte[].
|
||||||
|
/// </summary>
|
||||||
|
internal static byte[] Level6_CleanSlate {
|
||||||
|
get {
|
||||||
|
object obj = ResourceManager.GetObject("Level6_CleanSlate", resourceCulture);
|
||||||
|
return ((byte[])(obj));
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// Looks up a localized resource of type System.Byte[].
|
/// Looks up a localized resource of type System.Byte[].
|
||||||
/// </summary>
|
/// </summary>
|
||||||
@ -812,6 +822,16 @@ namespace EduNetworkBuilder.Properties {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/// <summary>
|
||||||
|
/// Looks up a localized resource of type System.Byte[].
|
||||||
|
/// </summary>
|
||||||
|
internal static byte[] Level6_NeedVLANs {
|
||||||
|
get {
|
||||||
|
object obj = ResourceManager.GetObject("Level6_NeedVLANs", resourceCulture);
|
||||||
|
return ((byte[])(obj));
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// Looks up a localized resource of type System.Byte[].
|
/// Looks up a localized resource of type System.Byte[].
|
||||||
/// </summary>
|
/// </summary>
|
||||||
@ -822,6 +842,16 @@ namespace EduNetworkBuilder.Properties {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/// <summary>
|
||||||
|
/// Looks up a localized resource of type System.Byte[].
|
||||||
|
/// </summary>
|
||||||
|
internal static byte[] Level6_SwitchedUp {
|
||||||
|
get {
|
||||||
|
object obj = ResourceManager.GetObject("Level6_SwitchedUp", resourceCulture);
|
||||||
|
return ((byte[])(obj));
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// Looks up a localized resource of type System.Byte[].
|
/// Looks up a localized resource of type System.Byte[].
|
||||||
/// </summary>
|
/// </summary>
|
||||||
@ -912,6 +942,16 @@ namespace EduNetworkBuilder.Properties {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/// <summary>
|
||||||
|
/// Looks up a localized resource of type System.Byte[].
|
||||||
|
/// </summary>
|
||||||
|
internal static byte[] Level6_WhereFrom {
|
||||||
|
get {
|
||||||
|
object obj = ResourceManager.GetObject("Level6_WhereFrom", resourceCulture);
|
||||||
|
return ((byte[])(obj));
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// Looks up a localized resource of type System.Drawing.Bitmap.
|
/// Looks up a localized resource of type System.Drawing.Bitmap.
|
||||||
/// </summary>
|
/// </summary>
|
||||||
|
@ -433,7 +433,19 @@
|
|||||||
<data name="Level6_VlanRouting3" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
<data name="Level6_VlanRouting3" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||||
<value>..\Resources\Level6_VlanRouting3.enbx;System.Byte[], mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
<value>..\Resources\Level6_VlanRouting3.enbx;System.Byte[], mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
||||||
</data>
|
</data>
|
||||||
|
<data name="Level6_CleanSlate" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||||
|
<value>..\Resources\Level6_CleanSlate.enbx;System.Byte[], mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
||||||
|
</data>
|
||||||
<data name="Level6_ConnectTheLaptop" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
<data name="Level6_ConnectTheLaptop" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||||
<value>..\Resources\Level6_ConnectTheLaptop.enbx;System.Byte[], mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
<value>..\Resources\Level6_ConnectTheLaptop.enbx;System.Byte[], mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
||||||
</data>
|
</data>
|
||||||
|
<data name="Level6_NeedVLANs" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||||
|
<value>..\Resources\Level6_NeedVLANs.enbx;System.Byte[], mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
||||||
|
</data>
|
||||||
|
<data name="Level6_SwitchedUp" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||||
|
<value>..\Resources\Level6_SwitchedUp.enbx;System.Byte[], mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
||||||
|
</data>
|
||||||
|
<data name="Level6_WhereFrom" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||||
|
<value>..\Resources\Level6_WhereFrom.enbx;System.Byte[], mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
||||||
|
</data>
|
||||||
</root>
|
</root>
|
1660
EduNetworkBuilder/Resources/Level6_CleanSlate.enbx
Normal file
1660
EduNetworkBuilder/Resources/Level6_CleanSlate.enbx
Normal file
File diff suppressed because it is too large
Load Diff
804
EduNetworkBuilder/Resources/Level6_NeedVLANs.enbx
Normal file
804
EduNetworkBuilder/Resources/Level6_NeedVLANs.enbx
Normal file
@ -0,0 +1,804 @@
|
|||||||
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
|
<EduNetworkBuilder>
|
||||||
|
<!--This is a network file for EduNetworkBuilder.-->
|
||||||
|
<Network>
|
||||||
|
<en_message>Both the switch and the firewall need VLANs set up on them for this puzzle to work. You need to set them up from scratch. Oh Joy. </en_message>
|
||||||
|
<en_title>NeedVLANs</en_title>
|
||||||
|
<height>1024</height>
|
||||||
|
<width>1024</width>
|
||||||
|
<itemsize>100</itemsize>
|
||||||
|
<showlabels>True</showlabels>
|
||||||
|
<level>6</level>
|
||||||
|
<sortorder>10</sortorder>
|
||||||
|
<uniqueidentifier>148</uniqueidentifier>
|
||||||
|
<startinghelplevel>full</startinghelplevel>
|
||||||
|
<vlansenabled>True</vlansenabled>
|
||||||
|
<VLANPacketColors>True</VLANPacketColors>
|
||||||
|
<device>
|
||||||
|
<hostname>firewall0</hostname>
|
||||||
|
<size>100</size>
|
||||||
|
<uniqueidentifier>142</uniqueidentifier>
|
||||||
|
<location>390,170</location>
|
||||||
|
<mytype>firewall</mytype>
|
||||||
|
<isdns>False</isdns>
|
||||||
|
<isdhcp>False</isdhcp>
|
||||||
|
<hasadvfirewall>True</hasadvfirewall>
|
||||||
|
<gateway>
|
||||||
|
<ip>0.0.0.0</ip>
|
||||||
|
<mask>0.0.0.0</mask>
|
||||||
|
<gateway>0.0.0.0</gateway>
|
||||||
|
<type>gw</type>
|
||||||
|
</gateway>
|
||||||
|
<nic>
|
||||||
|
<nictype>lo</nictype>
|
||||||
|
<nicname>lo0</nicname>
|
||||||
|
<myid>
|
||||||
|
<hostid>142</hostid>
|
||||||
|
<nicid>143</nicid>
|
||||||
|
<hostname>firewall0</hostname>
|
||||||
|
<nicname>lo0</nicname>
|
||||||
|
</myid>
|
||||||
|
<nictype>lo</nictype>
|
||||||
|
<uniqueidentifier>143</uniqueidentifier>
|
||||||
|
<usesdhcp>False</usesdhcp>
|
||||||
|
<encryptionkey />
|
||||||
|
<ssid />
|
||||||
|
<interface>
|
||||||
|
<nicname>lo0</nicname>
|
||||||
|
<myip>
|
||||||
|
<ip>127.0.0.1</ip>
|
||||||
|
<mask>255.0.0.0</mask>
|
||||||
|
<gateway>0.0.0.0</gateway>
|
||||||
|
<type>ip</type>
|
||||||
|
</myip>
|
||||||
|
<VLAN
|
||||||
|
ID="1">Untagged</VLAN>
|
||||||
|
</interface>
|
||||||
|
</nic>
|
||||||
|
<nic>
|
||||||
|
<nictype>wan</nictype>
|
||||||
|
<nicname>wan0</nicname>
|
||||||
|
<myid>
|
||||||
|
<hostid>142</hostid>
|
||||||
|
<nicid>146</nicid>
|
||||||
|
<hostname>firewall0</hostname>
|
||||||
|
<nicname>wan0</nicname>
|
||||||
|
</myid>
|
||||||
|
<nictype>wan</nictype>
|
||||||
|
<uniqueidentifier>146</uniqueidentifier>
|
||||||
|
<usesdhcp>False</usesdhcp>
|
||||||
|
<encryptionkey />
|
||||||
|
<ssid />
|
||||||
|
<interface>
|
||||||
|
<nicname>wan0</nicname>
|
||||||
|
<myip>
|
||||||
|
<ip>0.0.0.0</ip>
|
||||||
|
<mask>0.0.0.0</mask>
|
||||||
|
<gateway>0.0.0.0</gateway>
|
||||||
|
<type>ip</type>
|
||||||
|
</myip>
|
||||||
|
<VLAN
|
||||||
|
ID="1">Untagged</VLAN>
|
||||||
|
</interface>
|
||||||
|
</nic>
|
||||||
|
<nic>
|
||||||
|
<nictype>eth</nictype>
|
||||||
|
<nicname>eth0</nicname>
|
||||||
|
<myid>
|
||||||
|
<hostid>142</hostid>
|
||||||
|
<nicid>144</nicid>
|
||||||
|
<hostname>firewall0</hostname>
|
||||||
|
<nicname>eth0</nicname>
|
||||||
|
</myid>
|
||||||
|
<nictype>eth</nictype>
|
||||||
|
<uniqueidentifier>144</uniqueidentifier>
|
||||||
|
<usesdhcp>False</usesdhcp>
|
||||||
|
<encryptionkey />
|
||||||
|
<ssid />
|
||||||
|
<interface>
|
||||||
|
<nicname>eth0</nicname>
|
||||||
|
<myip>
|
||||||
|
<ip>192.168.1.1</ip>
|
||||||
|
<mask>255.255.255.0</mask>
|
||||||
|
<gateway>0.0.0.0</gateway>
|
||||||
|
<type>ip</type>
|
||||||
|
</myip>
|
||||||
|
<VLAN
|
||||||
|
ID="1">Untagged</VLAN>
|
||||||
|
</interface>
|
||||||
|
<interface>
|
||||||
|
<nicname>eth0:1</nicname>
|
||||||
|
<myip>
|
||||||
|
<ip>192.168.2.1</ip>
|
||||||
|
<mask>255.255.255.0</mask>
|
||||||
|
<gateway>0.0.0.0</gateway>
|
||||||
|
<type>ip</type>
|
||||||
|
</myip>
|
||||||
|
<VLAN
|
||||||
|
ID="1">Untagged</VLAN>
|
||||||
|
<VLAN
|
||||||
|
ID="2">Forbidden</VLAN>
|
||||||
|
</interface>
|
||||||
|
</nic>
|
||||||
|
<nic>
|
||||||
|
<nictype>eth</nictype>
|
||||||
|
<nicname>eth1</nicname>
|
||||||
|
<myid>
|
||||||
|
<hostid>142</hostid>
|
||||||
|
<nicid>145</nicid>
|
||||||
|
<hostname>firewall0</hostname>
|
||||||
|
<nicname>eth1</nicname>
|
||||||
|
</myid>
|
||||||
|
<nictype>eth</nictype>
|
||||||
|
<uniqueidentifier>145</uniqueidentifier>
|
||||||
|
<usesdhcp>False</usesdhcp>
|
||||||
|
<encryptionkey />
|
||||||
|
<ssid />
|
||||||
|
<interface>
|
||||||
|
<nicname>eth1</nicname>
|
||||||
|
<myip>
|
||||||
|
<ip>0.0.0.0</ip>
|
||||||
|
<mask>0.0.0.0</mask>
|
||||||
|
<gateway>0.0.0.0</gateway>
|
||||||
|
<type>ip</type>
|
||||||
|
</myip>
|
||||||
|
<VLAN
|
||||||
|
ID="1">Untagged</VLAN>
|
||||||
|
</interface>
|
||||||
|
</nic>
|
||||||
|
<firwallrule>
|
||||||
|
<source>eth0</source>
|
||||||
|
<destination>eth0:1</destination>
|
||||||
|
<action>Drop</action>
|
||||||
|
</firwallrule>
|
||||||
|
<firwallrule>
|
||||||
|
<source>eth0:1</source>
|
||||||
|
<destination>eth0</destination>
|
||||||
|
<action>Drop</action>
|
||||||
|
</firwallrule>
|
||||||
|
</device>
|
||||||
|
<device>
|
||||||
|
<hostname>net_switch0</hostname>
|
||||||
|
<size>100</size>
|
||||||
|
<uniqueidentifier>109</uniqueidentifier>
|
||||||
|
<location>390,400</location>
|
||||||
|
<mytype>net_switch</mytype>
|
||||||
|
<isdns>False</isdns>
|
||||||
|
<isdhcp>False</isdhcp>
|
||||||
|
<gateway>
|
||||||
|
<ip>192.168.1.1</ip>
|
||||||
|
<mask>0.0.0.0</mask>
|
||||||
|
<gateway>0.0.0.0</gateway>
|
||||||
|
<type>gw</type>
|
||||||
|
</gateway>
|
||||||
|
<nic>
|
||||||
|
<nictype>lo</nictype>
|
||||||
|
<nicname>lo0</nicname>
|
||||||
|
<myid>
|
||||||
|
<hostid>109</hostid>
|
||||||
|
<nicid>110</nicid>
|
||||||
|
<hostname>net_switch0</hostname>
|
||||||
|
<nicname>lo0</nicname>
|
||||||
|
</myid>
|
||||||
|
<nictype>lo</nictype>
|
||||||
|
<uniqueidentifier>110</uniqueidentifier>
|
||||||
|
<usesdhcp>False</usesdhcp>
|
||||||
|
<encryptionkey />
|
||||||
|
<interface>
|
||||||
|
<nicname>lo0</nicname>
|
||||||
|
<myip>
|
||||||
|
<ip>127.0.0.1</ip>
|
||||||
|
<mask>255.0.0.0</mask>
|
||||||
|
<gateway>0.0.0.0</gateway>
|
||||||
|
<type>ip</type>
|
||||||
|
</myip>
|
||||||
|
<VLAN
|
||||||
|
ID="1">Untagged</VLAN>
|
||||||
|
</interface>
|
||||||
|
</nic>
|
||||||
|
<nic>
|
||||||
|
<nictype>management_interface</nictype>
|
||||||
|
<nicname>management_interface0</nicname>
|
||||||
|
<myid>
|
||||||
|
<hostid>109</hostid>
|
||||||
|
<nicid>111</nicid>
|
||||||
|
<hostname>net_switch0</hostname>
|
||||||
|
<nicname>management_interface0</nicname>
|
||||||
|
</myid>
|
||||||
|
<nictype>management_interface</nictype>
|
||||||
|
<uniqueidentifier>111</uniqueidentifier>
|
||||||
|
<usesdhcp>False</usesdhcp>
|
||||||
|
<encryptionkey />
|
||||||
|
<interface>
|
||||||
|
<nicname>management_interface0</nicname>
|
||||||
|
<myip>
|
||||||
|
<ip>192.168.1.5</ip>
|
||||||
|
<mask>255.255.255.0</mask>
|
||||||
|
<gateway>0.0.0.0</gateway>
|
||||||
|
<type>ip</type>
|
||||||
|
</myip>
|
||||||
|
<VLAN
|
||||||
|
ID="1">Untagged</VLAN>
|
||||||
|
</interface>
|
||||||
|
</nic>
|
||||||
|
<nic>
|
||||||
|
<nictype>port</nictype>
|
||||||
|
<nicname>port1</nicname>
|
||||||
|
<myid>
|
||||||
|
<hostid>109</hostid>
|
||||||
|
<nicid>112</nicid>
|
||||||
|
<hostname>net_switch0</hostname>
|
||||||
|
<nicname>port1</nicname>
|
||||||
|
</myid>
|
||||||
|
<nictype>port</nictype>
|
||||||
|
<uniqueidentifier>112</uniqueidentifier>
|
||||||
|
<usesdhcp>False</usesdhcp>
|
||||||
|
<encryptionkey />
|
||||||
|
<interface>
|
||||||
|
<nicname>port1</nicname>
|
||||||
|
<myip>
|
||||||
|
<ip>0.0.0.0</ip>
|
||||||
|
<mask>0.0.0.0</mask>
|
||||||
|
<gateway>0.0.0.0</gateway>
|
||||||
|
<type>ip</type>
|
||||||
|
</myip>
|
||||||
|
<VLAN
|
||||||
|
ID="1">Untagged</VLAN>
|
||||||
|
<VLAN
|
||||||
|
ID="2">Forbidden</VLAN>
|
||||||
|
</interface>
|
||||||
|
</nic>
|
||||||
|
<nic>
|
||||||
|
<nictype>port</nictype>
|
||||||
|
<nicname>port2</nicname>
|
||||||
|
<myid>
|
||||||
|
<hostid>109</hostid>
|
||||||
|
<nicid>113</nicid>
|
||||||
|
<hostname>net_switch0</hostname>
|
||||||
|
<nicname>port2</nicname>
|
||||||
|
</myid>
|
||||||
|
<nictype>port</nictype>
|
||||||
|
<uniqueidentifier>113</uniqueidentifier>
|
||||||
|
<usesdhcp>False</usesdhcp>
|
||||||
|
<encryptionkey />
|
||||||
|
<interface>
|
||||||
|
<nicname>port2</nicname>
|
||||||
|
<myip>
|
||||||
|
<ip>0.0.0.0</ip>
|
||||||
|
<mask>0.0.0.0</mask>
|
||||||
|
<gateway>0.0.0.0</gateway>
|
||||||
|
<type>ip</type>
|
||||||
|
</myip>
|
||||||
|
<VLAN
|
||||||
|
ID="1">Untagged</VLAN>
|
||||||
|
<VLAN
|
||||||
|
ID="2">Forbidden</VLAN>
|
||||||
|
</interface>
|
||||||
|
</nic>
|
||||||
|
<nic>
|
||||||
|
<nictype>port</nictype>
|
||||||
|
<nicname>port3</nicname>
|
||||||
|
<myid>
|
||||||
|
<hostid>109</hostid>
|
||||||
|
<nicid>114</nicid>
|
||||||
|
<hostname>net_switch0</hostname>
|
||||||
|
<nicname>port3</nicname>
|
||||||
|
</myid>
|
||||||
|
<nictype>port</nictype>
|
||||||
|
<uniqueidentifier>114</uniqueidentifier>
|
||||||
|
<usesdhcp>False</usesdhcp>
|
||||||
|
<encryptionkey />
|
||||||
|
<interface>
|
||||||
|
<nicname>port3</nicname>
|
||||||
|
<myip>
|
||||||
|
<ip>0.0.0.0</ip>
|
||||||
|
<mask>0.0.0.0</mask>
|
||||||
|
<gateway>0.0.0.0</gateway>
|
||||||
|
<type>ip</type>
|
||||||
|
</myip>
|
||||||
|
<VLAN
|
||||||
|
ID="1">Untagged</VLAN>
|
||||||
|
<VLAN
|
||||||
|
ID="2">Forbidden</VLAN>
|
||||||
|
</interface>
|
||||||
|
</nic>
|
||||||
|
<nic>
|
||||||
|
<nictype>port</nictype>
|
||||||
|
<nicname>port4</nicname>
|
||||||
|
<myid>
|
||||||
|
<hostid>109</hostid>
|
||||||
|
<nicid>115</nicid>
|
||||||
|
<hostname>net_switch0</hostname>
|
||||||
|
<nicname>port4</nicname>
|
||||||
|
</myid>
|
||||||
|
<nictype>port</nictype>
|
||||||
|
<uniqueidentifier>115</uniqueidentifier>
|
||||||
|
<usesdhcp>False</usesdhcp>
|
||||||
|
<encryptionkey />
|
||||||
|
<interface>
|
||||||
|
<nicname>port4</nicname>
|
||||||
|
<myip>
|
||||||
|
<ip>0.0.0.0</ip>
|
||||||
|
<mask>0.0.0.0</mask>
|
||||||
|
<gateway>0.0.0.0</gateway>
|
||||||
|
<type>ip</type>
|
||||||
|
</myip>
|
||||||
|
<VLAN
|
||||||
|
ID="1">Untagged</VLAN>
|
||||||
|
<VLAN
|
||||||
|
ID="2">Forbidden</VLAN>
|
||||||
|
</interface>
|
||||||
|
</nic>
|
||||||
|
<nic>
|
||||||
|
<nictype>port</nictype>
|
||||||
|
<nicname>port5</nicname>
|
||||||
|
<myid>
|
||||||
|
<hostid>109</hostid>
|
||||||
|
<nicid>116</nicid>
|
||||||
|
<hostname>net_switch0</hostname>
|
||||||
|
<nicname>port5</nicname>
|
||||||
|
</myid>
|
||||||
|
<nictype>port</nictype>
|
||||||
|
<uniqueidentifier>116</uniqueidentifier>
|
||||||
|
<usesdhcp>False</usesdhcp>
|
||||||
|
<encryptionkey />
|
||||||
|
<interface>
|
||||||
|
<nicname>port5</nicname>
|
||||||
|
<myip>
|
||||||
|
<ip>0.0.0.0</ip>
|
||||||
|
<mask>0.0.0.0</mask>
|
||||||
|
<gateway>0.0.0.0</gateway>
|
||||||
|
<type>ip</type>
|
||||||
|
</myip>
|
||||||
|
<VLAN
|
||||||
|
ID="1">Untagged</VLAN>
|
||||||
|
<VLAN
|
||||||
|
ID="2">Forbidden</VLAN>
|
||||||
|
</interface>
|
||||||
|
</nic>
|
||||||
|
<nic>
|
||||||
|
<nictype>port</nictype>
|
||||||
|
<nicname>port6</nicname>
|
||||||
|
<myid>
|
||||||
|
<hostid>109</hostid>
|
||||||
|
<nicid>117</nicid>
|
||||||
|
<hostname>net_switch0</hostname>
|
||||||
|
<nicname>port6</nicname>
|
||||||
|
</myid>
|
||||||
|
<nictype>port</nictype>
|
||||||
|
<uniqueidentifier>117</uniqueidentifier>
|
||||||
|
<usesdhcp>False</usesdhcp>
|
||||||
|
<encryptionkey />
|
||||||
|
<interface>
|
||||||
|
<nicname>port6</nicname>
|
||||||
|
<myip>
|
||||||
|
<ip>0.0.0.0</ip>
|
||||||
|
<mask>0.0.0.0</mask>
|
||||||
|
<gateway>0.0.0.0</gateway>
|
||||||
|
<type>ip</type>
|
||||||
|
</myip>
|
||||||
|
<VLAN
|
||||||
|
ID="1">Untagged</VLAN>
|
||||||
|
<VLAN
|
||||||
|
ID="2">Forbidden</VLAN>
|
||||||
|
</interface>
|
||||||
|
</nic>
|
||||||
|
<nic>
|
||||||
|
<nictype>port</nictype>
|
||||||
|
<nicname>port7</nicname>
|
||||||
|
<myid>
|
||||||
|
<hostid>109</hostid>
|
||||||
|
<nicid>118</nicid>
|
||||||
|
<hostname>net_switch0</hostname>
|
||||||
|
<nicname>port7</nicname>
|
||||||
|
</myid>
|
||||||
|
<nictype>port</nictype>
|
||||||
|
<uniqueidentifier>118</uniqueidentifier>
|
||||||
|
<usesdhcp>False</usesdhcp>
|
||||||
|
<encryptionkey />
|
||||||
|
<interface>
|
||||||
|
<nicname>port7</nicname>
|
||||||
|
<myip>
|
||||||
|
<ip>0.0.0.0</ip>
|
||||||
|
<mask>0.0.0.0</mask>
|
||||||
|
<gateway>0.0.0.0</gateway>
|
||||||
|
<type>ip</type>
|
||||||
|
</myip>
|
||||||
|
<VLAN
|
||||||
|
ID="1">Untagged</VLAN>
|
||||||
|
<VLAN
|
||||||
|
ID="2">Forbidden</VLAN>
|
||||||
|
</interface>
|
||||||
|
</nic>
|
||||||
|
</device>
|
||||||
|
<device>
|
||||||
|
<hostname>pc0</hostname>
|
||||||
|
<size>100</size>
|
||||||
|
<uniqueidentifier>121</uniqueidentifier>
|
||||||
|
<location>80,490</location>
|
||||||
|
<mytype>pc</mytype>
|
||||||
|
<isdns>False</isdns>
|
||||||
|
<isdhcp>False</isdhcp>
|
||||||
|
<morphcolor>Pink</morphcolor>
|
||||||
|
<gateway>
|
||||||
|
<ip>192.168.1.1</ip>
|
||||||
|
<mask>0.0.0.0</mask>
|
||||||
|
<gateway>0.0.0.0</gateway>
|
||||||
|
<type>gw</type>
|
||||||
|
</gateway>
|
||||||
|
<nic>
|
||||||
|
<nictype>lo</nictype>
|
||||||
|
<nicname>lo0</nicname>
|
||||||
|
<myid>
|
||||||
|
<hostid>121</hostid>
|
||||||
|
<nicid>122</nicid>
|
||||||
|
<hostname>pc0</hostname>
|
||||||
|
<nicname>lo0</nicname>
|
||||||
|
</myid>
|
||||||
|
<nictype>lo</nictype>
|
||||||
|
<uniqueidentifier>122</uniqueidentifier>
|
||||||
|
<usesdhcp>False</usesdhcp>
|
||||||
|
<encryptionkey />
|
||||||
|
<interface>
|
||||||
|
<nicname>lo0</nicname>
|
||||||
|
<myip>
|
||||||
|
<ip>127.0.0.1</ip>
|
||||||
|
<mask>255.0.0.0</mask>
|
||||||
|
<gateway>0.0.0.0</gateway>
|
||||||
|
<type>ip</type>
|
||||||
|
</myip>
|
||||||
|
<VLAN
|
||||||
|
ID="1">Untagged</VLAN>
|
||||||
|
</interface>
|
||||||
|
</nic>
|
||||||
|
<nic>
|
||||||
|
<nictype>eth</nictype>
|
||||||
|
<nicname>eth0</nicname>
|
||||||
|
<myid>
|
||||||
|
<hostid>121</hostid>
|
||||||
|
<nicid>123</nicid>
|
||||||
|
<hostname>pc0</hostname>
|
||||||
|
<nicname>eth0</nicname>
|
||||||
|
</myid>
|
||||||
|
<nictype>eth</nictype>
|
||||||
|
<uniqueidentifier>123</uniqueidentifier>
|
||||||
|
<usesdhcp>False</usesdhcp>
|
||||||
|
<encryptionkey />
|
||||||
|
<interface>
|
||||||
|
<nicname>eth0</nicname>
|
||||||
|
<myip>
|
||||||
|
<ip>192.168.1.2</ip>
|
||||||
|
<mask>255.255.255.0</mask>
|
||||||
|
<gateway>0.0.0.0</gateway>
|
||||||
|
<type>ip</type>
|
||||||
|
</myip>
|
||||||
|
<VLAN
|
||||||
|
ID="1">Untagged</VLAN>
|
||||||
|
</interface>
|
||||||
|
</nic>
|
||||||
|
</device>
|
||||||
|
<device>
|
||||||
|
<hostname>pc1</hostname>
|
||||||
|
<size>100</size>
|
||||||
|
<uniqueidentifier>124</uniqueidentifier>
|
||||||
|
<location>90,820</location>
|
||||||
|
<mytype>pc</mytype>
|
||||||
|
<isdns>False</isdns>
|
||||||
|
<isdhcp>False</isdhcp>
|
||||||
|
<morphcolor>Pink</morphcolor>
|
||||||
|
<gateway>
|
||||||
|
<ip>192.168.1.1</ip>
|
||||||
|
<mask>0.0.0.0</mask>
|
||||||
|
<gateway>0.0.0.0</gateway>
|
||||||
|
<type>gw</type>
|
||||||
|
</gateway>
|
||||||
|
<nic>
|
||||||
|
<nictype>lo</nictype>
|
||||||
|
<nicname>lo0</nicname>
|
||||||
|
<myid>
|
||||||
|
<hostid>124</hostid>
|
||||||
|
<nicid>125</nicid>
|
||||||
|
<hostname>pc1</hostname>
|
||||||
|
<nicname>lo0</nicname>
|
||||||
|
</myid>
|
||||||
|
<nictype>lo</nictype>
|
||||||
|
<uniqueidentifier>125</uniqueidentifier>
|
||||||
|
<usesdhcp>False</usesdhcp>
|
||||||
|
<encryptionkey />
|
||||||
|
<interface>
|
||||||
|
<nicname>lo0</nicname>
|
||||||
|
<myip>
|
||||||
|
<ip>127.0.0.1</ip>
|
||||||
|
<mask>255.0.0.0</mask>
|
||||||
|
<gateway>0.0.0.0</gateway>
|
||||||
|
<type>ip</type>
|
||||||
|
</myip>
|
||||||
|
<VLAN
|
||||||
|
ID="1">Untagged</VLAN>
|
||||||
|
</interface>
|
||||||
|
</nic>
|
||||||
|
<nic>
|
||||||
|
<nictype>eth</nictype>
|
||||||
|
<nicname>eth0</nicname>
|
||||||
|
<myid>
|
||||||
|
<hostid>124</hostid>
|
||||||
|
<nicid>126</nicid>
|
||||||
|
<hostname>pc1</hostname>
|
||||||
|
<nicname>eth0</nicname>
|
||||||
|
</myid>
|
||||||
|
<nictype>eth</nictype>
|
||||||
|
<uniqueidentifier>126</uniqueidentifier>
|
||||||
|
<usesdhcp>False</usesdhcp>
|
||||||
|
<encryptionkey />
|
||||||
|
<interface>
|
||||||
|
<nicname>eth0</nicname>
|
||||||
|
<myip>
|
||||||
|
<ip>192.168.1.3</ip>
|
||||||
|
<mask>255.255.255.0</mask>
|
||||||
|
<gateway>0.0.0.0</gateway>
|
||||||
|
<type>ip</type>
|
||||||
|
</myip>
|
||||||
|
<VLAN
|
||||||
|
ID="1">Untagged</VLAN>
|
||||||
|
</interface>
|
||||||
|
</nic>
|
||||||
|
</device>
|
||||||
|
<device>
|
||||||
|
<hostname>pc2</hostname>
|
||||||
|
<size>100</size>
|
||||||
|
<uniqueidentifier>127</uniqueidentifier>
|
||||||
|
<location>710,820</location>
|
||||||
|
<mytype>pc</mytype>
|
||||||
|
<isdns>False</isdns>
|
||||||
|
<isdhcp>False</isdhcp>
|
||||||
|
<morphcolor>LightBlue</morphcolor>
|
||||||
|
<gateway>
|
||||||
|
<ip>192.168.2.1</ip>
|
||||||
|
<mask>0.0.0.0</mask>
|
||||||
|
<gateway>0.0.0.0</gateway>
|
||||||
|
<type>gw</type>
|
||||||
|
</gateway>
|
||||||
|
<nic>
|
||||||
|
<nictype>lo</nictype>
|
||||||
|
<nicname>lo0</nicname>
|
||||||
|
<myid>
|
||||||
|
<hostid>127</hostid>
|
||||||
|
<nicid>128</nicid>
|
||||||
|
<hostname>pc2</hostname>
|
||||||
|
<nicname>lo0</nicname>
|
||||||
|
</myid>
|
||||||
|
<nictype>lo</nictype>
|
||||||
|
<uniqueidentifier>128</uniqueidentifier>
|
||||||
|
<usesdhcp>False</usesdhcp>
|
||||||
|
<encryptionkey />
|
||||||
|
<interface>
|
||||||
|
<nicname>lo0</nicname>
|
||||||
|
<myip>
|
||||||
|
<ip>127.0.0.1</ip>
|
||||||
|
<mask>255.0.0.0</mask>
|
||||||
|
<gateway>0.0.0.0</gateway>
|
||||||
|
<type>ip</type>
|
||||||
|
</myip>
|
||||||
|
<VLAN
|
||||||
|
ID="1">Untagged</VLAN>
|
||||||
|
</interface>
|
||||||
|
</nic>
|
||||||
|
<nic>
|
||||||
|
<nictype>eth</nictype>
|
||||||
|
<nicname>eth0</nicname>
|
||||||
|
<myid>
|
||||||
|
<hostid>127</hostid>
|
||||||
|
<nicid>129</nicid>
|
||||||
|
<hostname>pc2</hostname>
|
||||||
|
<nicname>eth0</nicname>
|
||||||
|
</myid>
|
||||||
|
<nictype>eth</nictype>
|
||||||
|
<uniqueidentifier>129</uniqueidentifier>
|
||||||
|
<usesdhcp>False</usesdhcp>
|
||||||
|
<encryptionkey />
|
||||||
|
<interface>
|
||||||
|
<nicname>eth0</nicname>
|
||||||
|
<myip>
|
||||||
|
<ip>192.168.2.3</ip>
|
||||||
|
<mask>255.255.255.0</mask>
|
||||||
|
<gateway>0.0.0.0</gateway>
|
||||||
|
<type>ip</type>
|
||||||
|
</myip>
|
||||||
|
<VLAN
|
||||||
|
ID="1">Untagged</VLAN>
|
||||||
|
</interface>
|
||||||
|
</nic>
|
||||||
|
</device>
|
||||||
|
<device>
|
||||||
|
<hostname>pc3</hostname>
|
||||||
|
<size>100</size>
|
||||||
|
<uniqueidentifier>130</uniqueidentifier>
|
||||||
|
<location>760,500</location>
|
||||||
|
<mytype>pc</mytype>
|
||||||
|
<isdns>False</isdns>
|
||||||
|
<isdhcp>False</isdhcp>
|
||||||
|
<morphcolor>LightBlue</morphcolor>
|
||||||
|
<gateway>
|
||||||
|
<ip>192.168.2.1</ip>
|
||||||
|
<mask>0.0.0.0</mask>
|
||||||
|
<gateway>0.0.0.0</gateway>
|
||||||
|
<type>gw</type>
|
||||||
|
</gateway>
|
||||||
|
<nic>
|
||||||
|
<nictype>lo</nictype>
|
||||||
|
<nicname>lo0</nicname>
|
||||||
|
<myid>
|
||||||
|
<hostid>130</hostid>
|
||||||
|
<nicid>131</nicid>
|
||||||
|
<hostname>pc3</hostname>
|
||||||
|
<nicname>lo0</nicname>
|
||||||
|
</myid>
|
||||||
|
<nictype>lo</nictype>
|
||||||
|
<uniqueidentifier>131</uniqueidentifier>
|
||||||
|
<usesdhcp>False</usesdhcp>
|
||||||
|
<encryptionkey />
|
||||||
|
<interface>
|
||||||
|
<nicname>lo0</nicname>
|
||||||
|
<myip>
|
||||||
|
<ip>127.0.0.1</ip>
|
||||||
|
<mask>255.0.0.0</mask>
|
||||||
|
<gateway>0.0.0.0</gateway>
|
||||||
|
<type>ip</type>
|
||||||
|
</myip>
|
||||||
|
<VLAN
|
||||||
|
ID="1">Untagged</VLAN>
|
||||||
|
</interface>
|
||||||
|
</nic>
|
||||||
|
<nic>
|
||||||
|
<nictype>eth</nictype>
|
||||||
|
<nicname>eth0</nicname>
|
||||||
|
<myid>
|
||||||
|
<hostid>130</hostid>
|
||||||
|
<nicid>132</nicid>
|
||||||
|
<hostname>pc3</hostname>
|
||||||
|
<nicname>eth0</nicname>
|
||||||
|
</myid>
|
||||||
|
<nictype>eth</nictype>
|
||||||
|
<uniqueidentifier>132</uniqueidentifier>
|
||||||
|
<usesdhcp>False</usesdhcp>
|
||||||
|
<encryptionkey />
|
||||||
|
<interface>
|
||||||
|
<nicname>eth0</nicname>
|
||||||
|
<myip>
|
||||||
|
<ip>192.168.2.2</ip>
|
||||||
|
<mask>255.255.255.0</mask>
|
||||||
|
<gateway>0.0.0.0</gateway>
|
||||||
|
<type>ip</type>
|
||||||
|
</myip>
|
||||||
|
<VLAN
|
||||||
|
ID="1">Untagged</VLAN>
|
||||||
|
</interface>
|
||||||
|
</nic>
|
||||||
|
</device>
|
||||||
|
<link>
|
||||||
|
<SrcNic>
|
||||||
|
<hostid>121</hostid>
|
||||||
|
<nicid>123</nicid>
|
||||||
|
<hostname>pc0</hostname>
|
||||||
|
<nicname>eth0</nicname>
|
||||||
|
</SrcNic>
|
||||||
|
<DstNic>
|
||||||
|
<hostid>109</hostid>
|
||||||
|
<nicid>114</nicid>
|
||||||
|
<hostname>net_switch0</hostname>
|
||||||
|
<nicname>port3</nicname>
|
||||||
|
</DstNic>
|
||||||
|
<hostname />
|
||||||
|
<linktype>normal</linktype>
|
||||||
|
<uniqueidentifier>133</uniqueidentifier>
|
||||||
|
</link>
|
||||||
|
<link>
|
||||||
|
<SrcNic>
|
||||||
|
<hostid>124</hostid>
|
||||||
|
<nicid>126</nicid>
|
||||||
|
<hostname>pc1</hostname>
|
||||||
|
<nicname>eth0</nicname>
|
||||||
|
</SrcNic>
|
||||||
|
<DstNic>
|
||||||
|
<hostid>109</hostid>
|
||||||
|
<nicid>115</nicid>
|
||||||
|
<hostname>net_switch0</hostname>
|
||||||
|
<nicname>port4</nicname>
|
||||||
|
</DstNic>
|
||||||
|
<hostname />
|
||||||
|
<linktype>normal</linktype>
|
||||||
|
<uniqueidentifier>134</uniqueidentifier>
|
||||||
|
</link>
|
||||||
|
<link>
|
||||||
|
<SrcNic>
|
||||||
|
<hostid>127</hostid>
|
||||||
|
<nicid>129</nicid>
|
||||||
|
<hostname>pc2</hostname>
|
||||||
|
<nicname>eth0</nicname>
|
||||||
|
</SrcNic>
|
||||||
|
<DstNic>
|
||||||
|
<hostid>109</hostid>
|
||||||
|
<nicid>116</nicid>
|
||||||
|
<hostname>net_switch0</hostname>
|
||||||
|
<nicname>port5</nicname>
|
||||||
|
</DstNic>
|
||||||
|
<hostname />
|
||||||
|
<linktype>normal</linktype>
|
||||||
|
<uniqueidentifier>135</uniqueidentifier>
|
||||||
|
</link>
|
||||||
|
<link>
|
||||||
|
<SrcNic>
|
||||||
|
<hostid>130</hostid>
|
||||||
|
<nicid>132</nicid>
|
||||||
|
<hostname>pc3</hostname>
|
||||||
|
<nicname>eth0</nicname>
|
||||||
|
</SrcNic>
|
||||||
|
<DstNic>
|
||||||
|
<hostid>109</hostid>
|
||||||
|
<nicid>117</nicid>
|
||||||
|
<hostname>net_switch0</hostname>
|
||||||
|
<nicname>port6</nicname>
|
||||||
|
</DstNic>
|
||||||
|
<hostname />
|
||||||
|
<linktype>normal</linktype>
|
||||||
|
<uniqueidentifier>136</uniqueidentifier>
|
||||||
|
</link>
|
||||||
|
<link>
|
||||||
|
<SrcNic>
|
||||||
|
<hostid>109</hostid>
|
||||||
|
<nicid>118</nicid>
|
||||||
|
<hostname>net_switch0</hostname>
|
||||||
|
<nicname>port7</nicname>
|
||||||
|
</SrcNic>
|
||||||
|
<DstNic>
|
||||||
|
<hostid>142</hostid>
|
||||||
|
<nicid>144</nicid>
|
||||||
|
<hostname>firewall0</hostname>
|
||||||
|
<nicname>eth0</nicname>
|
||||||
|
</DstNic>
|
||||||
|
<hostname />
|
||||||
|
<linktype>normal</linktype>
|
||||||
|
<uniqueidentifier>147</uniqueidentifier>
|
||||||
|
</link>
|
||||||
|
<nettest>
|
||||||
|
<shost>pc0</shost>
|
||||||
|
<dhost>pc1</dhost>
|
||||||
|
<thetest>SuccessfullyPings</thetest>
|
||||||
|
</nettest>
|
||||||
|
<nettest>
|
||||||
|
<shost>pc0</shost>
|
||||||
|
<dhost>pc2</dhost>
|
||||||
|
<thetest>SuccessfullyPings</thetest>
|
||||||
|
</nettest>
|
||||||
|
<nettest>
|
||||||
|
<shost>pc3</shost>
|
||||||
|
<dhost>pc1</dhost>
|
||||||
|
<thetest>SuccessfullyPings</thetest>
|
||||||
|
</nettest>
|
||||||
|
<nettest>
|
||||||
|
<shost>pc3</shost>
|
||||||
|
<dhost>pc2</dhost>
|
||||||
|
<thetest>SuccessfullyPings</thetest>
|
||||||
|
</nettest>
|
||||||
|
<nettest>
|
||||||
|
<shost>pc0</shost>
|
||||||
|
<dhost>192.168.1.255</dhost>
|
||||||
|
<thetest>SuccessfullyPings</thetest>
|
||||||
|
</nettest>
|
||||||
|
<nettest>
|
||||||
|
<shost>pc3</shost>
|
||||||
|
<dhost>192.168.2.255</dhost>
|
||||||
|
<thetest>SuccessfullyPings</thetest>
|
||||||
|
</nettest>
|
||||||
|
<tag>Subnet</tag>
|
||||||
|
<tag>Ping</tag>
|
||||||
|
<tag>Router</tag>
|
||||||
|
<tag>VLAN</tag>
|
||||||
|
<VLANName
|
||||||
|
ID="1"
|
||||||
|
Color="Purple">Default</VLANName>
|
||||||
|
<VLANName
|
||||||
|
ID="2"
|
||||||
|
Color="Cyan">Staff</VLANName>
|
||||||
|
</Network>
|
||||||
|
</EduNetworkBuilder>
|
1664
EduNetworkBuilder/Resources/Level6_SwitchedUp.enbx
Normal file
1664
EduNetworkBuilder/Resources/Level6_SwitchedUp.enbx
Normal file
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
1585
EduNetworkBuilder/Resources/Level6_WhereFrom.enbx
Normal file
1585
EduNetworkBuilder/Resources/Level6_WhereFrom.enbx
Normal file
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user