tor tutos fix + windows segregation + fix typos

This commit is contained in:
nihilist 2024-11-10 22:33:39 +01:00
parent c537bc87f0
commit 318ee8cf25
12 changed files with 21 additions and 4 deletions

View file

@ -163,6 +163,9 @@ nihilist@debian:~# virt-manager
</code></pre>
<p>Next just make sure that the NAT network is created, and that the ISOs and VMs folders are with the correct permissions:</p>
<img src="11.png" class="imgRz">
<p>And also create another NAT network so that we can put all the untrusted VMs such as Windows into:</p>
<img src="50.png" class="imgRz">
<p>That way, the adversary that can normally see what's going on in the network attached to the Windows VM can no longer see as it is being put in a different network altogether. </p>
<pre><code class="nim">
nihilist@debian:~$ mkdir ISOs
nihilist@debian:~$ mkdir VMs
@ -203,6 +206,10 @@ nihilist@debian:~$ sudo chown nihilist:libvirt -R ISOs
<img src="28.png" class="imgRz">
<img src="29.png" class="imgRz">
<img src="30.png" class="imgRz">
<p>Then before we begin the installation, we make sure that the windows VM uses the untrusted NAT network to make sure it remains isolated:</p>
<img src="51.png" class="imgRz">
<p>Then we hit Apply, and then we click on begin installation</p>
<img src="31.png" class="imgRz">
<img src="32.png" class="imgRz">
<img src="33.png" class="imgRz">