Project

General

Profile

Evolution #3537

Possibilité d'activer des modules noyaux avec eole-firewall

Added by Joël Cuissinat over 11 years ago. Updated almost 11 years ago.

Status:
Fermé
Priority:
Normal
Assigned To:
Category:
-
Start date:
05/29/2012
Due date:
% Done:

100%

Estimated time:
1.00 h
Spent time:
Distribution:
EOLE 2.3

Description

Afin de résoudre #3272 pour le mode conteneur, il faudrait pouvoir ajouter un paramètre aux règles du genre :

load_modules=['ip_conntrack_ftp']


Related issues

Blocks conf-scribe - Anomalie #3272: Pas d'accès FTP Fermé 04/11/2012
Precedes conf-scribe - Anomalie #4713: impossible d'accéder en FTP par le navigateur Fermé 01/16/2013

Associated revisions

Revision 16af352d (diff)
Added by moyooo over 11 years ago

bug on problem navigation see #3537

Revision b636e241 (diff)
Added by Joël Cuissinat about 11 years ago

Activation de modules noyaux avec eole-firewall

  • loader.py : lecture des modules noyaux
  • processor.py : génération des commandes associées

Fixes #3537 @30m

History

#1 Updated by Joël Cuissinat about 11 years ago

  • Target version changed from Mises à jour 2.3.6 RC to Mises à jour 2.3.7 RC

#2 Updated by Joël Cuissinat about 11 years ago

  • Description updated (diff)
  • Assigned To set to Emmanuel GARETTE

#3 Updated by Joël Cuissinat about 11 years ago

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

#4 Updated by Joël Cuissinat almost 11 years ago

  • Status changed from Résolu to Fermé
root@amonecole-eclair:~# echo "allow_dest(ip='192.168.230.201', port='7777', load_modules=['nfs_acl'])" > /usr/share/eole/firewall/00_fichier_test.fw 
root@amonecole-eclair:~# rmmod nfs_acl
root@amonecole-eclair:~# lsmod | grep ^nfs
root@amonecole-eclair:~# /etc/init.d/bastion restart
 * Stopping l7filter                                                                                                          [ OK ] 
 * Stopping Serveur Creole: creole_serv                                                                                       [ OK ] 
 * Stopping firewall: bastion                                                                                                 [ OK ] 
 * Starting Serveur Creole: creole_serv                                                                                       [ OK ] 
 * Starting firewall: bastion (modèle "2zones-amonecole-nginx")                                                               [ OK ]
 * Starting l7filter                                                                                                          [ OK ] 
root@amonecole-eclair:~# lsmod | grep ^nfs
nfs_acl                 2245  0 

Also available in: Atom PDF