Skip to main content

Radius Server Definition

(2014-06-14)

On the smaller FortiGates, the GUI doesn't include the ability to define Radius servers. So you have to do it via the command line.

This is a minimal Radius server definition:

config user radius
    edit "DC Radius"
        set server "192.168.1.212"
        set secret 1a2b3
        set all-usergroup disable
        set use-management-vdom disable
        set nas-ip 0.0.0.0
        set radius-port 0
        set h3c-compatibility disable
        set auth-type auto
        set source-ip 0.0.0.0
        set rsso disable
    next
end