FortiProxy
FortiProxy provides enterprise-class protection against internet-borne threats and Advanced Web Content Caching
tana
Staff
Staff
Article Id 225908
Description

 

This article explains how to limit IP addresses that can reach the administrative interface of FortiProxy.

 

This procedure will limit the FortiProxy administrative access to specific range of IP addresses on specific interface.

 

Scope

 

FortiProxy Management.

 

Solution

 

Via GUI

 

1) Navigate from Network -> Interfaces -> Select the Port -> Edit.

 

Toggle enable the option 'Dedication Management Port'.

 

tana_0-1665049873123.png

 

2) Input Trusted Host 1 and select '+' to have more IP ranges.

 

Via CLI

 

1) Open an SSH to the system or CLI console via GUI and execute the following command:

 

# config system interface
    edit port1
        set dedicated-to management
        set trust-ip-1 <IP> <Subnet>
end

Contributors