Created on
10-02-2019
02:07 AM
Edited on
11-13-2024
06:40 AM
By
Stephen_G
Description
This article describes the steps to configure FortiGate to send RADIUS Accounting messages containing usernames and IP address of SSL VPN users.
Useful links:
CLI Reference.
Scope
FortiGate v5.6.11+,
FortiGate v6.0.7+,
FortiGate v6.2.1+.
Solution
Consider the following important requirements before implementing this solution:
config user radius
edit <RADIUS_PROFILE_NAME>
set server <Radius_Server_IP> <----- Specify the IP address of the RADIUS authentication server.
set secret <password> <----- Secret used to authenticate with the RADIUS authentication server.
set acct-interim-interval 600 <----- Enable sending of Interim Accounting updates every 10 minutes.
config accounting-server
edit 1
set status enable <----- Enable sending of RADIUS Accounting messages.
set server <Radius_Server_IP> <----- Specify the IP address of the RADIUS accounting server.
set secret <password> <----- Secret used to authenticate with the RADIUS accounting server.
next
end
next
end
Example:
The Fortinet Security Fabric brings together the concepts of convergence and consolidation to provide comprehensive cybersecurity protection for all users, devices, and applications and across all network edges.
Copyright 2025 Fortinet, Inc. All Rights Reserved.