Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

6 Commits
Β 
Β 

Repository files navigation

πŸ” VirtualBox Network Pivoting Lab

Overview

This project demonstrates a segmented cybersecurity lab built using Oracle VirtualBox. Three Linux virtual machines are separated across two isolated LANs, with a dual-homed Linux Mint system providing the only connection between the external and internal network segments.

The lab demonstrates network segmentation, multi-NIC configuration, routing verification, SSH access, connectivity testing, and controlled pivoting between isolated networks.


🌐 Network Architecture

image

Network Segments

LAN 1: 192.168.10.0/24
Kali ↔ Linux Mint

LAN 2: 192.168.20.0/24
Linux Mint ↔ Ubuntu

Linux Mint is dual-homed, with one network interface connected to each LAN.


πŸ–₯️ Lab Environment

The environment consists of three Linux virtual machines running simultaneously in VirtualBox.

Screenshot: VirtualBox environment showing Kali Linux, Linux Mint and Ubuntu. image


πŸ”€ Dual-Homed Pivot Configuration

Linux Mint provides the connection point between the two isolated networks.

image

The Mint routing table confirms two active network connections:

192.168.10.0/24 β†’ 192.168.10.3
192.168.20.0/24 β†’ 192.168.20.3

This allows Mint to communicate directly with systems on both LANs.


πŸ”Ž Connectivity & Isolation Testing

Connectivity testing was performed to verify the segmentation design.

Test Result
Kali β†’ Mint βœ… Reachable
Mint β†’ Ubuntu βœ… Reachable
Kali β†’ Ubuntu ❌ No Direct Access

Kali β†’ Mint

ping 192.168.10.3
image

Mint β†’ Ubuntu

ping 192.168.20.2
Screenshot 2026-08-14 010909

Kali β†’ Ubuntu

ping 192.168.20.2
Screenshot 2026-08-14 011247

The failed direct connection demonstrates that Kali and Ubuntu remain isolated on separate network segments.


πŸ” SSH & Pivoting

SSH is used to establish access from Kali to the dual-homed Mint system.

ssh <username>@192.168.10.3
Screenshot 2026-08-14 011545

From the Mint system, the internal Ubuntu host on 192.168.20.2 becomes reachable through LAN 2.

Access Path

Kali Linux
192.168.10.2
      β”‚
      β”‚ SSH
      β–Ό
Linux Mint
192.168.10.3
192.168.20.3
      β”‚
      β”‚ Internal LAN
      β–Ό
Ubuntu
192.168.20.2
Screenshot 2026-08-14 011826

Final path: Kali β†’ Linux Mint β†’ Ubuntu


πŸ› οΈ Skills Demonstrated

  • VirtualBox network configuration
  • Network segmentation and subnetting
  • Linux TCP/IP configuration
  • Dual-NIC / multi-homed host configuration
  • Linux routing analysis
  • ICMP connectivity testing
  • SSH remote access
  • Network isolation verification
  • Pivoting between segmented networks

βš™οΈ Technologies

VirtualBox Kali Linux Linux Mint Ubuntu SSH TCP/IP IPv4


⚠️ Disclaimer

This project was performed entirely within an isolated, locally controlled virtual lab for cybersecurity education and network administration practice.

About

Segmented VirtualBox cybersecurity lab demonstrating dual-NIC networking, network isolation, SSH access and pivoting between two isolated subnets

Topics

Resources

Stars

1 star

Watchers

0 watching

Forks

Releases

Packages

Contributors