# vi clients.conf
client AccesPointNetwork {
ipaddr = 10.2.25.0/24
secret = "<SENHA>"
}
client home {
ipaddr = IP ou RANGE
secret = "<PASS>"
shortname = <YOUR_SSID>
}
Reinicie o serviço.
# systemctl restart radiusd.service
Link: 1 / 2
client home {
ipaddr = 192.168.1.10
proto = *
secret = <PASSWORD USED BY YOUR AP TO AUTHENTICATE WITH THIS RADIUS SERVER>
shortname = <YOUR_SSID>
require_message_authenticator = no
nas_type = other
limit {
max_connections = 16
lifetime = 0
idle_timeout = 30
}
}