RADIUS Client is an access server (hardware or software) which will use Evolynx
Radius for AAA services.
- IP Address
Is the IP Address of the Client box.
- Secret
A password shared between Server and Client. This text string can have up to 30
alpha-numeric characters.
Please note that by default Evolynx RADIUS loads the Client information from a text
file named "clients.txt". In order to read the client information from SQL database,
you must change the "EvolynxRadius.exe.config" file (more
...).
Using wildcard character "*"
It's possible to use "*" wild card character to define a set of Clients with the
same Secret value. All examples bellow are valid values for Client IP adderss:
192.168.1.*
192.*.1.1
*.*.1.1
*.*.*.*
*
|