## Machine virtuelle XMPP Cette machine est destinée à accueillir le service XMPP ### Matériel virtuel CPU : 1 RAM : 1000 Mio Stockage de masse : 50 Gio ### Logiciel Système d'exploitation : Debian GNU/Linux-libre 11 (Bullseye) Noyau : Linux-libre LTS (`linux-libre-lts` des dépôts https://linux-libre.fsfla.org) Sécurités de la maintenance : `etckeeper`, `mollyguard`, `git`, `tig`, `screen` Mail Transfer Agent : `postfix` Serveur XMPP : `ejabberd` ### Caractéristiques notables Domaine : xmpp.a-lec.org Adresse ipv4 publique : 80.67.179.96 Adresse ipv4 interne : 192.169.100.189 Adresse ipv6 publique : 2001:910:1360:1:5054:ff:fe0b:a6ed #### Configuration réseau ##### /etc/network/interfaces # The primary network interface allow-hotplug enp1s0 iface enp1s0 inet dhcp address 192.169.1.211 netmask 255.255.255.255 gateway 192.169.100.1 iface enp1s0 inet6 static address 2001:910:1360::142/128 gateway 2001:910:1360:: ##### /etc/hosts.allow sshd: 192.169.1.0/24, [2001:910:1360::]/48 ##### /etc/hosts.deny sshd: ALL