<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: fsdrw08</title>
    <description>The latest articles on DEV Community by fsdrw08 (@fsdrw08).</description>
    <link>https://dev.to/fsdrw08</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F662971%2F5c4c5138-b8d3-42c7-8f3d-ce9f29a3e560.png</url>
      <title>DEV Community: fsdrw08</title>
      <link>https://dev.to/fsdrw08</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/fsdrw08"/>
    <language>en</language>
    <item>
      <title>A solo VM lab</title>
      <dc:creator>fsdrw08</dc:creator>
      <pubDate>Wed, 07 Jul 2021 10:23:21 +0000</pubDate>
      <link>https://dev.to/fsdrw08/a-solo-vm-lab-31a7</link>
      <guid>https://dev.to/fsdrw08/a-solo-vm-lab-31a7</guid>
      <description>&lt;p&gt;I plan to build a IT lab contains serval VMs which I need to learn all in one PC box.&lt;/p&gt;

&lt;h4&gt;
  
  
  The technical stack to build this lab:
&lt;/h4&gt;

&lt;ul&gt;
&lt;li&gt;Hype-V - the Hypervisor for this lab.&lt;/li&gt;
&lt;li&gt;Packer - the VM template builder, build VM template (Vagrant vbox) from ISO file.&lt;/li&gt;
&lt;li&gt;Vagrant - the VM provision controller, make VM run from the vbox.&lt;/li&gt;
&lt;/ul&gt;

&lt;h4&gt;
  
  
  Network architecture in this lab
&lt;/h4&gt;

&lt;p&gt;&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--9w5RuBM---/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/sburdh9v7c6fzfjcxzuv.jpg" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--9w5RuBM---/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/sburdh9v7c6fzfjcxzuv.jpg" alt="Network architecture"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Reason to build the gateway VM&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Communitcate between host and VMs (seems the VMs cannot direct communicate to the host by default switch).&lt;/li&gt;
&lt;li&gt;With DHCP services, I am no need to config VM IP address individually.&lt;/li&gt;
&lt;li&gt;Set this gateway as a transparent proxy server, which means all machines are able to connect the TRUE internet through the gateway.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;I will get start from the gateway VM.&lt;/p&gt;

&lt;p&gt;to be continue&lt;/p&gt;

</description>
    </item>
  </channel>
</rss>
