You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
RP-01 — Infrastructure Sécurisée Windows Server 2022 — IRIS Nice
Contexte
Dans le cadre du BTS SIO SISR, réponse à un appel d'offre réel de l'école IRIS Nice pour concevoir et déployer une infrastructure réseau sécurisée. L'école ne disposait d'aucune segmentation réseau, d'aucune authentification individuelle et d'aucun environnement de virtualisation dédié à la formation.
Architecture
Composants
Composant
Technologie
IP
DC-IRIS-01
Windows Server 2022 — AD DS + DNS + DHCP + NPS/RADIUS
PC → Port 802.1X (SW2-IRIS) → NPS/RADIUS (DC-IRIS-01) → AD DS → Attribution VLAN
1. PC se connecte au port switch
2. Switch envoie une requête RADIUS (EAP) à NPS
3. NPS vérifie les credentials dans l'Active Directory
4. NPS retourne l'ID VLAN via Tunnel Attributes (RFC 3580)
5. Switch configure automatiquement le port sur le bon VLAN
Déploiement automatisé (Vagrant + PowerShell)
Pré-requis
VirtualBox 7.x
Vagrant 2.4+
Box gusztavvargadr/windows-server-2022-standard
Box ubuntu/jammy64
Lancement
vagrant up
# Les provisioners PowerShell s'exécutent dans l'ordre automatiquement# Un redémarrage est requis entre le script 01 (install rôles) et 02 (promotion DC)
Scripts de provisioning
#
Script
Rôle
Statut
01
01_install_roles.ps1
Installation AD DS, DNS, DHCP, NPAS, RSAT
OK
02
02_configure_ad.ps1
Promotion DC, forêt mediaschool.local, 26 users AD
À partir du 16/03/2026, suite au changement de projet de Julien MARCUCCI et au retard de Vincent ANDREO, le projet a été repris et finalisé individuellement par Nedjmeddine Belloum.