Technical Tip: How to enable RADIUS accounting in FortiGate
Description
This article addresses enabling radius accounting listening on FortiGate.
Scope
FortiGate.
Solution
Solution
Enable Radius accounting in the interface. Configure the accounting server under the radius profile:
config user radius
edit "Radius"
config accounting-server
edit 1
set status enable
set server "x.x.x.x"
set secret ENC ***
set source-ip 0.0.0.0
next
