[config,firewall] Routage de l'intranet et du wiki sur le vlan accueil
Ignore-this: 945ca164eeedf63ae960bc5a4321040 darcs-hash:20120901105646-3a55a-05e04aa63ffacc1fd37cbf064132d3414aaaf596.gz
This commit is contained in:
parent
9670b80322
commit
2c92618905
2 changed files with 22 additions and 3 deletions
|
@ -453,8 +453,8 @@ 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/21' ],
|
||||
'accueil': ['10.51.0.0/21' ],
|
||||
'gratuit': [ '10.42.0.0/16' ],
|
||||
'accueil': ['10.51.0.0/16' ],
|
||||
'personnel-ens': ['10.2.9.0/24' ],
|
||||
'ens' : ['138.231.135.0/24'],
|
||||
'all' : [ '138.231.136.0/21', '138.231.148.0/21' ]
|
||||
|
@ -574,6 +574,11 @@ open_ports = { 'tcp' : '22' }
|
|||
debit_max_radin = 1000000
|
||||
debit_max_gratuit = 1000000
|
||||
|
||||
#######################
|
||||
## Vlan accueil ##
|
||||
#######################
|
||||
accueil_route = {'138.231.136.1':['80','443'],'138.231.136.67':['80','443']}
|
||||
|
||||
|
||||
#######################
|
||||
## Mail de bienvenue ##
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue