wget http://security.ubuntu.com/ubuntu/pool/main/o/openssl/libssl1.1_1.1.0g-2ubuntu4_amd64.deb
sudo dpkg -i libssl1.1_1.1.1f-1ubuntu2.13_amd64.deb
sudo vim /etc/systemd/system/awsvpnclient.service
Put the Enviroment
line
[Service]
Type=simple
ExecStart=/opt/awsvpnclient/Service/ACVC.GTK.Service
Restart=always
RestartSec=1s
User=root
Environment=DOTNET_SYSTEM_GLOBALIZATION_INVARIANT=1
[Install]
WantedBy=multi-user.target
➜ cd /opt/awsvpnclient
/opt/awsvpnclient …
➜ sudo ln -s AWS\ VPN\ Client awsvpnclient
find / -name 'awsvpnclient.desktop' 2>&1 | grep -v 'Permissão negada'
/home/thiagozs/.local/share/applications/awsvpnclient.desktop
/usr/share/applications/awsvpnclient.desktop
Put this content here.
[Desktop Entry]
Type=Application
Encoding=UTF-8
Name=AWS VPN Client
Comment=AWS VPN Client
Exec=/opt/awsvpnclient/awsvpnclient %U
Path=/opt/awsvpnclient
Icon=acvc-64
Terminal=false
Categories=Network;VPN;
Keywords=vpn;aws;
Thanks! The solution worked as described.
However after a recent apt upgrade the VPN suddenly stopped working. I did not keep a log of the updated packages though, but I see that the client shows Version 3.15.1
The app launches, but after hitting the "Connect" button a popup window shows with "Unknown error ocurred. Try Again".
Any ideas on what to look for?