Working with Gateways

Introduction

Configuring Networks in your Gateway Datacenter

Using Dynamic IP Addressing to Profile Client Traffic

White-listing Required IP Addresses for your Services

Viewing and Monitoring Gateways in the Controller

Adding Gateway Groups for High Availability

Creating Gateway Selectors

Workflow: Creating a Gateway in VMware vSphere

Workflow: Creating a Gateway in Amazon Web Services

Workflow: Creating a Gateway in Microsoft Azure

Workflow: Creating a Gateway in KVM/OpenStack

Workflow: Creating a Gateway in Google Cloud Platform

Workflow: Creating a Gateway in Oracle Cloud Platform

Upgrading Gateways

Configuring a Default Gateway for Application Discovery

Configuring nZTA Gateway Connection Control for Trusted Networks

Introduction

After you have successfully logged into the Ivanti Neurons for Zero Trust Access (nZTA) Controller as a Tenant Admin user (see Logging in as a Tenant Administrator), you can start the configuration of your nZTA platform by adding Gateways.

nZTA supports two main Gateway types, depending on your subscription:

  • nZTA Gateway
  • Ivanti Connect Secure (ICS) Gateway

This chapter covers functionality relating to a nZTA Gateway only. For details pertaining to a ICS Gateway, see instead the "ICS Tenant Admin Guide" in the nZTA documentation portal.

To learn more about nZTA Gateways and their relationship with the other dimensions of a Secure Access Policy, see Deploying Gateways.

A Gateway controls access to the applications at the location to which it is deployed. This location could be a physical datacenter, a private or public cloud-based service, or some hybrid combination. Each Gateway communicates with the Controller to ensure that access requests are authenticated. A Gateway must be contactable by both the Controller and the applications that reside there. See Configuring Networks in your Gateway Datacenter.

The process of defining a Gateway on the Controller produces a package of settings, known as a Gateway definition, that you publish to the Gateway virtual machine instance during deployment. These settings enable the Gateway to establish communication with the Controller.

Ensure the Gateway virtual machine instance does not exist prior to creating your Gateway definitions on the Controller. All nZTA Gateways must be deployed from the Controller directly. The Gateway definition file is designed to be published to a new virtual machine Gateway instance during its initial deployment.

To register a new Gateway with the Controller, use the Tenant Admin portal. The Controller requires basic identification and networking details for the Gateway instance, and in return provides a downloadable Gateway definition file.

A Gateway definition file is valid for 24 hours. If this period expires, you must replace the Gateway to generate a new Gateway definition file.

When you deploy the Gateway virtual machine instance in your on-premise or cloud infrastructure, you apply the definition file as configuration data. At launch time, the Gateway attempts to contact and register itself with the Controller, establishing a link between the Gateway record in the Controller and the actual virtual machine instance. Any subsequent policy changes made on the Controller are automatically synchronized out to all Gateways.

You can choose a single Gateway (or Gateway Group) to act as a default Gateway. A default Gateway handles all requests from applications that are not referenced by any secure access policy. See Viewing and Monitoring Gateways in the Controller.

Ivanti Secure Access Client Linux variants do no currently support the use of a default gateway.

After you have registered your Gateways with the Controller, you can:

  • View performance and usage graphs
  • See activity logs
  • View task lists
  • Establish Gateway Groups for High Availability
  • Manage version upgrades
  • Replace Gateway instances registered with the Controller

To learn more, see Viewing and Monitoring Gateways in the Controller.

High Availability

nZTA allows you to deploy multiple Gateways in front of the same set of applications or resources to support high availability. This arrangement can be used to provide scaling, redundancy, and load distribution for your application delivery. To learn more, see Using Gateway Groups for High Availability.

High availability is implemented in the Controller through Gateway Groups. You add individual Gateways to a group, and then associate the group with your Secure Access Policy. To learn more about adding Gateway Groups, see Adding Gateway Groups for High Availability.

Gateway Deployment Workflows

nZTA supports Gateway virtual machine instances deployed in the following environments:

You can choose any single Gateway (at v21.1 or later) or Gateway Group to act as a default Gateway. A default Gateway handles all requests from applications that are not referenced by any secure access policy. See Configuring a Default Gateway for Application Discovery.

Each process described in this chapter contains prerequisites that correspond to the latest supported Gateway versions for this release. To deploy older supported Gateway versions, substitute in the file paths and names with the version you want to use. To learn more about the supported Gateway images for this release, see the Release Notes or contact your support representative.

Configuring Networks in your Gateway Datacenter

nZTA Gateways deployed in your cloud or on-premise datacenter require the availability of a number of network interfaces and ports to operate correctly. You require the following primary interfaces defined in your Gateway virtual machine instance:

  • External network interface: Configured with a public subnet IP address and used for external client access to the applications deployed in that datacenter. Use this IP address during the process of creating your Gateway record on the Controller.
  • Internal network interface: Configured with a private subnet IP address and used for internal connections to the deployed applications, and for external communication with the Controller.
  • (Optional) Management network interface: Configured with an IP address and port on a further, separate, network subnet for deployments where a specific management interface is required.

When the management port is enabled, Gateway will use management interface to communicate with Controller and NTP Server. The Gateway will still use the internal port for DNS resolution and NTP server name resolution. If the internal DNS cannot resolve the Controller domain, the internal interface will require internet access.

nZTA Gateway template images contain parameters and settings for all required interfaces. You provide suitable configuration during the Gateway deployment workflows described in this chapter.

Gateway network connections in your cloud and on-premise datacenter

nZTA Gateway deployment using this topology offers the following attack protection benefits:

  • mTLS Communication: By using mTLS for communication with the Controller, your Gateways are protected from traffic originating from unauthorized and un-enrolled devices.
  • DMZ/DDoS Deployment: nZTA allows customers to deploy their own DDoS (Distributed Denial of Service) mitigations, either through network firewalls or DDoS services, before traffic reaches the nZTA Gateways deployed in your datacenter.
  • SSL inspection: If an administrator chooses to use SSL interception or deep inspection for traffic coming into the network or to back-end applications, this can be achieved on the internal Private Subnet side before traffic reaches your back-end application servers.

The Controller communicates with all registered Gateways to validate user sessions, and for reporting/analytics. Each Gateway maintains a timeout period of 5 minutes for validation of user sessions. If a Gateway fails to obtain a response from the Controller within this time limit, any new session authorization requests are denied. However, existing sessions remain connected to the applications and resources at that location until the user session expires. To learn more about user session expiry, see On-Demand and Simultaneous Connection Handling.

For all platforms, make sure the firewall rules for the Public Subnet in which your nZTA GatewayExternal Interface resides is configured to accept inbound client connections on TCP port 443.

Furthermore, make sure you configure the Network Gateway serving your Private Subnet to allow outbound traffic to the Controller in the following ways:

  • Allow outbound TCP traffic on port 443 to the Controller service
  • Allow outbound UDP traffic to the following Network Time Protocol (NTP) services:
    • time.windows.com (port 123)
    • time.nist.gov (port 123)

If you maintain your own DNS service at the datacenter, you can specify these details during Gateway deployment.

If you are planning to use your nZTA Gateway to serve SaaS (Software-as-a-Service) applications, configure your application to restrict inbound connections to your network gateway IP address. This ensures that your SaaS application can be reached only by clients connecting through the nZTA Gateway.

Using Dynamic IP Addressing to Profile Client Traffic

This feature is supported for VMware (ESXi) and KVM Gateway types only.

This feature is not supported for Gateway Groups.

A client establishes a secure tunnel to a Gateway in order to reach the applications and resources controlled by a Secure Access Policy. Traffic from the client passes through the tunnel to the Gateway, and from the Internal network interface on the Gateway to the application. The application or resource sees the client's traffic as originating from the Gateway's internal interface. This scenario is transparent to the client and application - the Gateway manages traffic back to the client using Network Address Translation (NAT) to map traffic on the internal interface to the client's source IP address.

However, in some circumstances you might want to profile or monitor end-to-end traffic for your clients. This is difficult beyond the Gateway as traffic at the application appears to originate from the same source IP address (that of the Gateway internal interface). To facilitate this, nZTA includes the option to specify a pool of IP addresses in a dedicated subnet that the Controller can dynamically assign to client sessions. As a client sends traffic to an application or resource, the Gateway establishes a mapping from the tunnel IP address to one of the free IP addresses in the pool. This dynamically-assigned IP address is then used as the source IP address when sending client traffic to the application. The Gateway again uses NAT to manage the connections to each client.

You can configure dynamic IP addressing when adding a new Gateway or by editing an existing Gateway configuration. To learn more, refer to the Gateway configuration workflows described in this chapter. To read more about how to enable Dynamic IP Addressing in an existing Gateway, see On-Demand and Simultaneous Connection Handling.

To use dynamic IP addressing, the Controller requires you to define a unique address range for each applicable Gateway, using CIDR notation. For example, 192.0.2.0/24. You can add only one IP address range per Gateway.

The allowed subnet range is 8-28. Make sure you select a subnet value that provides the amount of IP addresses necessary to map the expected number of clients connecting to the Gateway. If you exhaust the IP address range, your clients can still connect, although traffic profiling is not possible.

When configuring an address range, make sure this does not overlap with dynamic IP address ranges assigned to other Gateways.

White-listing Required IP Addresses for your Services

The Controller service uses a series of IP addresses and ports to facilitate access to the admin and user web consoles, for user enrollment, and for connections to nZTA Gateways. To ensure network access, make sure the following IP addresses and ports are white-listed (or added to the allowed list) in your network firewalls and routing infrastructure.

Select the IP addresses and ports for your corresponding region only:

  • North America:

    52.186.44.249 (port 443)

    52.188.33.186 (port 443)

  • Europe:

    51.138.111.17 (port 443)

    20.50.150.82 (port 443)

  • APJ:

    20.44.238.229 (port 443)

    20.44.237.67 (port 443)

  • UAE:

    20.233.40.108 (port 443)

    20.233.41.69 (port 443)

  • Canada:

    20.220.157.85 (port 443)

    20.220.157.158 (port 443)

Viewing and Monitoring Gateways in the Controller

To view, configure, and monitor the health of your deployed Gateways and Gateway Groups, use the Secure Access > Manage Gateways section of the Controller Tenant Admin portal. The pages in this section remain inactive until you select a Gateway or Gateway Group.

To view detailed analytics for your deployed Gateways, see also Monitoring nZTA Gateway Activity.

To view information for a Gateways or Gateway Group:

  1. Log into the Controller as a Tenant Admin, see Logging in as a Tenant Administrator.

  2. From the nZTA menu, click the Secure Access icon, then select Manage Gateways > Gateways List.

    The Gateways List page appears, showing the full list of Gateway Groups and standalone Gateways currently configured on the Controller:

    Viewing All Gateways

    The health and status of each Gateway instance is denoted by the indicator colors used in the left-most column; green for connected/ready or red for disconnected/not ready. Unregistered Gateways are denoted by a missing indicator. Additional status information is given under Connection Status, with the current software Version, and the Status of any scheduled tasks.

    Use the Search box at the top enter a text search term to narrow the list to only matching Gateways and Gateway Groups.

  3. Select a Gateway or Gateway Group from the list to view the Gateways Overview page.

    This page provides further status and configuration details for the selected instance, as well as Performance, Concurrent Sessions, and Throughput usage graphs.

    Viewing status, configuration, performance and Usage Graphs in the Gateway Overview page

    Hover your pointer over a coordinate in each graph to view a tooltip showing detailed metrics for that moment.

For Gateway Groups:

  • Edit Group: Edit details for the group, such as name, description, and load balancer public IP address.
  • Delete Group Only: Deletes the Gateway Group record, leaving any contained Gateways intact as standalone (ungrouped) instances.
  • Delete Group and Gateways: Deletes the Gateway Group and all Gateways contained in the group.

This option appears only if the selected Gateway is in a Gateway Group.

  • Add Gateway to this Group: Add a registered standalone gateway to this group.

For Gateways:

  • Edit Gateway: Edit details for the Gateway, such as name, description, and public IP address. You can also select or reset the Use Management Port property.
  • Replace Gateway: Allows replacement of the Gateway virtual machine instance associated with this nZTA Gateway record. This option regenerates a Gateway definition file based on the existing networking details stored in the Gateway record, but with a new one-time token, to allow deployment and registration of a new virtual machine instance.

A Gateway virtual machine deployed to replace an existing Gateway might be launched with a different public IP address on the external network interface. To update the public IP address setting stored for the Gateway in nZTA, use the Gateway Network Settings section of the Secure Access > Manage Gateways > Gateway > Configuration page. For more details, see Editing Gateway Configuration.

  • Remove from Group: Removes this Gateway from a Gateway Group.

This option appears only if there are existing Gateways in the Group.

  • Delete Gateway: Deletes the Gateway record.
  • Upgrade to <version>: Upgrades the registered Gateway virtual machine instance to the specified version, see Upgrading Gateways.
  • Rollback to <version>: Reverts the registered Gateway virtual machine instance to the specified version, see Upgrading Gateways.

The available menu options vary depending on whether the selected Gateway is registered and connected to the Controller.

Viewing Gateway Logs

The Logs page enables you to view the Access, Admin, and Event logs for the selected Gateway or Gateway Group.

To view Gateway logs:

  1. Log into the Controller as a Tenant Admin, see Logging in as a Tenant Administrator.

  2. From the nZTA menu, click the Secure Access icon, then select Manage Gateways > Gateway List.

    The Gateways List page appears, showing the full list of Gateway Groups and standalone Gateways currently configured on the Controller.

  3. Select the required Gateway or Gateway Group.

    The Gateways Overview page appears for the selected Gateway/Gateway Group.

  4. Select the Logs tab.

The Gateways Logs page appears.

This page supports the following features:

  • Select the log type you want to view in the Log Type drop-down list. Choose from:

    • Access Logs
    • Admin Logs
    • Event Logs
  • Set a Time Period over which the logs are shown. Use the time period selector to set a time period or range for your log results. Click the calendar (highlighted) to show the selector:

    Setting a log time period

    Set the time period you want to view using the available ranges at the top-left. Choose from:

    • Last 60 minutes
    • Last 24 hours (default)
    • Last 7 days
    • Last 1 month
    • Custom

    For Custom, set a specific From and To to denote the start and end of your custom date/time range.

    The custom date/time calendar controls are enabled for only the Custom option. However, the calendar continues to identify the applicable start and end date-time for all predefined time periods.

    To apply your changes, click Apply. The selected time period is displayed in the filter bar and data on the page updates accordingly.

    To configure the timezone, see Setting the Timezone.

  • Logs are refreshed automatically by changing the criteria. To manually refresh the log display, click the following icon:

    Refreshing the page data
  • To change the fields displayed for each log line, use the following icon:

    Show or hide log fields

    In the field selector, click a field name to toggle between show or hide. A tick icon indicates a displayed field. After you are finished, click the context menu icon to close the selector.

    Choose from the following fields:

    • Session identifier
    • Gateway identifier
    • Gateway name
    • Source IP address
    • User name associated with the event, where applicable
    • User device identifier, if available
    • A description of the event
  • Use the following icon to trigger the advanced filter selection:

    Applying a filter to the log display

    Use the filter to narrow down the displayed log records to your selected criteria. For example, to show only those log messages with a critical severity level, or pertaining to a specific user, or both. To learn about log filtering, see Filtering the Logs.

  • Use the following field to use search term highlighting. Enter a value into the search box, nZTA highlights all matches in the log display.

    Highlighting a search term in the logs
  • To switch between the default and denser data views, use the following icon:

    Setting the view density
  • To apply grouping to the displayed log records, click the Group By button.

    This feature applies grouping to a selected field in the log record display, such that records are accumulated and grouped together under each unique data item identified in that field. Through grouping, an admin can quickly view the number of records of a particular type.

    To learn more about record grouping, see Viewing Detailed Logs for a Chart.

  • To view a single log entry in a dedicated panel, click the log message text to activate the info-panel view:

    Viewing a single log entry in the info-panel

    In the info-panel, use the arrow icons to cycle through the previous and next log entries in turn.

  • To view, sort, and filter the log messages in context with all other logs in your deployment, click VIEW IN LOGS PAGE (see Checking the Logs). This page supports the following features:

Viewing Gateway Tasks

The Tasks page enables you to view the current task list for the selected Gateway or Gateway Group. A task is triggered when an action on a Gateway requires an update to be made to the Gateway instance. For example, if you add a Gateway to a Gateway Group, two tasks are created: A Gateway Group change, and a change of certificate on the joining Gateway.

This list is read-only and cannot be modified. To filter the displayed tasks, use the Task Type and Date controls at the top of the page. Task type contains the primary categories within which each task falls. To view all tasks for the current day, click Clear.

To view Gateway tasks:

  1. Log into the Controller as a Tenant Admin, see Logging in as a Tenant Administrator.

  2. From the nZTA menu, click the Secure Access icon, then select Manage Gateways > Gateway List.

    The Gateways List page appears, showing the full list of Gateway Groups and standalone Gateways currently configured on the Controller.

  3. Select the required Gateway or Gateway Group.

    The Gateways Overview page appears for the selected Gateway/Gateway Group.

  4. Select the Tasks tab.

    The Gateway Tasks page appears, showing the task list for the selected Gateway/Gateway Group.

  5. (Optional) Select the Task Type and Date to filter the results.

Editing Gateway Configuration

The Configuration page enables you to edit the selected Gateway or Gateway Group configuration.

