commit 59306a858030e8c9c25026c3519791d8b2bd1093 Author: mrsh Date: Wed Apr 29 19:27:34 2026 +0200 first commit diff --git a/README.md b/README.md new file mode 100644 index 0000000..bc4937f --- /dev/null +++ b/README.md @@ -0,0 +1,40 @@ +MiniCorp is a lightweight enterprise network +simulation built in a homelab environment using +Proxmox and Packet Tracer. + +This project models a small company infrastructure with Active Directory, Linux servers, employee workstations, and monitoring systems. It is designed for learning system administration and networking. + +The lab includes: +- Windows Server (Domain Controller with Active Directory & DNS) +- Ubuntu Server (internal services, web apps, Docker) +- Windows Client (employee workstation) +- Intern laptop +- Centralized monitoring via NixOS (Prometheus, Grafana, Suricata, Wireshark) + +The goal is to simulate real-world enterprise behavior: +- user management and authentication +- service deployment and access control +- network monitoring and alerting + +This repository contains configurations, scripts, and documentation to reproduce and experiment with the lab. +🇫🇷 + +MiniCorp est une simulation légère d’un réseau d’entreprise réalisée dans un environnement homelab à l’aide de Proxmox et Packet Tracer. +Ce projet modélise une petite infrastructure d’entreprise comprenant un Active Directory, des serveurs Linux, des postes clients et un système de supervision. +Il est conçu pour apprendre l’administration système et le réseau. + +Le lab inclut : +- Un serveur Windows (Contrôleur de domaine avec Active Directory et DNS) +- Un serveur Ubuntu (services internes, applications web, Docker) +- Un poste client Windows (utilisateur) +- Un laptop “intern” +- Une supervision centralisée via NixOS (Prometheus, Grafana, Suricata, Wireshark) + +L’objectif est de simuler des comportements réalistes d’entreprise : +- gestion des utilisateurs et authentification +- déploiement de services et contrôle d’accès +- supervision réseau et détection d’incidents + +Ce dépôt contient les configurations, scripts et documentations nécessaires pour reproduire et expérimenter ce lab. + + diff --git a/mini_corp.pkt b/mini_corp.pkt new file mode 100644 index 0000000..da1a201 Binary files /dev/null and b/mini_corp.pkt differ