FortiProxy
FortiProxy provides enterprise-class protection against internet-borne threats and Advanced Web Content Caching
pginete
Staff
Staff
Article Id 220920
Description This article describes how to change the port for admin access in FortiProxy.
Scope FortiProxy.
Solution

By default, FortiProxy GUI is accessible via HTTP (80) or HTTPS (443) port.

 

It is possible to  customize the ports by configuring on System ->Settings.

It is necessary to customize the SSH (22) and telnet (23) port.

 

customize port.PNG

 

Use the commands below to configure it via CLI.

 

# config system global

    set admin-port <custom HTTP port number>

    set admin-sport <custom HTTPS port number>

    set admin-telnet-port <custom telnet port number>

    set admin-ssh-port <custom SSH port number>

end

 

If the HTTP/HTTPS ports have changed, FortiProxy should be accessible using the URL below.

 

http://<FortiProxy IP>:<custom port>

https://<FortiProxy IP>:<custom port>

 

Contributors