For When You Can't Have The Real Thing
[ start | index | login ]
start > FortiOS > 5 > Radius Definition

Radius Definition

Created by dave. Last edited by dave, 9 years and 311 days ago. Viewed 3,684 times. #1
[edit] [rdf]
labels
attachments
(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
no comments | post comment
This is a collection of techical information, much of it learned the hard way. Consider it a lab book or a /info directory. I doubt much of it will be of use to anyone else.

Useful:


snipsnap.org | Copyright 2000-2002 Matthias L. Jugel and Stephan J. Schmidt