<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[Kevin Tuei's Blog]]></title><description><![CDATA[Kevin Tuei's Blog]]></description><link>https://ktuei.hashnode.dev</link><generator>RSS for Node</generator><lastBuildDate>Thu, 24 Sep 2026 17:07:43 GMT</lastBuildDate><atom:link href="https://ktuei.hashnode.dev/rss.xml" rel="self" type="application/rss+xml"/><language><![CDATA[en]]></language><ttl>60</ttl><item><title><![CDATA[Setting Up Huawei eNSP on Windows 7 Inside VMware Workstation on Windows 11 (2025 Guide)]]></title><description><![CDATA[Introduction
Huawei eNSP remains a powerful simulator for learning routing, switching, and security on Huawei devices but running it on modern systems requires one reliable approach: run it inside a Windows 7 virtual machine. This guide walks through...]]></description><link>https://ktuei.hashnode.dev/setting-up-huawei-ensp-on-windows-7-inside-vmware-workstation-on-windows-11-2025-guide</link><guid isPermaLink="true">https://ktuei.hashnode.dev/setting-up-huawei-ensp-on-windows-7-inside-vmware-workstation-on-windows-11-2025-guide</guid><category><![CDATA[Huawei]]></category><category><![CDATA[network security]]></category><dc:creator><![CDATA[Kevin Tuei]]></dc:creator><pubDate>Sat, 08 Nov 2025 10:36:59 GMT</pubDate><content:encoded><![CDATA[<p><img src="https://infosyte.com/wp-content/uploads/2021/04/ensp-about.png" alt="How to install Huawei eNSP Network Simulator – Infosyte" /></p>
<h1 id="heading-introduction">Introduction</h1>
<p>Huawei eNSP remains a powerful simulator for learning routing, switching, and security on Huawei devices but running it on modern systems requires one reliable approach: run it inside a Windows 7 virtual machine. This guide walks through a clean, repeatable setup process using VMware Workstation on a Windows 11 host.</p>
<hr />
<h2 id="heading-0-enable-intel-virtualization-in-bios-uefi">0) Enable Intel Virtualization in BIOS / UEFI</h2>
<p>Before anything else, confirm VT-x is enabled at firmware level.</p>
<ol>
<li><p>Restart PC</p>
</li>
<li><p>Enter BIOS (keys: <strong>Del</strong>, <strong>F2</strong>, <strong>F10</strong>, <strong>ESC</strong>)</p>
</li>
<li><p>Enable:</p>
<ul>
<li><p>Intel Virtualization Technology (VT-x)</p>
</li>
<li><p>Intel VT-d (if available)</p>
</li>
</ul>
</li>
<li><p>Save &amp; Exit</p>
</li>
</ol>
<p>Without VT-x → Nested virtualization will not work → eNSP devices will not launch.</p>
<hr />
<h2 id="heading-1-required-downloads">1) Required Downloads</h2>
<div class="hn-table">
<table>
<thead>
<tr>
<td>Component</td><td>Link</td></tr>
</thead>
<tbody>
<tr>
<td>VMware Workstation</td><td><a target="_blank" href="https://www.techspot.com/downloads/189-vmware-workstation-for-windows.html">https://www.techspot.com/downloads/189-vmware-workstation-for-windows.html</a></td></tr>
<tr>
<td>Windows 7 ISO</td><td><a target="_blank" href="https://getintopc.com/softwares/operating-systems/windows-7-ultimate-sp1-july-2024-free-download/">https://getintopc.com/softwares/operating-systems/windows-7-ultimate-sp1-july-2024-free-download/</a></td></tr>
<tr>
<td>Huawei eNSP Package</td><td><a target="_blank" href="https://labnario.com/tag/ensp/">https://labnario.com/tag/ensp/</a></td></tr>
<tr>
<td>DG_Readiness Tool v3.6</td><td><a target="_blank" href="https://www.microsoft.com/en-us/download/details.aspx?id=53337">https://www.microsoft.com/en-us/download/details.aspx?id=53337</a></td></tr>
</tbody>
</table>
</div><p>Organise them in a dedicated folder — e.g. <code>D:\eNSP_Installers</code>.</p>
<hr />
<h2 id="heading-2-disable-microsoft-virtualization-layers-on-windows-11">2) Disable Microsoft Virtualization Layers on Windows 11</h2>
<h3 id="heading-a-disable-hyper-v-stack">A) Disable Hyper-V stack</h3>
<ol>
<li><p><strong>Win+R</strong> → <code>optionalfeatures</code></p>
</li>
<li><p>Uncheck:</p>
<ul>
<li><p>Hyper-V</p>
</li>
<li><p>Virtual Machine Platform</p>
</li>
<li><p>Windows Hypervisor Platform</p>
</li>
<li><p>Windows Subsystem for Linux (WSL)</p>
</li>
</ul>
</li>
<li><p>Restart PC</p>
</li>
</ol>
<h3 id="heading-b-disable-core-isolation">B) Disable Core Isolation</h3>
<p>Settings → Privacy &amp; Security → Windows Security → Device Security → Core Isolation → OFF</p>
<h3 id="heading-c-disable-device-guard-credential-guard">C) Disable Device Guard / Credential Guard</h3>
<p>Extract DG readiness → run PowerShell (Admin):</p>
<pre><code class="lang-powershell"><span class="hljs-built_in">Set-ExecutionPolicy</span> Bypass <span class="hljs-literal">-Scope</span> <span class="hljs-keyword">Process</span> <span class="hljs-literal">-Force</span>
<span class="hljs-built_in">cd</span> C:\DGReadiness
.\DG_Readiness_Tool_v3.<span class="hljs-number">6</span>.ps1 <span class="hljs-literal">-Disable</span>
</code></pre>
<p>Reboot → twice if required.</p>
<hr />
<h2 id="heading-3-install-vmware-workstation">3) Install VMware Workstation</h2>
<p>Install normally and launch once as Administrator.</p>
<hr />
<h2 id="heading-4-create-windows-7-virtual-machine">4) Create Windows 7 Virtual Machine</h2>
<ul>
<li><p>New VM → Typical</p>
</li>
<li><p>Select Win7 ISO</p>
</li>
<li><p>RAM: 4GB minimum (8GB recommended)</p>
</li>
<li><p>CPU: 2 cores+</p>
</li>
</ul>
<p>Then go to:</p>
<p><strong>VM Settings → Processors → enable</strong><br />→ <strong>Virtualize Intel VT-x/EPT</strong></p>
<p>This MUST be checked — otherwise eNSP devices won’t boot.</p>
<hr />
<h2 id="heading-5-install-windows-7-vmware-tools">5) Install Windows 7 + VMware Tools</h2>
<p>Install Windows 7, then:</p>
<p>VM menu → Install VMware Tools → reboot VM.</p>
<hr />
<h2 id="heading-6-add-shared-folder-for-file-transfer">6) Add Shared Folder for File Transfer</h2>
<p>Better than ISO mounting or USB passthrough — Shared Folders are clean.</p>
<ol>
<li><p>Shut down the VM</p>
</li>
<li><p>VMware → Right-click VM → Settings</p>
</li>
<li><p>Options tab → Shared Folders</p>
</li>
<li><p>Enable: <strong>Always enabled</strong></p>
</li>
<li><p>Add folder → point to your <code>D:\eNSP_Installers</code></p>
</li>
</ol>
<p>After reboot, files become available in Win7 at:</p>
<pre><code class="lang-plaintext">My Computer → Z:\   (or similar drive letter)
</code></pre>
<hr />
<h2 id="heading-7-install-ensp-inside-windows-7">7) Install eNSP Inside Windows 7</h2>
<p>From Z:\ inside Win7:</p>
<ul>
<li><p>Run eNSP installer as Admin</p>
</li>
<li><p>Install Huawei-VirtualBox</p>
</li>
<li><p>Install WinPcap (or Npcap in WinPcap compatibility mode)</p>
</li>
<li><p>(Optional) Install Wireshark</p>
</li>
<li><p>Reboot VM when done</p>
</li>
</ul>
<hr />
<h2 id="heading-8-first-launch-test">8) First Launch Test</h2>
<p>Open eNSP → drag <strong>Huawei USG6000v Firewall</strong> → Start</p>
<p>If console opens and you see login auth prompt → everything is working.</p>
<p><img src="https://cdn.hashnode.com/res/hashnode/image/upload/v1762597980210/3f73f643-26ed-4f6d-b4f5-fb7803ed5e96.png" alt class="image--center mx-auto" /></p>
<hr />
<h2 id="heading-final-summary-flow">Final Summary Flow</h2>
<pre><code class="lang-plaintext">BIOS VT-x ON
→ Disable Hyper-V / Memory Integrity / VBS
→ Disable Device Guard (DG Tool)
→ Install VMware
→ Create Win7 VM + enable VT-x/EPT
→ Install VMware Tools
→ Shared Folders enabled
→ Install eNSP inside Win7
→ Launch device + test console
</code></pre>
]]></content:encoded></item></channel></rss>