This shows you the differences between two versions of the page.
|
clients [2014/08/22 12:50] |
clients [2025/07/20 21:33] (current) |
||
|---|---|---|---|
| Line 1: | Line 1: | ||
| + | === RADIUS Client === | ||
| + | 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. | ||
| + | |||
| + | === 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 address: | ||
| + | |||
| + | <code> | ||
| + | 192.168.1.* | ||
| + | 192.*.1.1 | ||
| + | *.*.1.1 | ||
| + | *.*.*.* | ||
| + | *</code> | ||