From 5118be2c14b4565ab8bf3c5a19c77453074d6876 Mon Sep 17 00:00:00 2001 From: pauget Date: Tue, 24 May 2005 23:42:16 +0200 Subject: [PATCH] On en remet quelques unes quand mme. darcs-hash:20050524214216-41617-2178a062ccdb4b22a692b9026766ca3f4f769b4e.gz --- gestion/gen_confs/firewall_crans.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/gestion/gen_confs/firewall_crans.py b/gestion/gen_confs/firewall_crans.py index 9542822b..e98299fe 100755 --- a/gestion/gen_confs/firewall_crans.py +++ b/gestion/gen_confs/firewall_crans.py @@ -83,7 +83,8 @@ class firewall_crans : log_template = '-m limit --limit 1/s --limit-burst 1 -j LOG --log-level notice --log-prefix ' filtre_flood = '-m hashlimit --hashlimit 20 --hashlimit-mode srcip,dstip --hashlimit-name flood' - liste_reseaux_non_routables = [ ] + liste_reseaux_non_routables = [ '10.0.0.0/8', '172.16.0.0/12', + '169.254.0.0/16', '192.168.0.0/16' , '224.0.0.0/4' ] machines = [] debug = 1