Update masquerade configuration for the captive portal
Signed-off-by: Yohann D'ANELLO <ynerant@crans.org>
This commit is contained in:
parent
a808e3c793
commit
bbac76023c
1 changed files with 4 additions and 0 deletions
|
@ -71,6 +71,10 @@ nat = [
|
|||
'10.{{ subnet_ids.users_accueil }}.2.0/24': '45.66.108.25{{ apartment_block_id }}'
|
||||
},
|
||||
'extra_nat_group': 'accueil_ens23_allowed',
|
||||
'masquerade': [
|
||||
'10.{{ subnet_ids.users_accueil }}.1.0/24',
|
||||
'10.{{ subnet_ids.users_accueil }}.2.0/24',
|
||||
]
|
||||
},
|
||||
]
|
||||
|
||||
|
|
Loading…
Reference in a new issue