To edit a Gateway/Gateway Group:

  1. Log into the Controller as a Tenant Admin, see Logging in as a Tenant Administrator.

  2. From the nZTA menu, click the Secure Access icon, then select Manage Gateways > Gateway List.

    The Gateways List page appears, showing the full list of Gateway Groups and standalone Gateways currently configured on the Controller.

  3. Select the required Gateway or Gateway Group.

    The Gateways Overview page appears for the selected Gateway/Gateway Group.

  4. Select the Configuration tab, or click Edit Gateway/Group from the context menu at the top-right.

  5. The Gateway Configuration page appears, showing the current settings for the selected Gateway/Gateway Group:

    Editing a Gateway configuration

    On this page, you can edit the following settings:

    Editable Gateway Network Settings

    Setting Description
    Public Address or CNAME The public IP address or CNAME at which clients can externally reach the Gateway instance. To learn more, see Configuring Networks in your Gateway Datacenter.
    DNS Server Contains settings relating to the Domain Name Service (DNS). Enter your Primary DNS and Secondary DNS IP addresses, and DNS Search Domain.
    (vSphere Gateways only) Use Manual Settings Allows you to manually configure IP address settings for your Gateway Internal, External, and (optional) Management interfaces. Deselect this option to instead use DHCP.
    (vSphere and KVM Gateways only) Use Dynamic Tunnel IP Allows you to assign a pool of IP addresses that are dynamically mapped to client sessions, such that user traffic from the Gateway to the application can be identified as originating from a specific client. Enter an IP address and subnet (in the range 8-28) in CIDR notation, then click Add. To learn more about , see Dynamic IP Addressing to Profile Client Traffic.
  6. Update any required Gateway/Gateway Group details, then click Save Changes.

Troubleshooting Gateway Issues

The Troublshooting page provides tools that enable you to investigate issues that might be affecting your Gateway or preventing it from operating normally.

Troubleshooting is available only for fully registered Gateways, and is not supported for Gateway Groups.

To view Gateway troubleshooting tools:

  1. Log into the Controller as a Tenant Admin, see Logging in as a Tenant Administrator.

  2. From the nZTA menu, click the Secure Access icon, then select Manage Gateways > Gateway List.

    The Gateways List page appears, showing the full list of Gateway Groups and standalone Gateways currently configured on the Controller.

  3. Select the required Gateway or Gateway Group.

    The Gateways Overview page appears for the selected Gateway/Gateway Group.

  4. Click the Troubleshooting tab.

The Gateway Troubleshooting page appears, showing troubleshooting tools and options for the selected Gateway/Gateway Group.

The page content is affected by your choice of task in the Select Troubleshooting Task drop-down menu:

Viewing the list of available troubleshooting tasks for this Gateway

Choose from:

  • Troubleshooting Overview: a list of all captured data based on your completed troubleshooting activities.
  • Debug Log: make a trace recording of a selected process.
  • TCP Dump: observe and record TCP packets on the network.
  • Commands: run various common network troubleshooting commands.
  • System Snapshot: take a system snapshot.

The availability of specific tasks is limited by Gateway version. Gateway instances based on versions earlier than 21.6 might have access only to a subset of this list.

Troubleshooting Overview

The Troubleshooting Overview contains a list of all captured data based on your completed troubleshooting activities. This shows:

  • TCP dumps
  • Debug logs
  • System snapshots

View a list of data files captured from previous troubleshooting activities

To filter the displayed files to a single type, use the Select Troubleshooting Type selector.

Debug Log

If your users are having difficulties getting access to a website or other resource, use the Debug Log task to make a trace recording for one or more selected processes running on the Gateway. This recording can then be uploaded to the Controller for offline analysis by Ivanti Technical Support.

Recording a trace of a named process

Set the following fields:

  • Process Names: the names of one or more Gateway processes to trace
  • Event Codes: the event code, or codes, to observe in the trace. Only events matching these codes are appended to the log.
  • Max Debug Log Size (MB): The maximum allowable size, in MB, for the log file. Choose a value between 0-250.
  • Log Detail Level: The level of verbosity to include in the log. Choose a value between 0-60, from lowest to highest detail.
  • Include System Logs: Whether or not to include Gateway system logs (event, access, and admin logs) as part of the debug log.

To activate the trace, Select Enable Debug Logs and select Save Settings. To activate the trace, select Enable Debug Logs and then select Save Settings.

Use Cancel to return the settings on this page to the state last saved.

After a trace has been captured, select Upload to upload the trace log file to the Controller.

TCP Dump

Use the TCP Dump task to inspect packet data passing through the network interfaces on your Gateway:

Inspecting TCP data packets

Select the network interfaces you want to inspect:

  • Internal or Virtual Port
  • External or Virtual Port
  • Management Port (where applicable)

Next, set the following optional fields as required:

    Example TCP dump filter expressions

    Expression Result
    tcp port 80 Sniffs packets on TCP port 80
    port 80 Sniffs packets on TCP or UDP port 80
    ip Sniffs the IP protocol
    tcp Sniffs the TCP protocol
    dst #.#.#.# Sniffs the destination IP address specified, where #.#.#.# is a valid IP address
    src #.#.#.# Sniffs the source IP address specified, where #.#.#.# is a valid IP address
    port 80 or port 443 Sniffs on port 80 or port 443
    src #.#.#.# and dst #.#.#.# Sniffs the source and destination IP addresses or hosts specified, where each #.#.#.# represents a valid IP address
    tcp port 80 or port 443 and dst #.#.#.# and src #.#.#.# This example shows how to specify multiple parameters to create a filter that sniffs on TCP port 80, or on TCP or UDP port 443, and on the destination and source ports, where each #.#.#.# represents a valid IP address
  • Options: Command-line options to specify with the tcpdump. Use a space-separated list in the form "-<option>". For more information on possible options, see https://www.freebsd.org/cgi/man.cgi?query=tcpdump.

    The following options are NOT supported: "-C", "-B", "-D", "-G", "-F", "-V", "-w", "-W", "-r", "-E", "-h", "-I", "-J", "-L", "-m", "-p", "-U", "-z", "-Z", "-O", NULL.

  • Promiscuous Mode: Enable or disable promiscuous mode for the data capture.

To start the TCP dump, select Start. Then, select Stop to end the process when required.

The current state is reflected in the Output window.

Use Cancel to ret-urn the settings on this page to the state last saved.

After a TCP dump has been captured, select Upload to upload the log file to the Controller.

Commands

Use the Commands task to trigger common networking troubleshooting commands from the Gateway. For example, using the ping command:

Running the Ping command

Use Select Command to select the command you want to run. Then, specify the parameters you want to use with that command.

To run the selected command with the specified parameters, select Start.

The command output is displayed in the Output window.

Use Cancel to return the settings on this page to the state last saved.

The following table lists the available commands with parameters applicable in each case:

Commands

Command Parameter Description
ping Target Server The target hostname or IP address
Gateway Interface The network interface through which to capture the command output: internal, external, or management (where applicable)
nslookup Query Type The nslookup query type you want to use: ANY, A, PTR, CNAME, MX, NS, SOA, TXT, UINFO, WKS
Query The target IP address or FQDN.
ARP Target Server The target hostname or IP address
Gateway Interface The network interface through which to capture the command output: internal, external, or management (where applicable)
Trace route Target Server The target hostname or IP address
Gateway Interface The network interface through which to capture the command output: internal, external, or management (where applicable)
Portprobe Target Server The target hostname or IP address
Target Port Specify a valid port at the target server in the range 1-65535.
Select Protocol Choose a protocol to use: TCP or UDP.
Probe Count The number of probes to send. Use a value between 1-100.
Probe Timeout The timeout value, in seconds, for each probe. Use a value between 1-180.

System Snapshot

Use the System Snapshot task to trigger a snapshot of your Gateway system performance as it is currently configured:

Taking a system snapshot

Regular snapshots can result in a performance hit. Ivanti recommends not taking snapshots more frequently than once every four hours, unless at the request of a support representative.

Set the following fields:

  • Include System Config: Choose whether or not to include the system config with the snapshot. This includes information such as host name, cache entries on the gateway, the Controller it is connected to, and so on.
  • Include Debug Log: Choose whether or not to include the current debug log file with the snapshot.

The current debug log is either created specifically by the admin through the Debug Log task, or in the absence of a created log, the default system debug log (generated automatically with Log level 0).

To capture the system snapshot, select Start Snapshot(s).

Use Cancel to return the settings on this page to the state last saved.

Completed snapshots are automatically uploaded to the Troubleshooting Overview task page and can be downloaded as an encrypted package to send to Ivanti Technical Support to troubleshoot system performance.

Adding Gateway Groups for High Availability

nZTA uses Gateway Groups to implement high availability for your Gateway deployments. Grouping Gateways together ensures the Controller can synchronize out policy changes to all Gateways in a group, automatically. To learn more about high availability and how it can benefit your application delivery, see Using Gateway Groups for High Availability.

To learn more about the process of adding and registering individual Gateways with the Controller, see the following workflows:

After you have created your Gateways, you can add them to a Gateway Group. A Gateway already added a group cannot be added to a further Gateway Group, and cannot be used by more than one Secure Access Policy.

To add a Gateway Group:

  1. Log into the Controller as a Tenant Admin, see Logging in as a Tenant Administrator.

  2. From the nZTA menu, click the Secure Access icon, then select Manage Gateways.

    The Gateways List page appears, showing the full list of Gateway Groups and standalone Gateways currently configured on the Controller.

  3. To add a new Gateway Group, select Create from the top-right:

    Add a new Gateway or Gateway Group
  4. In the drop-down menu, click Create ZTA Gateway Group.

    The Create ZTA Gateway Group dialog appears.

  5. Enter a Name for the Gateway Group.

  6. (Optional) Enter a Description for the Gateway Group.

  7. Enter the Load Balancer IP addresses or CNAME. That is, a list of the public IP addresses or CNAMEs of the load balancer's front-end interface that your end users connect to. Enter a value, then select Add to add it to the list. Repeat this step for each entry you want to add.

  8. (Optional) Select the pre-existing Gateways you want to add to this group. Use the drop-down list to select a Gateway, then select Add. Repeat this step for each Gateway you want to add.

  9. To add this Gateway Group, click Create Gateway Group.

A newly added Gateway Group appears on the All Gateways page alongside all ungrouped Gateways.

For cloud-based Gateways: If you plan to add multiple deployed Gateways to a Gateway Group for high availability, additional configuration is required for the public IP addresses assigned to your instances. For more details, see Registering an Amazon Web Services Gateway (for AWS) or Creating a Gateway using the Azure Template and Image Files (for Azure).

Creating Gateway Selectors

The Gateway Selector feature provides optimal gateway selection and dynamic failover when deploying multiple geographically located nZTA gateways.

Tenant admins can then manually configure policies that determine to which Gateway an end-user is sent when they access an application. Tenant admins can select Gateways/Gateway Groups and set the priorities to identify to which set of Gateways the Client should connect to access the application.

To add a Gateway Selector:

  1. Log into the Controller as a Tenant Admin, see Logging in as a Tenant Administrator.

  2. From the nZTA menu, click the Secure Access icon, then select Manage Gateways > Gateway Selector.

    The Gateways Selector List page appears.

  3. To add a new Gateway Selector, click Create Gateway Selector.

    The Gateway Selector Details page appears.

    Gateway Selector Details
  4. Enter a Name for the Gateway Selector.

  5. (Optional) Enter a Description for the Gateway Selector.

  6. In the Gateway Selector Policy section, you can choose or add Recognized Networks, and choose or add gateway priority.

  7. To add a Recognized Network:

    1. Click the Add Recognized Network link.

      Add recognized network
    2. In the Add Rule dialog, from the Networks drop-down list select a tag for the recognized network. To learn about creating tags, see the Associating Geographical locations to IP Addresses section in Using the Insights Menu to Monitor User Activity and Service Usage.

    3. In the Gateway Priority section, select the gateways/gateway groups from the Available Gateways / Gateway Groups list.

    4. Use the Up/Down arrows to change the priorities.

    5. Click Add.

      A newly added Recognized Network appears in the Gateway Selection Policy section.

  8. To add Gateway Priority:

    1. Click the Add Gateway Priority link.

      The Gateway Priority window appears.

      Set Gateway priority
    2. Select the gateways/gateway groups from the Available Gateways / Gateway Groups list.

    3. Use the Up/Down arrows to change the priorities.

    4. Click Add.

      A newly added Gateway Priority appears in the Gateway Selection Policy section.

  9. In the Gateway Selector Details page, click Create.

    A newly added Gateway Selector appears in the Gateway Selectors page.

  10. To modify a Gateway Selector, click the adjacent three dots, then select Edit. In the Gateway Selector Details page, make the necessary changes and click Update.

  11. To remove a Gateway Selector, click the adjacent three dots, then select Delete, and then confirm by clicking Delete.

Workflow: Creating a Gateway in VMware vSphere

The process of registering a vSphere Gateway with nZTA involves two main procedures, to be completed in sequence:

Create the Gateway record in the Controller.

Create the Gateway virtual machine instance in VMware vSphere.

After these steps have been completed successfully, the Controller and Gateway establish communication with each other.

Before you start, make sure that you have the following information and files for the Gateway:

  • An identifying name for the Gateway

  • The public IP address for the Gateway. This is the IP address at which clients can externally reach the Gateway instance.

  • The Gateway geographic location

  • (Optional) The name of the Gateway Group to which you want to add this new Gateway record. To learn more about Gateway Groups, see Adding Gateway Groups for High Availability.

  • The Gateway OVF template: https://pulsezta.blob.core.windows.net/gateway/ISA-V-VMWARE-ZTA-22.7R1.2-525.1.zip

    Download a copy of the OVF template archive file and unpack to a local workstation. Make sure the resulting file set is accessible from the vSphere Console.

    You can also choose to download this file from the Gateways Overview page in the nZTA Tenant Admin Portal. The opportunity to do this occurs later in this process.

  • Credentials for the vSphere Console.

    These credentials must include sufficient permissions to create a VM from a template image.

  • By default, nZTA derives Gateway DNS and network interface settings through DHCP (provided this is configured in your vSphere environment). If, instead, you want to manually specify your Gateway DNS and network interface settings, make sure you have the following additional information:

  • The internal/private subnet IP address, subnet mask, and network gateway IP address.
  • The primary (and optional secondary) DNS server IP address, and search domain.
  • The external interface IP address, subnet mask, and network gateway IP address.
  • (Optional) The management interface IP address, subnet mask, and network gateway IP address.

If you choose to deploy a vSphere-based Gateway instance with DHCP configuration, DNS server settings are not configurable through the nZTA Tenant Admin UI. In this scenario, make sure you have at least a primary DNS server configured and available through DHCP (a secondary DNS server is optional). Make sure also that a DNS search domain is properly configured.

Adding a VMware vSphere Gateway

To register a Gateway on your Controller, use the Gateway Details dialog.

To begin, log into the Controller Tenant Admin Portal using the credentials provided in your welcome email. Two outcomes are possible:

  • On unconfigured nZTA systems, the Secure Access Setup Onboarding wizard appears (see Working with the Onboarding Wizard). In this case, click Add Gateway.
  • On configured nZTA systems, the Network Overview page appears. In this case:
    1. From the nZTA menu, click the Secure Access icon, then select Manage Gateways.

      The Gateways List page appears, showing the full list of Gateway Groups and standalone Gateways currently configured on the Controller.

    2. To add a new Gateway, select Create from the top-right:

      Add a new Gateway or Gateway Group
    3. In the drop-down menu, click Create ZTA Gateway.

In both cases, the Gateway Details dialog appears.

Gateway Details

Enter the following details:

  1. Enter a Name for the Gateway.

  2. Enter one or more Public Address or CNAME (Public IP address or CNAME) for the Gateway. Select Add to add each entry to the list. To learn more about this setting, see Configuring Networks in your Gateway Datacenter.

  3. Select the geographic location details for the Gateway.

  4. For Gateway Platform, select "VMware vSphere".

  5. (Optional) To enter your vSphere Gateway instance DNS and network interface settings manually, select Use Manual Settings. To instead allow nZTA to use DHCP-derived settings for DNS and network interfaces, leave Use Manual Settings un-selected. To learn more about these settings, see Configuring Networks in your Gateway Datacenter.

  6. (Optional) Select the Use Management Port check box to use management network ports for nZTA traffic rather than internal ports.

    When the management port is enabled, Gateway will use management interface to communicate with Controller and NTP Server.
    The Gateway will still use the internal port for DNS resolution and NTP server name resolution.
    If the internal DNS cannot resolve the Controller domain, the internal interface will require internet access.

  7. (Optional) Select the Use Dynamic Tunnel IP check box to configure a pool of IP addresses that are dynamically mapped to client sessions with this Gateway, such that user traffic from the Gateway to an application can be identified as originating from a specific client. To learn more, see Using Dynamic IP Addressing to Profile Client Traffic.

  8. The Custom IP Pool dialog appears:

    gateway_network_config_cistomippool

    Gateway Details - Custom IP Pool settings

    Dynamic Tunnel IP addresses are not supported in Gateway Groups.

    Use the Assignable Custom IPv4 Address field to enter an IP address and subnet (in the range 8-28) in CIDR notation, then click Add. Repeat this step for each address/subnet you want to use.

  9. (Optional) Select the Use proxy server for communication check box to enable nZTA to Controller communication via proxy server. Proxy is supported on both internal and management interfaces of the Gateway. Once enabled, enter host name and port. Optionally, if your proxy server requires further authentication, enter a username and password to log in to the proxy server.

    Admin can configure proxy for existing Gateway after upgrading it to 22.4R3 version or later.

  10. (Optional) Select a Gateway Group to which the new Gateway is to be added. To learn more about Gateway Groups, see Adding Gateway Groups for High Availability.

  11. If you elected to use manual settings, the following panel appears:

    Gateway Network Configuration - manual settings

    Enter the following details:

    1. Specify the internal IP Address for the Gateway.

    2. Specify the internal Subnet Mask for the Gateway.

    3. Specify the internal network gateway IP address as the Gateway setting.

    4. Specify the MTU size between 576 and 1500.

    5. Enter the Primary DNS IP address for the Gateway.

    6. (Optional) Enter the Secondary DNS IP address for the Gateway.

    7. Enter the DNS Search Domain for the Gateway.

    8. Specify the external IP Address for the Gateway.

    9. Specify the external Subnet Mask for the Gateway.

    10. Specify the external network gateway IP address as the Gateway setting.

    11. Specify the MTU size between 576 and 1500.

    12. Specify the management IP Address for the Gateway.

      Management network settings are optional, unless the Use Management Port check box is selected.

    13. Specify the management Subnet Mask for the Gateway.

    14. Specify the management network gateway IP address as the Gateway setting.

    15. Specify the MTU size between 576 and 1500.

  12. (Optional) Select a Gateway Group to which the new Gateway is to be added. To learn more about Gateway Groups, see Adding Gateway Groups for High Availability.

  13. Configure MTU for the gateway: Configurable MTU size allows admin to modify the default setting of nZTA gateways wherever it is needed. The value allowed is in the range of 576 to 1500 (IPv4).

  14. To add a Gateway definition based on the settings you specified in this dialog, select Create Configuration.

