Local RADIUS server configuration
| Блок кода | ||||
|---|---|---|---|---|
| ||||
wlc# configure wlc(config)# radius-server local |
...
The virtual server settings contain port numbers for authentication and accounting, proxying settings to the external RADIUS server. The use of standard ports (1812 for authentication and 1813 for accounting) does not require configuration. To proxy RADIUS requests to an external server, proxy-mode must be enabled:
| Подсказка | ||||
|---|---|---|---|---|
| ||||
Server-type auth — used to proxy only authentication requests. Requests will be proxied to the port specified in the port parameter (by default 1812). Server-type acct — used to proxy only accounting requests. Proxying will be done to the port specified in the port parameter (by default 1812). Change it if necessary (the default port for the account is 1813). Server-type all — used for proxying authentication and account requests. Authentication requests will be proxied to the port specified in the port parameter (by default 1812), and accounting will be proxied to port = 'port'+1 (i.e. default is 1813). |
...
| Раскрыть | |||||||
|---|---|---|---|---|---|---|---|
|
Scroll Pagebreak