Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revision | |||
| en:radius_config [2015/04/06 17:09] – translator1 | en:radius_config [Unknown date] (current) – removed - external edit (Unknown date) 127.0.0.1 | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| - | Radius events monitor is configured by the file / | ||
| - | |||
| - | ==Configuring network interfaces to use:== | ||
| - | The interfaces available for configuring have names in format dna< | ||
| - | |||
| - | ==Example 1== | ||
| - | The complete configuration file: | ||
| - | < | ||
| - | # FastDPI RADIUS configuration parameters | ||
| - | # | ||
| - | in_dev=dna0 | ||
| - | # | ||
| - | # | ||
| - | # | ||
| - | # | ||
| - | # | ||
| - | |||
| - | rad_acct_port=1646 - port number to listen to Radius Accounting packets | ||
| - | # | ||
| - | # | ||
| - | rad_check_code_pdu=2: | ||
| - | rad_check_acct_status_type=1: | ||
| - | |||
| - | mem_preset=1 - initialize memory upon start | ||
| - | |||
| - | # | ||
| - | # fdpi_servers The list of DPI servers in the cluster | ||
| - | # | ||
| - | fdpi_servers=123.45.67.83: | ||
| - | </ | ||
| - | |||
| - | Please check [[radius_admin|administration]] chapter as well. | ||