Tâche #12854
Distribution EOLE - Scénario #12639: Assistance aux utilisateurs (36-38)
Inversion nom conteneur et variable modèle era
Status:
Fermé
Priority:
Normal
Assigned To:
Target version:
Remaining (hours):
0.0
Description
Test effectué sur un module AmonEcole 2.4.2 - Modèle utilisé 2zone-amonecole
Lorsque que l'on fait une directive avec l'extrémité partage, la règle iptable générée n'a pas la bonne ip.
Exemple d'une directive ext vers bastion avec comme extrémité partage :
-A ext-bas -s 192.168.x.x/32 -d 192.0.2.53/32 -i eth0 -p tcp -m tcp --dport 21 --tcp-flags SYN,RST,ACK SYN -j ACCEPT
Le problème vient du xml ou le nom du conteneur et ip adress ne sont pas correct.
<extremite zone="bastion" name="partage" libelle="conteneur partage" netmask="255.255.255.255" subnet="0" type="conteneur" interface="containers" container="internet"> <ip address="%%container_ip_proxy"/> </extremite>
container devrait être à partage et ip address à container_ip_partage
Associated revisions
interface et ip_address erroné pour le conteneu partage (ref #12854 @1h)
History
#1 Updated by Emmanuel GARETTE over 5 years ago
- Tracker changed from Anomalie to Tâche
- Status changed from Nouveau to En cours
- Assigned To set to Emmanuel GARETTE
- Estimated time set to 1.00 h
- Parent task set to #12639
- Remaining (hours) set to 1.0
#2 Updated by Emmanuel GARETTE over 5 years ago
- % Done changed from 0 to 80
- Remaining (hours) changed from 1.0 to 0.5
A voir si on fait un paquet 2.4.3.
#3 Updated by Emmanuel GARETTE over 5 years ago
- % Done changed from 80 to 100
- Remaining (hours) changed from 0.5 to 0.25
Paquet fait en 2.4.3.
#4 Updated by Scrum Master over 5 years ago
- Status changed from En cours to Résolu
#5 Updated by Fabrice Barconnière over 5 years ago
- Remaining (hours) changed from 0.25 to 0.0
OK en 2.4 dev
#6 Updated by Fabrice Barconnière over 5 years ago
- Status changed from Résolu to Fermé