> ## Documentation Index
> Fetch the complete documentation index at: https://docs.aviatrix.com/llms.txt
> Use this file to discover all available pages before exploring further.

# UserVPN

> This section provides the purpose, elements, and actions performed on the UserVPN pages.

This section provides the purpose, elements, and actions performed on the
**UserVPN** pages.

<Tabs>
  <Tab title="VPN Gateways">
    <Tabs>
      <Tab title="Default VPN">
        ## Purpose

        The **Default VPN** page displays and manages standard VPN Gateways for user connectivity.

        Choose a **Default VPN** gateway when:

        * You only need VPN for a single VPC.
        * VPN users are in the same region or country.
        * You use peered VPCs with different VPN Gateways and want to restrict logins by geography.

        <Note>Geo VPN does not let you pick which specific gateway a user uses. Restrict access with **VPN profiles** instead.</Note>

        * You deploy multiple VPN Gateways on Azure, GCP, or OCI and do not need load balancing across them.
        * You want more freedom to edit Gateways individually. Default VPN Gateways that share a load balancer are edited as a group; standalone Gateways (no load balancer) can be edited one at a time.

          ## Elements

                  <Frame>
                    <img src={"/images/reference/ui/cloud-fabric/uservpn-default.png"} alt="UserVPN: Default VPN" width="100%" />
                  </Frame>

          * **+ VPN Gateway button**: Starts workflow to create a new VPN Gateway.
          * **Diagnostics button**: Opens tools to troubleshoot VPN gateway issues.
          * **VPN Gateways table**: Shows Default VPN Gateway Name, Load Balancer, VPC/VNet, VPN CIDR, Subnet CIDR, Public IP, and actions.
          * **Edit button**: Modify existing VPN Gateway settings.
          * **Delete button**: Remove an existing VPN Gateway.
          * **Actions menu**: Additional options for managing the VPN Gateway.

          ## Actions

                  <AccordionGroup>
                    <Accordion title="View Default VPN Gateways">
                      To view the list of Default VPN gateways:

                      1. Go to **Cloud Fabric** > **UserVPN** > **VPN Gateways**.<br />Select the **Default VPN** tab.
                      2. The Default VPN page appears with a table of VPN gateways.
                      3. Review Gateway Name, Load Balancer, VPC/VNet, VPN CIDR, Subnet CIDR, and Public IP for each gateway.

                      The table displays all Default VPN gateways and their configurations.

                      ### Parameter Details

                      | CoPilot Parameter Name | Description                                       |
                      | ---------------------- | ------------------------------------------------- |
                      | Gateway Name           | Name of the Default VPN gateway.                  |
                      | Load Balancer          | Associated load balancer for the VPN gateway.     |
                      | VPC/VNet               | VPC or VNet where the VPN gateway is deployed.    |
                      | VPN CIDR               | CIDR block assigned for VPN clients.              |
                      | Subnet CIDR            | CIDR block of the subnet hosting the VPN gateway. |
                      | Public IP              | Public IP address assigned to the VPN gateway.    |
                    </Accordion>

                    <Accordion title="Create Default VPN Gateway">
                      To create a Default VPN gateway:

                      1. Go to **Cloud Fabric** > **UserVPN** > **VPN Gateways**.<br />Select the **Default VPN** tab.
                      2. Click **+ VPN Gateway**.<br />The Create VPN Gateway dialog appears.
                      3. Provide Name, Cloud, Account, Region, VPC/VNet, Instance Size, and configure Instances (Subnet, Public IP, VPN CIDR). Optionally configure Split Tunnel and Load Balancer.
                      4. Click **Save**.

                      A notification appears when the VPN gateway is created. The gateway must be launched from a public subnet.
                    </Accordion>

                    <Accordion title="Edit Default VPN Gateway">
                      To edit a Default VPN gateway:

                      1. Go to **Cloud Fabric** > **UserVPN** > **VPN Gateways**.<br />Select the **Default VPN** tab.
                      2. Locate the VPN gateway and click the **Edit** icon on the row.<br />The Edit VPN Gateway dialog appears.
                      3. Make the configuration changes needed.
                      4. Click **Save**.

                      A notification appears confirming the changes to the VPN gateway.
                    </Accordion>

                    <Accordion title="Delete Default VPN Gateway">
                      To delete a Default VPN gateway:

                      1. Go to **Cloud Fabric** > **UserVPN** > **VPN Gateways**.<br />Select the **Default VPN** tab.
                      2. Locate the VPN gateway and click the **Delete** icon on the row.
                      3. Confirm the deletion in the dialog.

                      A notification appears when the VPN gateway is deleted.
                    </Accordion>

                    <Accordion title="Run Diagnostics">
                      To troubleshoot VPN gateway issues:

                      1. Go to **Cloud Fabric** > **UserVPN** > **VPN Gateways**.<br />Select the **Default VPN** tab.
                      2. Click **Diagnostics**.<br />The diagnostics tools open.
                      3. Follow the diagnostic workflow to troubleshoot VPN gateway issues.

                      The diagnostics tools help identify and resolve VPN gateway connectivity issues.
                    </Accordion>

                    <Accordion title="Reload DHCP Configuration on a Default VPN Gateway">
                      Reloading DHCP Configuration refreshes DNS on the Gateway from DHCP and updates the VPN Configuration. Updated DNS settings are pushed to VPN clients when they connect again.

                      To reload DHCP Configuration:

                      1. Go to **Cloud Fabric** > **UserVPN** > **VPN Gateways** > **Default VPN**.
                      2. Locate the Default VPN Gateway and click the **Actions** menu (three dots).
                      3. Select **Reload DHCP Configuration**.

                      A notification appears when the DHCP Configuration is reloaded.
                    </Accordion>

                    <Accordion title="Change Default VPN gateways to Geo VPN">
                      To change Default VPN Gateways to Geo VPN:

                      1. Go to **Cloud Fabric** > **UserVPN** > **VPN Gateways**.<br />Keep **VPN Gateways** selected.
                      2. Select the **Geo VPN** tab.
                      3. Open the **+ Geo VPN Gateway** dropdown and select **Use Default VPN for GeoVPN**.
                      4. Click **DNS** and select the Default VPN Gateway to convert to Geo VPN.
                      5. Click **Save**.

                      A notification appears when the Default VPN Gateways are changed to Geo VPN.
                    </Accordion>
                  </AccordionGroup>
      </Tab>

      <Tab title="Geo VPN">
        ## Purpose

        The **Geo VPN** page displays and manages geographically distributed VPN gateways for optimized user connectivity.

        Choose a **Geo VPN** Gateway when:

        * You have a large deployment across regions and need lower latency.
        * VPN users are in different countries.
        * You deploy VPN Gateways on AWS and use a load balancer.
        * You want every gateway in the group to use the same configuration (same AWS account, region, VPC, and so on). That model is simpler than many different configurations, but you cannot edit Gateways individually in the same way as standalone Default VPN Gateways.

          ## Elements

                  <Frame>
                    <img src={"/images/reference/ui/cloud-fabric/uservpn-geo.png"} alt="UserVPN: Geo VPN" width="100%" />
                  </Frame>

          * **+ Geo VPN Gateway button**: Starts workflow to create a new Geo VPN Gateway.
          * **Diagnostics button**: Opens tools to troubleshoot Geo VPN gateway issues.
          * **Geo VPN Gateways table**: Shows Geo VPN Gateway Name, VPC/VNet, VPN CIDR, Subnet CIDR, Public IP, and actions.
          * **Edit button**: Modify existing Geo VPN gateway settings.
          * **Delete button**: Remove an existing Geo VPN gateway.
          * **Actions menu**: Additional options for managing the Geo VPN gateway.

          ## Actions

                  <AccordionGroup>
                    <Accordion title="View Geo VPN Gateways">
                      To view the list of Geo VPN gateways:

                      1. Go to **Cloud Fabric** > **UserVPN** > **VPN Gateways**.<br />Select the **Geo VPN** tab.
                      2. The Geo VPN page appears with a table of Geo VPN gateways.
                      3. Review Geo Gateway Name, VPC/VNet, VPN CIDR, Subnet CIDR, and Public IP for each gateway.

                      The table displays all Geo VPN gateways and their configurations. Geo VPN is currently available for AWS cloud only.

                      ### Parameter Details

                      | CoPilot Parameter Name | Description                                           |
                      | ---------------------- | ----------------------------------------------------- |
                      | Geo Gateway Name       | Name of the Geo VPN gateway.                          |
                      | VPC/VNet               | VPC or VNet where the Geo VPN gateway is deployed.    |
                      | VPN CIDR               | CIDR block assigned for Geo VPN clients.              |
                      | Subnet CIDR            | CIDR block of the subnet hosting the Geo VPN gateway. |
                      | Public IP              | Public IP address assigned to the Geo VPN gateway.    |
                    </Accordion>

                    <Accordion title="Create Geo VPN Gateway">
                      To create a Geo VPN gateway:

                      1. Go to **Cloud Fabric** > **UserVPN** > **VPN Gateways**.<br />Select the **Geo VPN** tab.
                      2. Click **+ Geo VPN Gateway**.<br />The Create Geo VPN Gateway dialog appears.
                      3. Provide Name, Account, Region, VPC/VNet, Instance Size, and configure Instances. Configure ELB, VPN Protocol, Max Connections, and Authentication.
                      4. Click **Save**.

                      A notification appears when the Geo VPN gateway is created. Geo VPN uses latency-based routing to connect users to the nearest gateway.
                    </Accordion>

                    <Accordion title="Edit Geo VPN Gateway">
                      To edit a Geo VPN gateway:

                      1. Go to **Cloud Fabric** > **UserVPN** > **VPN Gateways**.<br />Select the **Geo VPN** tab.
                      2. Locate the Geo VPN gateway and click the **Edit** icon on the row.<br />The Edit Geo VPN Gateway dialog appears.
                      3. Make the configuration changes needed.
                      4. Click **Save**.

                      A notification appears confirming the changes to the Geo VPN gateway.
                    </Accordion>

                    <Accordion title="Delete Geo VPN Gateway">
                      To delete a Geo VPN Gateway:

                      1. Go to **Cloud Fabric** > **UserVPN** > **VPN Gateways**.<br />Select the **Geo VPN** tab.
                      2. Locate the Geo VPN gateway and click the **Delete** icon on the row.
                      3. Confirm the deletion in the dialog.

                      A notification appears when the Geo VPN Gateway is deleted.
                    </Accordion>

                    <Accordion title="Run Diagnostics">
                      To troubleshoot Geo VPN Gateway issues:

                      1. Go to **Cloud Fabric** > **UserVPN** > **VPN Gateways**.<br />Select the **Geo VPN** tab.
                      2. Click **Diagnostics**.<br />The diagnostics tools open.
                      3. Follow the diagnostic workflow to troubleshoot Geo VPN Gateway issues.

                      The diagnostics tools help identify and resolve Geo VPN Gateway connectivity issues.
                    </Accordion>

                    <Accordion title="Reload DHCP Configuration">
                      Reloading DHCP Configuration refreshes DNS on the Gateway from DHCP and updates the VPN Configuration. Updated DNS settings are pushed to VPN clients when they connect again.

                      To reload DHCP Configuration:

                      1. Go to **Cloud Fabric** > **UserVPN** > **VPN Gateways** > **Geo VPN**.
                      2. Locate the Geo VPN Gateway and click the **Actions** menu (three dots).
                      3. Select **Reload DHCP Configuration**.

                      A notification appears when the DHCP Configuration is reloaded.
                    </Accordion>

                    <Accordion title="Change Geo VPN Gateways to Default VPN">
                      To change Geo VPN Gateways to Default VPN:

                      1. Go to **Cloud Fabric** > **UserVPN** > **VPN Gateways**.<br />Keep **VPN Gateways** selected.
                      2. Select the **Geo VPN** tab.
                      3. Locate the Geo VPN Gateway group. Click the **Actions** menu (three dots) on the row and select **Move to Default VPN**.
                      4. Click **Save**.

                      A notification appears when the Geo VPN Gateways are changed to Default VPN.
                    </Accordion>
                  </AccordionGroup>
      </Tab>
    </Tabs>
  </Tab>

  <Tab title="Users">
    ## Purpose

    The **Users** page creates and manages VPN users to connect to the VPN gateways.

    ## Elements

    <Frame>
      <img src={"/images/reference/ui/cloud-fabric/uservpn-users.png"} alt="UserVPN: Users" width="100%" />
    </Frame>

    * **+ VPN User button**: Starts workflow to create a new VPN user.
    * **Actions button**: Additional options to Attach to VPN Gateway, Detach from VPN Gateway, Detach and Revoke Client Certificate, Reissue Client Certificate, and Delete.
    * **Users table**: Displays VPN user Name, Email, Profile, VPN Gateway, SAML Endpoint, Issue Date, and actions.
    * **Edit button**: Modify existing VPN user settings.
    * **Delete button**: Remove an existing VPN user.

    ## Actions

    <AccordionGroup>
      <Accordion title="View VPN Users">
        To view the list of VPN users:

        1. Go to **Cloud Fabric** > **UserVPN** > **Users**.<br />The Users page appears with a table of VPN users.
        2. Review Name, Email, Profile, VPN Gateway, SAML Endpoint, and Issue Date for each user.

        The table displays all VPN users and their configurations.

        ### Parameter Details

        | CoPilot Parameter Name | Description                           |
        | ---------------------- | ------------------------------------- |
        | Name                   | Name of the VPN user.                 |
        | Email                  | Email address of the VPN user.        |
        | Profile                | VPN profile assigned to the user.     |
        | VPN Gateway            | VPN gateway the user is connected to. |
        | SAML Endpoint          | SAML endpoint URL for the user.       |
        | Issue Date             | Date when the VPN user was created.   |
      </Accordion>

      <Accordion title="Create VPN User">
        To create a new VPN user:

        1. Go to **Cloud Fabric** > **UserVPN** > **Users**.<br />The Users page appears.
        2. Click **+ VPN User**.<br />The Create VPN User dialog appears.
        3. Provide Name, Email, and Profile. Optionally configure SAML endpoint and other settings.
        4. Click **Save**.

        A notification appears when the VPN user is created.
      </Accordion>

      <Accordion title="Edit VPN User">
        To edit a VPN user:

        1. Go to **Cloud Fabric** > **UserVPN** > **Users**.<br />The Users page appears.
        2. Locate the VPN user and click the **Edit** icon on the row.<br />The Edit VPN User dialog appears.
        3. Make the configuration changes needed.
        4. Click **Save**.

        A notification appears confirming the changes to the VPN user.
      </Accordion>

      <Accordion title="Attach User to VPN Gateway">
        To attach VPN users to a VPN gateway:

        1. Go to **Cloud Fabric** > **UserVPN** > **Users**.<br />The Users page appears.
        2. Select one or more VPN users.
        3. Click **Actions** > **Attach to VPN Gateway**.<br />Select the VPN gateway and complete the attachment.
        4. Click **Save**.

        The selected users are attached to the VPN gateway and can connect.
      </Accordion>

      <Accordion title="Detach User from VPN Gateway">
        To detach VPN users from a VPN gateway:

        1. Go to **Cloud Fabric** > **UserVPN** > **Users**.<br />The Users page appears.
        2. Select one or more VPN users.
        3. Click **Actions** > **Detach from VPN Gateway**.<br />Confirm the detachment.
        4. Click **Save**.

        The selected users are detached from the VPN gateway.
      </Accordion>

      <Accordion title="Reissue Client Certificate">
        To reissue a client certificate for a VPN user:

        1. Go to **Cloud Fabric** > **UserVPN** > **Users**.<br />The Users page appears.
        2. Select one or more VPN users.
        3. Click **Actions** > **Reissue Client Certificate**.<br />Confirm the action.

        A new client certificate is issued for the selected users.
      </Accordion>

      <Accordion title="Delete VPN User">
        To delete VPN users:

        1. Go to **Cloud Fabric** > **UserVPN** > **Users**.<br />The Users page appears.
        2. Select one or more VPN users.
        3. Click **Actions** > **Delete**, or click the **Delete** icon on a user row.
        4. Confirm the deletion in the dialog.

        A notification appears when the VPN users are deleted.
      </Accordion>
    </AccordionGroup>
  </Tab>

  <Tab title="Profiles">
    ## Purpose

    The **Profiles** page defines VPN profiles that control user access policies and gateway assignments.

    ## Elements

    <Frame>
      <img src={"/images/reference/ui/cloud-fabric/uservpn-profiles.png"} alt="UserVPN: Profiles" width="100%" />
    </Frame>

    * **+ Profile button**: Starts workflow to create a new VPN profile.
    * **Profiles table**: Displays UserVPN profile Name, Base Policy, Rules, Users, and actions.
    * **Edit button**: Modify existing VPN profile settings.
    * **Delete button**: Remove an existing VPN profile.

    ## Actions

    <AccordionGroup>
      <Accordion title="View VPN Profiles">
        To view the list of VPN profiles:

        1. Go to **Cloud Fabric** > **UserVPN** > **Profiles**.<br />The Profiles page appears with a table of VPN profiles.
        2. Review Name, Base Policy, Rules, and Users for each profile.

        The table displays all VPN profiles and their configurations.

        ### Parameter Details

        | CoPilot Parameter Name | Description                                    |
        | ---------------------- | ---------------------------------------------- |
        | Name                   | Name of the VPN profile.                       |
        | Base Policy            | Base access policy assigned to the profile.    |
        | Rules                  | Number of access rules defined in the profile. |
        | Users                  | Number of users associated with the profile.   |
      </Accordion>

      <Accordion title="Create VPN Profile">
        To create a new VPN profile:

        1. Go to **Cloud Fabric** > **UserVPN** > **Profiles**.<br />The Profiles page appears.
        2. Click **+ Profile**.<br />The Create Profile dialog appears.
        3. Provide Name, Base Policy, and configure access rules.
        4. Click **Save**.

        A notification appears when the VPN profile is created.
      </Accordion>

      <Accordion title="Edit VPN Profile">
        To edit a VPN profile:

        1. Go to **Cloud Fabric** > **UserVPN** > **Profiles**.<br />The Profiles page appears.
        2. Locate the VPN profile and click the **Edit** icon on the row.<br />The Edit Profile dialog appears.
        3. Make the configuration changes needed.
        4. Click **Save**.

        A notification appears confirming the changes to the VPN profile.
      </Accordion>

      <Accordion title="Delete VPN Profile">
        To delete a VPN profile:

        1. Go to **Cloud Fabric** > **UserVPN** > **Profiles**.<br />The Profiles page appears.
        2. Locate the VPN profile and click the **Delete** icon on the row.
        3. Confirm the deletion in the dialog.

        A notification appears when the VPN profile is deleted.
      </Accordion>
    </AccordionGroup>
  </Tab>

  <Tab title="Settings">
    <Accordion title="Authentication" defaultOpen={true}>
      ## Purpose

      The **Authentication** tab configures VPN user authentication methods, including SAML endpoints and options for downloading the SAML VPN client and client certificate.

      ## Elements

      <Frame>
        <img src={"/images/reference/ui/cloud-fabric/uservpn-authentication.png"} alt="UserVPN: Authentication Settings" width="100%" />
      </Frame>

      * **SAML card**: Configure SAML authentication settings.
      * **+ SAML Endpoint button**: Starts workflow to add a new SAML endpoint.
      * **Download SAML VPN Client and Client Certificate button**: Enables or disables downloading of SAML VPN client and certificate.

      ## Actions

      <AccordionGroup>
        <Accordion title="View Authentication Settings">
          To view VPN authentication settings:

          1. Go to **Cloud Fabric** > **UserVPN** > **Settings**.<br />Select the **Authentication** tab.
          2. The Authentication page appears with SAML configuration and Download SAML VPN Client options.
          3. Review configured SAML endpoints and the Download SAML VPN Client and Client Certificate setting.

          The page displays all authentication-related settings for UserVPN.

          ### Parameter Details

          | CoPilot Parameter Name                          | Description                                                                 |
          | ----------------------------------------------- | --------------------------------------------------------------------------- |
          | SAML Endpoint                                   | URL of the SAML identity provider for VPN authentication.                   |
          | Download SAML VPN Client and Client Certificate | Option to enable or disable downloading of SAML VPN client and certificate. |
        </Accordion>

        <Accordion title="Add SAML Endpoint">
          To add a new SAML endpoint for VPN authentication:

          1. Go to **Cloud Fabric** > **UserVPN** > **Settings**.<br />Select the **Authentication** tab.
          2. In the SAML card, click **+ SAML Endpoint**.<br />The Add SAML Endpoint dialog appears.
          3. Provide the SAML identity provider URL and required configuration.
          4. Click **Save**.

          The SAML endpoint is configured for VPN user authentication. Users authenticate via the SAML identity provider before connecting.
        </Accordion>

        <Accordion title="Configure Download SAML VPN Client and Certificate">
          To enable or disable self-service download of the SAML VPN client and client certificate:

          1. Go to **Cloud Fabric** > **UserVPN** > **Settings**.<br />Select the **Authentication** tab.
          2. Click **Enable** or **Disable** for the Download SAML VPN Client and Client Certificate option.
          3. Select the SAML Endpoint and click **Save**.

          When enabled, users can access the Download URL to obtain the VPN client and certificate after SAML authentication. Client Certificate Sharing must be configured first.
        </Accordion>
      </AccordionGroup>
    </Accordion>

    <Accordion title="Advanced" defaultOpen={true}>
      ## Purpose

      The **Advanced** tab configures additional VPN settings for enhanced functionality, including User Accelerator, customized email and pop-up messages, and minimum client version requirements.

      ## Elements

      <Frame>
        <img src={"/images/reference/ui/cloud-fabric/uservpn-advanced.png"} alt="UserVPN: Advanced Settings" width="100%" />
      </Frame>

      * **User Accelerator dropdown**: Selects the VPN Gateways to use for User Accelerator.
      * **Customized Email For Issuing User Certificate toggle**: Enables or disables customized email for issuing user certificates.
      * **Edit Customized Email button**: Opens workflow to edit the customized email content.
      * **Customized Pop-up Message When User Being Connected toggle**: Enables or disables customized pop-up message when users connect.
      * **Minimum Aviatrix VPN Client Version dropdown**: Sets the minimum required Aviatrix VPN client version for users.

      ## Actions

      <AccordionGroup>
        <Accordion title="View Advanced Settings">
          To view advanced VPN settings:

          1. Go to **Cloud Fabric** > **UserVPN** > **Settings**.<br />Select the **Advanced** tab.
          2. The Advanced page appears with User Accelerator, Customized Email, Pop-up Message, and Minimum Client Version options.
          3. Review the current configuration for each setting.

          The page displays all advanced UserVPN settings.

          ### Parameter Details

          | CoPilot Parameter Name                              | Description                                                                 |
          | --------------------------------------------------- | --------------------------------------------------------------------------- |
          | User Accelerator                                    | VPN Gateways selected for User Accelerator functionality.                   |
          | Customized Email For Issuing User Certificate       | Option to enable or disable customized email for issuing user certificates. |
          | Customized Pop-up Message When User Being Connected | Option to enable or disable customized pop-up message when users connect.   |
          | Minimum Aviatrix VPN Client Version                 | Minimum required Aviatrix VPN client version for users.                     |
        </Accordion>

        <Accordion title="Configure User Accelerator">
          To configure User Accelerator VPN Gateways:

          1. Go to **Cloud Fabric** > **UserVPN** > **Settings**.<br />Select the **Advanced** tab.
          2. In the **User Accelerator** dropdown, select the VPN Gateways to use for User Accelerator.
          3. Click **Save**.

          The selected VPN Gateways are used for User Accelerator functionality.
        </Accordion>

        <Accordion title="Configure Customized Email">
          To enable and customize the email for issuing user certificates:

          1. Go to **Cloud Fabric** > **UserVPN** > **Settings**.<br />Select the **Advanced** tab.
          2. Turn **Customized Email For Issuing User Certificate** to **On**.
          3. Click **Edit Customized Email** to modify the email content.<br />The Edit Customized Email dialog appears.
          4. Make the changes and click **Save**.

          The customized email is used when issuing user certificates to VPN users.
        </Accordion>

        <Accordion title="Configure Customized Pop-up Message">
          To enable or disable the customized pop-up message when users connect:

          1. Go to **Cloud Fabric** > **UserVPN** > **Settings**.<br />Select the **Advanced** tab.
          2. Turn **Customized Pop-up Message When User Being Connected** to **On** or **Off**.
          3. If **On**, configure the pop-up message content.
          4. Click **Save**.

          When enabled, users see the customized message when connecting to the VPN.
        </Accordion>

        <Accordion title="Set Minimum VPN Client Version">
          To set the minimum required Aviatrix VPN client version:

          1. Go to **Cloud Fabric** > **UserVPN** > **Settings**.<br />Select the **Advanced** tab.
          2. In the **Minimum Aviatrix VPN Client Version** dropdown, select the minimum version required for users.
          3. Click **Save**.

          Users must have the selected minimum client version or later to connect to the VPN.
        </Accordion>
      </AccordionGroup>
    </Accordion>
  </Tab>
</Tabs>
