Project 7-3: Explore VM Network Configuration Options in Oracle VirtualBox
Earlier in this book, you had the opportunity to create at least one VM using Oracle
VirtualBox. The instructions for this project are specific to VirtualBox, although they can
be adapted to Hyper-V or VMware. The instructions also assume you have Windows 10
installed on the VM, although again, the steps could be adapted to another OS.
In this project, you will explore the network settings for the VM, practice communicating
between the VM and the host machine, and practice communicating between the VM and
a host on the Internet. The host computer, which is the physical computer, should be
connected to the Internet. Complete the following steps:
1. Open VirtualBox and start the Windows 10 VM.
2. Open a Command Prompt window and enter ipconfig to determine the VM’s
IPv4 address, subnet mask, and default gateway. Write down this information.
3. Check the VM’s connection to the Internet by pinging one of Google’s DNS
servers with the command ping 8.8.8.8. Was the ping successful?
4. Open the Command Prompt window on the host computer, the physical PC
5. How does the host computer’s address information compare with the VM’s
information? Both computers should have a default subnet mask of
255.255.255.0, which means both computers have a Class C IPv4 address. Look
at the first three octets of each computer’s IPv4 address. Do they match? If so,