Anomalie #7306
manque un test dans le template 00_root_sphynx.fw
Status:
Fermé
Priority:
Normal
Assigned To:
Category:
-
Target version:
Distribution:
EOLE 2.3
Description
malgré que fw_interetab_accept soit à non les règles sont tout de même ajoutées.
ajouter un test avant le dernier bloc :
for %%ip_etab in %%ip_source_etab
%if %%ip_etab.proto_dest_etab == "tout"
allow_ipsec(interface='eth0', ip='%ip_etab/%%ip_etab.netmask_source_etab', dest_ip='%%ip_etab.ip_dest_etab/%%ip_etab.netmask_dest_etab')
else if %%ip_etab.proto_dest_etab == "icmp"
allow_ipsec(interface='eth0', ip='%ip_etab/%%ip_etab.netmask_source_etab', dest_ip='%%ip_etab.ip_dest_etab/%%ip_etab.netmask_dest_etab', protocol='icmp')
else
allow_src(interface='eth0', ip='%ip_etab/%%ip_etab.netmask_source_etab', protocol='ipsec', dest_port='%%ip_etab.port_dest_etab')
#-m state --state NEW
%end if
%end for
Related issues
Associated revisions
History
#1 Updated by Fabrice Barconnière over 9 years ago
- Project changed from Distribution EOLE to conf-sphynx
- Due date set to 03/21/2014
- Status changed from Nouveau to Accepté
- Target version set to Mises à jour 2.3.13
- Estimated time set to 1.00 h
#2 Updated by Fabrice Barconnière over 9 years ago
- Status changed from Accepté to Résolu
- % Done changed from 0 to 100
Appliqué par commit 16bfc0321fb79d74e8bf08450d17dc20bc7bc3e1.
#3 Updated by Joël Cuissinat over 9 years ago
- Assigned To set to Fabrice Barconnière