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;
@ferchor2003
Try see this issues.
1 - DBus service is not running: DBus is an inter-process communication (IPC) system that many applications on Linux use for communication. If the service is down, the AWS VPN client may not be able to communicate with other necessary system components.
2 - Firewall/Network issues: The VPN client could be trying to connect to a blocked or incorrect endpoint.
3 - VPN service is not started: The VPN service might not be running, or the configuration files could be incorrect.
4 - Incorrect socket configuration: The socket connection to the DBus or VPN management service may be misconfigured, leading to the connection refusal.