19 lines
426 B
Text
19 lines
426 B
Text
|
client radius-filaire {
|
||
|
ipaddr = 10.130.{{ apartment_block_id }}.0
|
||
|
netmask = 24
|
||
|
secret = {{ radius_secret_wired }}
|
||
|
require_message_authenticator = no
|
||
|
nastype = other
|
||
|
virtual_server = radius-filaire
|
||
|
}
|
||
|
|
||
|
|
||
|
client aurore-wifi {
|
||
|
ipaddr = 10.{{ subnet_ids.ap }}.0.0
|
||
|
netmask = 16
|
||
|
secret = {{ radius_secret_wifi }}
|
||
|
require_message_authenticator = no
|
||
|
nastype = other
|
||
|
virtual_server = radius-wifi
|
||
|
}
|