From f8677dbf222b5140d8ca31554ac9b860343c5cce Mon Sep 17 00:00:00 2001 From: Nicolas Dandrimont Date: Wed, 3 Mar 2010 17:53:43 +0100 Subject: [PATCH] =?UTF-8?q?[config]=20On=20r=C3=A9duit=20la=20taille=20du?= =?UTF-8?q?=20vlan=20gratuit=20pour=20que=20les=20mid=20ne=20d=C3=A9borden?= =?UTF-8?q?t=20pas?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit De toute façon, un /21 pour 3 machines... darcs-hash:20100303165343-ffbb2-7e82bc291400506af76e89f5eb8ada1f4c324688.gz --- gestion/config.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gestion/config.py b/gestion/config.py index db1edc6a..732bdd72 100644 --- a/gestion/config.py +++ b/gestion/config.py @@ -381,7 +381,7 @@ NETs = { 'serveurs' : [ '138.231.136.0/28' ], '138.231.147.0/24', '138.231.149.0/24', '138.231.150.0/24', '138.231.151.0/24' ], 'fil' : [ '138.231.136.0/21' ], 'wifi': [ '138.231.144.0/21' ], - 'gratuit': [ '10.42.0.0/16' ], + 'gratuit': [ '10.42.0.0/21' ], 'personnel-ens': ['10.2.9.0/24' ], 'ens' : ['138.231.135.0/24'], 'all' : [ '138.231.136.0/21', '138.231.148.0/21' ]