Skip to main content
FortiElie
Staff
Staff
March 10, 2025

Technical Tip: Configure Out-of-Band Management Access on FortiNAC-F v7.6.2

  • March 10, 2025
  • 0 replies
  • 357 views
Description This article describes how to configure out-of-band management access on FortiNAC-F v7.6.2.
Scope FortiNAC-F v7.6.2.
Solution

Starting from v 7.6.2, it is now possible to configure out-of-band (other than port1 and port2) management access on FortiNAC.

 

  1. On FortiNAC CLI, configure one of the ports from 3 to 6 with the appropriate IP addressing, and enable 'https-adminui' for 'allowaccess':

 

config system interface
    edit port3
        set ip 192.168.63.75/24
        set allowaccess https-adminui
    end
end

 

  1. Configure a route toward the management host, make sure NOT to configure default route (0.0.0.0) here, set the 'dst' to a specific subnet or host, to avoid conflicts with the default route configured for port 1:

 

config router static
    edit 3
        set dst 192.168.5.0/24
        set gateway 192.168.63.1
        set device port3
end


Related documents:

What's New in FortiNAC F 7.6.2

Interface 

Step 4: Assign Static IP Address for port1