FortiGate
FortiGate Next Generation Firewall utilizes purpose-built security processors and threat intelligence security services from FortiGuard labs to deliver top-rated protection and high performance, including encrypted traffic.
fgilloteau_FTNT
Article Id 195569
Description
This article addresses a change between FortiOS v5.0 and FortiOS v5.2.

In FortiOS v5.0, when a RADIUS server is declared, accounting packets are automatically sent.  This is not the case with FortiOS v5.2.

Solution
In FortiOS v5.2, an accounting server must be declared.  This can be done through the CLI:
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

Contributors