After you complete this process, an unregistered Gateway record is created on the Controller. You can view this Gateway record on the Manage Gateways > Gateways List page.

Next, create the Gateway virtual machine instance in VMware vSphere and allow it to register with the Controller. This links the Gateway record on the Controller with the actual Gateway virtual machine, see Registering a VMware vSphere Gateway.

Registering a VMware vSphere Gateway

This section describes the steps necessary to create the Gateway virtual machine in the vSphere console. To learn more about the operations included here, refer to VMware’s own documentation for full details.

For reference, the recommended minimum requirements for a Gateway virtual machine instance in vSphere are:

  • 4 vCPU's and 8 GB memory, or
  • 8 vCPU's and 32 GB memory

After you have created an unregistered Gateway record on the Gateways page, you must create the Gateway instance on the VMware vSphere Console. This process facilitates communication between the Controller and the Gateway instance.

Before you start, make sure you have obtained the Gateway definition file from the Controller. This definition file includes the settings necessary to configure the new Gateway virtual machine with the identity and location of the Controller, and is used during the registration process described later in this section.

To download the Gateway definition file:

  1. Log into the Controller as a Tenant Admin, see Logging in as a Tenant Administrator.

  2. From the nZTA menu, click the Secure Access icon, then select Manage Gateways.

    The Gateways List page appears.

  3. Locate and select your unregistered vSphere Gateway record from the list of available Gateways.

  4. Click the Download icon and select Download gateway init config to obtain a copy of the Gateway definition file.

    The Download Icon
  5. Save the downloaded text file to a location accessible from the vSphere Console.

    The Gateway definition file is valid for 24 hours. If this period expires, you must replace the Gateway to generate a new Gateway definition file.

  6. (Optional) If you have not yet downloaded the latest version of your Gateway VM file, click the Download icon and select Download gateway VM image. Save the archive file and unpack to a local workstation. Make sure the resulting file set is accessible from the vSphere Console.

To register a Gateway:

  1. Access the vSphere console, either from a client or a web browser.
  2. In the vSphere console, start the Deploy OVF Template wizard to create a new virtual machine based on the nZTA vSphere Gateway template.
  3. In the wizard:
    • Choose to deploy from a local file.
    • Locate and upload your OVF/VMDK template files.
    • Provide an identifying name and location for the new Gateway virtual machine.
    • Choose any required compute resource.
    • Choose the required storage settings.
    • Customize the vApp properties of your virtual machine and, in the VA IVE Configuration parameter, paste the raw text of your Gateway definition file. To obtain the Gateway definition file, see the process described earlier in this section.
    • Confirm all settings.
    • Finish the wizard to create the Gateway VM.
  4. Locate the new Gateway VM in the hosts and clusters.
  5. Start the Gateway VM by powering it on.
  6. Wait until the power-up is complete.
  7. Return to the Gateways List page on the Controller.
  8. Locate the new Gateway record in the list and confirm that its status has updated to Connected.
  9. (Optional) After you have registered a Gateway, you can configure it (or the Gateway Group to which it belongs) as the default Gateway if required. A default Gateway handles all requests from applications that are not referenced by any secure access policy. See Configuring a Default Gateway for Application Discovery.

After this process completes, you can move to the next stage of nZTA configuration, which is Working with User Authentication.

In case of registration failure due to Gateway configuration mistakes in firewall rules, DNS, etc., you can re-register the gateway. It does not require re-deploying of Gateway. For details see Re-registering an Amazon Web Services Gateway

Re-registering a VMware vSphere Gateway

Re-registration of Gateway includes the following capabilities:

Gateway triggers re-registration on every launch of the gateway if the registration with controller fails or any update is made to the configuration parameters.

The "View registration error report" option provides the reason for failure and solution to rectify it.

On registration failures, admin is provided with the "Register" option to trigger the registration manually along with the existing debugging options such as networking tools, reboot, etc. This option can be used after rectifying any external issues such as network reach issue or Firewall rules following controller traffic from Gateway.

To rectify registration failure  due to the config error, first update the config settings in the Controller and download the config file. Then shut down Gateway VM, update downloaded config, and then boot Gateway.

Sample screen: Update Config Value

An option is provided to regenerate and download the gateway init config from the controller admin interface.

Workflow: Creating a Gateway in Amazon Web Services

The process of registering an AWS Gateway with nZTA involves two main procedures, to be completed in sequence:

  • Create the Gateway record in the Controller.
  • Create the Gateway virtual machine instance in Amazon Web Services (AWS).

After these steps have been completed successfully, the Controller and Gateway establish communication with each other.

Before you start, make sure that you have the following information and files for the Gateway:

  • An identifying name for the Gateway

  • The public IP address for the Gateway. This is the IP address at which clients can externally reach the Gateway instance, typically an elastic IP address provided by AWS.

  • The Gateway geographic location.

  • (Optional) The name of the Gateway Group to which you want to add this new Gateway record. To learn more about Gateway Groups, see Adding Gateway Groups for High Availability.

  • The primary (and optional secondary) DNS server IP address, and search domain.

  • The Gateway template file. nZTA Gateways can be deployed in a new VPC or an existing VPC, using the Nitro hypervisor. Select the JSON template file that is applicable to your requirements:

    If you want to use a Management interface, you must download and use the 3 NIC template.

    You might not be able to specify the download location given here directly to AWS. In this case, download the Gateway template file first to your local workstation and specify this location instead.

    You can also choose to download this file from the Gateways Overview page of the nZTA Tenant Admin Portal. The opportunity to do this occurs later in this process.

  • The Gateway AMI identifier. nZTA gateway AMIs are available in all AWS regions (except China).

    In most cases, after the Gateway image becomes available in the AWS Marketplace, the AMI applicable to your region is automatically selected. Alternatively, to perform a manual search, follow these steps:

    1. Log into the AWS console.
    2. Navigate to EC2 > Images > AMIs.
    3. Select "Public Images".
    4. Search for the image corresponding to your selected hypervisor:
      • Nitro: "ISA-V-NITRO-ZTA-22.7R1.2-525.1.img"
    5. Make a note of the corresponding AMI ID.
  • Credentials for the AWS Management Console.

    These credentials must include sufficient permissions to create a stack.

  • The SSH key pair file that you are using with the AWS Management Console.

Adding an Amazon Web Services Gateway

To registering a Gateway on your Controller, use the Gateway Details dialog.

To begin, log into the Controller Tenant Admin Portal using the credentials provided in your welcome email. Two outcomes are possible:

  • On unconfigured nZTA systems, the Secure Access Setup Onboarding wizard appears (see Working with the Onboarding Wizard). In this case, click Add Gateway.
  • On configured nZTA systems, the Network Overview page appears. In this case:
    1. From the nZTA menu, click the Secure Access icon, then select Manage Gateways.

      The Gateways List page appears, showing the full list of Gateway Groups and standalone Gateways currently configured on the Controller.

    2. To add a new Gateway, select Create from the top-right:

      Add a new Gateway or Gateway Group
    3. In the drop-down menu, click Create ZTA Gateway.

In both cases, the Gateway Details dialog appears.

Gateway Details

Enter the following details:

  1. Enter a Name for the Gateway.

  2. Enter one or more Public Address or CNAME (Public IP address or CNAME) for the Gateway. Select Add to add each entry to the list. To learn more about this setting, see Configuring Networks in your Gateway Datacenter.

  3. Select the geographic location details for the Gateway.

  4. For Gateway Platform, select "Amazon Web Services".

  5. Enter the Primary DNS IP address for the Gateway.

  6. (Optional) Enter the Secondary DNS IP address for the Gateway.

  7. Enter the DNS Search Domain for the Gateway.

    Make sure the specified DNS service can resolve the IP address of your Controller. Issues here can cause registration of the Gateway with the Controller to fail.

  8. (Optional) Select the Use Management Port check box to use management network ports for nZTA traffic rather than internal ports.

    When the management port is enabled, Gateway will use management interface to communicate with Controller and NTP Server.
    The Gateway will still use the internal port for DNS resolution and NTP server name resolution.
    If the internal DNS cannot resolve the Controller domain, the internal interface will require internet access.

  9. (Optional) Select the Use proxy server for communication check box to enable nZTA to Controller communication via proxy server. Proxy is supported on both internal and management interfaces of the Gateway. Once enabled, enter host name and port. Optionally, if your proxy server requires further authentication, enter a username and password to log in to the proxy server.

    Admin can configure proxy for existing Gateway after upgrading it to 22.4R3 version or later.

  10. (Optional) Select a Gateway Group to which the new Gateway is to be added. To learn more about Gateway Groups, see Adding Gateway Groups for High Availability.

  11. Configure MTU for the gateway: Configurable MTU size allows admin to modify the default setting of nZTA gateways wherever it is needed. The value allowed is in the range of 576 to 1500 (IPv4).

To add a Gateway definition based on the settings you specified in this dialog, select Create Configuration.

After you complete the first part of this workflow, an unregistered Gateway record is created on the Controller. This Gateway record can be seen on the Manage Gateways > Gateways List page.

Next, create the Gateway virtual machine instance on AWS and allow it to register with the Controller. This links the Gateway record on the Controller with the actual Gateway virtual machine, see Registering an Amazon Web Services Gateway.

Registering an Amazon Web Services Gateway

This section describes the steps necessary to create the Gateway virtual machine in the AWS management console. To learn more about the operations included here, refer to Amazon’s own documentation for full details.

After you have created an unregistered Gateway record on the Gateways page, you must create the Gateway instance on the AWS Management Console. This process facilitates communication between the Controller and the Gateway instance.

Before you start, make sure you have obtained the Gateway definition file from the Controller. This definition file includes the settings necessary to configure the new Gateway virtual machine with the identity and location of the Controller.

To download the Gateway definition file:

  1. Log into the Controller as a Tenant Admin, see Logging in as a Tenant Administrator.

  2. From the nZTA menu, click the Secure Access icon, then select Manage Gateways.

    The Gateways List page appears.

  3. Locate and select your unregistered AWS Gateway record from the list of available Gateways.

  4. Click the Download icon to obtain a copy of the Gateway definition file.

    The Download Icon
  5. Save the downloaded text file to a location accessible from the AWS Management Console.

    The Gateway definition file is valid for 24 hours. If this period expires, you must replace the Gateway to generate a new Gateway definition file.

  6. (Optional) If you have not yet downloaded the latest version of your Gateway VM file, click the Download icon and select Download gateway VM image. Save the archive file and unpack to a local workstation. Make sure the resulting file set is accessible from the AWS Management Console.

To register a Gateway:

  1. Access the AWS Management Console and log in using your credentials.

  2. In the AWS Services menu, select CloudFormation.

    The CloudFormation home page appears.

  3. Click Create Stack and then, from the sub-menu, select With new resources (standard).

    The Specify template step of the Create Stack wizard appears.

  4. Under Prerequisite - prepare template, select the Template is ready option.

  5. Under Specify Template, select the Upload a template file template source option.

  6. Under Upload a template file, click Choose File and select the Gateway template file that you downloaded at the start of this process.

    The file uploads, and the AWS S3 URL for the uploaded template file appears automatically.

  7. Click Next.

    The Specify stack details step of the Create Stack wizard appears. This page displays the details and parameters required by the Gateway template.

  8. Enter a Stack name.

  9. Specify the parameters as appropriate for your deployment:

    • If you are deploying the Gateway instance into a new VPC, you can accept the default values used for all parameters.
    • If you are deploying the instance into an existing VPC, you must manually specify the details of your existing VPC into the parameters on the page. For more information, contact Ivanti Technical Support.
  10. Under ZTAGateway Configuration, identify the Gateway AMI using its ZTAGateway AMI ID. Choose the designated AMI for the region in which you are deploying the Gateway instance.

  11. For Instance Type, select the instance type that fits your hypervisor choice (Xen or Nitro) and minimum requirements, based on the following recommended types:

    For reference, the recommended minimum requirements for a Gateway virtual machine instance in AWS are:
    For Nitro hypervisor-based instances, use M5 types:

    • m5.large (2 vCPU, 8 GB Memory) (2NIC min)
    • m5.xlarge (4 vCPU, 16 GB Memory) (3NIC min)
    • m5.2xlarge (8 vCPU, 32 GB Memory)
    • m5.4xlarge (16 vCPU, 64 GB Memory)

  12. For ZTAGateway Config Data, paste in the raw text of your Gateway definition file. To obtain the Gateway definition file, see the process described earlier in this section.

  13. For SSH Key Name, specify your existing SSH key pair name.

  14. For Load Balancer Configuration, If you plan to deploy multiple Gateways inside a Gateway Group, select "Yes" to deploy a new internet-facing network load balancer instance alongside the Gateway. Select "No" to launch only this Gateway instance.

    This option is applicable only for new VPC templates.

    If you elect to launch a load balancer, the following pre-configuration is applied:

    • An Elastic IP address is assigned to the load balancer.
    • A TCP listener is configured on port 443.
    • An IP-based Target Group is created and the private IP address of the deployed Gateway's external network interface is added as a target.
    • A health-check is configured on TCP port 443.
    • Stickiness is enabled on the Target Group.

    After you have deployed the Gateway and Load Balancer, you must return to the Tenant Admin Portal on the Controller and update the Gateway Group Load Balancer IP ADDRESS setting to be the Load Balancer's public IP address.

    If you want to configure the Load Balancer to balance across further Gateway instances from the Gateway Group, you must deploy each subsequent Gateway into an existing VPC and then update the Load Balancer Target Group.

    With new VPC templates, a NAT gateway is deployed for routing outbound Internet traffic from the Gateway's internal network interface in order for the Gateway to be able to reach the Controller.

    Public IP addresses are not automatically assigned to any of your Gateway's network interfaces. If you are deploying a Gateway into an existing VPC, in order for the Gateway to be able to reach the Controller from it's internal network interface, make sure you allow outbound Internet traffic from the Private Subnet for the deployed Gateway.

    To learn more about high availability and Gateway Groups, see Adding Gateway Groups for High Availability and Using Gateway Groups for High Availability.

  15. Click Next.

    The Configure stack options step of the Create Stack wizard appears. All properties that were specified either in the template or in earlier steps are populated automatically.

    No changes or new inputs are required.

  16. Click Next.

  17. The Review step of the Create Stack wizard appears.

  18. Confirm all displayed details.

  19. Click Create stack.

    The Stacks page appears. The new stack is listed using the Stack name you specified during the wizard. The new stack has a status of CREATE_IN_PROGRESS.

  20. Wait for the status of the new stack to reach CREATE_COMPLETE.

  21. (This step is required only if you have not deployed your Gateway with a Load Balancer or NAT at the front-end) Elastic IP addresses are not automatically assigned to any of the Gateway's network interfaces. Therefore, before you can access the new Gateway instance from the Controller, you must associate a new Public IP address with the external interface of the Gateway. Then, return to the Controller Tenant Admin Portal and update the Gateway Public IP Address setting to match this address.

  22. In the Tenant Admin Portal Secure Access > Gateways > Gateways List page, make sure the new Gateway has a confirmed status of Connected.

    You can directly access your AWS instance over SSH using AWS EC2 Instance Connect. To configure AWS EC2 Instance Connect, refer to the Amazon Web Service Documentation. You can then connect to the instance directly as a serial console using SSH from inside the AWS Management Console, refer to the Amazon Web Service Documentation.

  23. (Optional) After you have registered a Gateway, you can configure it (or the Gateway Group to which it belongs) as the default Gateway if required. A default Gateway handles all requests from applications that are not referenced by any secure access policy. See Configuring a Default Gateway for Application Discovery.

After this process completes, you can move to the next stage of nZTA configuration, which is Working with User Authentication.

In case of registration failure due to Gateway configuration mistakes in firewall rules, DNS, etc., you can re-register the gateway. It does not require re-deploying of Gateway. For details see Re-registering an Amazon Web Services Gateway.

Re-registering an Amazon Web Services Gateway

Re-registration of Gateway includes the following capabilities:

Gateway triggers re-registration on every launch of the gateway if the registration with controller fails or any update is made to the configuration parameters.

The "View registration error report" option provides the reason for failure and solution to rectify it.

On registration failures, admin is provided with the "Register" option to trigger the registration manually along with the existing debugging options such as networking tools, reboot, etc. This option can be used after rectifying any external issues such as network reach issue or Firewall rules following controller traffic from Gateway.

