

本文属于机器翻译版本。若本译文内容与英语原文存在差异，则一律以英文原文为准。

# 使用 AWS 提供的客户端连接到 AWS Client VPN 终端节点
<a name="connect-aws-client-vpn-connect"></a>

你可以使用 AWS 提供的客户端连接到客户端 VPN 端点，Windows、macOS 和 Ubuntu 都支持该客户端。 AWS 提供的客户端还支持多达五个并发连接以及 OpenVPN 指令。

**主题**
+ [支持并发连接](#support-multi)
+ [OpenVPN 指令](#support-openvpn)

## 安全性
<a name="support-security"></a>

在所 AWS 提供的客户端中，安全性是重中之重。我们会定期发布补丁以改善应用程序的安全状况。与其他 OpenVPN 客户端相比，AWS 提供的客户端包含多项独特的安全功能，包括 SAML 身份验证、客户端路由强制执行和设备设置监控。

虽然 AWS 提供的客户端旨在缓解因配置错误或受损的网络环境而产生的威胁，但它不负责修改环境或从源头消除外部威胁。所 AWS 提供的客户依靠客户来维护安全且配置良好的环境。这包括：
+ 防止本地用户未经授权的修改或滥用 
+ 将管理权限限制为可信用户 
+ 维护 up-to-date安全补丁

## Support 支持使用 AWS 提供的客户端进行并发连接
<a name="support-multi"></a>

 AWS 提供的客户端允许连接到多个并发会话。如果您需要访问多个 AWS 环境中的资源并且这些资源有不同的终端节点，这会很有用。例如，您可能需要访问环境中的数据库，该数据库所在的端点与您当前连接的端点不同，但您又不想断开当前的连接。要使您 AWS 提供的客户端能够连接到当前会话，请下载管理员为每个端点创建的配置文件，然后为每个文件创建连接配置文件。然后，使用 AWS 提供的客户端，您可以连接到多个会话，而无需与当前打开的任何会话断开连接。仅 AWS 提供的客户端支持此功能。有关连接到并发会话的步骤，请参阅以下内容：
+  [使用 AWS 提供的适用于 Windows 的客户端 Connect](client-vpn-connect-windows-connecting-how.md)
+  [使用 AWS 提供的适用于 macOS 的客户端 Connect](client-vpn-connect-macos-connecting-how.md)
+  [使用 AWS 提供的适用于 Linux 的客户端 Connect](client-vpn-connect-linux-connecting.md)

当连接到多个端点时，Client VPN 会进行检查以确保与其他打开的端点连接没有冲突。例如，是否有两个会话的 CIDR 数据块或路由策略发生冲突；或者，您是否已经使用全隧道连接进行连接。如果检查发现冲突，则不会建立连接，除非您执行以下任一操作：一是选择一个与当前已打开连接无冲突的其他连接，二是断开导致冲突的当前已打开会话。

允许进行并发 DNS 连接。届时将应用其中一个启用 DNS 的连接的 DNS 服务器。在重新连接期间，系统可能会提示您进行身份验证，具体取决于 DNS 服务器。

**注意**  
允许的最大并行会话数是五个。

## OpenVPN 指令
<a name="support-openvpn"></a>

 AWS 提供的客户端支持以下 OpenVPN 指令。有关这些指令的更多信息，请参阅 [OpenVPN 网站](https://openvpn.net/)中的文档。
+ auth-federate
+ auth-nocache
+ auth-retry
+ auth-user-pass
+ block-outside-dns
+ ca
+ cert
+ cipher
+ 客户端
+ connect-retry
+ connect-retry-max
+ cryptoapicert
+ dev
+ dev-type
+ bb
+ dhcp-option
+ ifconfig-ipv6
+ inactive
+ keepalive
+ 键
+ mssfix
+ nobind
+ persist-key
+ persist-tun
+ ping
+ ping-exit
+ ping-restart
+ proto
+ pull
+ pull-filter
+ rcvbuf
+ 远程
+ remote-cert-tls
+ remote-random-hostname
+ reneg-sec
+ resolv-retry
+ 路由
+ route-ipv6
+ server-poll-timeout
+ static-challenge
+ tap-sleep
+ tun-mtu
+ tun-mtu-extra
+ verb
+ verify-x509-name

# AWS Client VPN适用于 Windows
<a name="client-vpn-connect-windows"></a>

这些部分介绍如何使用AWS提供的适用于 Windows x64 和 Windows Arm64 系统的客户端建立 VPN 连接。您可以通过 [AWS客户端 VPN 下载](https://aws.amazon.com/vpn/client-vpn-download/)来下载并安装客户端。AWS提供的客户端不支持自动更新。

## 要求
<a name="client-vpn-connect-windows-req"></a>

AWS提供的客户端同时支持 Windows x64 和 Arm64 系统。对于每种操作系统，以下条件必须满足：

**Windows Arm64 操作系统**
+ Windows 11（64 位操作系统，Arm64 处理器）
+ .NET 框架 4.8.1 或更高版本

**注意**  
此应用程序包括使用 Arm64 模拟的后台进程。Windows 11 Arm64 设备完全支持并默认启用此功能，可确保流畅运行，无需任何其他设置。有关更多信息，请参阅 [How emulation works on Arm](https://learn.microsoft.com/en-us/windows/arm/apps-on-arm-x86-emulation)。

**Windows x64 操作系统**
+ Windows 11（64 位操作系统，x64 处理器）
+ .NET Framework 4.7.2 或更高版本

**注意**  
在 Windows x64 和 Arm64 操作系统中，对于使用基于 SAML 的联合身份验证（单点登录）的 Client VPN 端点，客户端会在您的计算机上保留 TCP 端口 8096-8115。

在开始之前，请确保您的客户端 VPN 管理员已经[创建了客户端 VPN 终端节点](https://docs.aws.amazon.com/vpn/latest/clientvpn-admin/cvpn-working-endpoints.html#cvpn-working-endpoint-create)，并为您提供了[客户端 VPN 终端节点配置文件](https://docs.aws.amazon.com/vpn/latest/clientvpn-admin/cvpn-working-endpoint-export.html)。如果要同时连接到多个配置文件，则需要为每个配置文件提供一个配置文件。

**Topics**
+ [要求](#client-vpn-connect-windows-req)
+ [使用客户端进行连接](client-vpn-connect-windows-connecting-how.md)
+ [发行说明](client-vpn-connect-windows-release-notes.md)

# AWS Client VPN 使用 AWS 提供的适用于 Windows 的客户端 Connect
<a name="client-vpn-connect-windows-connecting-how"></a>

在开始之前，请您务必阅读[要求](client-vpn-connect-windows.md#client-vpn-connect-windows-req)。在以下步骤中，所 AWS 提供的*Site-to-Site VPN 客户*也被称为客户。

**要使用为基于 Windows x64 或基于 Windows ARM64 的系统 AWS 提供的客户端进行连接，请执行以下操作：**

1. 打开 **Site-to-Site VPN 客户端**应用程序。

1. 选择**文件**、**管理配置文件**。

1. 选择**添加配置文件**。

1. 对于**显示名称**，输入配置文件的名称。

1. 对于 **VPN 配置文件**，浏览到并选择您从 Client VPN 管理员那里收到的配置文件，然后选择**添加配置文件**。

1. 如果要创建多个连接，请对要添加的每个配置文件重复**添加配置文件**步骤。您可以根据需要添加任意数量的配置文件，但最多只能有五个打开的连接。

1. 在 **Site-to-Site VPN 客户端**窗口中，选择要连接的配置文件，然后选择**连接**。如果已将客户端 VPN 终端节点配置为使用基于凭证的身份验证，系统将提示您输入用户名和密码。对要启动的每个配置文件连接重复此步骤，最多可连接五个并发端点。
**注意**  
如果您连接的任何配置文件与当前打开的会话发生冲突，则您将无法建立连接。要么选择新的连接，要么断开导致冲突的会话连接。

1. 要查看连接的统计信息，请在 **AWS VPN 客户端**窗口中选择**连接**，选择**显示详细信息**，然后选择要查看其详细信息的连接。

1. 要断开连接，请在 **AWS VPN 客户端**窗口中选择一个连接，然后选择**断开连接**。如果您有多个打开的连接，则必须分别关闭每个连接。或者，选择 Windows 任务栏上的客户端图标，然后选择**断开连接**。

# AWS Client VPN 适用于 Windows 的发行说明
<a name="client-vpn-connect-windows-release-notes"></a>

下表包含基于 Windows x64 和基于 Windows ARM64 的系统的当前和先前版本的 AWS Client VPN 发行说明和下载链接。

**注意**  
我们继续为每个版本提供可用性和安全性修复。强烈建议您为每一种平台使用最新版本。以前的版本可能会受到可用性 and/or 安全问题的影响。请参阅发行说明了解详细信息。


| 版本 | 更改 | 日期 | 下载链接和 SHA256 | 
| --- | --- | --- | --- | 
| 5.3.4 (x64 和 Arm64) |  [\[See the AWS documentation website for more details\]](http://docs.aws.amazon.com/zh_cn/vpn/latest/clientvpn-user/client-vpn-connect-windows-release-notes.html)  | 2026年3月27日 |  [\[See the AWS documentation website for more details\]](http://docs.aws.amazon.com/zh_cn/vpn/latest/clientvpn-user/client-vpn-connect-windows-release-notes.html) [\[See the AWS documentation website for more details\]](http://docs.aws.amazon.com/zh_cn/vpn/latest/clientvpn-user/client-vpn-connect-windows-release-notes.html)  | 
| 5.3.3 (x64 和 Arm64) |  [\[See the AWS documentation website for more details\]](http://docs.aws.amazon.com/zh_cn/vpn/latest/clientvpn-user/client-vpn-connect-windows-release-notes.html)  | 2026年2月28日 |  [\[See the AWS documentation website for more details\]](http://docs.aws.amazon.com/zh_cn/vpn/latest/clientvpn-user/client-vpn-connect-windows-release-notes.html) [\[See the AWS documentation website for more details\]](http://docs.aws.amazon.com/zh_cn/vpn/latest/clientvpn-user/client-vpn-connect-windows-release-notes.html)  | 
| 5.3.2 (x64 和 Arm64) |  [\[See the AWS documentation website for more details\]](http://docs.aws.amazon.com/zh_cn/vpn/latest/clientvpn-user/client-vpn-connect-windows-release-notes.html)  | 2026 年 2 月 17 日 |  [\[See the AWS documentation website for more details\]](http://docs.aws.amazon.com/zh_cn/vpn/latest/clientvpn-user/client-vpn-connect-windows-release-notes.html) [\[See the AWS documentation website for more details\]](http://docs.aws.amazon.com/zh_cn/vpn/latest/clientvpn-user/client-vpn-connect-windows-release-notes.html)  | 
| 5.3.1（x64 和 Arm64） |  次要错误修复和增强功能。  | 2025 年 9 月 30 日 |  [\[See the AWS documentation website for more details\]](http://docs.aws.amazon.com/zh_cn/vpn/latest/clientvpn-user/client-vpn-connect-windows-release-notes.html) [\[See the AWS documentation website for more details\]](http://docs.aws.amazon.com/zh_cn/vpn/latest/clientvpn-user/client-vpn-connect-windows-release-notes.html)  | 
| 5.3.0（Arm64） |  对基于 Windows ARM64 的操作系统的新 AWS Client VPN 支持。 此版本包括来自 Windows（x64）5.3.0 版的所有更新。  | 2025 年 8 月 26 日 |   [下载 Windows Arm64 版本 5.3.0](https://d20adtppz83p9s.cloudfront.net/WPF_ARM64/5.3.0/AWS_VPN_Client_ARM64.msi)  sha256：3f1be6b487af8307dafbb0f7737cd597cf71dc64dcd31775aeeebf91d04b8dce  | 
| 5.3.0  |  [\[See the AWS documentation website for more details\]](http://docs.aws.amazon.com/zh_cn/vpn/latest/clientvpn-user/client-vpn-connect-windows-release-notes.html)  | 2025 年 8 月 14 日 |   [下载 Windows x64 版本 5.3.0](https://d20adtppz83p9s.cloudfront.net/WPF/5.3.0/AWS_VPN_Client.msi)  sha256：e3cf1aff6e14d79aa44378229a3a0602a9e9c2a0c6d0d055df901440b6d1454a   | 
| 5.2.2 |  改进了安保状况。  | 2025 年 6 月 2 日 | [下载版本 5.2.2](https://d20adtppz83p9s.cloudfront.net/WPF/5.2.2/AWS_VPN_Client.msi) sha256：f27cb0eed7c9c5354caa5d7e37595eefbb048d7481bf698b2e5fb653b667c190   | 
| 5.2.1 |  [\[See the AWS documentation website for more details\]](http://docs.aws.amazon.com/zh_cn/vpn/latest/clientvpn-user/client-vpn-connect-windows-release-notes.html)  | 2025 年 4 月 21 日 |  不再受支持。  | 
| 5.2.0 |  [\[See the AWS documentation website for more details\]](http://docs.aws.amazon.com/zh_cn/vpn/latest/clientvpn-user/client-vpn-connect-windows-release-notes.html)  | 2025 年 4 月 8 日 |  不再受支持。  | 
| 5.1.0 |  [\[See the AWS documentation website for more details\]](http://docs.aws.amazon.com/zh_cn/vpn/latest/clientvpn-user/client-vpn-connect-windows-release-notes.html)  | 2025 年 3 月 17 日 |  不再受支持。  | 
| 5.0.2 |  [\[See the AWS documentation website for more details\]](http://docs.aws.amazon.com/zh_cn/vpn/latest/clientvpn-user/client-vpn-connect-windows-release-notes.html)  | 2025 年 2 月 24 日 |  不再受支持。  | 
| 5.0.1 |  修复了导致 Windows 客户端版本 5.0.0 上偶然出现 VPN 连接错误的问题。  | 2025 年 1 月 30 日 |  不再受支持。  | 
| 5.0.0 |  [\[See the AWS documentation website for more details\]](http://docs.aws.amazon.com/zh_cn/vpn/latest/clientvpn-user/client-vpn-connect-windows-release-notes.html)  | 2025 年 1 月 21 日 |  不再受支持。  | 
| 4.1.0 |  次要错误修复和增强功能。  | 2024 年 11 月 12 日 |  不再受支持。  | 
| 4.0.0 |  次要增强功能。  | 2024 年 9 月 25 日 | [下载版本 4.0.0](https://d20adtppz83p9s.cloudfront.net/WPF/4.0.0/AWS_VPN_Client.msi) sha256：6532f911385ec8fac1494d0847c8f90a999b3bd7380844e2ea4318e9db4a2ebc  | 
| 3.14.2 |  增加了对 `mssfix` OpenVPN 标志的支持。  | 2024 年 9 月 4 日 | [下载版本 3.14.2](https://d20adtppz83p9s.cloudfront.net/WPF/3.14.2/AWS_VPN_Client.msi) sha256：c171639d7e07e5fd48998cf76f74e6e49e5cbe3356c6264a67b4a9bf473b5f5d  | 
| 3.14.1 |  次要错误修复和增强功能。  | 2024 年 8 月 22 日 | [下载版本 3.14.1](https://d20adtppz83p9s.cloudfront.net/WPF/3.14.1/AWS_VPN_Client.msi) sha256：f743a7b4bc82daa4b803c2994390529997bb57a4bb54d1f5195ab28827283335  | 
| 3.14.0 |  [\[See the AWS documentation website for more details\]](http://docs.aws.amazon.com/zh_cn/vpn/latest/clientvpn-user/client-vpn-connect-windows-release-notes.html)  | 2024 年 8 月 12 日 | [下载版本 3.14.0](https://d20adtppz83p9s.cloudfront.net/WPF/3.14.0/AWS_VPN_Client.msi) sha256：812fb2f6d263288c664d598f6bd70e3f601d11dcb89e63b281b0a96b96354516  | 
| 3.13.0 |  更新了 OpenVPN 和 OpenSSL 库。  | 2024 年 7 月 29 日 | [下载版本 3.13.0](https://d20adtppz83p9s.cloudfront.net/WPF/3.13.0/AWS_VPN_Client.msi) sha256：c9cc896e81a74411840951e349eed9384507c53337fb703c5ec64d522c29388b  | 
| 3.12.1 |  修复了 Windows 客户端版本 3.12.0 无法为某些用户建立 VPN 连接的问题。  | 2024 年 7 月 18 日 | [下载版本 3.12.1](https://d20adtppz83p9s.cloudfront.net/WPF/3.12.1/AWS_VPN_Client.msi) sha256：5ed34aee6c03aa281e625acdbed272896c67046364a9e5846ca697e05dbfec08  | 
| 3.12.0 |  [\[See the AWS documentation website for more details\]](http://docs.aws.amazon.com/zh_cn/vpn/latest/clientvpn-user/client-vpn-connect-windows-release-notes.html)  | 2024 年 5 月 21 日 | 不再受支持 | 
| 3.11.2 |  自版本 123 起，解决了基于 Chromium 的浏览器的 SAML 身份验证问题。  | 2024 年 4 月 11 日 | [下载版本 3.11.2](https://d20adtppz83p9s.cloudfront.net/WPF/3.11.2/AWS_VPN_Client.msi) sha256：8ba258dd15bea3e861adad108f8a6d6d4bcd8fe42cb9ef8bbc294e72f365c7cc  | 
| 3.11.1 |  [\[See the AWS documentation website for more details\]](http://docs.aws.amazon.com/zh_cn/vpn/latest/clientvpn-user/client-vpn-connect-windows-release-notes.html)  | 2024 年 2 月 16 日 | [下载版本 3.11.1](https://d20adtppz83p9s.cloudfront.net/WPF/3.11.1/AWS_VPN_Client.msi) sha256：fb67b60aa8370197958a11ea6f57d5bc0512279560b52a857ae34cb321eaefd0  | 
| 3.11.0 |  [\[See the AWS documentation website for more details\]](http://docs.aws.amazon.com/zh_cn/vpn/latest/clientvpn-user/client-vpn-connect-windows-release-notes.html)  | 2023 年 12 月 6 日 | [下载版本 3.11.0](https://d20adtppz83p9s.cloudfront.net/WPF/3.11.0/AWS_VPN_Client.msi) sha256: 9b6b7def99d76c59a97b067b6a73bdc6ee1c6b89a2063286f542e96b32df5ae9  | 
| 3.10.0 |  [\[See the AWS documentation website for more details\]](http://docs.aws.amazon.com/zh_cn/vpn/latest/clientvpn-user/client-vpn-connect-windows-release-notes.html)  | 2023 年 8 月 24 日 | [下载版本 3.10.0](https://d20adtppz83p9s.cloudfront.net/WPF/3.10.0/AWS_VPN_Client.msi) sha256：d46721aad40ccb816f163e406c366ff03b1120abbb43a20607e06d3b1fa8667f   | 
| 3.9.0 |  改进了安保状况。  | 2023 年 8 月 3 日 | [下载版本 3.9.0](https://d20adtppz83p9s.cloudfront.net/WPF/3.9.0/AWS_VPN_Client.msi) sha256：de9a3800ea2349155540bd32bbae472404c636d8d8267a0e1fb2173a8aae21ed  | 
| 3.8.0 |  改进了安保状况。  | 2023 年 7 月 15 日 | 不再受支持 | 
| 3.7.0 |  回滚了版本 3.6.0 中的更改。  | 2023 年 7 月 15 日 | 不再受支持 | 
| 3.6.0 |  改进了安保状况。  | 2023 年 7 月 14 日 | 不再受支持 | 
| 3.5.0 | 次要错误修复和增强功能。 | 2023 年 4 月 3 日 | 不再受支持 | 
| 3.4.0 | 回滚了版本 3.3.0 中的更改。 | 2023 年 3 月 28 日 | 不再受支持 | 
| 3.3.0 | 次要错误修复和增强功能。 | 2023 年 3 月 17 日 | 不再受支持 | 
| 3.2.0 |  [\[See the AWS documentation website for more details\]](http://docs.aws.amazon.com/zh_cn/vpn/latest/clientvpn-user/client-vpn-connect-windows-release-notes.html)  | 2023 年 1 月 23 日 | 不再受支持 | 
| 3.1.0 | 改进了安保状况。 | 2022 年 5 月 23 日 | 不再受支持 | 
| 3.0.0 |  [\[See the AWS documentation website for more details\]](http://docs.aws.amazon.com/zh_cn/vpn/latest/clientvpn-user/client-vpn-connect-windows-release-notes.html)  | 2022 年 3 月 3 日 | 不再受支持 | 
| 2.0.0 |  [\[See the AWS documentation website for more details\]](http://docs.aws.amazon.com/zh_cn/vpn/latest/clientvpn-user/client-vpn-connect-windows-release-notes.html)  | 2022 年 1 月 20 日 | 不再受支持 | 
| 1.3.7 |  [\[See the AWS documentation website for more details\]](http://docs.aws.amazon.com/zh_cn/vpn/latest/clientvpn-user/client-vpn-connect-windows-release-notes.html)  | 2021 年 11 月 8 日 | 不再受支持 | 
| 1.3.6 |  [\[See the AWS documentation website for more details\]](http://docs.aws.amazon.com/zh_cn/vpn/latest/clientvpn-user/client-vpn-connect-windows-release-notes.html)  | 2021 年 9 月 20 日 | 不再受支持 | 
| 1.3.5 | 添加了删除大型窗口日志文件的补丁。 | 2021 年 8 月 16 日 | 不再受支持 | 
| 1.3.4 |  [\[See the AWS documentation website for more details\]](http://docs.aws.amazon.com/zh_cn/vpn/latest/clientvpn-user/client-vpn-connect-windows-release-notes.html)  | 2021 年 8 月 4 日 | 不再受支持 | 
| 1.3.3 |  [\[See the AWS documentation website for more details\]](http://docs.aws.amazon.com/zh_cn/vpn/latest/clientvpn-user/client-vpn-connect-windows-release-notes.html)  | 2021 年 7 月 1 日 | 不再受支持 | 
| 1.3.2 |  [\[See the AWS documentation website for more details\]](http://docs.aws.amazon.com/zh_cn/vpn/latest/clientvpn-user/client-vpn-connect-windows-release-notes.html)  | 2021 年 5 月 12 日 | 不再受支持 | 
| 1.3.1 |  [\[See the AWS documentation website for more details\]](http://docs.aws.amazon.com/zh_cn/vpn/latest/clientvpn-user/client-vpn-connect-windows-release-notes.html)  | 2021 年 4 月 5 日 | 不再受支持 | 
| 1.3.0 | 添加了诸如错误报告、发送诊断日志和分析等支持特征。 | 2021 年 3 月 8 日 | 不再受支持 | 
| 1.2.7 |  [\[See the AWS documentation website for more details\]](http://docs.aws.amazon.com/zh_cn/vpn/latest/clientvpn-user/client-vpn-connect-windows-release-notes.html)  | 2021 年 2 月 25 日 | 不再受支持 | 
| 1.2.6 | 次要错误修复和增强功能。 | 2020 年 10 月 26 日 | 不再受支持 | 
| 1.2.5 |  [\[See the AWS documentation website for more details\]](http://docs.aws.amazon.com/zh_cn/vpn/latest/clientvpn-user/client-vpn-connect-windows-release-notes.html)  | 2020 年 10 月 8 日 | 不再受支持 | 
| 1.2.4 | 次要错误修复和增强功能。 | 2020 年 9 月 1 日 | 不再受支持 | 
| 1.2.3 | 回滚版本 1.2.2 中的更改。 | 2020 年 8 月 20 日 | 不再受支持 | 
| 1.2.1 | 次要错误修复和增强功能。 | 2020 年 7 月 1 日 | 不再受支持 | 
| 1.2.0 |  [\[See the AWS documentation website for more details\]](http://docs.aws.amazon.com/zh_cn/vpn/latest/clientvpn-user/client-vpn-connect-windows-release-notes.html)  | 2020 年 5 月 19 日 | 不再受支持 | 
| 1.1.1 | 次要错误修复和增强功能。 | 2020 年 4 月 21 日 | 不再受支持 | 
| 1.1.0 |  [\[See the AWS documentation website for more details\]](http://docs.aws.amazon.com/zh_cn/vpn/latest/clientvpn-user/client-vpn-connect-windows-release-notes.html)  | 2020 年 3 月 9 日 | 不再受支持 | 
| 1.0.0 | 首次发布。 | 2020 年 2 月 4 日 | 不再受支持 | 

# AWS Client VPN适用于 macOS
<a name="client-vpn-connect-macos"></a>

以下各节介绍如何使用AWS提供的适用于 macOS 的客户端建立 VPN 连接。您可以通过 [AWS客户端 VPN 下载](https://aws.amazon.com/vpn/client-vpn-download/)来下载并安装客户端。AWS提供的客户端不支持自动更新。

## 要求
<a name="client-vpn-connect-macos-req"></a>

要使用AWS提供的适用于 macOS 的客户端，需要满足以下条件：
+ macOS Sonoma (14.0)、Sequoia (15.0) 或 Tahoe (26.0)
+ 兼容 x86\$164 或处理器 ARM64 。
+ 对于使用基于 SAML 的联合身份验证（单点登录）的 Client VPN 端点，客户端会在您的计算机上保留 TCP 端口 8096-8115。

**Topics**
+ [要求](#client-vpn-connect-macos-req)
+ [使用客户端进行连接](client-vpn-connect-macos-connecting-how.md)
+ [发行说明](client-vpn-connect-macos-release-notes.md)

# AWS Client VPN 使用 AWS 提供的适用于 macOS 的客户端 Connect
<a name="client-vpn-connect-macos-connecting-how"></a>

在开始之前，请确保您的客户端 VPN 管理员已经[创建了客户端 VPN 终端节点](https://docs.aws.amazon.com/vpn/latest/clientvpn-admin/cvpn-working-endpoints.html#cvpn-working-endpoint-create)，并为您提供了[客户端 VPN 终端节点配置文件](https://docs.aws.amazon.com/vpn/latest/clientvpn-admin/cvpn-working-endpoint-export.html)。如果要同时连接到多个配置文件，则需要为每个配置文件提供一个配置文件。

此外，请您务必阅读[要求](client-vpn-connect-macos.md#client-vpn-connect-macos-req)。在以下步骤中，所 AWS 提供的*Site-to-Site VPN 客户*也被称为客户。

**使用 AWS 提供的适用于 macOS 的客户端进行连接**

1. 打开 **Site-to-Site VPN 客户端**应用程序。

1. 选择**文件**、**管理配置文件**。

1. 选择**添加配置文件**。

1. 对于**显示名称**，输入配置文件的名称。

1. 对于 **VPN 配置文件**，浏览到并选择您从 Client VPN 管理员那里收到的配置文件，然后选择**添加配置文件**。

1. 如果要创建多个连接，请对要添加的每个配置文件重复**添加配置文件**步骤。您可以根据需要添加任意数量的配置文件，但最多只能有五个打开的连接。

1. 在 **Site-to-Site VPN 客户端**窗口中，选择要连接的配置文件，然后选择**连接**。如果已将客户端 VPN 终端节点配置为使用基于凭证的身份验证，系统将提示您输入用户名和密码。对要启动的每个配置文件连接重复此步骤，最多可连接五个并发端点。
**注意**  
如果您连接的任何配置文件与当前打开的会话发生冲突，则您将无法建立连接。要么选择新的连接，要么断开导致冲突的会话连接。

1. 要查看连接的统计信息，请在 **AWS VPN 客户端**窗口中选择**连接**，选择**显示详细信息**，然后选择要查看其详细信息的连接。

1. 要断开连接，请在 **AWS VPN 客户端**窗口中选择一个连接，然后选择**断开连接**。如果您有多个打开的连接，则必须分别关闭每个连接。

# AWS Client VPN 适用于 macOS 的发行说明
<a name="client-vpn-connect-macos-release-notes"></a>

下表包含适用于 macOS 的当前和先前版本 AWS Client VPN 的发行说明和下载链接。

**注意**  
我们继续为每个版本提供可用性和安全性修复。强烈建议您为每一种平台使用最新版本。以前的版本可能会受到可用性 and/or 安全问题的影响。请参阅发行说明了解详细信息。


| 版本 | 更改 | 日期 | 下载链接 | 
| --- | --- | --- | --- | 
| 5.3.4 |  次要错误修复和增强功能。  | 2026 年 2 月 17 日 |  [\[See the AWS documentation website for more details\]](http://docs.aws.amazon.com/zh_cn/vpn/latest/clientvpn-user/client-vpn-connect-macos-release-notes.html) [\[See the AWS documentation website for more details\]](http://docs.aws.amazon.com/zh_cn/vpn/latest/clientvpn-user/client-vpn-connect-macos-release-notes.html)  | 
| 5.3.3 |  [\[See the AWS documentation website for more details\]](http://docs.aws.amazon.com/zh_cn/vpn/latest/clientvpn-user/client-vpn-connect-macos-release-notes.html)  | 2025年12月26日 |  [\[See the AWS documentation website for more details\]](http://docs.aws.amazon.com/zh_cn/vpn/latest/clientvpn-user/client-vpn-connect-macos-release-notes.html) [\[See the AWS documentation website for more details\]](http://docs.aws.amazon.com/zh_cn/vpn/latest/clientvpn-user/client-vpn-connect-macos-release-notes.html)  | 
| 5.3.2 |  [\[See the AWS documentation website for more details\]](http://docs.aws.amazon.com/zh_cn/vpn/latest/clientvpn-user/client-vpn-connect-macos-release-notes.html)  | 2025 年 10 月 27 日 |  [\[See the AWS documentation website for more details\]](http://docs.aws.amazon.com/zh_cn/vpn/latest/clientvpn-user/client-vpn-connect-macos-release-notes.html) [\[See the AWS documentation website for more details\]](http://docs.aws.amazon.com/zh_cn/vpn/latest/clientvpn-user/client-vpn-connect-macos-release-notes.html)  | 
| 5.3.1 |  [\[See the AWS documentation website for more details\]](http://docs.aws.amazon.com/zh_cn/vpn/latest/clientvpn-user/client-vpn-connect-macos-release-notes.html)  | 2025 年 9 月 9 日 | [下载版本 5.3.1](https://d20adtppz83p9s.cloudfront.net/OSX/5.3.1/AWS_VPN_Client.pkg) sha256：e71c70072c338bd41f3925a541f5d7a73d9e063a00786a603ea9043ced1baa16   | 
| 5.3.0 |  [\[See the AWS documentation website for more details\]](http://docs.aws.amazon.com/zh_cn/vpn/latest/clientvpn-user/client-vpn-connect-macos-release-notes.html)  | 2025 年 8 月 14 日 | [下载版本 5.3.0](https://d20adtppz83p9s.cloudfront.net/OSX/5.3.0/AWS_VPN_Client.pkg) sha256：ec5b7c562b1e91d902168f32c426c0a074ee0fdbfc061ef862165d6a42d2cf79   | 
| 5.2.1 |  [\[See the AWS documentation website for more details\]](http://docs.aws.amazon.com/zh_cn/vpn/latest/clientvpn-user/client-vpn-connect-macos-release-notes.html)  | 2025 年 6 月 18 日 | [下载版本 5.2.1](https://d20adtppz83p9s.cloudfront.net/OSX/5.2.1/AWS_VPN_Client.pkg) sha256：906f77fbca3334fbdcd1145dd6f2725beab82a30b9b51eafd1a25c3fe7d669eb   | 
| 5.2.0 |  [\[See the AWS documentation website for more details\]](http://docs.aws.amazon.com/zh_cn/vpn/latest/clientvpn-user/client-vpn-connect-macos-release-notes.html)  | 2025 年 4 月 8 日 | 不再受支持。 | 
| 5.1.0 |  [\[See the AWS documentation website for more details\]](http://docs.aws.amazon.com/zh_cn/vpn/latest/clientvpn-user/client-vpn-connect-macos-release-notes.html)  | 2025 年 3 月 17 日 | 不再受支持。 | 
| 5.0.3 | 次要错误修复和增强功能。 | 2025 年 3 月 6 日 | 不再受支持。 | 
| 5.0.2 | 修复了在选择连接时会导致偶然性错误的问题。 | 2025 年 2 月 17 日 | 不再受支持。 | 
| 5.0.1 | 修复了导致客户端版本 5.0.0 无法为名称包含空格的配置文件建立 VPN 连接的问题。 | 2025 年 1 月 22 日 | 不再受支持。 | 
| 5.0.0 |  [\[See the AWS documentation website for more details\]](http://docs.aws.amazon.com/zh_cn/vpn/latest/clientvpn-user/client-vpn-connect-macos-release-notes.html)  | 2025 年 1 月 21 日 | 不再受支持。 | 
| 4.1.0 |  次要错误修复和增强功能。  | 2024 年 11 月 12 日 | 不再受支持。 | 
| 4.0.0 |  次要增强功能。  | 2024 年 9 月 25 日 | 不再受支持。 | 
| 3.12.1 |  增加了对 `mssfix` OpenVPN 标志的支持。  | 2024 年 9 月 4 日 | 不再受支持。 | 
| 3.12.0 |  [\[See the AWS documentation website for more details\]](http://docs.aws.amazon.com/zh_cn/vpn/latest/clientvpn-user/client-vpn-connect-macos-release-notes.html)  | 2024 年 8 月 12 日 | 不再受支持。 | 
| 3.11.0 |  [\[See the AWS documentation website for more details\]](http://docs.aws.amazon.com/zh_cn/vpn/latest/clientvpn-user/client-vpn-connect-macos-release-notes.html)  | 2024 年 7 月 29 日 | 不再受支持。 | 
| 3.10.0 |  [\[See the AWS documentation website for more details\]](http://docs.aws.amazon.com/zh_cn/vpn/latest/clientvpn-user/client-vpn-connect-macos-release-notes.html)  | 2024 年 5 月 21 日 | 不再受支持。 | 
| 3.9.2 |  [\[See the AWS documentation website for more details\]](http://docs.aws.amazon.com/zh_cn/vpn/latest/clientvpn-user/client-vpn-connect-macos-release-notes.html)  | 2024 年 4 月 11 日 | 不再受支持。 | 
| 3.9.1 |  [\[See the AWS documentation website for more details\]](http://docs.aws.amazon.com/zh_cn/vpn/latest/clientvpn-user/client-vpn-connect-macos-release-notes.html)  | 2024 年 2 月 16 日 | 不再受支持。 | 
| 3.9.0 |  [\[See the AWS documentation website for more details\]](http://docs.aws.amazon.com/zh_cn/vpn/latest/clientvpn-user/client-vpn-connect-macos-release-notes.html)  | 2023 年 12 月 6 日 | 不再受支持。 | 
| 3.8.0 |  [\[See the AWS documentation website for more details\]](http://docs.aws.amazon.com/zh_cn/vpn/latest/clientvpn-user/client-vpn-connect-macos-release-notes.html)  | 2023 年 8 月 24 日 | 不再受支持。 | 
| 3.7.0 |  [\[See the AWS documentation website for more details\]](http://docs.aws.amazon.com/zh_cn/vpn/latest/clientvpn-user/client-vpn-connect-macos-release-notes.html)  | 2023 年 8 月 3 日 | 不再受支持。 | 
| 3.6.0 |  [\[See the AWS documentation website for more details\]](http://docs.aws.amazon.com/zh_cn/vpn/latest/clientvpn-user/client-vpn-connect-macos-release-notes.html)  | 2023 年 7 月 15 日 | 不再受支持。 | 
| 3.5.0 |  [\[See the AWS documentation website for more details\]](http://docs.aws.amazon.com/zh_cn/vpn/latest/clientvpn-user/client-vpn-connect-macos-release-notes.html)  | 2023 年 7 月 15 日 | 不再受支持。 | 
| 3.4.0 |  [\[See the AWS documentation website for more details\]](http://docs.aws.amazon.com/zh_cn/vpn/latest/clientvpn-user/client-vpn-connect-macos-release-notes.html)  | 2023 年 7 月 14 日 | 不再受支持。 | 
| 3.3.0 |  [\[See the AWS documentation website for more details\]](http://docs.aws.amazon.com/zh_cn/vpn/latest/clientvpn-user/client-vpn-connect-macos-release-notes.html)  | 2023 年 4 月 27 日 | 不再受支持。 | 
| 3.2.0 |  [\[See the AWS documentation website for more details\]](http://docs.aws.amazon.com/zh_cn/vpn/latest/clientvpn-user/client-vpn-connect-macos-release-notes.html)  | 2023 年 1 月 23 日 | 不再受支持。 | 
| 3.1.0 |  [\[See the AWS documentation website for more details\]](http://docs.aws.amazon.com/zh_cn/vpn/latest/clientvpn-user/client-vpn-connect-macos-release-notes.html)  | 2022 年 5 月 23 日 | 不再受支持。 | 
| 3.0.0 |  [\[See the AWS documentation website for more details\]](http://docs.aws.amazon.com/zh_cn/vpn/latest/clientvpn-user/client-vpn-connect-macos-release-notes.html)  | 2022 年 3 月 3 日 | 不再受支持。 | 
| 2.0.0 |  [\[See the AWS documentation website for more details\]](http://docs.aws.amazon.com/zh_cn/vpn/latest/clientvpn-user/client-vpn-connect-macos-release-notes.html)  | 2022 年 1 月 20 日 | 不再受支持。 | 
| 1.4.0 |  [\[See the AWS documentation website for more details\]](http://docs.aws.amazon.com/zh_cn/vpn/latest/clientvpn-user/client-vpn-connect-macos-release-notes.html)  | 2021 年 11 月 9 日 | 不再受支持。 | 
| 1.3.5 |  [\[See the AWS documentation website for more details\]](http://docs.aws.amazon.com/zh_cn/vpn/latest/clientvpn-user/client-vpn-connect-macos-release-notes.html)  | 2021 年 9 月 20 日 | 不再受支持。 | 
| 1.3.4 |  [\[See the AWS documentation website for more details\]](http://docs.aws.amazon.com/zh_cn/vpn/latest/clientvpn-user/client-vpn-connect-macos-release-notes.html)  | 2021 年 8 月 4 日 | 不再受支持。 | 
| 1.3.3 |  [\[See the AWS documentation website for more details\]](http://docs.aws.amazon.com/zh_cn/vpn/latest/clientvpn-user/client-vpn-connect-macos-release-notes.html)  | 2021 年 7 月 1 日 | 不再受支持。 | 
| 1.3.2 |  [\[See the AWS documentation website for more details\]](http://docs.aws.amazon.com/zh_cn/vpn/latest/clientvpn-user/client-vpn-connect-macos-release-notes.html)  | 2021 年 5 月 12 日 | 不再受支持。 | 
| 1.3.1 |  [\[See the AWS documentation website for more details\]](http://docs.aws.amazon.com/zh_cn/vpn/latest/clientvpn-user/client-vpn-connect-macos-release-notes.html)  | 2021 年 4 月 5 日 | 不再受支持。 | 
| 1.3.0 | 添加了诸如错误报告、发送诊断日志和分析等支持特征。 | 2021 年 3 月 8 日 | 不再受支持。 | 
| 1.2.5 | 次要错误修复和增强功能。 | 2021 年 2 月 25 日 | 不再受支持。 | 
| 1.2.4 | 次要错误修复和增强功能。 | 2020 年 10 月 26 日 | 不再受支持。 | 
| 1.2.3 |  [\[See the AWS documentation website for more details\]](http://docs.aws.amazon.com/zh_cn/vpn/latest/clientvpn-user/client-vpn-connect-macos-release-notes.html)  | 2020 年 10 月 8 日 | 不再受支持。 | 
| 1.2.2 | 次要错误修复和增强功能。 | 2020 年 8 月 12 日 | 不再受支持。 | 
| 1.2.1 |  [\[See the AWS documentation website for more details\]](http://docs.aws.amazon.com/zh_cn/vpn/latest/clientvpn-user/client-vpn-connect-macos-release-notes.html)  | 2020 年 7 月 1 日 | 不再受支持。 | 
| 1.2.0 |  [\[See the AWS documentation website for more details\]](http://docs.aws.amazon.com/zh_cn/vpn/latest/clientvpn-user/client-vpn-connect-macos-release-notes.html)  | 2020 年 5 月 19 日 | 不再受支持。 | 
| 1.1.2 | 次要错误修复和增强功能。 | 2020 年 4 月 21 日 | 不再受支持。 | 
| 1.1.1 |  [\[See the AWS documentation website for more details\]](http://docs.aws.amazon.com/zh_cn/vpn/latest/clientvpn-user/client-vpn-connect-macos-release-notes.html)  | 2020 年 4 月 2 日 | 不再受支持。 | 
| 1.1.0 |  [\[See the AWS documentation website for more details\]](http://docs.aws.amazon.com/zh_cn/vpn/latest/clientvpn-user/client-vpn-connect-macos-release-notes.html)  | 2020 年 3 月 9 日 | 不再受支持。 | 
| 1.0.0 | 首次发布。 | 2020 年 2 月 4 日 | 不再受支持。 | 

# AWS Client VPN 适用于Linux
<a name="client-vpn-connect-linux"></a>

这些部分介绍安装所 AWS 提供的 Linux 客户端，然后使用 AWS 提供的客户端建立 VPN 连接。 AWS 提供的 Linux 客户端不支持自动更新。有关最新更新和下载内容，请参阅[AWS Client VPN 适用于 Linux 的发行说明](client-vpn-connect-linux-release-notes.md)。

## 使用 AWS 提供的适用于 Linux 的客户端连接到 Client VPN 的要求
<a name="client-vpn-connect-linux-req"></a>

要使用 AWS 提供的适用于 Linux 的客户端，需要满足以下条件：
+ Ubuntu 22.04 LTS (AMD64) 或 Ubuntu 24.04 LTS（仅限）AMD64 

对于使用基于 SAML 的联合身份验证（单点登录）的 Client VPN 端点，客户端会在您的计算机上保留 TCP 端口 8096-8115。

在开始之前，请确保您的客户端 VPN 管理员已经[创建了客户端 VPN 终端节点](https://docs.aws.amazon.com/vpn/latest/clientvpn-admin/cvpn-working-endpoints.html#cvpn-working-endpoint-create)，并为您提供了[客户端 VPN 终端节点配置文件](https://docs.aws.amazon.com/vpn/latest/clientvpn-admin/cvpn-working-endpoint-export.html)。如果要同时连接到多个配置文件，则需要为每个配置文件提供一个配置文件。

**Topics**
+ [使用 AWS 提供的适用于 Linux 的客户端连接到 Client VPN 的要求](#client-vpn-connect-linux-req)
+ [安装客户端](client-vpn-connect-linux-install.md)
+ [使用客户端进行连接](client-vpn-connect-linux-connecting.md)
+ [发行说明](client-vpn-connect-linux-release-notes.md)

# 安装提供的 AWS Client VPN 适用于 Linux 的
<a name="client-vpn-connect-linux-install"></a>

有多种方法可用于安装所 AWS 提供的 Linux 客户端。从以下选项中选择一种方法。在开始之前，请您务必阅读[要求](client-vpn-connect-linux.md#client-vpn-connect-linux-req)。

**选项 1：通过程序包存储库安装**

1. 将 AWS VPN 客户端公钥添加到您的 Ubuntu 操作系统。

   ```
   wget -qO- https://d20adtppz83p9s.cloudfront.net/GTK/latest/debian-repo/awsvpnclient_public_key.asc | sudo tee /etc/apt/trusted.gpg.d/awsvpnclient_public_key.asc
   ```

1. 使用以下命令将存储库添加到您的 Ubuntu 操作系统（版本 22.04 及更高版本）：

   ```
   echo "deb [arch=amd64] https://d20adtppz83p9s.cloudfront.net/GTK/latest/debian-repo ubuntu main" | sudo tee /etc/apt/sources.list.d/aws-vpn-client.list
   ```

1. 使用以下命令更新系统上的存储库。

   ```
   sudo apt-get update
   ```

1. 使用以下命令安装所 AWS 提供的 Linux 客户端。

   ```
   sudo apt-get install awsvpnclient
   ```

**选项 2：使用 .deb 程序包文件安装**

1. 通过 [AWS Client VPN 下载](https://d20adtppz83p9s.cloudfront.net/GTK/latest/awsvpnclient_amd64.deb)或使用以下命令下载 .deb 文件。

   ```
   curl https://d20adtppz83p9s.cloudfront.net/GTK/latest/awsvpnclient_amd64.deb -o awsvpnclient_amd64.deb
   ```

1. 使用该`dpkg`实用程序安装 AWS 所提供的 Linux 客户端。

   ```
   sudo dpkg -i awsvpnclient_amd64.deb
   ```

**选项 3 – 通过 Ubuntu 软件中心安装 .deb 程序包**

1. 通过 [AWS Client VPN 下载](https://d20adtppz83p9s.cloudfront.net/GTK/latest/awsvpnclient_amd64.deb)下载 .deb 程序包文件。

1.  下载 .deb 程序包文件后，通过 Ubuntu 软件中心安装程序包。按照 [Ubuntu Wiki](https://wiki.ubuntu.com/SoftwareCenter#from_a_standalone_.deb_package) 上所述的步骤，通过 Ubuntu 软件中心安装独立的 .deb 程序包。

# Connect 连接到提供的 AWS Client VPN 适用于 Linux 的
<a name="client-vpn-connect-linux-connecting"></a>

在以下步骤中，所 AWS 提供的*Site-to-Site VPN 客户*也被称为客户。

**使用 AWS 提供的适用于 Linux 的客户端进行连接**

1. 打开 **Site-to-Site VPN 客户端**应用程序。

1. 选择**文件**、**管理配置文件**。

1. 选择**添加配置文件**。

1. 对于**显示名称**，输入配置文件的名称。

1. 对于 **VPN 配置文件**，浏览到您从客户端 VPN 管理员那里收到的配置文件。选择 **Open**。

1. 选择 **Add Profile (添加配置文件)**。

1. 如果要创建多个连接，请对要添加的每个配置文件重复**添加配置文件**步骤。您可以根据需要添加任意数量的配置文件，但最多只能有五个打开的连接。

1. 在 **Site-to-Site VPN 客户端**窗口中，选择要连接的配置文件，然后选择**连接**。如果已将客户端 VPN 终端节点配置为使用基于凭证的身份验证，系统将提示您输入用户名和密码。对要启动的每个配置文件连接重复此步骤，最多可连接五个并发端点。
**注意**  
如果您连接的任何配置文件与当前打开的会话发生冲突，则您将无法建立连接。要么选择新的连接，要么断开导致冲突的会话连接。

1. 要查看连接的统计信息，请在 **AWS VPN 客户端**窗口中选择**连接**，选择**显示详细信息**，然后选择要查看其详细信息的连接。

1. 要断开连接，请在 **AWS VPN 客户端**窗口中选择一个连接，然后选择**断开连接**。如果您有多个打开的连接，则必须分别关闭每个连接。

# AWS Client VPN 适用于 Linux 的发行说明
<a name="client-vpn-connect-linux-release-notes"></a>

下表包含适用于Linux的当前和先前版本 AWS Client VPN 的发行说明和下载链接。

**注意**  
我们继续为每个版本提供可用性和安全性修复。强烈建议您为每一种平台使用最新版本。以前的版本可能会受到可用性 and/or 安全问题的影响。请参阅发行说明了解详细信息。


| 版本 | 更改 | 日期 | 下载链接 | 
| --- | --- | --- | --- | 
| 5.3.2 |  [\[See the AWS documentation website for more details\]](http://docs.aws.amazon.com/zh_cn/vpn/latest/clientvpn-user/client-vpn-connect-linux-release-notes.html)  | 2025 年 12 月 17 日 | [下载版本 5.3.2](https://d20adtppz83p9s.cloudfront.net/GTK/5.3.2/awsvpnclient_amd64.deb) sha256：89e4b9f2c9f7def37167f5f137f4ff9c6c5246fd6e0a7244b70c196a17683569  | 
| 5.3.1 |  [\[See the AWS documentation website for more details\]](http://docs.aws.amazon.com/zh_cn/vpn/latest/clientvpn-user/client-vpn-connect-linux-release-notes.html)  | 2025 年 9 月 25 日 | [下载版本 5.3.1](https://d20adtppz83p9s.cloudfront.net/GTK/5.3.1/awsvpnclient_amd64.deb) sha256：4a426cc226382748d683a4946340447dab87ec42583977d9488ee45d11cdcec0  | 
| 5.3.0 |  [\[See the AWS documentation website for more details\]](http://docs.aws.amazon.com/zh_cn/vpn/latest/clientvpn-user/client-vpn-connect-linux-release-notes.html)  | 2025 年 8 月 14 日 | [下载版本 5.3.0](https://d20adtppz83p9s.cloudfront.net/GTK/5.3.0/awsvpnclient_amd64.deb) sha256：31edb55f12dcd68a7a4ca9b6233ddbeebcd37e01f87655a520cc7e7542bbfcb4  | 
| 5.2.0 |  [\[See the AWS documentation website for more details\]](http://docs.aws.amazon.com/zh_cn/vpn/latest/clientvpn-user/client-vpn-connect-linux-release-notes.html)  | 2025 年 4 月 8 日 | [下载版本 5.2.0](https://d20adtppz83p9s.cloudfront.net/GTK/5.2.0/awsvpnclient_amd64.deb) sha256：ef7189f085db30ef0c521adcdfec892075cb005c8e0014fdbcc590218509891f  | 
| 5.1.0 |  [\[See the AWS documentation website for more details\]](http://docs.aws.amazon.com/zh_cn/vpn/latest/clientvpn-user/client-vpn-connect-linux-release-notes.html)  | 2025 年 3 月 17 日 | [下载版本 5.1.0](https://d20adtppz83p9s.cloudfront.net/GTK/5.1.0/awsvpnclient_amd64.deb) sha256：14f26c05b11b0cc484b08a8f8d20739de3d815c268db3bba9ac70c0e766b70ba  | 
| 5.0.0 |  [\[See the AWS documentation website for more details\]](http://docs.aws.amazon.com/zh_cn/vpn/latest/clientvpn-user/client-vpn-connect-linux-release-notes.html)  | 2025 年 1 月 21 日 | [下载版本 5.0.0](https://d20adtppz83p9s.cloudfront.net/GTK/5.0.0/awsvpnclient_amd64.deb) sha256：645126b5698cb550e9dc822e58ed899a5730d2e204f28f4023ec671915fdda0c  | 
| 4.1.0 |  [\[See the AWS documentation website for more details\]](http://docs.aws.amazon.com/zh_cn/vpn/latest/clientvpn-user/client-vpn-connect-linux-release-notes.html)  | 2024 年 11 月 12 日 | [下载版本 4.1.0](https://d20adtppz83p9s.cloudfront.net/GTK/4.1.0/awsvpnclient_amd64.deb) sha256：334d00222458fbfe9dade16c99fe97e9ebcbd51fff017d0d6b1d1b764e7af472  | 
| 4.0.0 | 次要增强功能。 | 2024 年 9 月 25 日 | [下载版本 4.0.0](https://d20adtppz83p9s.cloudfront.net/GTK/4.0.0/awsvpnclient_amd64.deb) sha256：c263271874217d79783fcca182025ace27ddbf8f9661b56df48843fa17922686  | 
| 3.15.1 |  增加了对 `mssfix` OpenVPN 标志的支持。  | 2024 年 9 月 4 日 | [下载版本 3.15.1](https://d20adtppz83p9s.cloudfront.net/GTK/3.15.1/awsvpnclient_amd64.deb) sha256：ffb65c0bc93e8d611cbce2deb6b82f600e6434e4d03c6b44c53d61a2efcaadc2  | 
| 3.15.0 |  [\[See the AWS documentation website for more details\]](http://docs.aws.amazon.com/zh_cn/vpn/latest/clientvpn-user/client-vpn-connect-linux-release-notes.html)  | 2024 年 8 月 12 日 | [下载版本 3.15.0](https://d20adtppz83p9s.cloudfront.net/GTK/3.15.0/awsvpnclient_amd64.deb) sha256：5cf3eb08de96821b0ad3d0c93174b2e308041d5490a3edb772dfd89a6d89d012  | 
| 3.14.0 |  [\[See the AWS documentation website for more details\]](http://docs.aws.amazon.com/zh_cn/vpn/latest/clientvpn-user/client-vpn-connect-linux-release-notes.html)  | 2024 年 7 月 29 日 | [下载版本 3.14.0](https://d20adtppz83p9s.cloudfront.net/GTK/3.14.0/awsvpnclient_amd64.deb) sha256：bd2b401a1ede6057d725a13c77ef92147a79e0c5e0020d379e44f319b5334f60  | 
| 3.13.0 |  [\[See the AWS documentation website for more details\]](http://docs.aws.amazon.com/zh_cn/vpn/latest/clientvpn-user/client-vpn-connect-linux-release-notes.html)  | 2024 年 5 月 21 日 | [下载版本 3.13.0](https://d20adtppz83p9s.cloudfront.net/GTK/3.13.0/awsvpnclient_amd64.deb)sha256：e89f3bb7fc24c148e3044b807774fcfe05e7eae9e551863a38a2dcd7e0ac05f1 | 
| 3.12.2 |  [\[See the AWS documentation website for more details\]](http://docs.aws.amazon.com/zh_cn/vpn/latest/clientvpn-user/client-vpn-connect-linux-release-notes.html)  | 2024 年 4 月 11 日 | [下载版本 3.12.2](https://d20adtppz83p9s.cloudfront.net/GTK/3.12.2/awsvpnclient_amd64.deb)sha256：f7178c33797740bd596a14cbe7b6f5f58fb79d17af79f88bd8801353a7571a7d | 
| 3.12.1 |  [\[See the AWS documentation website for more details\]](http://docs.aws.amazon.com/zh_cn/vpn/latest/clientvpn-user/client-vpn-connect-linux-release-notes.html)  | 2024 年 2 月 16 日 | [下载版本 3.12.1](https://d20adtppz83p9s.cloudfront.net/GTK/3.12.1/awsvpnclient_amd64.deb)sha256：547c4ffd3e35c54db8e0b792aed9de1510f6f31a6009e55b8af4f0c2f5cf31d0 | 
| 3.12.0 |  [\[See the AWS documentation website for more details\]](http://docs.aws.amazon.com/zh_cn/vpn/latest/clientvpn-user/client-vpn-connect-linux-release-notes.html)  | 2023 年 12 月 19 日 | [下载版本 3.12.0](https://d20adtppz83p9s.cloudfront.net/GTK/3.12.0/awsvpnclient_amd64.deb)sha256：9b73987309f1dca1960a322c5dd86eec1568ed270bfd25f78cc430e3b5f85cc1 | 
| 3.11.0 |  [\[See the AWS documentation website for more details\]](http://docs.aws.amazon.com/zh_cn/vpn/latest/clientvpn-user/client-vpn-connect-linux-release-notes.html)  | 2023 年 12 月 6 日 | [下载版本 3.11.0](https://d20adtppz83p9s.cloudfront.net/GTK/3.11.0/awsvpnclient_amd64.deb)sha256: 86c0fa1bf1c97194082835a739ec7f1c87e540194955f414a35c679b94538970 | 
| 3.10.0 |  [\[See the AWS documentation website for more details\]](http://docs.aws.amazon.com/zh_cn/vpn/latest/clientvpn-user/client-vpn-connect-linux-release-notes.html)  | 2023 年 12 月 6 日 | [下载版本 3.10.0](https://d20adtppz83p9s.cloudfront.net/GTK/3.10.0/awsvpnclient_amd64.deb)sha256: e7450b2490f3b96ab7d589a8000d838d9fd2adcdd72ae80666c4c0d900687e51 | 
| 3.9.0 |  [\[See the AWS documentation website for more details\]](http://docs.aws.amazon.com/zh_cn/vpn/latest/clientvpn-user/client-vpn-connect-linux-release-notes.html)  | 2023 年 8 月 24 日 | [下载版本 3.9.0](https://d20adtppz83p9s.cloudfront.net/GTK/3.9.0/awsvpnclient_amd64.deb)sha256：6cde9cfff82754119e6a68464d4bb350da3cb3e1ebf9140dacf24e4fd2197454  | 
| 3.8.0 |  [\[See the AWS documentation website for more details\]](http://docs.aws.amazon.com/zh_cn/vpn/latest/clientvpn-user/client-vpn-connect-linux-release-notes.html)  | 2023 年 8 月 3 日 | [下载版本 3.8.0](https://d20adtppz83p9s.cloudfront.net/GTK/3.8.0/awsvpnclient_amd64.deb)sha256：5fe479236cc0a1940ba37fe168e551096f8dae4c68d45560a164e41edea3e5bd | 
| 3.7.0 |  [\[See the AWS documentation website for more details\]](http://docs.aws.amazon.com/zh_cn/vpn/latest/clientvpn-user/client-vpn-connect-linux-release-notes.html)  | 2023 年 7 月 15 日 | 不再受支持 | 
| 3.6.0 |  [\[See the AWS documentation website for more details\]](http://docs.aws.amazon.com/zh_cn/vpn/latest/clientvpn-user/client-vpn-connect-linux-release-notes.html)  | 2023 年 7 月 15 日 | 不再受支持 | 
| 3.5.0 |  [\[See the AWS documentation website for more details\]](http://docs.aws.amazon.com/zh_cn/vpn/latest/clientvpn-user/client-vpn-connect-linux-release-notes.html)  | 2023 年 7 月 14 日 | 不再受支持 | 
| 3.4.0 |  [\[See the AWS documentation website for more details\]](http://docs.aws.amazon.com/zh_cn/vpn/latest/clientvpn-user/client-vpn-connect-linux-release-notes.html)  | 2023 年 2 月 14 日 | 不再受支持 | 
| 3.1.0 |  [\[See the AWS documentation website for more details\]](http://docs.aws.amazon.com/zh_cn/vpn/latest/clientvpn-user/client-vpn-connect-linux-release-notes.html)  | 2022 年 5 月 23 日 | 不再受支持 | 
| 3.0.0 |  [\[See the AWS documentation website for more details\]](http://docs.aws.amazon.com/zh_cn/vpn/latest/clientvpn-user/client-vpn-connect-linux-release-notes.html)  | 2022 年 3 月 3 日 | 不再受支持。 | 
| 2.0.0 |  [\[See the AWS documentation website for more details\]](http://docs.aws.amazon.com/zh_cn/vpn/latest/clientvpn-user/client-vpn-connect-linux-release-notes.html)  | 2022 年 1 月 20 日 | 不再受支持。 | 
| 1.0.3 |  [\[See the AWS documentation website for more details\]](http://docs.aws.amazon.com/zh_cn/vpn/latest/clientvpn-user/client-vpn-connect-linux-release-notes.html)  | 2021 年 11 月 8 日 | 不再受支持。 | 
| 1.0.2 |  [\[See the AWS documentation website for more details\]](http://docs.aws.amazon.com/zh_cn/vpn/latest/clientvpn-user/client-vpn-connect-linux-release-notes.html)  | 2021 年 9 月 28 日 | 不再受支持。 | 
| 1.0.1 |  [\[See the AWS documentation website for more details\]](http://docs.aws.amazon.com/zh_cn/vpn/latest/clientvpn-user/client-vpn-connect-linux-release-notes.html)  | 2021 年 8 月 4 日 | 不再受支持。 | 
| 1.0.0 | 首次发布。 | 2021 年 6 月 11 日 | 不再受支持。 | 