documentation/Machines virtuelles/dns.md

58 lines
1.2 KiB
Markdown
Raw Normal View History

## Machine virtuelle DNS
Cette machine est le serveur DNS autorité de l'association.
### Matériel virtuel
2021-11-16 19:39:34 +01:00
CPU : xxx
RAM : xxx Mio
Stockage de masse : 10 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`
DNS : `bind`
Mail Transfer Agent : `postfix`
### Caractéristiques notables
Domaine : dns.libre-en-communs.org
Adresse ipv4 publique : 80.67.179.96
2021-11-16 18:29:47 +01:00
Adresse ipv4 interne : 192.169.1.242
2021-11-16 19:49:02 +01:00
Adresse ipv6 publique : 2001:910:1360::11c
2021-11-16 19:02:04 +01:00
#### Configuration réseau
##### /etc/network/interfaces
2021-11-16 23:36:03 +01:00
<details>
2021-11-16 19:02:04 +01:00
# The primary network interface
allow-hotplug enp1s0
iface enp1s0 inet dhcp
iface enp1s0 inet6 static
address 2001:910:1360::11c/128
gateway 2001:910:1360::
2021-11-16 23:36:03 +01:00
</details>
2021-11-16 19:02:04 +01:00
2021-11-16 19:32:55 +01:00
##### /etc/host.allow
sshd: 192.169.1.0/24, [2001:910:1360::]/48
##### /etc/host/deny
sshd: ALL
2021-11-16 19:49:02 +01:00
### Configuration MTA
#### /etc/postfix/transport
a-lec.org :
* discard:
#### /etc/postfix/virtual
@localhost admin@a-lec.org
2021-11-16 21:06:50 +01:00
@dns.libre-en-communs.org admin@a-lec.org