Update masquerade configuration for the captive portal

Signed-off-by: Yohann D'ANELLO <ynerant@crans.org>
This commit is contained in:
ynerant 2021-02-01 17:08:24 +01:00 committed by ynerant
parent a808e3c793
commit bbac76023c
Signed by untrusted user: ynerant
GPG key ID: 3A75C55819C8CF85

View file

@ -71,6 +71,10 @@ nat = [
'10.{{ subnet_ids.users_accueil }}.2.0/24': '45.66.108.25{{ apartment_block_id }}' '10.{{ subnet_ids.users_accueil }}.2.0/24': '45.66.108.25{{ apartment_block_id }}'
}, },
'extra_nat_group': 'accueil_ens23_allowed', 'extra_nat_group': 'accueil_ens23_allowed',
'masquerade': [
'10.{{ subnet_ids.users_accueil }}.1.0/24',
'10.{{ subnet_ids.users_accueil }}.2.0/24',
]
}, },
] ]