Tuesday, December 2, 2025

Adding Another Adapter for Internet Access - Help Desk Lab

Adding Another Adapter for Internet Access - Help Desk Lab 

I want to integrate Action1, a cloud-based endpoint management tool, into my Help Desk Lab. Currently, my lab has three machines:

  • Windows Server 2022 (Domain Controller)

  • Windows 10 (Help Desk Workstation)

  • Windows 10 (Employee Workstation)

They are all on the same domain, simotech.com, and connected via a LAN using a host-only adapter on each machine.

The issue is that in order to use Action1 in my lab, my machines need to access the internet, but at the same time stay on the LAN via the host-only adapter. So I’ll add a second adapter to each machine that will allow internet access, while also keeping them on the LAN. 

Here is how to do it: 


Step 1: Shut down the virtual machines

Before adding network adapters, shut down all VMs (Server 2022, Help Desk Win10, Employee Win10). This prevents network conflicts and ensures the adapter is recognized properly.


Step 2: Add a second network adapter to each VM

VirtualBox

  1. Go to VM Settings → Network → Adapter 2.

  1. Enable Adapter 2 → attach to NAT.

  1. Adapter 1 remains Host-only.

  1. Click OK to save.

  2. Repeat for the other 2 virtual machines.


Step 3: Boot up the VMs

Start each VM. Windows should detect the new adapter automatically.


Step 4: Configure IP addresses and verify each VM has 2 adapters

  1. Open Control Panel → Network and Sharing Center → Change adapter settings.

  • Host-only adapter (Adapter 1) (called Ethernet): keep the static IPs for domain communication. (To see how to do this check out my Help Desk Lab series)

  • NAT adapter (Adapter 2) (called Ethernet 2) : leave as DHCP, Windows will automatically get an IP and gateway for internet access.


Step 5: Test internet connectivity on each client

  1. Open a command prompt on Windows 10 clients.

  1. Ping a public IP: ping 8.8.8.8 

  1. My ping failed, which means there is something wrong with my NAT adapter. If the ping fails, check the adapters ipconfigs in the command prompt: ipconfig /all

  1. The issue is with the Default Gateway on the Host Only Adapter (called Ethernet). There should be no Default Gateway because Windows tries to route all traffic through this including the internet. 

  1. To fix it go to Control Panel → Network and Sharing Center →  Change Adapter Settings.

  1. Right click on the Host Only Adapter (called Ethernet here) and click Properties.

  1. Click on Internet Protocol Version 4 and then delete the Default Gateway.

  1. Next, reset the NAT adapter (called Ethernet 2 here) by right clicking → Disable → Enable.


  1. After this, the ping to 8.8.8.8 was still unsuccessful, meaning my machine still can’t connect to the internet. Additionally the DNS test failed as well.  

  1. Keep troubleshooting. Temporarily disable the Host Only Adapter to see if that is preventing the NAT adapter from connecting to the Internet. Right click → Disable → Enable. 

  1. After disabling the Host Only Adapter, perform the ping again. 

  1. It failed once again, but now we know the issue.  Our Windows 10 machine is using the NAT adapter because there is a reply coming from our NAT adapter IPv4 address. But for some reason, the traffic is not being properly routed through the NAT adapter Default Gateway.  All of our ipconfigs are correct and it should work but VirtualBox is malfunctioning. So we will create a NAT Network. VirtualBox → File → Tools → Network Manager →  NAT Networks → Create

  1. You can name it. Make sure DHCP is enabled and the IPv4 is set to 10.0.2.0/24.

  1. After closing all of your VMs, go to Settings, then Network and change Adapter 2 to NAT Network. 

  1. Now start up your VM again and go to Command Prompt and verify that the ipconfigs are correct. It should look similar to this (Adapter 2 should have a Default Gateway and an IPv4 address within the range that you set when you created the new NAT Network):  

  1. Next test internet connectivity: ping 8.8.8.8

  1. It works! Can confirm internet access by going to your browser and going to a website:

  1. Make sure to do this on all VMs in the domain. 


Step 6: Ready for Action1 integration

Now that each client has dual adapters:

  • LAN communication over Host-only (for Active Directory, shared folders, lab services)

  • Internet access over NAT (for Action1 cloud connectivity)

You can now proceed with:

  • Installing the Action1 agent on each endpoint

  • Connecting endpoints to the cloud console

  • Running inventory scans, patch deployments, and remote scripts

 

Popular Posts