[./gestion/config.py] Ajout de zamok, pour un stub de firewall ipv6

C'est encore loin d'être opérationnel.

darcs-hash:20100226030528-8fbb1-738a744765c0e576479cb8baa2a54d2ec9af3890.gz
This commit is contained in:
Olivier Huber 2010-02-26 04:05:28 +01:00
parent fada0ebf35
commit f7e1a58ffd

View file

@ -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'