The first step to configure the server is opening the UDP ports 1812 and 1813:
#ufw allow 1812/udp
Rules updated
Rules updated (v6)
The clients must be configured in /etc/freeradius/3.0/clients.conf by adding
their IPs with the "shared secret". For example, this can be done as follows:
client nashostname {
ipaddr = 172.17.5.13
secret = ourchosensecret
}
A subnet can be used as IP address too:
client mynasnetwork {
ipaddr = 172.17.5.0/24
secret = sevensecret
}
The configuration of the users can be done in the file /etc/freeradius/3.0/users by
using the following lines:
username Cleartext-Password := "userpassword"
[other-configs]
An example can be:
test-radius Cleartext-Password := "password"
Note: If your WR-Z16 unit has been used as the client, the password must
be configured for the root user. Registration of new users is not allowed in
this device so root is the only existing user.
9.7 List of supported SFPs
Information on the supported SFPs is shown in the following table. Although our devices
are compatible with other SFPs, the use of any SFP outside this list may cause
150 WR-Z16 User Manual
APPENDIX