Fortinet white logo
Fortinet white logo

Examples

Enabling the web proxy feature

Enabling the web proxy feature

To enable the web proxy feature:
  1. Log in to FortiPAM.
  2. Go to Network > Interfaces.
  3. According to your network topology, double-click a WAN interface and enable Explicit web proxy.

    Alternatively, use the following CLI commands to enable the web proxy feature for the interface that handles incoming and outgoing traffic.

    config system interface
     edit "port1"
      set explicit-web-proxy enable #must be enabled
     next
    end

    After the web proxy has been enabled, FortiPAM starts the web proxy service on the WAN interface where web proxy was enabled with port 8080.

    If you want to change the port from 8080 to any other port, use the following CLI commands.

    config web-proxy explicit-proxy 
     edit "web-proxy"
      set http-incoming-port 65530 #between 0 - 65535, default = 8080
     next
    end
  4. Click OK.

Enabling the web proxy feature

Enabling the web proxy feature

To enable the web proxy feature:
  1. Log in to FortiPAM.
  2. Go to Network > Interfaces.
  3. According to your network topology, double-click a WAN interface and enable Explicit web proxy.

    Alternatively, use the following CLI commands to enable the web proxy feature for the interface that handles incoming and outgoing traffic.

    config system interface
     edit "port1"
      set explicit-web-proxy enable #must be enabled
     next
    end

    After the web proxy has been enabled, FortiPAM starts the web proxy service on the WAN interface where web proxy was enabled with port 8080.

    If you want to change the port from 8080 to any other port, use the following CLI commands.

    config web-proxy explicit-proxy 
     edit "web-proxy"
      set http-incoming-port 65530 #between 0 - 65535, default = 8080
     next
    end
  4. Click OK.