49 lines
1.1 KiB
Markdown
49 lines
1.1 KiB
Markdown
## Machine virtuelle Www
|
|
|
|
Cette machine est destinée à accueillir le site web de l'association
|
|
|
|
### 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 http : `nginx`
|
|
Gestionnaire FastCGI : `php-fpm` version 7.4
|
|
|
|
### Caractéristiques notables
|
|
|
|
Domaine : www.a-lec.org
|
|
Adresse ipv4 publique : 80.67.179.96
|
|
Adresse ipv4 interne : 192.169.100.188
|
|
Adresse ipv6 publique : 2001:910:1360::1ca
|
|
|
|
#### Configuration réseau
|
|
|
|
##### /etc/network/interfaces
|
|
|
|
# The loopback network interface
|
|
auto lo
|
|
iface lo inet loopback
|
|
|
|
# The primary network interface
|
|
allow-hotplug enp1s0
|
|
iface enp1s0 inet dhcp
|
|
iface enp1s0 inet6 static
|
|
address 2001:910:1360::1ca/128
|
|
gateway 2001:910:1360::
|
|
|
|
##### /etc/host.allow
|
|
|
|
sshd: 192.169.1.0/24, [2001:910:1360::]/48
|
|
|
|
##### /etc/host/deny
|
|
|
|
sshd: ALL
|