config: plage bornes /24 -> /25
This commit is contained in:
parent
c4de365c03
commit
b3c9cc1241
1 changed files with 4 additions and 4 deletions
|
@ -213,8 +213,8 @@ plage_ens = '138.231.0.0/16'
|
||||||
NETs_primaires = {
|
NETs_primaires = {
|
||||||
'serveurs' : ['138.231.136.0/24'],
|
'serveurs' : ['138.231.136.0/24'],
|
||||||
'adherents' : ['138.231.137.0/24', '138.231.138.0/23', '138.231.140.0/22'],
|
'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'],
|
'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/24'],
|
'bornes' : ['138.231.148.0/25'],
|
||||||
'adm' : ['10.231.136.0/24'],
|
'adm' : ['10.231.136.0/24'],
|
||||||
'personnel-ens' : ['10.2.9.0/24'],
|
'personnel-ens' : ['10.2.9.0/24'],
|
||||||
'gratuit' : ['10.42.0.0/16'],
|
'gratuit' : ['10.42.0.0/16'],
|
||||||
|
@ -248,9 +248,9 @@ rid_primaires = {
|
||||||
# Rid pour les machines fixes
|
# Rid pour les machines fixes
|
||||||
'adherents' : [(256, 2047),],
|
'adherents' : [(256, 2047),],
|
||||||
# Rid pour les machines wifi
|
# Rid pour les machines wifi
|
||||||
'wifi-adh' : [(2048, 3071), (3328, 4095),],
|
'wifi-adh' : [(2048, 3071), (3200, 4095),],
|
||||||
# Rid pour les bornes
|
# Rid pour les bornes
|
||||||
'bornes' : [(3072, 3327),],
|
'bornes' : [(3072, 3199),],
|
||||||
# Rid pour machines spéciales
|
# Rid pour machines spéciales
|
||||||
'special' : [(4096, 6143),],
|
'special' : [(4096, 6143),],
|
||||||
# Rid pour les serveurs v6-only
|
# Rid pour les serveurs v6-only
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue