FastPCRF settings

Radius Accounting packages are sent by default to 1813 Radius server port. You can specify a different port globally for all the radius servers or specifically for a given radius server:

radius_server=secret@192.168.200.1%eth1:1812;acct_port=34567

You can also specify a secret for Radius accounting for each server separately; this can be done using the acct_secret option of radius_server parameter:

radius_server=qwerty@192.168.200.1%eth1:1812;acct_port=34567;acct_secret=123456

The qwerty secret will be used for authorization requests in the example above, and 123456 will be used for the accounting ones.