From b3c9cc124183ee04126fd849a7ca8c8f09b898d4 Mon Sep 17 00:00:00 2001 From: Daniel STAN Date: Sat, 30 Aug 2014 12:04:35 +0200 Subject: [PATCH] config: plage bornes /24 -> /25 --- gestion/config/config.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/gestion/config/config.py b/gestion/config/config.py index 2bd1c05c..e6c78104 100644 --- a/gestion/config/config.py +++ b/gestion/config/config.py @@ -213,8 +213,8 @@ plage_ens = '138.231.0.0/16' NETs_primaires = { 'serveurs' : ['138.231.136.0/24'], 'adherents' : ['138.231.137.0/24', '138.231.138.0/23', '138.231.140.0/22'], - 'wifi-adh' : ['138.231.144.0/22', '138.231.149.0/24', '138.231.150.0/23'], - 'bornes' : ['138.231.148.0/24'], + 'wifi-adh' : ['138.231.144.0/22', '138.231.148.128/25', '138.231.149.0/24', '138.231.150.0/23'], + 'bornes' : ['138.231.148.0/25'], 'adm' : ['10.231.136.0/24'], 'personnel-ens' : ['10.2.9.0/24'], 'gratuit' : ['10.42.0.0/16'], @@ -248,9 +248,9 @@ rid_primaires = { # Rid pour les machines fixes 'adherents' : [(256, 2047),], # Rid pour les machines wifi - 'wifi-adh' : [(2048, 3071), (3328, 4095),], + 'wifi-adh' : [(2048, 3071), (3200, 4095),], # Rid pour les bornes - 'bornes' : [(3072, 3327),], + 'bornes' : [(3072, 3199),], # Rid pour machines spéciales 'special' : [(4096, 6143),], # Rid pour les serveurs v6-only