Skip to content

Latest commit

ย 

History

2 Commits

Folders and files

NameName
Last commit message
Last commit date
ย 
ย 

Repository files navigation

๐Ÿ”’ VirtualBox-Host-Only-Network-Security-Lab

Isolated VirtualBox network lab demonstrating host-to-VM and VM-to-VM connectivity without external network access. VirtualBox Host-Only Network Security Lab

Overview

This project demonstrates an isolated Host-Only network using Oracle VirtualBox. A Windows host, Kali Linux, and Ubuntu communicate within a private subnet while the virtual machines remain isolated from external network access through the Host-Only adapter.


๐ŸŒ Network Architecture

image

Network Configuration

Device IP Address
Windows Host 192.168.56.5
Kali Linux 192.168.56.3
Ubuntu 192.168.56.4
Host-Only Network 192.168.56.0/24

โš™๏ธ 1. Host-Only Network Configuration

A dedicated VirtualBox Host-Only network was configured to provide private communication between the host and virtual machines.

virtual-box-host-only

๐Ÿ”„ 2. Internal Connectivity & Isolation

Kali Linux and Ubuntu successfully communicated across the Host-Only network.

External connectivity was unavailable through the Host-Only adapter, confirming network isolation.

image

Result: VM-to-VM communication works while external access remains isolated.


๐Ÿ–ฅ๏ธ 3. Host-to-VM Connectivity

The Windows host successfully communicated directly with both virtual machines.

windows-vm-connection

Verified paths:

Windows 192.168.56.5 โ†’ Kali 192.168.56.3 โœ…

Windows 192.168.56.5 โ†’ Ubuntu 192.168.56.4 โœ…


๐Ÿ› ๏ธ Skills Demonstrated

  • Host-Only network configuration
  • Network isolation
  • Private IPv4 networking
  • Host-to-VM connectivity
  • VM-to-VM connectivity
  • Linux network verification
  • Connectivity testing

โš™๏ธ Technologies Used

Oracle VirtualBox Kali Linux Ubuntu Linux Windows TCP/IP


โš ๏ธ Disclaimer

This project was completed in a locally controlled virtual lab for cybersecurity and networking education.

About

Isolated VirtualBox network lab demonstrating host-to-VM and VM-to-VM connectivity without external network access.

Topics

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors