Skip to main content

Tutorial: Adjusting the Maximum Number of VPN Tunnels

Abstract

You can increase or decrease the limit of VPN tunnels for Access Server by following these steps.

Overview

This tutorial will guide you through the steps to change the maximum number of active incoming VPN tunnels on your Access Server.

Important

Changing this value will restart the OpenVPN daemons, disconnecting all current VPN clients. They will need to reestablish their connections, which should happen automatically.

  • An installed Access Server.

  • Console access with root privileges.

  1. Connect to the console with root privileges.

  2. Adjust the maximum number of VPN tunnels with this command:

    ./sacli --key "vpn.server.max_clients" --value <NUMBER>1 ConfigPut
    ./sacli start

    1

    Replace <NUMBER> with the desired maximum number of connected VPN tunnels.

    • By default, this configuration key isn't present in Access Server, and the limit is assumed to be 2048.

    • You can set it to any valid number of your choice.