[./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:
parent
fada0ebf35
commit
f7e1a58ffd
1 changed files with 6 additions and 2 deletions
|
@ -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'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue