Project

General

Profile

Anomalie #8142

la règle disparaît si la directive de redirect est loguée

Added by Gwenael Remond over 9 years ago. Updated over 9 years ago.

Status:
Fermé
Priority:
Haut
Assigned To:
Gwenael Remond
Category:
-
Start date:
Due date:
05/16/2014
% Done:

100%

Distribution:
EOLE 2.3

Description

dans le cas d'une directive de redirection, si la directive est logguée et non authentifiée, la règle de redirect disparaît.

Associated revisions

Revision 5def3b32 (diff)
Added by Gwenael Remond over 9 years ago

redirect en cas de log de la directive, fixes #8142

History

#1 Updated by Gwenael Remond over 9 years ago

  • Status changed from Nouveau to Résolu
  • % Done changed from 0 to 100

#2 Updated by Gwenael Remond over 9 years ago

  • Subject changed from la règle disparaît sir la directive de redirect est loguée to la règle disparaît si la directive de redirect est loguée
  • Status changed from Résolu to En attente d'informations

#3 Updated by Gwenael Remond over 9 years ago

  • Status changed from En attente d'informations to Résolu

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

  • Due date set to 05/16/2014

#5 Updated by Daniel Dehennin over 9 years ago

  • Status changed from Résolu to Fermé

Redirection admin->ext de 8500 vers 8501:

root@amon:~# iptables-save | grep "850\(0\|1\)" 
-A PREROUTING -i eth1 -p tcp -m tcp --dport 8500 --tcp-flags SYN,RST,ACK SYN -j REDIRECT --to-ports 8501 
-A adm-bas -p tcp -m tcp --dport 8501 -j LOG --log-prefix "iptables: era adm-ext" 
-A adm-bas -i eth1 -p tcp -m tcp --dport 8501 -j ACCEPT 

Also available in: Atom PDF