Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
infra:rumba [2024/12/06 09:28] – created remiinfra:rumba [2025/11/10 12:43] (current) – [User accounts] ask the staff, not Rémi marc
Line 1: Line 1:
-===== Infrastructure Rumba =====+===== Rumba architecture ===== 
 + 
 +===== Physical Infrastructure ===== 
 +  * 1 DELL 7920 
 +  * 1 Gigabyte R282-Z92 AMD EPYC 7002 
 + 
 +===== Network ===== 
 +Rumba is located in an isolated separate network inside the school. It can be accessed via a [[infra:wireguard|Wireguard VPN]] (ask [[infra:staff|the staff]] for access). 
 + 
 +Inside this network you have a simple setup : 
 + 
 +  192.168.88.0/24 : Network appliances subnet 
 +  192.168.89.0/24 : VPN subnet 
 +  192.168.92.0/24 : Server's IDRACs subnet 
 +  192.168.93.0/24 : Servers subnet 
 +  192.168.94.0/24 : LXC containers subnet 
 +   
 +  192.168.92.1 : Server's IDRACs gateway 
 +  192.168.93.1 : Servers gateway 
 +  192.168.94.1 : Containers gateway on the bridge br0 
 +   
 +There is currently 1 physical server in it : 
 + 
 +  192.168.92.10 : Rumba1 IDRAC 
 +  192.168.93.10 : Rumba1 host 
 +   
 +   
 +**DNS server / Gateway :** 
 + 
 +In this isolated network, the Sinf provides us only their gateway as the only DNS server : 
 + 
 +  DNS / Gateway : 172.30.7.1 
 +===== Software Architecture ===== 
 + 
 +==== User accounts ==== 
 + 
 +User access is SSH based and managed by the [[infra:staff|staff]]. 
 + 
 +==== LXC Containers ==== 
 + 
 +There a few services running now : 
 + 
 + 
 +- 192.168.94.10 ISC Inventory (Snipe-IT) 
 + 
 +- 192.168.94.13 Reverse Proxy (Nginx) 
 + 
 +- 192.168.94.14 Backup of the ISC Learn Platform, for testing and disaster recovery (Moodle) 
 + 
 +- 192.168.94.20 Monitoring (TPI Rodrigo)
Back to top