To rectify registration failure  due to the config error, first update the config settings in the Controller and download the config file. Then shut down Gateway VM, update downloaded config, and then boot Gateway.

Sample screen: Update Config Value

An option is provided to regenerate and download the gateway init config from the controller admin interface.

Workflow: Creating a Gateway in Microsoft Azure

The process of registering an Azure Gateway with nZTA involves two main procedures, to be completed in sequence:

  1. Create a Gateway record in the Controller.

  2. Create a Gateway virtual machine instance in Azure and register it with the Controller.

    Azure offers two methods for launching a Gateway virtual machine instance:

    • Through the Azure Marketplace
    • Using the provided template and image files

Before you start, make sure that you have the following information and files for the Gateway:

Additionally, if you are deploying a Gateway instance directly from the template and image files (as opposed to using the Azure Marketplace):

Adding an Azure Gateway

To registering a Gateway on your Controller, use the Gateway Details dialog.

To begin, log into the Controller Tenant Admin Portal using the credentials provided in your welcome email. Two outcomes are possible:

  • On unconfigured nZTA systems, the Secure Access Setup Onboarding wizard appears (see Working with the Onboarding Wizard). In this case, click Add Gateway.
  • On configured nZTA systems, the Network Overview page appears. In this case:
    1. From the nZTA menu, click the Secure Access icon, then select Manage Gateways.

      The Gateways List page appears, showing the full list of Gateway Groups and standalone Gateways currently configured on the Controller.

    2. To add a new Gateway, select Create from the top-right:

      Add a new Gateway or Gateway Group
    3. In the drop-down menu, click Create ZTA Gateway.

In both cases, the Gateway Details dialog appears.

Gateway Details

Enter the following details:

  1. Enter a Name for the Gateway.

  2. Enter one or more Public Address or CNAME (Public IP address or CNAME) for the Gateway. Select Add to add each entry to the list. To learn more about this setting, see Configuring Networks in your Gateway Datacenter.

    For Azure Marketplace deployments, a public IP address or CNAME is typically allocated at deployment time through the Azure Portal. Therefore, if you do not yet know the expected address/CNAME, enter a dummy value in this field now and update the setting after you have deployed and registered the Gateway instance. For more details on this process, see Creating a Gateway through Azure Marketplace.

  3. Select the geographic location details for the Gateway.

  4. For Gateway Platform, select "Azure".

  5. Enter the Primary DNS IP address for the Gateway.

  6. (Optional) Enter the Secondary DNS IP address for the Gateway.

  7. Enter the DNS Search Domain for the Gateway.

    Make sure the specified DNS service can resolve the IP address of your Controller. Issues here can cause registration of the Gateway with the Controller to fail.

  8. (Optional) Select the Use Management Port check box to use management network ports for nZTA traffic rather than internal ports.

    When the management port is enabled, Gateway will use management interface to communicate with Controller and NTP Server.
    The Gateway will still use the internal port for DNS resolution and NTP server name resolution.
    If the internal DNS cannot resolve the Controller domain, the internal interface will require internet access.

  9. (Optional) Select the Use proxy server for communication check box to enable nZTA to Controller communication via proxy server. Proxy is supported on both internal and management interfaces of the Gateway. Once enabled, enter host name and port. Optionally, if your proxy server requires further authentication, enter a username and password to log in to the proxy server.

    Admin can configure proxy for existing Gateway after upgrading it to 22.4R3 version or later.

  10. (Optional) Select a Gateway Group to which the new Gateway is to be added. To learn more about Gateway Groups, see Adding Gateway Groups for High Availability.

  11. Configure MTU for the gateway: Configurable MTU size allows admin to modify the default setting of nZTA gateways wherever it is needed. The value allowed is in the range of 576 to 1500 (IPv4).

To add a Gateway definition based on the settings you specified in this dialog, select Create Configuration.

After you complete the first part of this workflow, an unregistered Gateway record is created on the Controller. This Gateway record can be seen on the Manage Gateways > Gateways List page.

Next, create the Gateway virtual machine instance on Azure and allow it to register with the Controller. This links the Gateway record on the Controller with the actual Gateway virtual machine. Choose to register the Gateway instance through the Azure Marketplace (see Creating a Gateway through Azure Marketplace.) or through the Azure management console (see Creating a Gateway using the Azure Template and Image Files).

Creating a Gateway through Azure Marketplace

