projet_serveur_krkn/applicatif/zone_dmz
Pierre Coimbra 44d268e4ee
Ajout de la création du certificat client et aide HAProxy
2020-02-28 17:15:14 +01:00
..
README.md Organisation du dépôt 2020-02-23 17:40:35 +01:00
certificat_ssl_client.md Ajout de la création du certificat client et aide HAProxy 2020-02-28 17:15:14 +01:00
dns.md Ajout de la création du certificat client et aide HAProxy 2020-02-28 17:15:14 +01:00
haproxy.md Ajout de la création du certificat client et aide HAProxy 2020-02-28 17:15:14 +01:00
proxy_interne.md Ajout de la création du certificat client et aide HAProxy 2020-02-28 17:15:14 +01:00
schema_haproxy.png Ajout du proxy interne 2020-02-23 11:28:18 +01:00

README.md

Zone DMZ

Vous trouverez ici toute la documentation relative au fonctionnement et à la configuration de la DMZ.

Cela comprend les deux HAProxy, le serveur DNS et le proxy pour l'accès à internet des contenants.

Réseau

Les services DMZ devront avoir les interfaces réseau suivantes :

  • Bridge Interne VLAN 10 (DMZ)
  • Bridge Admin VLAN 100 (ADMIN)

Pour HAProxy

  • Bridge Interne VLAN 20 (PROXY)
  • Bridge Interne VLAN 40 (CTF)

Pour Bind9

  • Bridge Interne VLAN 20 (PROXY)
  • Bridge Interne VLAN 30 (INT)
  • Bridge Interne VLAN 40 (CTF)

Pour Squid

  • Bridge Interne VLAN 20 (PROXY)
  • Bridge Interne VLAN 30 (INT)
  • Bridge Interne VLAN 40 (CTF)
  • Bridge Interne VLAN 50 (DIRTY)

Table des matières

  1. HAProxy
  2. Serveur DNS
  3. Proxy pour les containers / VM