ZTA/SSL Access

Navigation: VPN Tunnels → ZTA/SSL Access

Configure Zero Trust Access (ZTA) and SSL VPN for remote users. Remote clients connect via OpenVPN/SSL and are assigned policies based on user identity and device.

ZTA/SSL Access

Add / Edit forms

Click + Add New to open the creation dialog, or Edit on an existing row to modify a record.

List view

List view

Add form

Empty form after clicking + Add New:

Add form — empty

Same form filled with example data (do not save in production):

Add form — filled

Edit form

Existing record opened with Edit:

Edit form

Form fields explained

Dialog title: New Record — SSL/ZTA VPN

Field Required Description Example value
Name Yes SSL VPN server profile name Remote_Staff
Client Pool Start/End IP Yes IP range assigned to VPN clients 10.8.0.2 – 10.8.0.254
Allowed Users Yes Local users or groups permitted to connect vpn_users
Enforce ZTA Access No Require Zero Trust policy check after auth Enabled

Technical background

SSL VPN / Zero Trust Access (ZTA)

SSL VPN (OpenVPN-based) provides remote user access via TLS-encrypted tunnel. Zero Trust adds identity verification and policy checks before granting access — "never trust, always verify."

Components

Component Role
Client pool IP range assigned to VPN clients
Allowed users Authentication identity
ZTA profile Post-auth policy (what resources client can reach)
Split tunnel Route only corporate traffic through VPN

Security relevance

ZTA replaces traditional "connect to network, access everything" VPN with per-session, per-resource authorization.

Prerequisites

How to configure SSL/ZTA access

  1. Go to VPN TunnelsZTA/SSL Access.
  2. Click Add New or Edit existing server.
  3. Fill in:
Field Description Example
Name Server profile name SSL-VPN
Enabled Activate service
Client Pool Start IP VPN IP pool start 10.8.0.2
Client Pool End IP VPN IP pool end 10.8.0.254
DNS Server DNS pushed to clients 8.8.8.8
Allowed Users Local users Select users/groups
ZTA Access Profile Access policy for connected clients Select profile
Enforce ZTA Access Require ZTA policy check
Allow file transfer Permit file transfer over VPN As needed
  1. Click Save.

Example: Remote employee access

Field Value
Name Remote_Staff
Client Pool 10.8.0.210.8.0.100
Allowed Users vpn_users group
DNS 192.168.100.1
Enforce ZTA Access Enabled

Where SSL/ZTA is referenced

Location Usage
Inline Rules SSL_VPN_Allow Internet policy for VPN users
SSL/ZTA Logs Connection and auth events
ZTA Connected Clients Live connected sessions
Dashboard → Interfaces tun_srv_1 (SSL-VPN) interface

Monitoring connected clients

View active sessions at Logs & EventsZTA Connected Clients. Shows username, assigned IP, connection time, and bytes transferred.

Related topics