diff --git a/gestion/config/config.py b/gestion/config/config.py index b9a87d01..d9f64ad1 100644 --- a/gestion/config/config.py +++ b/gestion/config/config.py @@ -373,10 +373,10 @@ vlans = { 'isolement' : 9, # Vlan de tests de chiffrement DSI 'chiffrement': 11, - # Vlan federez-wifi - 'federez': 12, # VLan des appartements de l'ENS 'appts': 21, + # Vlan federez-wifi + 'federez': 22, # Vlan evenementiel (install-party, etc) 'event': 10, # Vlan zone routeur ens (zrt) diff --git a/gestion/config/firewall.py b/gestion/config/firewall.py index aedfa1d1..208e2ea6 100644 --- a/gestion/config/firewall.py +++ b/gestion/config/firewall.py @@ -21,7 +21,7 @@ dev = { 'wifi' : 'crans.3', 'fil' : 'crans', 'app' : 'crans.21', - 'federez' : 'crans.12', + 'federez' : 'crans.22', 'adm' : 'crans.2', 'tun-soyouz' : 'tun-soyouz' },