This section describes the steps necessary to create the Gateway virtual machine in Microsoft Azure by using the Azure Marketplace. To learn more about the operations included here, refer also to Microsoft’s own Azure documentation (https://docs.microsoft.com/azure) for full details.

After you have created an unregistered Gateway record on the Gateways page, you must create the Gateway instance in the Azure portal. This process facilitates communication between the Controller and the Gateway instance.

Before you start, you must obtain the Gateway definition file from the Controller. This definition file includes the settings necessary to configure the new Gateway virtual machine with the identity and location of the Controller.

To download the Gateway definition file:

  1. Log into the Controller as a Tenant Admin, see Logging in as a Tenant Administrator.

  2. From the nZTA menu, click the Secure Access icon, then select Manage Gateways > Gateways List.

    The Gateways List page appears.

  3. Locate and select your unregistered Azure Gateway record from the list of available Gateways.

  4. Click the Download icon to obtain a copy of the Gateway definition file.

    The Download Icon
  5. Save the downloaded text file to a location accessible from the Microsoft Azure Portal.

    The Gateway definition file is valid for 24 hours. If this period expires, you must replace the Gateway to generate a new Gateway definition file.

  6. (Optional) If you have not yet downloaded the latest version of your Gateway VM file, click the Download icon and select Download gateway VM image. Save the archive file and unpack to a local workstation. Make sure the resulting file set is accessible from the Microsoft Azure Portal.

To create a Gateway instance from Azure Marketplace:

nZTA Gateways in Azure Marketplace are limited to version 21.3R1 at the present time. To use a Gateway version later than 21.3R1, either launch the Azure Marketplace version and upgrade in-place to the latest version (see Upgrading Gateways) or use the alternate procedure described in Creating a Gateway using the Azure Template and Image Files to launch a Gateway instance using the template and image files.

  1. Log into the Microsoft Azure Portal (http://portal.azure.com).

  2. Navigate to the Azure Marketplace by clicking Create a resource.

  3. In the Search the Marketplace text box, enter "Ivanti".

    Azure Marketplace presents the results relevant to your search term.

  4. Locate Ivanti Neurons Zero Trust Access Gateway and click Create.

  5. In the drop-down list, choose the option that is applicable to your needs:

    • Ivanti Neurons Zero Trust Access Gateway - BYOL 3 NIC: Includes 3 network interfaces (internal, external, and management)
    • Ivanti Neurons Zero Trust Access Gateway - BYOL 2 NIC: Includes 2 network interfaces (internal and external)

    To first learn more about Ivanti Neurons Zero Trust Access Gateway, click the product banner and view the associated information page. You can launch a new Gateway instance from this page.

    The Create Ivanti Neurons Zero Trust Access Gateway process appears.

  6. On the Basics tab, enter the following details:

    • Subscription: If you are using the "PZT_Dev" subscription, leave this field as the default value. Otherwise, enter your subscription name.
    • Resource Group: Specify the resource group in which the Gateway needs to be deployed, or create a new resource group using the link provided. An Azure Resource Group is a container for a collection of connected assets that you assign to a virtual machine. To learn more, see the Azure documentation (https://docs.microsoft.com/azure).
    • Region: Specify the geographic region in which the Gateway instance is deployed.
    • Ivanti Neurons Zero Trust Access Gateway VM Name: Enter a suitable name for your Gateway instance. This name must be 1-9 characters long, using only lowercase letters or numbers.
    • SSH Public Key Source: Select "Use existing public key".
    • SSH Public Key: Copy and paste an RSA public key in a single-line format or the multi-line PEM format.

    SSH keys can be generated using sshkeygen on Linux or MacOS, or PuTTyGen on Windows. For further details about generating SSH key pairs, see:

    To continue, click Next: Network Settings >.

  7. On the Network Settings page, enter the following details:

    • Virtual Network: A virtual network is a logical isolation of the Azure cloud dedicated to your services. The value you enter here affects the IP address and subnet allocations for all network interfaces shown on this page. Azure pre-populates this field with a new virtual network name, although you can select your own predefined virtual network as necessary.

      To create a new virtual network, perform the following steps:

      1. Click the Create New link under the Virtual Network setting.

        The Create virtual network dialog appears.

      2. Enter a virtual network name.

      3. Enter an address space in CIDR notation (for example, 192.0.2.0/24).

      4. For each interface subnet, use the automatically-populated name and address values provided, or enter your own details. Each subnet must be contained by the address space entered in the previous setting.

      5. To save your changes, click OK.

        Your new virtual network settings are populated into the corresponding interface settings in the main Network Settings page.

    • Internal Subnet: The subnet identifier for the Internal network, pre-populated by either the selected Virtual Network or your newly-entered virtual network settings.

    • External Subnet: The subnet identifier for the External network, pre-populated by either the selected Virtual Network or your newly-entered virtual network settings.

    • (For 3 NIC instances only) Management Subnet: The subnet for the Management network, pre-populated by either the selected Virtual Network or your newly-entered virtual network settings.

    • Public IP for Ivanti Neurons Zero Trust Access Gateway external interface LB: The public IP address identifier at which clients can externally reach the Gateway instance, typically provided by Azure.

      Before you can connect to the new Gateway instance from the Controller, you must update the Controller with the Public IP address or CNAME assigned to the external interface of the Gateway load balancer. This process is described later.

    • DNS prefix for external interface LB: The unique DNS name for the public IP address specified for the external interface load balancer.

    • Public IP for NAT Gateway: The public IP address identifier of a NAT Gateway for the virtual machine to communicate with the Controller and other public resources.

    • DNS prefix for NAT Gateway public IP: The unique DNS name for the public IP address specified for the internal interface NAT Gateway.

    • Deploy Ivanti Neurons Zero Trust Access Gateway with Load Balancer: To deploy this Gateway with a load balancer, select "Yes" from the drop-down list. The front-end IP address of the load balancer is then used as the public IP address for your Gateway.

      If you select "No" to not deploy a load balancer, you must create and associate a public IP address to the external interface of your instance after deployment is complete.

      In all cases, on completion of this process, you must update the Controller Gateway definition with the correct public IP address for your Azure Gateway instance.

    To continue, click Next: Instance Configuration >.

  8. On the Instance Configuration page, enter the following details:

    • Ivanti Neurons Zero Trust Access Gateway VM Size: This is the specification of the virtual machine. Choose from:
      • For 2nic instances, select "1 x Standard DS2 v2"
      • For 3nic instances, select "1 x Standard DS4 v2"
    • Diagnostic storage account: The storage account for the virtual machine diagnostics. The default value is a new account based on your VM name.
    • Ivanti Neurons Zero Trust Access Gateway Version: Specify the version applicable to the current nZTA version, or the version you require. Ivanti recommends you select the latest available version.
    • Ivanti Neurons Zero Trust Access Gateway Config Data: Paste in the raw text of your Gateway definition file. To obtain the Gateway definition file, see the process described earlier in this section.

    To continue, click Next: Review + create >.

  9. On the Review + create page, verify the proposed configuration is validated successfully, and then click Create to create your new Gateway instance.

    After a short wait, your instance is created and deployed.

  10. Access the virtual machine settings for your new Gateway instance, and click Networking from the Settings menu.

    The Networking dialog appears, showing your attached network interfaces (internal, external, and (optionally) management).

  11. Click the tab that corresponds to the external network interface.

    The settings for the external network interface appear.

  12. Locate the NIC Public IP field and make a note of the IP address shown there. This is the public IP address you use to reconfigure the Controller record for this Gateway.

    If no public IP address is shown, determine if a load balancer was deployed together with your Gateway instance by selecting the Load balancing tab.

    • If a load balancer was deployed, make a note of the Frontend IP address displayed in this tab and use this as the Gateway public IP address on the Controller.
    • If a load balancer was not deployed, create a public IP address and associate it with the external interface. Then, use this IP address as the Gateway public IP address on the Controller.

    To learn about configuring IP addresses in the Azure portal, see the Microsoft Azure documentation.

  13. Return to the nZTA Tenant Admin Portal, and click Secure Access > Gateways > Gateways List.

    The All Gateways page appears.

  14. Select your new Azure Gateway from the list.

    The Gateways Overview page appears.

  15. Make sure the new Azure Gateway instance is shown in the list of configured Gateways and is connected (Status is Online and State is Registered).

  16. Select Secure Access > Manage Gateways > Gateway > Configuration, and locate Gateway Network Settings. Enter the Public IP address you noted from the Azure virtual machine settings. Make sure you remove any previously-entered dummy values.

  17. To save your changes, click Save Changes.

This completes the Azure Gateway registration process. Your enrolled client devices should now be able to connect to the Gateway.

You can view all Gateways that are deployed in your nZTA service (see Viewing and Monitoring Gateways in the Controller) or you can move to the next stage of nZTA configuration, which is Working with User Authentication.

Creating a Gateway using the Azure Template and Image Files

This section describes the steps necessary to create the Gateway virtual machine in Microsoft Azure by using the provided template and image files. To learn more about the operations included here, refer also to Microsoft’s own Azure documentation for full details.

After you have created an unregistered Gateway record on the Gateways page, you must create the Gateway instance in the Azure Management Console. This process facilitates communication between the Controller and the Gateway instance.

Before you start, you must complete the following prerequisites:

Obtain the Gateway definition file from the Controller. This definition file includes the settings necessary to configure the new Gateway virtual machine with the identity and location of the Controller.

To download the Gateway definition file:

  1. Log into the Controller as a Tenant Admin, see Logging in as a Tenant Administrator.
  2. From the nZTA menu, click the Secure Access icon, then select Manage Gateways > Gateways List.
  3. The Gateways List page appears.

  4. Locate and select your unregistered Azure Gateway record from the list of available Gateways.
  5. Click the Download icon to obtain a copy of the Gateway definition file.
  6. The Download Icon

  7. Save the downloaded text file to a location accessible from the Microsoft Azure Console.

The Gateway definition file is valid for 24 hours. If this period expires, you must replace the Gateway to generate a new Gateway definition file.

  1. (Optional) If you have not yet downloaded the latest version of your Gateway VM file, click the Download icon and select Download gateway VM image. Save the archive file and unpack to a local workstation. Make sure the resulting file set is accessible from the Microsoft Azure Portal.

azcopy copy '<URL to VHD file>' 'https://<MyStorageAccount>.blob.core.windows.net/<Container_Name>/<VHD filename><SAS-Token>''

Replace the angled-bracket elements with the details gathered in previous steps. For example:

azcopy copy 'https://pulseztaeurope.blob.core.windows.net/gateway/ISA-V-HYPERV-ZTA-22.7R1.2-525.1-SERIAL-hyperv.vhd' 'https://MyStorage.blob.core.windows.net/gateway/ISA-V-HYPERV-ZTA-22.7R1.2-525.1-SERIAL-hyperv.vhd?sv=2024-03-23&ss=bfqt&srt=co&sp=rwdlacupx&se=2024-03-23T02:57:39Z&st=2023-09-28T18:57:39Z&spr=https&sig=mJU7WNd9oNY7wcXNOqEOhbYshD9Sxv56rqEl%2FmEuCg4%3D'

To create a Gateway instance using the template and image files specified in the release notes for this product version:

For reference, the recommended minimum requirements for a Gateway virtual machine instance in Azure are:

  • Standard_D2s_v3 (2 vCPU, 8 GB Memory), or
  • Standard_F4s (4 vCPU, 8 GB Memory)

  1. Access the Azure Management Console and log in using your credentials.

  2. Access the Home > Templates page to view available templates.

  3. Click "+ Add" to add a new template.

  4. In the new template "General" section, enter a template name and description.

  5. In the new template "ARM Template" section, remove the default data and replace with the raw text contents of the nZTA Azure Gateway template JSON file.

    Use either the new VNET template JSON file or the existing VNET template JSON file as per your requirements.

  6. Save the new template.

  7. On the Home > Templates page, locate the new Azure Gateway template.

  8. On the context menu for the template, click Deploy.

    The Custom Deployment page appears.

  9. On the Custom Deployment page, enter any required details for the Gateway deployment.

    • Resource Group: Specify the resource group name in which the Gateway needs to be deployed, or create a new group.
    • Location: Specify the region in which the Gateway instance is deployed.
    • ZTAStorage Account Name: Specify the storage account you created earlier where the Gateway image is held.
    • ZTAStorage Account Resource Group: Specify the resource group you created earlier.
    • ZTAImage Location URI: Enter the full URI for the Gateway template image VHD file you copied to your storage account earlier.
    • ZTAVM Name: Enter a suitable name for your Gateway instance. Ivanti recommends matching the Gateway name used during the process of creating the Gateway record on the Controller.
    • ZTAConfig: Paste in the raw text of your Gateway definition file. To obtain the Gateway definition file, see the process described earlier in this section.
    • SSH Public Key: Specify your SSH key pair name.
  10. If required, update the labels for the instance:

    • Update the Dns Label Prefix Ext if required. For example, "azuregwext".
    • Update the Dns Label Prefix Mgmt if required. For example, "azuregwmgmt".
    • Update the Existing Vnet Name if required.
    • Update the Existing Internal Subnet if required. For example: "InternalNW".
    • Update the Existing External Subnet if required. For example: "ExternalNW".
    • Update the Existing Management Subnet if required. For example: "ManagementNW".
  11. For Load Balancer Configuration, If you plan to deploy multiple Gateways inside a Gateway Group, select "Yes" to deploy a new internet-facing Public Standard Load Balancer instance alongside the Gateway. Select "No" to launch only this Gateway instance.

    This option is applicable only for new VNET templates.

    If you elect to launch a load balancer, the following pre-configuration is applied:

    • A Standard SKU Public IP address is assigned to the Load Balancer.
    • A Backend Pool is created and the deployed Gateway is associated with the pool through it's external network interface.
    • A health probe is configured on TCP port 443.
    • Load balancing rules are configured.

    After you have deployed the Gateway and Load Balancer, you must return to the Tenant Admin Portal on the Controller and update the Gateway Group Load Balancer IP ADDRESS setting to be the Load Balancer's public IP address.

    If you want to configure the Load Balancer to balance across further Gateway instances from the Gateway Group, you must deploy each subsequent Gateway into the same Resource Group through the use of existing VNET templates and then update the Load Balancer's Backend Pool.

    With new VNET templates, a NAT gateway is deployed for routing outbound Internet traffic from the Gateway's internal network interface in order for the Gateway to be able to reach the Controller.

    Public IP addresses are not automatically assigned to any of your Gateway's network interfaces. If you are deploying a Gateway into an existing VNET, in order for the Gateway to be able to reach the Controller from it's internal network interface, make sure you allow outbound Internet traffic from the Private Subnet for the deployed Gateway.

    To learn more about high availability and Gateway Groups, see Adding Gateway Groups for High Availability and Using Gateway Groups for High Availability.

  12. Agree to the terms and conditions.

  13. Click Purchase to start the creation of the Gateway.

    A window displays the status of the process, starting with Deployment in Progress.

    (Optional) Click the Deployment in Process hyperlink to view a status page for the process.

  14. Wait until the process completes.

  15. Ensure that your Azure Security Groups support the IP addresses allocated to the Gateway instance. Please refer to Azure’s own documentation for full details.

  16. (This step is required only if you have not deployed your Gateway with a Load Balancer or NAT at the front-end) Public IP addresses are not automatically assigned to any of the Gateway's network interfaces. Therefore, before your client devices can connect to the new Gateway instance from the Controller, you must associate a new Public IP address with the external interface of the Gateway. Then, update the Controller's Gateway Public IP address setting to match this address (in the Secure Access > Gateways > Gateways List page, select your new Gateway, then select Secure Access > Gateways > Configuration and locate Gateway Network Settings).

  17. In the Secure Access > Gateways > Gateways List page, make sure the new Gateway has a confirmed status of Connected.

    This completes the Azure Gateway registration process. Your enrolled client devices should now be able to connect to the Gateway.

  18. (Optional) After you have registered a Gateway, you can configure it (or the Gateway Group to which it belongs) as the default Gateway if required. A default Gateway handles all requests from applications that are not referenced by any secure access policy. See Configuring a Default Gateway for Application Discovery.

You can view all Gateways that are deployed in your nZTA service (see Viewing and Monitoring Gateways in the Controller.) or you can move to the next stage of nZTA configuration, which is Working with User Authentication.

Workflow: Creating a Gateway in KVM/OpenStack

This workflow leads you through the processes for setting up a KVM Gateway in OpenStack. These processes must be performed in sequence:

After these steps have been completed successfully, the Controller and Gateway establish communication with each other.

Preparing to Create a KVM Gateway

Before you start, make sure you have the following information and files:

  • An identifying name for the Gateway
  • The public IP address for the Gateway. This is the IP address at which clients can externally reach the Gateway instance.
  • The Gateway geographic location
  • (Optional) The name of the Gateway Group to which you want to add this new Gateway record. To learn more about Gateway Groups, see the Tenant Admin Guide.

Additionally, to manually specify KVM Gateway network interface settings:

  • The primary (and optional secondary) DNS server IP address, and search domain.

  • The required internal/private subnetworks must already be defined on OpenStack. Please refer to the OpenStack documentation for details.

  • The required external subnetworks must already be defined on OpenStack. Please refer to the OpenStack documentation for details.

  • (Optional) Any required management subnetwork must already be defined on OpenStack. Please refer to the OpenStack documentation for details.

  • The Gateway KVM template: https://pulsezta.blob.core.windows.net/gateway/ISA-V-KVM-ZTA-22.7R1.2-525.1.zip

    Download a copy of the KVM template ZIP file. Then fully unpack the ZIP file, including any compressed .gz files inside, to a local workstation. Make sure that the resulting file set is accessible from the OpenStack Console.

    You can also choose to download this file from the Gateways Overview page of the nZTA Tenant Admin Portal. The opportunity to do this occurs later in this process.

  • Credentials for the OpenStack Console.

These credentials must include sufficient permissions to create a virtual machine from a template image.

After you have all required information, you can set up a nZTA KVM gateway, see Adding a KVM Gateway.

Adding a KVM Gateway

To registering a Gateway on your Controller, use the Gateway Details dialog.

To begin, log into the Controller Tenant Admin Portal using the credentials provided in your welcome email. Two outcomes are possible:

  • On unconfigured nZTA systems, the Secure Access Setup Onboarding wizard appears (see Working with the Onboarding Wizard). In this case, click Add Gateway.
  • On configured nZTA systems, the Network Overview page appears. In this case:
    1. From the nZTA menu, click the Secure Access icon, then select Manage Gateways.

      The Gateways List page appears, showing the full list of Gateway Groups and standalone Gateways currently configured on the Controller.

    2. To add a new Gateway, select Create from the top-right:

      Add a new Gateway or Gateway Group
    3. In the drop-down menu, click Create ZTA Gateway.

The Gateway Details dialog appears.

Gateway Details

Enter the following details:

  1. Enter a Name for the Gateway.

  2. Enter one or more Public Address or CNAME (Public IP address or CNAME) for the Gateway. Select Add to add each entry to the list. To learn more about this setting, see Configuring Networks in your Gateway Datacenter.

  3. Select the geographic location details for the Gateway.

  4. For Gateway Platform, select "KVM".

  5. Enter the Primary DNS IP address for the Gateway.

  6. (Optional) Enter the Secondary DNS IP address for the Gateway.

  7. Enter the DNS Search Domain for the Gateway.

    Make sure the specified DNS service can resolve the IP address of your Controller. Issues here can cause registration of the Gateway with the Controller to fail.

  8. (Optional) Select the Use Management Port check box to use management network ports for nZTA traffic rather than internal ports.

    When the management port is enabled, Gateway will use management interface to communicate with Controller and NTP Server.
    The Gateway will still use the internal port for DNS resolution and NTP server name resolution.
    If the internal DNS cannot resolve the Controller domain, the internal interface will require internet access.

  9. (Optional) Select the Use Dynamic Tunnel IP check box to configure a pool of IP addresses that are dynamically mapped to client sessions with this Gateway, such that user traffic from the Gateway to an application can be identified as originating from a specific client. To learn more, see Using Dynamic IP Addressing to Profile Client Traffic.

    The Custom IP Pool dialog appears:

    Gateway Network Configuration - Custom IP Pool settings

    Dynamic Tunnel IP addresses are not supported in Gateway Groups.

    Use the Assignable Custom IPv4 Address field to enter an IP address and subnet (in the range 8-28) in CIDR notation, then click Add. Repeat this step for each address/subnet you want to use.

  10. (Optional) Select the Use proxy server for communication check box to enable nZTA to Controller communication via proxy server. Proxy is supported on both internal and management interfaces of the Gateway. Once enabled, enter host name and port. Optionally, if your proxy server requires further authentication, enter a username and password to log in to the proxy server.

    Admin can configure proxy for existing Gateway after upgrading it to 22.4R3 version or later.

  11. (Optional) Select a Gateway Group to which the new Gateway is to be added. To learn more about Gateway Groups, see Adding Gateway Groups for High Availability.

  12. Configure MTU for the gateway: Configurable MTU size allows admin to modify the default setting of nZTA gateways wherever it is needed. The value allowed is in the range of 576 to 1450 (IPv4).

  13. To add a Gateway definition based on the settings you specified in this dialog, select Create Configuration.

After you complete the first part of this workflow, an unregistered Gateway record is created on the Controller. This Gateway record can be seen on the Gateways > Gateways List page.

You can now prepare your metadata, see Preparing Metadata for OpenStack.

Preparing Metadata for OpenStack

The preparation of metadata for use on OpenStack currently requires some manual steps:

  1. Log into the Controller as a Tenant Admin, see Logging in as a Tenant Administrator.

  2. From the nZTA menu, click the Secure Access icon, then select Manage Gateways > Gateways List.

    The Gateways List page appears, showing the full list of Gateway Groups and standalone Gateways currently configured on the Controller.

  3. locate and select your KVM Gateway.

    The Gateways Overview page appears.

  4. Click the Download icon to obtain a copy of the Gateway definition file.

    The Download Icon
  5. Specify a save location for your Gateway definition file.

    The Gateway definition file is valid for 24 hours. If this period expires, you must replace the Gateway to generate a new Gateway definition file.

  6. (Optional) If you have not yet downloaded the latest version of your Gateway VM file, click the Download icon and select Download gateway VM image. Save the archive file and unpack to a local workstation. Make sure the resulting file set is accessible from the OpenStack Management Portal.

  7. View the gateway definition file in a text editor.

  8. Start a separate text editor file, and paste the following template text block into it:

     <pulse-config>
       <config-download-url>
          '<insert vaConfigURL value here>'
       </config-download-url>
       <appliance-id>
          <insert vaApplianceID value here>
       <secondary-dns>
          <insert vaSecondaryDNS here>
       </secondary-dns>
       <primary-dns>
          <insert vaPrimaryDNS here>
       </primary-dns>
       <dns-domain>
          <insert vaDnsSearchDomain here>
       </dns-domain>
       </appliance-id>
       <cert-common-name>
          <insert vaCommonName value here>
       </cert-common-name>
       <accept-license-agreement>
          y
       </accept-license-agreement>
       <controller-enrolled-hostname>
          <insert va|CTR_name|EnrolledHostname value here>
       </controller-enrolled-hostname>
       <dns-search-domain>
          <insert vaDnsSearchDomain value here>
       </dns-search-domain>
       <controller-hostname>
          <insert va|CTR_name|Hostname value here>
       </controller-hostname>
    </pulse-config>
            
  9. For each parameter block in the template text block file:

    • Locate the required metadata property for the line.

      For example, in the following block:

      <appliance-id>
         <insert vaApplianceID value here>
      </appliance-id>
                    

      You require the vaApplianceID value from the gateway definitions file.

    • Locate the required value in the gateway definitions file.

      For example, the vaApplianceID value is 99ce3aa3c9494cbabb51c085c9c3f6ad.

    • Copy and paste this value from the gateway definitions file into the template text file.

      For example, the <appliance-id> block will now read as follows:

      <appliance-id>
         99ce3aa3c9494cbabb51c085c9c3f6ad
      </appliance-id>
                    

    You do not need to change the <accept-license-agreement> block, and can retain its y setting.

  10. After you have added all required text to the template text file, save that file for use in the next section.

You can now create a KVM gateway VM in Openstack, see Creating the KVM Gateway Virtual Machine Instance in OpenStack.

Creating the KVM Gateway Virtual Machine Instance in OpenStack

To create a KVM VM instance in OpenStack:

  1. Access the OpenStack Management Portal, either from a client or a web browser, and log in using your OpenStack credentials.

    In the OpenStack console, the Overview page appears.

  2. In the left menu, click Compute > Images.

    The Images page appears. This shows a list of images.

  3. Above the list of images, click Create Image.

    The Create Image wizard appears. In this wizard, you upload a KVM gateway image for use.

  4. Under Image Details:

    • Enter an Image Name. Typically, this incorporates a version number. For example, ZTA_GWY_100.
    • Enter an Image Description. For example: ZTA KVM Image.
    • Under Image Source, click Browse and select the unpacked KVM disc image file. Then, click Format and select QCOW2 - QEMU Emulator.
    • Under Image Requirements, set Minimum Disk (GB) to 40 and Minimum RAM (KB) to 2048.
    • Set Visibility Setting as required. Public will enable the image to be used in other projects. Private will not.
    • Set Image Sharing as required.
    • Use the default settings for all other properties.
  5. Click Next.

    The Metadata page of the wizard appears. No action is required on this page, all properties can use their default settings.

  6. Click Create Image.

    The wizard closes, and the new KVM gateway image is added to the Images page.

  7. Wait until the image has been uploaded and processed and shows as Active.

    The upload image process typically takes 15-20 minutes.

  8. After the image has uploaded and is Active, click its Launch button.

    The first page of the Launch Instance wizard appears. In this wizard, you create a KVM gateway instance.

  9. Under Details:

    • Enter an Instance Name. This will be the displayed name of the gateway in nZTA.
    • Enter a Description for the KVM gateway. For example ZTA KVM Gateway.
    • Use the default settings for all other properties.
  10. Click Next.

    The Source page of the wizard appears. This page lists the selected disk image and selected/default settings for the instance. No action is required on this page, all properties can use their displayed settings.

  11. Click Next.

    The Flavor page of the wizard appears. This page lists the available types of gateway you can create.

  12. Locate the ISA4000-V entry and click its "up arrow" button to select it.

  13. Click Next.

    The Networks page of the wizard appears. This page lists the available networks (and associated subnetworks) for the gateway. It enables you to select the required subnetworks for your gateway.

  14. In the available list, locate the required subnetworks.

    For example, you may require a subnetwork for internal ports and a subnetwork for external ports, but not a subnetwork for management interfaces.

    If the required subnetworks do not yet exist, you must define them. Please refer to the OpenStack documentation for details of this process.

  15. Click the "up arrow" button for each subnetwork to select it.

    For each selected subnetwork, a fixed IP address is added automatically to the gateway. These appear later in this process, so that they can be assigned to floating IP addresses.

  16. Click Next.

    The Network Ports page of the wizard appears. No action is required on this page, all properties can use their displayed settings.

  17. Click Next.

    The Security Groups page of the wizard appears. No action is required on this page, all properties can use their displayed settings.

    If there is no default security group defined, you must define one. Please refer to the OpenStack documentation for details of this process.

  18. Click Next.

    The Key Pair page of the wizard appears. No action is required on this page, all properties can use their displayed settings.

  19. Click Next.

    The Configuration page of the wizard appears. This page enables you to configure the gateway instance using metadata you prepared earlier, see Preparing Metadata for OpenStack.

  20. Open your template text file and copy the entire text block that starts with <pulse-config> and ends with </pulse-config>.

  21. Paste the text block into the Customization Script block.

    You cannot directly paste metadata for your gateway from nZTA. You must prepare a suitable text block from the metadata, see Preparing Metadata for OpenStack.

  22. Enable the Configuration Drive check box.

  23. Click Launch Instance.

    The wizard closes, and the new KVM gateway instance is added.

  24. Access the Instances page.

    The new KVM gateway instance is listed on this page.

  25. Wait until the Power State of the gateway instance is Running.

    This process may take several minutes.

  26. After the instance state changes to Running, make a note of the subnetworks and their automatically-assigned fixed IP addresses in the IP Address column for the instance. For example:

    Unassociated KVM Ports

    In this example, floating IP addresses are listed after the fixed IP addresses, so all are unassociated:

    • The fixed IP address on the int-port-2 subnetwork is 4.4.10.83.
    • The fixed IP address on the ext-port-2 subnetwork is 5.5.10.64.
  27. Access the Network > Floating IPs page.

    The Floating IPs page shows the floating IP addresses associated with your account. Both associated and unassociated floating IP addresses are listed.

    Associated floating IPs have a Mapped Fixed IP Address listed.

  28. Identify an unassociated floating IP address that you want to associate with a fixed IP address.

  29. Click the Associate button for the fixed IP address.

    The Manage Floating IP Associations dialog appears.

  30. Select a fixed port to be associated for the selected floating IP address.

  31. Click Associate to conform the association.

  32. Repeat the association process until each of the fixed IP addresses for your gateway instance is associated with a floating IP address.

  33. Wait until the status of these floating IP addresses all show as Active.

  34. Return to the Compute > Instances page.

    This page now shows a fixed IP address associated with floating IP address for each port. For example:

    Associated KVM Ports
  35. Click the Console tab.

    A console monitor view shows the ongoing boot-up process for the instance.

  36. Wait until the instance shows a screen similar to the following:

    KVM Instance Console Monitor
  37. Return to the Gateways List page on the Controller.

  38. Locate the new Gateway record in the list and confirm that its status has updated to Connected. For example:

    KVM Gateway Connected
  39. (Optional) After you have registered a Gateway, you can configure it (or the Gateway Group to which it belongs) as the default Gateway if required. A default Gateway handles all requests from applications that are not referenced by any secure access policy. See Configuring a Default Gateway for Application Discovery.

Workflow: Creating a Gateway in Google Cloud Platform

This workflow leads you through the processes for setting up a Gateway on the Google Cloud Platform (GCP). These processes must be performed in sequence:

After these steps have been completed successfully, the Controller and Gateway establish communication with each other.

Preparing to Create a GCP Gateway

Before you start, make sure you have the following information and files:

  • The primary (and optional secondary) DNS server IP address, and search domain.

  • The required internal/private subnetworks must already be defined on Google Cloud Platform, including firewall settings. All required firewall settings for this interface are shown below.

    Internal/Private Firewall Rules

    Refer to the Google Cloud Platform documentation for details.

  • The required external/public subnetworks must already be defined on Google Cloud Platform, including firewall settings. All required firewall settings for this interface are shown below.

    External/Public Firewall Rules

    Refer to the Google Cloud Platform documentation for details.

  • (Optional) Any required management subnetwork must already be defined on Google Cloud Platform, including firewall settings. All required firewall settings for this interface are shown below.

    Management Firewall Rules

Refer to the Google Cloud Platform documentation for details.

After you have all required information, you can set up a nZTA GCP gateway, see Adding a GCP Gateway.

Adding a GCP Gateway

To registering a Gateway on your Controller, use the Gateway Details dialog.

To begin, log into the Controller Tenant Admin Portal using the credentials provided in your welcome email. Two outcomes are possible:

  • On unconfigured nZTA systems, the Secure Access Setup Onboarding wizard appears (see Working with the Onboarding Wizard). In this case, click Add Gateway.
  • On configured nZTA systems, the Network Overview page appears. In this case:
  1. From the nZTA menu, click the Secure Access icon, then select Manage Gateways.

  2. The Gateways List page appears, showing the full list of Gateway Groups and standalone Gateways currently configured on the Controller

  3. To add a new Gateway, select Create from the top-right:

  4. Add a new Gateway or Gateway Group

  5. In the drop-down menu, click Create ZTA Gateway.

The Gateway Details dialog appears.

Gateway Details

Enter the following details:

  1. Enter a Name for the Gateway.

  2. Enter one or more Public Address or CNAME (Public IP address or CNAME) for the Gateway. Select Add to add each entry to the list. To learn more about this setting, see Configuring Networks in your Gateway Datacenter.

    If you want Google Cloud Platform to allocate a public IP address automatically, you can use a dummy IP address (for example, 1.1.1.1) at this point. You must then update the Controller with the allocated public IP address after the GCP VM instance is created, see Completing the Configuration of the Controller.

  3. Select the geographic location details for the Gateway.

  4. For Gateway Platform, select "Google Cloud Platform".

  5. Enter the Primary DNS IP address for the Gateway.

  6. (Optional) Enter the Secondary DNS IP address for the Gateway.

  7. Enter the DNS Search Domain for the Gateway.

  8. (Optional) Select the Use Management Port check box to use management network ports for nZTA traffic rather than internal ports.

    When the management port is enabled, Gateway will use management interface to communicate with Controller and NTP Server.
    The Gateway will still use the internal port for DNS resolution and NTP server name resolution.
    If the internal DNS cannot resolve the Controller domain, the internal interface will require internet access.

  9. (Optional) Select the Use proxy server for communication check box to enable nZTA to Controller communication via proxy server. Proxy is supported on both internal and management interfaces of the Gateway. Once enabled, enter host name and port. Optionally, if your proxy server requires further authentication, enter a username and password to log in to the proxy server.

    Admin can configure proxy for existing Gateway after upgrading it to 22.4R3 version or later.

  10. (Optional) Select a Gateway Group to which the new Gateway is to be added. To learn more about Gateway Groups, see Adding Gateway Groups for High Availability.

    A Gateway Group may have a defined public IP address, which you can specify as the Public Address.

  11. Configure MTU for the gateway: Configurable MTU size allows admin to modify the default setting of nZTA gateways wherever it is needed. The value allowed is in the range of 576 to 1460 (IPv4).

To add a Gateway definition based on the settings you specified in this dialog, select Create Configuration.

You can now download your metadata, see Downloading Metadata for Google Cloud Platform.

In case of registration failure due to Gateway configuration mistakes in firewall rules, DNS, etc., you can re-register the gateway. It does not require re-deploying of Gateway. For details see Re-registering a GCP Gateway.

Re-registering a GCP Gateway

Re-registration of Gateway includes the following capabilities:

Gateway triggers re-registration on every launch of the gateway if the registration with controller fails or any update is made to the configuration parameters.

The "View registration error report" option provides the reason for failure and solution to rectify it.

On registration failures, admin is provided with the "Register" option to trigger the registration manually along with the existing debugging options such as networking tools, reboot, etc. This option can be used after rectifying any external issues such as network reach issue or Firewall rules following controller traffic from Gateway.

To rectify registration failure  due to the config error, first update the config settings in the Controller and download the config file. Then edit the Gateway instance and update the Custom metadata with the downloaded config file, and then reboot Gateway.

Sample screen: Update Config Value

An option is provided to regenerate and download the gateway init config from the controller admin interface.

Downloading Metadata for Google Cloud Platform

The preparation of metadata for use on Google Cloud Platform currently requires some manual steps:

  1. Log into the Controller as a Tenant Admin, see Logging in as a Tenant Administrator.

  2. From the nZTA menu, click the Secure Access icon, then select Manage Gateways > Gateways List.

    The Gateways List page appears, showing the full list of Gateway Groups and standalone Gateways currently configured on the Controller.

  3. Locate and select your GCP Gateway.

    The Gateways Overview page appears.

  4. Click the Download icon, then choose Download gateway init config to obtain a copy of the Gateway definition file.

    The Download Icon
  5. Specify a save location for your Gateway definition file.

    The Gateway definition file is valid for 24 hours. If this period expires, you must replace the Gateway to generate a new Gateway definition file.

  6. (Optional) If you have not yet downloaded the latest version of your Gateway VM image and optional YAML templates, click the Download icon and select Download gateway VM image. Save the archive file and unpack to a local workstation. Make sure the resulting file set is accessible from the Google Cloud Platform Management Portal.

You can now create a GCP gateway VM in Google Cloud Platform, see Uploading the GCP Virtual Machine Image onto the Google Cloud Platform.

Uploading the GCP Virtual Machine Image onto the Google Cloud Platform

To upload a GCP Gateway virtual machine image into Google Cloud Platform:

  1. Access the Google Cloud Platform Management Portal, either from a client or a web browser, and log in using your Google Cloud Platform credentials.

  2. In the Google Cloud Platform console, select your required project from the pull-down list on the title bar. For example:

    GCP Select Project
  3. Click the Navigation menu, and then select Cloud Storage > Browser.

    A list of GCP storage buckets appears.

  4. Select the bucket into which you wish to place the GCP image.

    A page listing the current contents of the bucket appears.

  5. (Optional) Navigate to the required folder within the bucket.

  6. Click Upload Files. For example:

    GCP Upload Files

    An upload dialog appears.

  7. Select the ZTA Gateway GCP virtual machine image .tar file from your local workstation (see Preparing to Create a GCP Gateway.), and click Open.

    If you want to use the provided YAML templates to automate the creation of your VM instance (see Creating a VM Instance of the Uploaded GCP Image Using a Script/Template.), select these in addition to the image archive.

    The image archive and any selected template files are added to the bucket.

  8. Wait until the upload completes. This may take several minutes.

  9. Start a command line session from the title bar. For example:

    GCP Upload Files

    A command line session starts.

  10. Navigate to the project folder.

  11. Create an image from the nZTA Gateway image archive using the following command:

gcloud compute images create <instance_name> --source-uri=gs://<bucket_name>/<optional_path>/<image_name>.tar --guest-os-features MULTI_IP_SUBNET

You can now create a VM instance of the uploaded GCP image. To do this, either:

Creating a VM Instance of the Uploaded GCP Image Manually

This section describes how to manually create a virtual machine instance of the nZTA Gateway image inside Google Cloud Platform. You can also perform this process automatically using a script/template, see Creating a VM Instance of the Uploaded GCP Image Using a Script/Template.

  1. Click the Navigation menu, and then select Compute Engine > Images.

    The Images page appears. For example:

    GCP Images Page
  2. Locate the new image in the list of images.

  3. At the end of the image entry, click the action menu and select Create Instance.

    The Create Instance page appears. For example:

    GCP Create Instance
  4. On the Create Instance page:

    • Enter a Name for the new instance.

    • Select a Region and Zone.

    • Under Machine configuration:

      • For Series, select N1.
      • For Machine Type, select a minimum of N1-Standard-n2 for 2-NIC, minimum of N1-Standard-n4 for 3-NIC.
      • For Boot Disk, confirm that the correct image is already selected.
      • For Firewall, select the required HTTP/HTTPS options.
    • Expand the Management, security, disks, networking, sole tenancy options.

    • Select the Management tab.

    • Under Metadata:

      • For Key, enter pulse-config.
      • For Value, paste the text of the metadata file you downloaded earlier.
    • Select the Networking tab.

    • Under Network interfaces, click the Edit icon to change the default network interface selection.

      The Network interface options appear.

    • Under Network interface, specify a private (internal) network interface:

      • For Network, select the required private VPC.
      • For Subnetwork, select the required subnetwork.
      • Click Done to confirm the settings for the private network interface.
    • Under Network interfaces, click Add network interface.

      The Network interface options appear.

    • Under Network interface, specify a public (external) network interface:

      • For Network, select the required public VPC.
      • For Subnetwork, select the required subnetwork.
      • Click Done to confirm the settings for the public network interface.
    • (Optional) Click Add network interface and specify a management network interface.

    • Click Create to confirm the settings and instantiate a VM instance of the image.

      The VM Instances page appears. This page shows the new VM instance of the image. For example:

      GCP Create Instance
  5. On the VM Instances page, wait until the creation of the VM instance completes. This may take several minutes.

  6. After the VM instance is created, click on it in the list of VM instances.

    The VM instance details page appears for the instance.

  7. Confirm the details for the VM instance, including the number of network interfaces.

  8. Make a note of the public IP address of the EXT interface (typically, this is nic1. This is required inside nZTA.

  9. Under Network interfaces, confirm that the firewall settings from your VPCs are present for your specified network interfaces:

    • Click nic0. A summary page for this network interface appears.

      Under Firewall and route details, click the Firewall Rules tab and confirm that the following firewall rules are defined.

      NIC0 Firewall Rules
    • Click nic1. A summary page for this network interface appears.

      Under Firewall and route details, click the Firewall Rules tab and confirm that the following firewall rules are defined.

      NIC1 Firewall Rules
    • (Optional) Click nic2. A summary page for this optional network interface appears.

      Under Firewall and route details, click the Firewall Rules tab and confirm that the following firewall rules are defined.

      NIC2 Firewall Rules
  10. The VM instance details* page, click Connect to serial console

    A console monitor view (in a separate browser tab) shows the ongoing boot-up process for the instance.

  11. Wait until the instance boot up is complete, and shows a screen similar to the following:

    GCP Instance Console Monitor

You can then complete this process by updating the Gateway details on the Controller, see Completing the Configuration of the Controller.

Creating a VM Instance of the Uploaded GCP Image Using a Script/Template

This section describes how to automatically create a virtual machine instance of the nZTA Gateway image inside Google Cloud Platform using a script/template. You can also perform this process manually, see Creating a VM Instance of the Uploaded GCP Image Manually.

Ivanti provides YAML-based templates to create an instance of the nZTA Gateway image in the following configurations:

You can obtain these templates through the links given here, or as part of the archive file set provided through the Download link on the Gateways Overview page in the nZTA Tenant Admin Portal after you have defined a Gateway record.

To use a template:

  1. Download the required template archive file to your local workstation.

  2. Unpack the downloaded archive file to a location that is accessible from Google Cloud Platform. Each archive contains three files. For example, for the two-interface (existing VPC) version of the archive:

     pulsesecure-zta-2nics-existing-vpc.jinja
    pulsesecure-zta-2nics-existing-vpc.jinja.scheme
    pulsesecure-zta-2nics-existing-vpc.yaml
            
  3. Edit the YAML file properties section to reflect your project and instance requirements, including the user_data property.

    An example of an existing VPC YAML file is provided here:

              imports:
      - path: pulsesecure-zta-2-nics-existing-vpc.jinja
    resources:
      - name: my-vm
        properties:
          project: zta-gw-263035
          email: [email protected]
          region: asia-south1
          zone: asia-south1-b
          image: ztagcp123
          machine_type: n1-standard-2
          int_network:
          ext_network:
          int_subnetwork:
          ext_subnetwork:
          user_data:
        type: pulsesecure-zta-2-nics-existing-vpc.jinja
            

    An example of a new VPC YAML file is provided here:

              imports:
      - path: pulsesecure-zta-2-nics-new-vpc.jinja
    resources:
      - name: my-vm
        properties:
          deploy_with_lb: yes
          project: zta-gw-263035
          email: [email protected]
          region: asia-south1
          zone: asia-south1-b
          image: ztagcp123
          machine_type: n1-standard-2
          user_data: <pulse-config><primary-dns>8.8.8.8<\primary-dns> ...
          int_cidr: 192.0.2.0/24
          ext_cidr: 192.0.2.0/24
        type: pulsesecure-zta-2-nics-new-vpc.jinja
            

    Where you are specifying a new VPC for your virtual machine instance, make sure you use properties (for example, networking settings) that do not conflict with an existing VPC.

    The following table lists all possible template properties and their meaning:

    Property Description ExampleValue
    project Project Identifier myproject
    email Registered service account email address [email protected]
    region Thename of the region in which you want to deploy your VM instance asia-east1
    zone The name of the zone in which you want to deploy your VM instance asia-east1-b
    image Virtual machine image name gwimage
    machine_type GCP machine type

    For 2-nic: N1-Standard-n2 minimum

    For 3-nic: N1-Standard-n4 minimum

    int_network VPC network name for internal network nw1-private
    ext_network VPC network name for external network nw1-public
    mgmt_network VPC network name for management network nw1-mgmt
    int_subnetwork Subnet name for internal VPC int-nw1
    ext_subnetwork Subnet name for external VPC ext-nw1
    mgmt_subnetwork Subnet name for management VPC mgmt-nw1
    user_data The Gateway config file downloaded from the nZTA controller <pulse-config>... </pulse-config>
    int_cidr IP address range for the internal subnet 192.0.2.0/24
    ext_cidr IP address range for the external subnet 198.51.100.0/24
    mgmt_cidr IP address range for the management subnet 203.0.113.0/24
    health_check Health check rule name with port 443 hc1
    ingress_pzt_int_port Firewall rule for inbound internal network ing-int
    ingress_pzt_ext_port Firewall rule for inbound external network ing-ext
    egress_pzt_ext_port Firewall rule for outbound external network egress
    ingress_pzt_mgmt_port Firewall rule for inbound management network ing-mgmt
    vm_name Virtual machine instance Name vm77

    router_int

    Cloud router name for the internal interface

    rtr1

    nat_int

    NAT Gateway name for the internal interface

    nat1

    router_mgmt Cloud router name for the management interface rtr-mgmt1
    nat_mgmt NAT Gateway name for the management interface nat-mgmt

    ip_address

    Load balancer front-end IP address

    3nic

    instance_group

    Instance group name

    group1

    load_balancer

    Load balancer name

    lb

    max_connections

    The number of maximum connections

    2

    target_proxy Targeted proxy name proxy1
    front_end Load balancer front-end profile name front1

     

  4. Save the YAML file.

  5. On the Google Cloud Platform, start a command line session from the title bar. For example:

    GCP Upload Files

    A command line session starts.

  6. Select the required project:

    gcloud config set project <project-name>

  7. Within the project folder, create a deploymentmanager folder.

  8. Copy the three script files to this folder.

  9. Create a VM instance from the nZTA Gateway image archive file using the following command:

    gcloud deployment-manager deployments create <vm-name> --config <yaml_file>

    For example:

    gcloud deployment-manager deployments create vm-gcp-123 --config pulsesecure-zta-3-nics-existing-vpc.yaml

  10. Wait until the command completes.

  11. On the VM Instances page, click on the new VM in the list of VM instances.

    The VM instance details page appears for the instance.

  12. Confirm the details for the VM instance, including the number of network interfaces.

  13. Make a note of the public IP address of the INT interface (typically, this is nic0. This is required inside nZTA.

You can now complete this process by updating the Gateway details on the Controller, see Completing the Configuration of the Controller.

Completing the Configuration of the Controller

If you specified a dummy public IP address (for example, 1.1.1.1) when you created the Gateway on the Controller, you now need to update the Controller with the allocated public IP address for the Gateway VM instance on Google Cloud Platform.

You do not need to perform the following procedure if you specified the correct public IP address when you created the Gateway on the Controller, see Adding a GCP Gateway.

  1. Return to the Gateways List page in the nZTA Tenant Admin Portal.
  2. Locate the new Gateway record in the list and confirm that its status has updated to Connected.
  3. Click the Gateway and then select Secure Access > Manage Gateways > Gateway > Configuration.
  4. Under Gateway Network Settings, delete the current public IP setting and replace it with the public IP address if the nic1 (external) interface for the VM instance.
  5. (Optional) After you have registered a Gateway, you can configure it (or the Gateway Group to which it belongs) as the default Gateway if required. A default Gateway handles all requests from applications that are not referenced by any secure access policy. See Configuring a Default Gateway for Application Discovery.

Workflow: Creating a Gateway in Oracle Cloud Platform

This workflow leads you through the processes for setting up a Gateway on the Oracle Cloud Platform(OCI).

These processes must be performed in sequence:

Preparing to Create an Oracle Gateway

Before you start, make sure you have the following information and files:

  • An identifying name for the Gateway.
  • The public IP address for the Gateway. This is the IP address at which clients can externally reach the Gateway instance, such as an LB/NAT or Datacenter network forward rules.

    If you want Oracle Cloud platform to allocate a public IP address automatically, you can use a dummy IP address (for example, 1.1.1.1) when you create the Gateway on nZTA.

  • The Gateway geographic location.
  • (Optional) The name of the Gateway Group to which you want to add this new Gateway record. To learn more about Gateway Groups, see Adding Gateway Groups for High Availability.

    Gateway Group may have a defined public IP address, which you can specify during the creation of the Gateway.

  • The nZTA Gateway Oracle virtual machine image: https://pulsezta.blob.core.windows.net/gateway/ISA-V-OCI-ZTA-22.7R1.2-525.1.tar.gz

    Download a copy of the Oracle Gateway image as a compressed zip archive file, then decompress the archive to a local workstation. Make sure that the resulting file set is accessible from the Oracle Cloud Platform Console.

    You can also choose to download the Gateway image through the Gateways Overview page of the Controller after you have defined the Gateway record. The opportunity to do this occurs later in this process.

  • (Optional) Oracle Gateway deployment scripts, suitable for automating the creation of your Oracle VM instances.

    Template files: https://pulsezta.blob.core.windows.net/gateway/templates/OCI/24-5-525/Terraform.zip

  • Credentials for the Oracle Cloud Platform Console.

    These credentials must include sufficient permissions to create a virtual machine using terraform scripts.

  • The primary (and optional secondary) DNS server IP address, and search domain.

Adding an Oracle Gateway

To register a Gateway on your Controller, use the Gateway Details dialog. To begin, log into the Controller Tenant Admin Portal using the credentials provided in your welcome email. Two outcomes are possible:

  • On unconfigured nZTA systems, the Secure Access Setup Onboarding wizard appears (see Working with the Onboarding Wizard). In this case, click Add Gateway.
  • On configured nZTA systems, the Network Overview page appears. In this case:

    1. From the nZTA menu, click the Secure Access icon, then select Manage Gateways.

      The Gateways List page appears, showing the full list of Gateway Groups and standalone Gateways currently configured on the Controller.

    2. To add a new Gateway, select Create from the top-right.
    3. From the drop-down menu, click Create ZTA Gateway.

      The Gateway Details dialog appears.

Enter the following details:

  1. Enter a Name for the Gateway.
  2. Enter one or more Public Address or CNAME (Public IP address or CNAME) for the Gateway.
  3. Select Add to add each entry to the list. To learn more about this setting, see Configuring Networks in your Gateway Datacenter.

    If you want Oracle Cloud Platform to allocate a public IP address automatically, you can use a dummy IP address (for example, 1.1.1.1) at this point. You must then update the Controller with the allocated public IP address after the Oracle VM instance is created (if it is not updated automatically).

  4. Select the geographic location details for the Gateway.
  5. For Gateway Platform, select Oracle Cloud Platform.
  6. Enter the Primary DNS IP address for the Gateway.
  7. (Optional) Enter the Secondary DNS IP address for the Gateway.
  8. Enter the DNS Search Domain for the Gateway.
  9. (Optional) Select the Use Management Port check box to use management network ports for nZTA traffic rather than internal ports.

    When the management port is enabled, Gateway will use management interface to communicate with Controller and NTP Server.

    The Gateway will still use the internal port for DNS resolution and NTP server name resolution.

    If the internal DNS cannot resolve the Controller domain, the internal interface will require internet access.

  10. (Optional) Select the Use proxy server for communication check box to enable nZTA to Controller communication via proxy server.

    Proxy is supported on both internal and management interfaces of the Gateway. Once enabled, enter host name and port.

    Optionally, if your proxy server requires further authentication, enter a username and password to log in to the proxy server.

  11. (Optional) Select a Gateway Group to which the new Gateway is to be added. To learn more about Gateway Groups, see Adding Gateway Groups for High Availability.

    A Gateway Group may have a defined public IP address, which you can specify as the Public Address.

  12. Configure MTU for the gateway: Configurable MTU size allows admin to modify the default setting of nZTA gateways wherever it is needed. The value allowed is in the range of 576 to 1500 (IPv4).

  13. To add a Gateway definition based on the settings you specified in this dialog, select Create Configuration.

You can now download your metadata, see Downloading Metadata for Oracle Cloud Platform.

In case of registration failure due to Gateway configuration mistakes in firewall rules, DNS, etc., you can re-register the gateway. It does not require re-deploying of Gateway.

Downloading Metadata for Oracle Cloud Platform

The preparation of metadata for use on Oracle Cloud Platform currently requires some manual steps:

  1. Log into the Controller as a Tenant Admin, see Logging in as a Tenant Administrator.
  2. From the nZTA menu, click the Secure Access icon, then select Manage Gateways > Gateways List.

    The Gateways List page appears, showing the full list of Gateway Groups and standalone Gateways currently configured on the Controller.

  3. Locate and select your Oracle cloud Gateway.

    The Gateways Overview page appears.

  4. Click the Download icon, then choose Download gateway init config to obtain a copy of the Gateway definition file.
  5. Specify a save location for your Gateway definition file.

    The Gateway definition file is valid for 24 hours. If this period expires, you must replace the Gateway to generate a new Gateway definition file.

  6. (Optional) If you have not yet downloaded the latest version of your Gateway VM image and optional YAML templates, click the Download icon and select Download gateway VM image. Save the archive file and unpack to a local workstation. Make sure the resulting file set is accessible from the Oracle Cloud Platform Management Portal.

You can now create an Oracle cloud gateway VM in Oracle Cloud Platform, see Uploading the Oracle Virtual Machine Image onto the Oracle Cloud Platform.

Uploading the Oracle Virtual Machine Image onto the Oracle Cloud Platform

To upload a Oracle Gateway virtual machine image into Oracle Cloud Platform:

  1. Access the Oracle Cloud Platform Management Portal, either from a client or a web browser, and log in using your Oracle Cloud Platform credentials.
  2. Click the Navigation menu, and then select Storage > Buckets.
  3. Select the right compartment and then the list of OCI storage buckets appears as below.
  4. Select the bucket into which you wish to place the OCI image.

    A page listing the current list of the files from the bucket appears.

  5. Click Upload.

    An upload dialog appears.

  6. Select the ZTA Gateway OCI virtual machine image.tar file from your local workstation and click Open.
  7. Wait until the upload completes. This may take several minutes.
  8. Once upload completes. Create an image from the bucket using the following method:
    1. Click the Navigation menu, and then select Compute > Custom Images.
    2. Select the right compartment and then the list of current images appears.
    3. Click on Import image. An import dialog will appear and then choose the .tar file that was uploaded in the bucket. Refer to the below screenshots.
      • Ensure the OS is selected as CentoS.
      • Ensure Launch mode is chosen as Paravirtualized mode.
      • Ensure Image type is chosen as QCOW2.
      • Wait until the import completes. This may take several minutes.

    You can now create a VM instance of the uploaded OCI image. To do this, either:

Creating a VM Instance of the Uploaded OCI Image Using Terraform Script

Pre-requisites: Ensure OCI configurations required for CLI access is enabled. This is one-time process. Please see here for details:

  1. Download the required template archive file to your local workstation.
  2. Upload all the scripts to Oracle cloud shell as below:
    1. Open the cloud shell using the option as shown below.
    2. Upload the terraform scripts using the upload option from the cloud shell settings as shown below. Once it is uploaded, the scripts will be present in the user’s home directory.
    3. Edit the config.auto.vars file as per the intended deployment. Refer Terraform Configurations for details on the configuration.
  3. Run terraform init.
  4. Run terraform validate. This will let the admin know if there are any issues with the configurations.
  5. Run terraform apply. This will trigger the deployment process.
  6. If any resource deployment fails, retry running the command Terraform apply again.

Terraform Configurations

Serial No. Configuration Description Sample Value
1 enable_management This defines, if nZTA needs an additional NIC for management interface. enable_management = true
2 internal_existing_vcn This defines, if existing VCN to be used for internal(primary) interface. If true, then we need to provide the vcn-id for the configuration internal_vcn_id. internal_existing_vcn = false
3 external_existing_vcn This defines, if existing VCN to be used for external interface.If true, then we need to provide the vcn-id for the configuration external_vcn_id. external_existing_vcn = false
4 management_existing_vcn This defines, if existing VCN to be used for management interface.If true, then we need to provide the vcn-id for the configuration management_vcn_id. management_existing_vcn = false
5 use_internal_vcn_for_all This defines, if internal VCN to be used for all interfaces(external/management). use_internal_vcn_for_all = false

6

internal_existing_subnet

This defines, if existing subnet from the existing VCN to be used for internal(primary) interface. If true, then we need to provide the configuration internal_vcn_id and internal_subnet_id.

internal_existing_subnet = false

7

external_existing_subnet

This defines, if existing subnet from the existing VCN to be used for external interface. If true, then we need to provide the configuration external_vcn_id and external_subnet_id.

external_existing_subnet = false

8

management_existing_subnet

This defines, if existing subnet from the existing VCN to be used for management interface. If true, then we need to provide the configuration management_vcn_id and management_subnet_id.

management_existing_subnet = false

9

create_management_nat

This defines, if NAT needs to be created for management interface. This is required for management interface to access controller deployed in the internet.

create_management_nat = true

10

create_internal_nat

This defines, if NAT needs to be created for internal(primary) interface. This is required for internal interface to access controller deployed in the internet.

create_internal_nat = true

11

create_external_ig

This defines, if internet gateway needs to be created for external interface. This is required for ISAC client to reach the external interface for resource access.

create_external_ig = true

12

use_static_external_ip

This defines, if static private ip to be used for external interface.

use_static_external_ip = false

13

use_static_internal_ip

This defines, if static private ip to be used for internal interface.

use_static_internal_ip = false

14

use_static_management_ip

This defines, if static private ip to be used for management interface.

use_static_management_ip = false

15 use_load_balancer This defines, if load balancer needs to be configured for external interface. use_load_balancer = false

16

use_existing_lb_for_ext_nic

This defines, if existing load balancer to be used for external interface. If true, then we need to provide the configuration external_lb_id.

use_existing_lb_for_ext_nic = false

17

use_existing_bs_for_ext_nic

This defines, if existing backend set to be used for external interface. If true, then we need to provide the configuration bs_display_name.

use_existing_bs_for_ext_nic = false

18

use_existing_ls_for_ext_nic

This defines, if existing listeners to be used for external interface. If true, then we need to provide the configuration listener_display_name.

use_existing_ls_for_ext_nic = false

19

compartment_id

The OCID of the compartment where the nZTA gateway will be deployed

compartment_id = "ocid1.tenancy.oc1..aaaaaaaarod5yc3653ujwgvjbqui3s6r6ntfbs3d4uwxlkitku5flcbkrety"

20

vm_display_name

Display name for the nZTA gateway VM.

vm_display_name = "skrn-new-2"

21

image_id

OCID of the image to use for the nZTA gateway deployment.

image_id = "ocid1.image.oc1.ap-hyderabad-1.aaaaaaaapw7vnd4fqbp3heuk5kikfhlmhpcxjhcrl7tz7a3ln52gg7jr3htq"

22

shape

VM shape for the nZTA gateway (e.g., VM.Standard.E4.Flex and etc.) . If the shape is of type fles, then we need to provide the configuration total_flex_OCPUs and total_flex_RAM as mandatory.

shape = "VM.Standard.E4.Flex"

23

total_flex_OCPUs

Number of required OCPU's for the flex VM.

total_flex_OCPUs = 3

24

total_flex_RAM

RAM size for the flex VM

total_flex_RAM = 16

25

availability_domain

Availability domain where the shape belong to.

availability_domain = "bsUY:AP-HYDERABAD-1-AD-1"

26

internal_vcn_cidr_block

Internal CIDR block for the internal Virtual Cloud Network to be created.

internal_vcn_cidr_block = "10.0.0.0/16"

27

internal_vcn_display_name

Display name for the internal Virtual Cloud Network to be created.

internal_vcn_display_name = "ZTA_internal_vnc_2"

28

internal_vcn_id

OCID of the existing vcn to use for the nZTA internal interface (Primay VNIC)

internal_vcn_id = "ocid1.vcn.oc1.ap-hyderabad-1.amaaaaaatgkbhxyaia3zy75gt3cqxqotgdagfsw7vdy2sylscjvavm2526ha"

29

internal_subnet_id

OCID of the subnet to use for the nZTA internal interface (Primay VNIC).

internal_subnet_id = "ocid1.subnet.oc1.ap-hyderabad-1.aaaaaaaafscfkn7nzwsnv5xgjscybresi55fyxreqrqeu67umiz2sw7giawa"

30

internal_subnet_cidr_block

CIDR block for the internal subnet to be created.

internal_subnet_cidr_block = "10.0.0.0/18"

31

internal_subnet_display_name

Display name for the internal subnet to be created.

internal_subnet_display_name = "internal_Subnet_2"

32

internal_rt_name

Display name of the routing table for the internal subnet to be created.

internal_rt_name = "internal_rt_name"

33

internal_nat_name

Display name of the nat for the internal subnet to be created.

internal_nat_name = "internal_nat_name"

34

internal_nic_display_name

Display name for the internal NIC (Primary VNIC) to be created.

internal_nic_display_name = "internal"

35

internal_ip_address

Static IP address of the internal nic (optional)

internal_ip_address = "10.1.1.2"

36

internal_is_public_ip_enabled

This defines, if we need to ssign public IP to internal nic.

internal_is_public_ip_enabled = false

37

internal_nsg_name

Display name of the network security group to be associated with internal NIC which will be created.

internal_nsg_name = "internal_nsg_name"

38

internal_nsg_rules

Defines the network security group for the internal interface.

Protocol - Protocol to be allowed. Values : 6 (TCP) ,17 (UDP)

Destination : Destination CIDR block to be allowed.

Source: Source CIDR block to be allowed.

min_dstport : Min destination port to be allowed

max_dstport : Max destination port to be allowed

min_srcport : Min destination port to be allowed

max_srcport : Max destination port to be allowed

description : Description about the NSG rules.

direction : INGRESS or EGRESS

protocol = "6"//TCP

destination ="0.0.0.0./0"

source = "0.0.0.0./0"

min_dstport = 6667

max_dstport = 6667

min_srcport = 0

max_srcport = 0

description = "internal ingess"

direction = "INGRESS"

39

external_vcn_cidr_block

External CIDR block for the external Virtual Cloud Network to be created.

External_vcn_cidr_block = "10.0.0.0/16"

40

external_vcn_display_name

Display name for the external Virtual Cloud Network to be created.

external_vcn_display_name = "ZTA_external_vnc_2"

41

external_vcn_id

OCID of the existing vcn to use for the nZTA external interface (Primay VNIC).

external_vcn_id = "ocid1.vcn.oc1.ap-hyderabad-1.amaaaaaatgkbhxyaia3zy75gt3cqxqotgdagfsw7vdy2sylscjvavm2526ha"

42

external_subnet_id

OCID of the subnet to use for the nZTA external interface (Primay VNIC).

external_subnet_id = "ocid1.subnet.oc1.ap-hyderabad-1.aaaaaaaafscfkn7nzwsnv5xgjscybresi55fyxreqrqeu67umiz2sw7giawa"

43

external_subnet_cidr_block

CIDR block for the external subnet to be created.

external_subnet_cidr_block = "10.0.0.0/18"

44

external_subnet_display_name

Display name for the external subnet to be created.

external_subnet_display_name = "external_Subnet_2"

45

external_rt_name

Display name of the routing table for the external subnet to be created.

external_rt_name = "external_rt_name"

46

external_ig_name

Display name of the internal gateway for the external subnet to be created.

external_ig_name = "external_ig_name"

47

external_nic_display_name

Display name for the external NIC (Primary VNIC) to be created.

external_nic_display_name = "external"

48

external_ip_address

Static IP address of the external nic (optional)

external_ip_address = "10.1.1.2"

49

external_is_public_ip_enabled

This defines, if we need to ssign public IP to external nic.

external_is_public_ip_enabled = true

50

external_nsg_name

Display name of the network security group to be associated with external NIC which will be created.

external_nsg_name = "external_nsg_name"

51

external_nsg_rules

Defines the network security group for the external interface.

Protocol - Protocol to be allowed. Values : 6 (TCP) ,17 (UDP)

Destination : Destination CIDR block to be allowed.

Source: Source CIDR block to be allowed.

min_dstport : Min destination port to be allowed

max_dstport : Max destination port to be allowed

min_srcport : Min destination port to be allowed

max_srcport : Max destination port to be allowed

description : Description about the NSG rules.

direction : INGRESS or EGRESS

protocol = "6"//TCP

destination ="0.0.0.0./0"

source = "0.0.0.0./0"

min_dstport = 6667

max_dstport = 6667

min_srcport = 0

max_srcport = 0

description = "external ingess"

direction = "INGRESS"

52

management_vcn_cidr_block

management CIDR block for the management Virtual Cloud Network to be created.

management_vcn_cidr_block = "10.0.0.0/16"

53

management_vcn_display_name

Display name for the management Virtual Cloud Network to be created

management_vcn_display_name = "ZTA_management_vnc_2"

54

management_vcn_id

OCID of the existing vcn to use for the nZTA management interface (Primay VNIC)

management_vcn_id = "ocid1.vcn.oc1.ap-hyderabad-1.amaaaaaatgkbhxyaia3zy75gt3cqxqotgdagfsw7vdy2sylscjvavm2526ha"

55

management_subnet_id

OCID of the subnet to use for the nZTA management interface (Primay VNIC).

management_subnet_id = "ocid1.subnet.oc1.ap-hyderabad-1.aaaaaaaafscfkn7nzwsnv5xgjscybresi55fyxreqrqeu67umiz2sw7giawa"

56

management_subnet_cidr_block

CIDR block for the management subnet to be created.

management_subnet_cidr_block = "10.0.0.0/18"

57

management_subnet_display_name

Display name for the management subnet to be created.

management_subnet_display_name = "management_Subnet_2"

58

management_rt_name

Display name of the routing table for the management subnet to be created.

management_rt_name = "management_rt_name"

59

management_nat_name

Display name of the nat for the management subnet to be created.

management_nat_name = "management_nat_name"

60

management_nic_display_name

Display name for the management NIC (Primary VNIC) to be created.

management_nic_display_name = "management"

61

management_ip_address

Static IP address of the management nic (optional).

management_ip_address = "10.1.1.2"

62

management_is_public_ip_enabled

This defines, if we need to ssign public IP to management nic.

management_is_public_ip_enabled = false

63

management_nsg_name

Display name of the network security group to be associated with management NIC which will be created.

management_nsg_name = "management_nsg_name"

64

management_nsg_rules

Defines the network security group for the management interface.

Protocol - Protocol to be allowed. Values : 6 (TCP) ,17 (UDP)

Destination : Destination CIDR block to be allowed.

Source: Source CIDR block to be allowed.

min_dstport : Min destination port to be allowed

max_dstport : Max destination port to be allowed

min_srcport : Min destination port to be allowed

max_srcport : Max destination port to be allowed

description : Description about the NSG rules.

direction : INGRESS or EGRESS

protocol = "6"//TCP

destination ="0.0.0.0./0"

source = "0.0.0.0./0"

min_dstport = 6667

max_dstport = 6667

min_srcport = 0

max_srcport = 0

description = "management ingess"

direction = "INGRESS"

65

init_config

Init config that nZTA will pickup while deployment. This value needs to be taken from the init file downloaded from the nZTA controller interface as explained in admin guide section “Downloading Metadata for Oracle Cloud Platform”.

init_config = "PHB1bHNlLWNvbmZpZz48cHJpbWFyeS1kbnM+OC44LjguODwvcHJpbWFyeS1kbnM+PHNlY29uZGFyeS1kbnM+OC44LjQuNDwvc2Vjb25kYXJ5LWRucz48ZG5zLWRvbWFpbj5wc2VjdXJlLm5ldDwvZG5zLWRvbWFpbj48Y2VydC1jb21tb24tbmFtZT5za3JuLW9jaS5nLmUyZTIuZS5qdW5pcGVyLnB6dC5kZXYucGVyZnNlYy5jb208L2NlcnQtY29tbW9uLW5hbWU+PGFjY2VwdC1saWNlbnNlLWFncmVlbWVudD55PC9hY2NlcHQtbGljZW5zZS1hZ3JlZW1lbnQ+PGNvbmZpZy1kb3dubG9hZC11cmw+J2h0dHBzOi8vZTJlMi5qdW5pcGVyLnB6dC5kZXYucGVyZnNlYy5jb20vYXBpL2dhdGV3YXlzLzBjYTNlNmUwLWZmMTItNDUxNy1hYTYzLWM5NjY5MWUzNDMzYi9vcmNoZXN0cmF0aW9uL2luaXRpYWwtY29uZmlnP3Q9Z0FBQUFBQmstQUFmYXIwYjgtNXowMXo4aVZSS1VBUTVIVURYaHJQcnFxcWZQc1JPY0pjS0pjQUZTQnhWZGFLbTRnNDhSVW53bTY3REFtWUlwQWp2c2JEWGUzcnA1X2VmU3Joc1lSWTM1SU96WmE3dlZsaDRXalNSQ3ZXa3JFVkVVek5mOTdqeDl1T1A1VktxQmdaN3NhLV93SUdkVnNBcUc3OWl4TTU2WVJXblYzc21NTm5maFhfNUxDTkFTYmV1T3BKWk5qNXpYWDdOa2Y5STZlWUctUWI0aHRENzNOZnZyYjhzNmRYZGo0WUlIaXItdXA0YnJ5d1I0dUdiVThuZ20zR3ZWanFPakRfbGJSYkFsT2VJdXpOMUJGaWpDeXhVc09nZDkwbmVRdkppUHdMc3pJLUJ1TW5FRktnVG1pX1RZTUFmY1E4YTM5MmRFUlQ1OVhWM3p4QkRvaklQQ1l1RlNtbExCd2NKckRjZC1oTVMwSmpxYUE1NHhLMDNsMDdMTHBQZ2ZrMmFOeWhBSHR4QUIyVFlEUDUtcV9iOFdRa2pCZXNhVmh5bkVRX0RkV0JoNGotMUF4TT0nPC9jb25maWctZG93bmxvYWQtdXJsPjxhcHBsaWFuY2UtaWQ+MGNhM2U2ZTBmZjEyNDUxN2FhNjNjOTY2OTFlMzQzM2I8L2FwcGxpYW5jZS1pZD48Y29udHJvbGxlci1ob3N0bmFtZT5lMmUyLmp1bmlwZXIucHp0LmRldi5wZXJmc2VjLmNvbTwvY29udHJvbGxlci1ob3N0bmFtZT48Y29udHJvbGxlci1lbnJvbGxlZC1ob3N0bmFtZT5lMmUyLmUuanVuaXBlci5wenQuZGV2LnBlcmZzZWMuY29tPC9jb250cm9sbGVyLWVucm9sbGVkLWhvc3RuYW1lPjxkbnMtc2VhcmNoLWRvbWFpbj5wc2VjdXJlLm5ldDwvZG5zLXNlYXJjaC1kb21haW4+PGNvbm5lY3QtdmlhLW1nbXQtaW50ZXJmYWNlPm48L2Nvbm5lY3QtdmlhLW1nbXQtaW50ZXJmYWNlPjwvcHVsc2UtY29uZmlnPg=="

66

lb_display_name

Display name of the load balancer that should be created.

lb_display_name = "external_lb_name"

67

listener_display_name

Display name of the listener that should be associated with the loadbalancer.

listener_display_name = ["external_ls_name_443" , "external_ls_name_80"]

68

bs_display_name

Display name of the backend sets that should be associated with the loadbalancer.

bs_display_name = ["external_bs_name_443","external_bs_name_80"]

69

external_lb_id

OCI id of the external loadbalancer

external_lb_id = "ocid1.networkloadbalancer.oc1.ap-hyderabad-1.amaaaaaatgkbhxyanzrjec4irpjuumytyuk5qugcuatjc2oiejpjcvo6hlaa"

70

ports

Load balancer ports for the listener and backendsets. The orfer of port number should be matching the order mentioned in listener and backend set configurations listener_display_name andbs_display_name

ports = [443,80]

71

bs_policy

Backend set policy that should be used for traffic distribution in load balancer.

bs_policy = "FIVE_TUPLE"

72

protocol

TCP is only protocol supported for load balancer configuration.

protocol = "TCP"

Creating a VM Instance of the Uploaded OCI Image Using any Other Methods

Deploy a VM with nZTA Gateway image uploaded to the OCI, with following requisites:

  1. Configure 2 nic’s in the order Internal, External, if the Management port is not required for the nZTA Gateway deployment.
  2. Configure 3 nic’s in the order Internal, External and Management. If management port is configured for the nZTA Gateway deployment.
  3. Ensure custom metadata “pulse-config” is configured for the VM. The value of pulse-config metadata needs to be taken from the init file downloaded from the nZTA Controller interface as explained in admin guide section Downloading Metadata for Oracle Cloud Platform.
  4. Ensure internal NIC can access the controller present in the azure cloud and application resources.
  5. Ensure external NIC public ip is reachable by the ISAC clients over the port 443.
  6. Ensure management NIC can access the controller present in the azure cloud , if management port is enabled for controller communication.
  7. Ensure load balancer ip is reachable by the ISAC clients over port 443, if load balancer is used for gateway deployment.
  8. Recommended Firewall rules:
    • Internal - INGRESS (TCP: 6667), EGRESS (TCP: ANY, UDP: ANY)
    • External - INGRESS (TCP: 443)
    • Management - INGRESS (TCP: 6667), EGRESS (TCP: ANY, UDP: ANY)

Upgrading Gateways

Ivanti periodically creates and releases new Gateway software versions to address updates and issues, and to improve performance. As new version packages become available, you can trigger an upgrade for your Gateways through the Controller to take advantage of the updates available in the new version. Gateway updates can be applied manually, or, in the case of ungrouped Gateways, applied at a scheduled time.

The Installation Packages page displays a list of the available Gateway installation packages and controls the update schedule. To trigger a manual upgrade for a specific Gateway or Gateway Group, use the Gateways Overview page (see Checking a Current Gateway Version and Applying an Individual Update).

The upgrade process requires a Gateway instance to become unavailable for a short time while the upgrade package is applied. Ivanti recommends performing Gateway upgrades ONLY at a time of least impact to your services.
Gateways that are part of a group (for high availability) can be safely upgraded provided the remaining group members remain connected and available.

Upgrading the ZTA Gateway to the versions 22.7R1 or 22.6R1.8 or 22.5R1.7 is recommended for the ZTA Controller version 22.7R1. Please be advised that there is no download package option available for versions 22.6R1.8 and 22.5R1.7. As an alternative, ZTA Gateways with the versions 22.5R1 or 22.6R1.2 can be downloaded and subsequently upgraded to the versions 22.5R1.7, 22.6R1.8 and 22.7R1.

To view the list of available Gateway installation packages and to configure a update schedule:

  1. Log into the Controller as a Tenant Admin, see Logging in as a Tenant Administrator.

  2. From the nZTA menu, click the Administration icon, then select Upgrade > Installation Packages.

    The Installation Packages page appears.

  3. Click the Gateways tab.

    The list of available Gateway installation packages is displayed:

    View a list of available Gateway installation packages and set a schedule for upgrades

    Use the following controls to set the Gateway upgrade policy:

    • Always auto update to the latest version: Update your Gateways to the latest available version according to the defined maintenance window.
    • I will choose the version: Select a specific package from the list of available packages to be applied to your Gateways according to the defined maintenance window.
    • Do not set a default version: Do not automatically schedule an update, and leave your Gateways running the current version.
  4. To set the default maintenance window for Gateway updates, click SET MAINTENANCE WINDOW.

    The Maintenance Window dialog appears:

    Set the default maintenance window for Gateways

Use the settings provided to configure your maintenance window, during which your non-grouped Gateways are updated to the selected package version. Ivanti recommends setting this at a time of least convenience to your services.

If a scheduled update does not complete within the maintenance window, it continues at the next available maintenance window. However, if a scheduled update fails, try updating the Gateway manually (for more information, see Checking a Current Gateway Version and Applying an Individual Update).

Checking a Current Gateway Version and Applying an Individual Update

To check the current version for a Gateway, and to apply an update:

  1. Log into the Controller as a Tenant Admin, see Logging in as a Tenant Administrator.

  2. From the nZTA menu, click the Secure Access icon, then select Manage Gateways > Gateway List.

    The Gateways List page appears, showing the full list of Gateway Groups and standalone Gateways currently configured on the Controller.

  3. Select the required Gateway from the list.

    The Gateways Overview page appears. The summary at the top of the page displays details pertaining to this Gateway, including the current version:

    Viewing the current Gateway version
  4. Click the context menu icon at the top-right to access the Edit options applicable to the selected Gateway:

    If an update is available for this Gateway, a corresponding link is displayed in the drop-down menu:

    Viewing Gateway version upgrade options

    In some cases, there might be more than one version available. Select the version you want, or contact your support representative for details.

  5. To start the upgrade, click the Upgrade to <version> link.

An upgrade task is added in the Tasks page for this Gateway, with a status of "Pending". As the task becomes due, the upgrade process starts and the task status changes to "In Progress". The status description describes the current phase of the upgrade, Downloading, Installing, or Rebooting, together with the percentage complete.

During the first two phases, your Gateway remains operating on the current version and continues to serve traffic. Then, in the reboot phase, the Gateway becomes unavailable for a short time.

After the reboot is complete, the Gateway automatically re-establishes connection to the Controller. If the procedure is successful, the upgrade task is marked with a status of "Success" and the new software version is displayed in the Gateway summary in the Gateways Overview page.

The time taken for an upgrade to complete is based on factors such as the number of previous pending tasks and network connection speed. Check on progress using the status description or through the host platform management console.

The Controller UI displays the upgrade phase progress indicator (downloading, installing or rebooting) only for Gateway upgrades from base version 21.2 upwards. For base Gateway versions earlier than 21.2, an indication of the current progress is available only from the host platform management console.

To troubleshoot issues related to upgrading your Gateway, view the Event Log (see Checking the Logs). Furthermore, if a Gateway fails to initiate a reboot at the end of the upgrade process, but is still accessible, check the log file on the Gateway instance using the following steps:

  1. Use ssh to access the Gateway instance command line.
  2. Locate and open the file /tmp/doUpgrade.log.

Rolling Back a Gateway to a Previous Version

Your ZTA Gateways can be rolled back to a previously-installed version through the Tenant Admin Portal. You might want to return to an earlier version if, for example, you encounter an unforeseen issue with a newly-upgrading Gateway instance, or for testing purposes.

You can roll back a Gateway version only where that Gateway instance has been previously upgraded through the Tenant Admin Portal, and only to the previously-installed version.

To roll back a Gateway to an earlier version:

  1. Log into the Controller as a Tenant Admin, see Logging in as a Tenant Administrator.

  2. From the nZTA menu, click the Secure Access icon, then select Manage Gateways > Gateway List.

    The Gateways List page appears, showing the full list of Gateway Groups and standalone Gateways currently configured on the Controller.

  3. Select the required Gateway from the list.

    The Gateways Overview page appears. The summary at the top of the page displays details pertaining to this Gateway, including the current version.

  4. Click the context menu icon at the top-right to access the Edit options applicable to the selected Gateway:

    If a rollback function is available for this Gateway, a corresponding link is displayed in the drop-down menu:

    Viewing the Gateway version rollback option
  5. Select the rollback link.

A rollback task is added in the Tasks page for this Gateway, with a status of "Pending". As the task becomes due, the rollback process starts and the task status changes to "In Progress".

After the reboot is complete, the Gateway automatically re-establishes connection to the Controller. If the procedure is successful, the upgrade task is marked with a status of "Success" and the new software version is displayed in the Gateway summary in the Gateways Overview page.

As the process starts, your Gateway remains operating on the current version and continues to serve traffic. Then, after the earlier version is reinstated, the Gateway reboots and becomes unavailable for a short time.

Configuring a Default Gateway for Application Discovery

nZTA directs requests from each application towards the Gateway defined in the secure access policy for the application.

For requests for applications not referenced by a secure access policy, you can define a default Gateway on the Controller. This enables packet analysis to be conducted on requests passing through the Gateway to assess the validity of the requests.

To view usage metrics for application and resource requests handled by the default Gateway, see Reviewing Application Usage.

Two default Gateway scenarios are supported:

  • Any single Gateway at v21.1 (or later) can be assigned to act as the default Gateway. This Gateway is used exclusively as the default Gateway.
  • Alternatively, any Gateway Group whose Gateways are all at v21.1 (or later) can be assigned to act as the default Gateway. In this scenario, all Gateways in the group are used exclusively as the default Gateway. The Gateway Group is typically fronted by a load balancer to enable the required distribution of requests across the Gateways in the group.

To configure a default nZTA Gateway, you must edit and update the built-in Application discovery secure access policy to reference a single Gateway or Gateway Group.

The default Gateway (or Gateway Group) then handles all requests from applications on enrolled devices that are not referenced by any other secure access policy.

Ivanti Secure Access Client version 21.1 is required to work with application discovery and a default Gateway.

Ivanti Secure Access Client Linux variants do not currently support the use of a default gateway.

To assign a Gateway (or Gateway Group) as the default Gateway:

  1. Log into the Controller as a Tenant Admin, see Logging in as a Tenant Administrator.

  2. From the nZTA menu, click the Secure Access icon, then select Secure Access Policies.

    The Secure Access Policies page appears. This lists all current secure access policies.

  3. Locate the Application discovery secure access policy and examine its Enabled property:

    • If the policy is enabled, select the check box for the policy and then click Disable.
  4. Select the check box for the Application discovery secure access policy and click Edit.

    The Edit Secure Access Policy dialog appears.

    Editing a Secure Access Policy

    The Application Type and Application cannot be changed.

  5. Click Device Policy and select the required device policy.

  6. Click User Group for the required user group. All users identified in this group will be able to access the default Gateway.

  7. (Optional) For a default Gateway that is a single Gateway:

    • Ensure Gateway Type is set to Single.
    • Click Select a Gateway and select the required default Gateway.

    This Gateway must be at (v21.1 or later), and cannot already be referenced by another secure access policy.

    • Click Save. The Secure Access Policies page updates to reflect the selection.
  8. (Optional) For a default Gateway that is a Gateway Group:

    • Ensure Gateway Type is set to Group.
    • Click Select a Gateway Group and select the required default Gateway Group.

    All Gateways in this Gateway Group must be at (v21.1 or later), and cannot already be referenced by any other secure access policies.

    • Click Save. The Secure Access Policies page updates to reflect the selection.
  9. Select the check box for the Application discovery secure access policy and click Enable.

    The Secure Access Policies page updates to reflect the selection. The policy is pushed to the selected Gateway or Gateway Group.

The default gateway configuration is complete, and the default Gateway can be used by any enrolled macOS/Windows desktop device to support application discovery after it accepts the new policy.

To enroll and use Ivanti Secure Access Client on a device, see Enrolling Mobile/Desktop Clients.

Configuring nZTA Gateway Connection Control for Trusted Networks

nZTA Gateway can sometimes be bypassed so that users can connect directly to specific applications. For example, you might want users to bypass nZTA for a specific application if they are connected directly to your trusted corporate network. nZTA Gateway tunnel creation will be bypassed on the endpoint since resource access will go through the physical interface.

In the Gateway Selector, a network tag must be created for Known Networks (On-Prem) and this network tag must be marked to bypass the default gateway in the Gateway Selector so that all traffic from known network will be bypassed.

Device Posture evaluation is not done when nZTA Gateway is bypassed.

No analytics data will be displayed on any dashboards when nZTA Gateway is bypassed.

To configure bypass settings for nZTA:

1.Create Network Tags for Known Network. For example, On-Prem.

2.Click Manage Gateways, under Gateway Selectors, enter the Gateway information, Add Rules for Recognized Networks.

3.Specify the default gateways to be skipped if needed and click Update. The traffic will be bypassed through nZTA Gateway and it will be passed through physical interface.