Skip to content

Latest commit

Β 

History

2 Commits

Folders and files

NameName
Last commit message
Last commit date
Β 
Β 

Repository files navigation

🌐 VirtualBox Bridged Adapter Networking Lab

VirtualBox networking lab demonstrating how virtual machines can operate as independent devices on the same physical LAN as the host system.

Overview

This project demonstrates Bridged Adapter networking using Oracle VirtualBox. Kali Linux and Ubuntu were connected directly to the physical LAN, receiving their own IP addresses and communicating with the Windows host, each other, and the Internet.


🌐 Network Architecture

image

Network Configuration

Device IP Address
Windows Host 192.168.0.123
Kali Linux 192.168.0.13
Ubuntu 192.168.0.147
Default Gateway 192.168.0.1
Physical LAN 192.168.0.0/24

βš™οΈ 1. Bridged Adapter Configuration

Kali Linux and Ubuntu were configured with Bridged Adapters, allowing them to connect directly to the physical network through the host's network interface.

Screenshot 2026-08-15 003137

πŸ”„ 2. LAN & Internet Connectivity

Both virtual machines received addresses on the physical 192.168.0.0/24 network and successfully reached the default gateway.

Internet connectivity was verified from both VMs, along with direct communication between Kali Linux and Ubuntu.

Screenshot 2026-08-15 003021

Verified connectivity:

Kali 192.168.0.13 ↔ Ubuntu 192.168.0.147 βœ…

Kali β†’ Internet βœ…

Ubuntu β†’ Internet βœ…


πŸ–₯️ 3. Host-to-VM Connectivity

The Windows host was also connected to the same physical LAN and successfully communicated directly with both virtual machines.

powershel

Verified paths:

Windows 192.168.0.123 β†’ Kali 192.168.0.13 βœ…

Windows 192.168.0.123 β†’ Ubuntu 192.168.0.147 βœ…


πŸ› οΈ Skills Demonstrated

  • Bridged Adapter configuration
  • Physical LAN integration
  • DHCP addressing
  • Default gateway configuration
  • Host-to-VM connectivity
  • VM-to-VM connectivity
  • Internet connectivity verification
  • Linux network troubleshooting

βš™οΈ Technologies Used

Oracle VirtualBox Kali Linux Ubuntu Linux Windows TCP/IP DHCP


⚠️ Disclaimer

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

About

VirtualBox Bridged Adapter lab demonstrating physical LAN integration, VM-to-VM communication, host connectivity, and Internet access.

Topics

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors