Étape | Action |
---|---|
🛠 | Ouvre dnsmgmt.msc sur ton DC |
✏️ | Modifie l’entrée A glpi.comptaplus.loc |
📌 | Nouvelle IP = 192.168.30.3 (DMZ) |
💡 | Vide le cache DNS : ipconfig /flushdns sur serveur et postes |
Source | Destination | Ports | Description |
---|---|---|---|
LAN net | 192.168.30.3 | TCP 80, 443 | Accès Web GLPI |
Source | Destination | Port | Description |
---|---|---|---|
192.168.30.3 |
| TCP 636 | Authentification LDAP sécurisée |
PORT FORWARD
Type | Détail | |||||||
---|---|---|---|---|---|---|---|---|
PAT | WAN | TCP/UDP | * | * | WAN net | http /https | 192.168.20.3 | http/https |
Firewall | Autoriser TCP 443 sur l’interface WAN (auto ou manuel) |
Source | Destination | Port(s) | Description |
---|---|---|---|
192.168.30.3 | * | 53, 443 | DNS + MAJ, accès web externe |
Source | Destination | Port | Description |
---|---|---|---|
192.168.10.1 (PC_ADM) | 192.168.30.3 | TCP 22 | Administration SSH du serveur GLPI |
Test | Commande ou action |
---|---|
Résolution DNS | nslookup glpi.comptaplus.loc ➔ doit donner 192.168.30.3 |
Agent GLPI | glpi-agent --debug --no-fork |
Accès Web | https://glpi.comptaplus.loc depuis LAN et depuis Internet |
LDAPS | Vérifie dans GLPI : connexion LDAP ➔ OK |
SSH | ssh glpi@192.168.30.3 depuis 192.168.10.1 |
Action | Pourquoi |
---|---|
Supprimer ancienne règle vers 192.168.20.3 | GLPI n'est plus sur le réseau SRV |
Archiver l'ancienne conf GLPI | Bonnes pratiques post-migration |