Fortinet black logo

Administration Guide

Create or edit an isolator server

Create or edit an isolator server

Select Create New to open the Create Isolator Server window.

To open the Edit Isolator Server window, select an isolator server and then click Edit.

Configure the following settings in the Create Isolator Server window or Edit Isolator Server window and then click OK:

Name

Enter the name of the isolator server.

Comments

Enter an optional description of the isolator server.

Address Type

Select the type of isolator server address, either IP or FQDN.

IP

If you selected IP for the address type, enter the IP address of the isolator server.

FQDN

If you selected FQDN for the address type, enter the fully qualified domain name of the isolator server.

Port

Enter the port number of the isolator server.

API Preview

The API Preview allows you to view all REST API requests being used by the page. You can make changes on the page that are reflected in the API request preview. This feature is not available if the user is logged in as an administrator that has read-only GUI permissions.

To use the API Preview:
  1. Click API Preview. The API Preview pane opens, and the values for the fields are visible (data). If a new object is being created, the POST request is shown.
  2. Enable Show modified changes only to show the modified changes instead of the full configuration in the preview.
  3. Click Copy to Clipboard to copy the JSON code shown on the preview screen to the clipboard.
  4. Click Close to leave the preview.
To control if the web proxy uses the device address to connect to the proxy server:
config web-proxy isolator-server
    edit <server_name>
        set masquerade {enable | disable}
    next
end

Create or edit an isolator server

Select Create New to open the Create Isolator Server window.

To open the Edit Isolator Server window, select an isolator server and then click Edit.

Configure the following settings in the Create Isolator Server window or Edit Isolator Server window and then click OK:

Name

Enter the name of the isolator server.

Comments

Enter an optional description of the isolator server.

Address Type

Select the type of isolator server address, either IP or FQDN.

IP

If you selected IP for the address type, enter the IP address of the isolator server.

FQDN

If you selected FQDN for the address type, enter the fully qualified domain name of the isolator server.

Port

Enter the port number of the isolator server.

API Preview

The API Preview allows you to view all REST API requests being used by the page. You can make changes on the page that are reflected in the API request preview. This feature is not available if the user is logged in as an administrator that has read-only GUI permissions.

To use the API Preview:
  1. Click API Preview. The API Preview pane opens, and the values for the fields are visible (data). If a new object is being created, the POST request is shown.
  2. Enable Show modified changes only to show the modified changes instead of the full configuration in the preview.
  3. Click Copy to Clipboard to copy the JSON code shown on the preview screen to the clipboard.
  4. Click Close to leave the preview.
To control if the web proxy uses the device address to connect to the proxy server:
config web-proxy isolator-server
    edit <server_name>
        set masquerade {enable | disable}
    next
end