This project is a personal exploration aimed at deepening my understanding of networking, servers and related technologies. It’s a hands on learning experience to help me grow my skills and gain practical knowledge by experimenting with different concepts and tools. While it is still in the early stages, my goal is to learn by creating and implementing projects within the HomeLab.
-
1 × Dell G3 15 3590 laptop
- CPU: Intel(R) Core(TM) i5-9300H CPU @ 2.40GHz
- RAM: 8GB
- SSD: 512GB
-
1 × HP EliteBook Folio 1040 G3 laptop
- CPU: Intel(R) Core(TM) i5-6200U CPU @ 2.30GHz
- RAM: 8GB
- SSD: 256GB
-
1 × HP Pavilion x360 Convertible laptop
- CPU: Intel(R) Core(TM) i5-8250U CPU @ 1.60GHz
- RAM: 8GB
- SSD: 256GB
-
D-Link DGS-1100-08 switch
- Ports: 8
- Speed: 1000Mbps
-
D-Link DGS-1100-08V2 switch
- Ports: 8
- Speed: 1000Mbps
-
2x Type-C3.1/USB 1000Mbps Ethernet Adapters
The system includes the following features:
- Minecraft server: The system hosts a Minecraft server within a Docker container running on a Debian-12 virtual machine.
- VPN server: The system uses a WireGuard VPN server running in a Proxmox container to provide secure, fast, and encrypted VPN access.
- Python Backup Script: The system hosts a CRON job with a python script that backups up data periodically.
- VM Reboot Script: Node hosts a CRON job with a bash script that reboots specified VMs periodically.
- Discord Bot: (IN DEVELOPMENT) Multipurpose discord bot for my personal discord server with CI/CD configuration.
-
VLAN Configuration - Guide on how I configured VLANs in my home network using a managed switch.
-
Configuring WireGuard VPN - Guide on how I created a WireGuard VPN server to be able to connect to my personal network remotely.
-
Installing Jenkins - Guide on how I installed Jenkins within Debian VM, Docker container with permanent up time.
-
Adapter Configuration - How I configured a NIC bridge to a USB port in order to allow a device without an ethernet port to connect to the internet.
-
Disable Laptop Sleep - How I managed to disable the laptop sleep config on lid shutting in a linux based system.
-
Configuring Proxmox Cluster - Guide on how to create a server cluster within Proxmox.
-
NFS/NAS - The process I took to refurbish an old computer and convert it into a fully functional NAS with 2.5TB storage.
-
Docker data backup - An overview on how I utilised Docker, Cron and a personalised python script to back up docker data.
-
Automatic VM reboot - How I automated the process of rebooting virtual machines - keeping extensibility in mind.
-
CI/CD Jenkins pipeline - How I automated testing and deployment of my discord bot with permanent uptime.
- Ansible
- Malware zoo
- local DNS server
- NFS/NAS (IN PROGRESS)