Skip to main content
Sgagan
Staff
Staff
August 24, 2023

Technical Tip: Use MGMT port inside the firewall policy

  • August 24, 2023
  • 0 replies
  • 6267 views
Description This article covers a problem when the MGMT interface is used in the firewall policy, but it does not appear in the list of interfaces.
Scope FortiGate.
Solution

The reason why the MGMT cannot be selected by the policy is because of the dedicated-to-management option. Try to remove this option and it can be selected normally by the policy:

 

Sgagan_0-1692812146493.png

 

How to fix:


config system interface
    edit “mgmt”
        unset dedicated-to <----- Unset the dedicated to management configuration.
    end

 

Sgagan_1-1692812146494.png

 

Note:

Typically based on the FortiGate model architecture, the MGMT interface will not be offloaded as they are not part of the ASIC.