Building our lab
We are now ready to begin putting the various pieces together to build our virtual hacking lab. We will start by setting up our hypervisor of choice, VirtualBox. Feel free to use any other preferred hypervisor if you are already familiar with one. Most of these steps can also be recreated on VMware Workstation and VMware Player.
Installing and configuring VirtualBox
VirtualBox is a cross-platform open source type 2 hypervisor that offers excellent functionality and performance. The first step is to download the correct installation binary based on the host operating system you are running:
- Open https://www.virtualbox.org/wiki/Downloads in your browser. You will be greeted with download links for the supported operating systems, as shown in Figure 2.5. Select your host operating system to begin the download:
- After the installation binary has been downloaded, you will need to install it. The binary or executable...