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.
ppatel
Staff
Staff
Article Id 196525

Description

 
This article describes how to set the source IP address in order to connect FSSO, LDAP and Radius when the closest interface does not have an IP address.

 

Scope

 

FortiGate.


Solution


For FSSO.

 

config user fsso
    edit <FSSO object name>
        set source-ip <IP address associated an interface>
    end

 

For LDAP.

 

config user ldap
    edit <LDAP object name>
        set source-ip <IP address associated an interface>
    end

 

For RADIUS:

 

config user radius

    edit <radius object name>

        set source-ip <IP address associated an interface or client configured on radius server>

    end

 

WARNING.
This setting does not exist for local polling!

 

config user fsso
    edit "Local FSSO Agent"
end