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.
Cayazo
Staff & Editor
Staff & Editor
Article Id 414301
Description This article describes how to configure a RADIUS server in the FortiGate and change the source interface for the RADIUS requests.
Scope FortiGate
Solution

FortiOS 7.6.x:

 

  1. Go to Users & Authentication -> RADIUS Servers.
  2. Select the specific server.
  3. Select Edit and select the Advanced tab.
  4. In the Source Interface section, select the new interface expected for the RADIUS requests to come from.

FortiOS 7.4.x and prior:

 

It is configurable only over the CLI. These are the required commands:

 

config user radius
    edit "RADIUS_Server_Name"
        set source-interface "interface_name"
    next
end

 

Note:

Make sure that the new interface selected is up and running with a valid IP address.

 

To test the connectivity, place a capture with the configured RADIUS port:

 

diagnose sniffer capture any 'port <RADIUS_port>' 4 0 l

Contributors