From 7ca330d8b27d13a7f1c493cc2517fdee5a070615 Mon Sep 17 00:00:00 2001 From: chove Date: Wed, 29 Mar 2006 15:33:27 +0200 Subject: [PATCH] les nounous peuvent aller sur le vlan adm aussi pour l'https darcs-hash:20060329133327-4ec08-e547d36465b19ec123c7fdd58eb26a8cb52c4e97.gz --- gestion/gen_confs/firewall.py | 1 + 1 file changed, 1 insertion(+) diff --git a/gestion/gen_confs/firewall.py b/gestion/gen_confs/firewall.py index 19124139..8fcfd3bc 100755 --- a/gestion/gen_confs/firewall.py +++ b/gestion/gen_confs/firewall.py @@ -606,6 +606,7 @@ class firewall_komaz(firewall_crans) : for machine in nounou_machines : self.anim.cycle() iptables("-I ADMIN_VLAN -p tcp -s %s --dport ssh -j ACCEPT" % machine) + iptables("-I ADMIN_VLAN -p tcp -s %s --dport https -j ACCEPT" % machine) self.anim.reinit() print OK