Project

General

Profile

Anomalie #7306

manque un test dans le template 00_root_sphynx.fw

Added by Karim Ayari over 9 years ago. Updated over 9 years ago.

Status:
Fermé
Priority:
Normal
Category:
-
Start date:
Due date:
03/21/2014
% Done:

100%

Estimated time:
1.00 h
Spent time:
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

Related to eole-common - Anomalie #7309: La communication inter-tunnel ne fonctionne pas sur Sphynx Fermé 03/21/2014

Associated revisions

Revision 16bfc032 (diff)
Added by Fabrice Barconnière over 9 years ago

00_root_sphynx.fw : partie intertunnel déplacé dans eole-common ->
end_static_rules.sh
fixes #7306 ref #7309 @2h

Revision 8fdbeb16 (diff)
Added by Fabrice Barconnière over 9 years ago

end_static_rules.sh : traitement partie intertunnel provenant de
conf-sphynx (00_root_sphynx.fw)
fixes #7309 ref #7306 @2h

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

#3 Updated by Joël Cuissinat over 9 years ago

  • Assigned To set to Fabrice Barconnière

#4 Updated by Gilles Grandgérard over 9 years ago

  • Status changed from Résolu to Fermé

ok

Also available in: Atom PDF