Ajout du proxy interne

master
Pierre Coimbra 2020-02-23 11:25:49 +01:00
parent 681c5eb520
commit 7ba2415647
No known key found for this signature in database
GPG Key ID: F9C449C78F6FAEE6
4 changed files with 9 additions and 5 deletions

View File

@ -21,9 +21,9 @@ Pour Squid
- Bridge Interne VLAN 20 (PROXY)
- Bridge Interne VLAN 30 (INT)
- Bridge Interne VLAN 40 (CTF)
- Bridge Interne VLAN 50 (EXT)
- Bridge Interne VLAN 50 (DIRTY)
# Table des matières
1. [HAProxy](haproxy.md)
2. [Serveur DNS](#)
3. [Proxy pour les contenants](#)
3. [Proxy pour les containers / VM](proxy_interne.md)

View File

@ -27,7 +27,7 @@ Voici les choix techniques faits afin de répondre à ces objectifs
### Voilà un schéma résumé
![Topologie de la zone DMZ](schema_dmz.png)
![Topologie de HAProxy](schema_haproxy.png)
## Création d'un canal d'échange par clé entre les deux containers
Afin de pouvoir faire des scp de manière automatique entre les deux containers, il faut mettre en place une connexion ssh par clé en root entre les deux containers.

Binary file not shown.

Before

Width:  |  Height:  |  Size: 143 KiB

View File

@ -14,12 +14,14 @@ Switch Interne VLAN 10
- Proxy Interne : 10.0.0.7
- Mail : 10.0.0.10
### PROXY
Switch Interne VLAN 20
- HAProxy Alpha : 10.0.1.1
- HAProxy Beta : 10.0.1.2
- Nginx Public Alpha : 10.0.1.3
- Nginx Public Beta : 10.0.1.4
- Proxy Interne : 10.0.1.254
### INT
Switch Interne VLAN 30
@ -28,6 +30,7 @@ Switch Interne VLAN 30
- LDAP VIP : 10.0.2.3
- Nginx Public Alpha : 10.0.2.4
- Nginx Public Beta : 10.0.2.5
- Proxy Interne : 10.0.2.254
- [...] Voir DNS
### CTF :
@ -39,13 +42,14 @@ Switch Interne VLAN 40
- CTFd Special : 10.0.3.11
- Environnement Système : 10.0.3.12
- Environnement Web : 10.0.3.13
- Proxy Interne : 10.0.3.254
- [...] Rajout possible
### DIRTY :
Switch Interne VLAN 50
- 10.0.4.0/24
- Proxy Interne : 10.0.4.254
Pas de containers permanent
Pas d'autres containers permanent (10.0.4.0/24)
### GRE internal
Switch Interne VLAN 100