Create or edit a zone
Zones are a group of one or more physical or virtual FortiProxy interfaces that you can apply security policies to control inbound and outbound traffic. Grouping interfaces into zones simplifies the creation of security policies where a number of network segments can use the same policy settings and protection profiles. Interfaces that are included in a zone must not be assigned to another zone or have firewall policies defined.
Selecting Create New > Zone opens the New Zone page, which provides settings for configuring a new zone.
Selecting a zone and then selecting Edit opens the Edit Zone page.
Configure the following settings in the New Zone page or Edit Zone page and click OK:
Name | Enter a name for the zone. You can change the name of the zone after creating it. |
Interface Members | Select the ports to be included in the zone. |
Comments | Enter a description up to 255 characters to describe the zone. |
API Preview | Select the ports to be included in the zone. |
To use the API Preview:
- 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.
- Enable Show modified changes only to show the modified changes instead of the full configuration in the preview.
- Click Copy to Clipboard to copy the JSON code shown on the preview screen to the clipboard.
- Click Close to leave the preview.
To create a zone:
config system zone
edit <zone_name>
set description <string>
set interface <interface_names>
next
end
Verification
When a client visits a HTTP website, the client will be redirected to the captive portal for authentication by HTTPS. For example, the client could be redirected to a URL by a HTTP 303 message similar to the following:
HTTP/1.1 303 See Other
Connection: close
Content-Type: text/html
Cache-Control: no-cache
Location: https://fpx.fortinetqa.local:7831/XX/YY/ZZ/cpauth?scheme=http&4Tmthd=0&host=172.16.200.46&port=80&rule=75&uri=Lw==&
Content-Length: 0
The captive portal URL used for authentication is https://fpx.fortinetqa.local:7831/.... After the authentication is complete with all user credentials protected by HTTPS, the client is redirected to the original HTTP website it intended to visit.