From f7e1a58ffda7778b566a68800a0419e2fc96f061 Mon Sep 17 00:00:00 2001 From: Olivier Huber Date: Fri, 26 Feb 2010 04:05:28 +0100 Subject: [PATCH] [./gestion/config.py] Ajout de zamok, pour un stub de firewall ipv6 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit C'est encore loin d'ĂȘtre opĂ©rationnel. darcs-hash:20100226030528-8fbb1-738a744765c0e576479cb8baa2a54d2ec9af3890.gz --- gestion/config.py | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/gestion/config.py b/gestion/config.py index 5fa05a5e..6063b6c7 100644 --- a/gestion/config.py +++ b/gestion/config.py @@ -453,14 +453,18 @@ mid = { role = { 'komaz' : ['main-router'], 'sable' : ['main-proxy'], 'titanic' : ['appt-proxy', 'failover-proxy'], - 'gordon' : ['wifi-router'] + 'gordon' : ['wifi-router'], + 'zamok' : ['adherents-server'] } filter_policy = { 'komaz' : { 'policy_input' : 'ACCEPT', 'policy_forward' : 'DROP', 'policy_output' : 'ACCEPT' }, - + 'zamok' : { 'policy_input' : 'ACCEPT', + 'policy_forward' : 'DROP', + 'policy_output' : 'ACCEPT' + }, 'default' : { 'policy_input' : 'ACCEPT', 'policy_forward' : 'ACCEPT', 'policy_output' : 'ACCEPT'