Package Details: awsvpnclient 4.1.0-3

Git Clone URL: https://aur.archlinux.org/awsvpnclient.git (read-only, click to copy)
Package Base: awsvpnclient
Description: AWS VPN Client
Upstream URL: https://aws.amazon.com/vpn/
Keywords: aws aws-clientvpn aws-vpn aws-vpnclient clientvpn
Licenses: custom
Submitter: project0
Maintainer: project0
Last Packager: project0
Votes: 10
Popularity: 0.90
First Submitted: 2021-06-26 08:56 (UTC)
Last Updated: 2024-12-13 18:25 (UTC)

Pinned Comments

project0 commented on 2021-06-28 15:58 (UTC) (edited on 2024-02-12 11:07 (UTC) by project0)

Please note the following requirements for AWS VPN Client:

For troubelshooting its worth checking first the logs:

/home/$USER/.config/AWSVPNClient/
/var/log/aws-vpn-client/$USER/

See also the official docs: https://docs.aws.amazon.com/vpn/latest/clientvpn-user/client-vpn-connect-linux.html

If you face any other problem please check the troubleshooting guide (DNS issues): https://docs.aws.amazon.com/vpn/latest/clientvpn-user/linux-troubleshooting.html#aws-provided-client

Latest Comments

« First ‹ Previous 1 2 3 4 5 6 7 8 .. 10 Next › Last »

OJFord commented on 2023-03-01 14:46 (UTC)

Has anyone looked into having it not constantly overwrite sysctl net.ipv4.ip_forward=0?

I guess they don't want you forwarding connections over a shared bastion (since you pay per connection) - but =1 may be needed for other purposes, such as running docker containers or building images with a bridged internet connection.

acascais commented on 2023-01-26 10:20 (UTC)

Hi all.

Yesterday I was connecting to the AWS VPN client without any issues. Today I turned on my laptop, connected to the VPN and immediately lost access to the internet.

I checked the versions and noticed that 3.2.0 was released on 23rd. Tried to install the new version and it solved the problem.

Just writing in case someone else has the same problem.

P.s: I can open a merge request with the changes if necessary, but to be honest I never changed any repo in AUR so I don't know what's the process like

ksuhiyp commented on 2022-12-21 17:19 (UTC)

2022-12-21 20:18:51.325 +03:00 [INF] Logger initialized 2022-12-21 20:18:51.354 +03:00 [DBG] Auto culture: Auto UI culture: 2022-12-21 20:18:51.434 +03:00 [INF] Loading attributes file from /home/suhayb/.config/AWSVPNClient/MetricsAttributes 2022-12-21 20:18:51.506 +03:00 [DBG] Metrics attributes saved to file: /home/suhayb/.config/AWSVPNClient/MetricsAttributes 2022-12-21 20:18:51.506 +03:00 [DBG] Database path: /home/suhayb/.config/AWSVPNClient/awsvpnclientmetrics.db 2022-12-21 20:18:51.576 +03:00 [INF] Loading profile store from /home/suhayb/.config/AWSVPNClient/ConnectionProfiles 2022-12-21 20:18:51.596 +03:00 [INF] Saving profile store to /home/suhayb/.config/AWSVPNClient/ConnectionProfiles 2022-12-21 20:18:51.631 +03:00 [DBG] User selected profile index: 0 2022-12-21 20:18:51.632 +03:00 [INF] Loading preferences file from /home/suhayb/.config/AWSVPNClient/Preferences 2022-12-21 20:18:51.632 +03:00 [DBG] Current metadata schema version is 1, which is less or equal to current supported version: 1. 2022-12-21 20:18:51.640 +03:00 [DBG] Current preferences schema version is 1, which is less or equal to current supported version: 1. 2022-12-21 20:18:51.666 +03:00 [ERR] Exception occurred while initializing tables Unable to load shared library 'SQLite.Interop.dll' or one of its dependencies. In order to help diagnose loading problems, consider setting the LD_DEBUG environment variable: libSQLite.Interop.dll: cannot open shared object file: No such file or directory at System.Data.SQLite.UnsafeNativeMethods.sqlite3_config_none(SQLiteConfigOpsEnum op) at System.Data.SQLite.SQLite3.StaticIsInitialized() at System.Data.SQLite.SQLiteLog.PrivateInitialize(String className) at System.Data.SQLite.SQLiteLog.Initialize(String className) at System.Data.SQLite.SQLiteConnection..ctor(String connectionString, Boolean parseViaFramework) at System.Data.SQLite.SQLiteConnection..ctor(String connectionString) at ACVC.Core.Utils.DatabaseUtils.TableExists(String databaseFile, String tableName) in /home/ubuntu/Jenkins/workspace/GtkBuild/SecureConnectClient/ACVC.Core/Utils/DatabaseUtils.cs:line 166 at ACVC.Core.Utils.DatabaseUtils.InitializeTables(String databaseFile) in /home/ubuntu/Jenkins/workspace/GtkBuild/SecureConnectClient/ACVC.Core/Utils/DatabaseUtils.cs:line 48 2022-12-21 20:18:51.666 +03:00 [DBG] Metric agent started

acascais commented on 2022-11-16 15:38 (UTC)

I also add the same issue and installing openssl-1.1 solved it.

$ uname -r
5.15.78-1-MANJARO

IceS2 commented on 2022-11-10 08:20 (UTC)

Like @cotko and @charrington said, I've encountered the same issue and the proposed solution also worked.

(I'm running Arch Linux)

cotko commented on 2022-11-08 09:29 (UTC)

I have same problem with No usable version of libssl was found as @charrington mentioned since latest sys update. And is also gone after installing openssl-1.1.

project0 commented on 2022-11-08 08:51 (UTC)

@charrington I cannot reproduce your issue. It works totally fine with the normal openssl (3.x as of today) package (what should be installed by default), the openssl-1.1 package is definitely not required. Do you use any other distribution than the main stream arch linux?

charrington commented on 2022-11-08 08:20 (UTC)

I received the following error when trying to connect:

❯ /opt/awsvpnclient/AWS\ VPN\ Client
No usable version of libssl was found
[1]    145168 IOT instruction (core dumped)  /opt/awsvpnclient/AWS\ VPN\ Client

This was remedied by installing the openssl-1.1 package:

pacman -S openssl-1.1

Maybe this should be added as a dependency?

Shimmy commented on 2022-06-28 17:10 (UTC)

@spurgelaurels maybe this applies to you. I found out that the configure-dns script didn't see the ip binary, therefore there were exit code 127 logs in configure-dns-up.log. More in https://gist.github.com/miguelgmalpha/5c9e78d16312d156b0ec1d1c1bb09c1c?permalink_comment_id=4215154