Vue d'ensemble Infrastructure
Cette section documente l'infrastructure technique complète : serveurs Proxmox, conteneurs LXC, réseau et services.
Architecture globale
graph TB
subgraph Internet
OVH[Serveur OVH<br/>ns3033293.ip-51-77-XX.eu]
Freebox[Freebox<br/>192.168.1.254]
end
subgraph Réseau Local
AX3600E[AX3600 Étage<br/>192.168.1.1<br/>OpenWRT]
AX3600B[AX3600 Bureau<br/>192.168.1.2<br/>OpenWRT]
end
subgraph Cluster Proxmox
PVE1[proxmox<br/>192.168.1.32<br/>Production]
PVE2[proxmox2<br/>192.168.1.70<br/>Dev/Admin]
PVE3[proxmox3<br/>192.168.1.17<br/>Média/Backup]
end
subgraph Stockage
NAS[Synology NAS<br/>192.168.1.10]
PBS[PBS<br/>192.168.1.165]
end
Freebox --> AX3600E
AX3600E --> AX3600B
AX3600E --> PVE1
AX3600E --> PVE2
AX3600E --> PVE3
AX3600E --> NAS
PVE3 --> PBS
Cluster Proxmox
| Nœud |
IP |
Rôle |
Services principaux |
| proxmox |
192.168.1.32 |
Production |
Home Assistant, Frigate, EVCC, NPM, AdGuard |
| proxmox2 |
192.168.1.70 |
Développement |
VSCode Server, Gitea, outils admin |
| proxmox3 |
192.168.1.17 |
Média/Backup |
Immich, PBS, Swizzin, m3u-editor |
Services critiques
| Service |
VMID |
Type |
IP |
Port |
Nœud |
| Home Assistant |
100 |
VM |
192.168.1.152 |
8123 |
proxmox |
| Frigate NVR |
116 |
LXC |
192.168.1.32 |
5000 |
proxmox |
| EVCC |
132 |
LXC |
192.168.1.32 |
7070 |
proxmox |
| Nginx Proxy Manager |
119 |
LXC |
192.168.1.32 |
81 |
proxmox |
| AdGuard DNS |
110 |
LXC |
192.168.1.32 |
53 |
proxmox |
| Immich |
113 |
LXC |
192.168.1.17 |
2283 |
proxmox3 |
| VSCode Server |
125 |
LXC |
192.168.1.70 |
8443 |
proxmox2 |
| PBS |
- |
VM |
192.168.1.165 |
8007 |
proxmox3 |
Réseau
Plan d'adressage
| Plage |
Usage |
| 192.168.1.1-99 |
Services fixes (serveurs, infrastructure) |
| 192.168.1.100-199 |
DHCP dynamique (clients) |
| 192.168.1.200-254 |
IoT (caméras, capteurs) |
DNS & DHCP
- AdGuard Home : 192.168.1.32:53
- Filtrage publicités et trackers
- Résolution locale des noms
.local
Stockage
NAS Synology
- IP : 192.168.1.10
- Partages NFS : Médias, backups, documents
- Montages :
/mnt/docs, /mnt/media
Proxmox Backup Server (PBS)
- IP : 192.168.1.165
- Port : 8007
- Rétention : 7 daily, 4 weekly, 3 monthly
- Stockage : Backups VMs et LXC
Accès
| Service |
URL |
| Proxmox (prod) |
https://192.168.1.32:8006 |
| Proxmox (dev) |
https://192.168.1.70:8006 |
| Proxmox (média) |
https://192.168.1.17:8006 |
| PBS |
https://192.168.1.165:8007 |
Pages liées