Ajout du proxy interne
parent
681c5eb520
commit
7ba2415647
|
@ -21,9 +21,9 @@ Pour Squid
|
||||||
- Bridge Interne VLAN 20 (PROXY)
|
- Bridge Interne VLAN 20 (PROXY)
|
||||||
- Bridge Interne VLAN 30 (INT)
|
- Bridge Interne VLAN 30 (INT)
|
||||||
- Bridge Interne VLAN 40 (CTF)
|
- Bridge Interne VLAN 40 (CTF)
|
||||||
- Bridge Interne VLAN 50 (EXT)
|
- Bridge Interne VLAN 50 (DIRTY)
|
||||||
|
|
||||||
# Table des matières
|
# Table des matières
|
||||||
1. [HAProxy](haproxy.md)
|
1. [HAProxy](haproxy.md)
|
||||||
2. [Serveur DNS](#)
|
2. [Serveur DNS](#)
|
||||||
3. [Proxy pour les contenants](#)
|
3. [Proxy pour les containers / VM](proxy_interne.md)
|
||||||
|
|
|
@ -27,7 +27,7 @@ Voici les choix techniques faits afin de répondre à ces objectifs
|
||||||
|
|
||||||
### Voilà un schéma résumé
|
### Voilà un schéma résumé
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
## Création d'un canal d'échange par clé entre les deux containers
|
## 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.
|
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 |
|
@ -14,12 +14,14 @@ Switch Interne VLAN 10
|
||||||
- Proxy Interne : 10.0.0.7
|
- Proxy Interne : 10.0.0.7
|
||||||
- Mail : 10.0.0.10
|
- Mail : 10.0.0.10
|
||||||
|
|
||||||
|
|
||||||
### PROXY
|
### PROXY
|
||||||
Switch Interne VLAN 20
|
Switch Interne VLAN 20
|
||||||
- HAProxy Alpha : 10.0.1.1
|
- HAProxy Alpha : 10.0.1.1
|
||||||
- HAProxy Beta : 10.0.1.2
|
- HAProxy Beta : 10.0.1.2
|
||||||
- Nginx Public Alpha : 10.0.1.3
|
- Nginx Public Alpha : 10.0.1.3
|
||||||
- Nginx Public Beta : 10.0.1.4
|
- Nginx Public Beta : 10.0.1.4
|
||||||
|
- Proxy Interne : 10.0.1.254
|
||||||
|
|
||||||
### INT
|
### INT
|
||||||
Switch Interne VLAN 30
|
Switch Interne VLAN 30
|
||||||
|
@ -28,6 +30,7 @@ Switch Interne VLAN 30
|
||||||
- LDAP VIP : 10.0.2.3
|
- LDAP VIP : 10.0.2.3
|
||||||
- Nginx Public Alpha : 10.0.2.4
|
- Nginx Public Alpha : 10.0.2.4
|
||||||
- Nginx Public Beta : 10.0.2.5
|
- Nginx Public Beta : 10.0.2.5
|
||||||
|
- Proxy Interne : 10.0.2.254
|
||||||
- [...] Voir DNS
|
- [...] Voir DNS
|
||||||
|
|
||||||
### CTF :
|
### CTF :
|
||||||
|
@ -39,13 +42,14 @@ Switch Interne VLAN 40
|
||||||
- CTFd Special : 10.0.3.11
|
- CTFd Special : 10.0.3.11
|
||||||
- Environnement Système : 10.0.3.12
|
- Environnement Système : 10.0.3.12
|
||||||
- Environnement Web : 10.0.3.13
|
- Environnement Web : 10.0.3.13
|
||||||
|
- Proxy Interne : 10.0.3.254
|
||||||
- [...] Rajout possible
|
- [...] Rajout possible
|
||||||
|
|
||||||
### DIRTY :
|
### DIRTY :
|
||||||
Switch Interne VLAN 50
|
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
|
### GRE internal
|
||||||
Switch Interne VLAN 100
|
Switch Interne VLAN 100
|
||||||
|
|
Loading…
Reference in New Issue