Forwarding server
This feature provides a method for identifying the original IP address of a client browser connecting to the FortiIsolator server.
If X-Forward is enabled, the HTTP request header shows the information of the original IP address of the client browser. If X-Forward is disabled, the HTTP request header does not show the information.
Configuring forwarding server from GUI
To configure forwarding server from GUI:
- Go to Network > Forwarding Server.
- Enable X-forward.
- Set Proxy Type to Manual Proxy Configuration.
- Set the http/https proxy ip/port of the manual proxy.
- Set the bypass list
- Click OK.
Configuring forwarding server from CLI
To configure forwarding server from CLI:
> set proxy-http-xforwarded 1
> set proxy-mode 1
> set proxy-server <protocol> <ip-address> <port>
(e.g. set proxy-server http 12.34.56.78 8080)
> set proxy-server <protocol> <ip-address> <port>
(e.g. set proxy-server https 12.34.56.78 8080)