You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 9, 2024. It is now read-only.
Dear Wolfgang
Hi,
I was able to install Ansible-easy-vpn and all its components as it was instructed in youtube. It all went through, and I got to wg.mydomain.com, also, I am able to make a new client and generate the QR code or download the credentials. The client makes the basic connection through its local Wireguard interface (in my Case PC pr iPhone), but the data doesn't communicate at all and I don't get the red dot next to my client name as it should be in wg.mydomain.com. Here is the screen shot for you review .
*FIY, prior to this I did follow your advise in FAQ section and changed WG port, it fails in the middle off modification (screenshot is attached). Is there any process I need to disable before running the script to avoid this error?
Another question please, How can I undo (uninstall) ansible-easy-vpn instead of reinstalling the OS?
Will you advise please
Many Thanks
Ben
Environment:
Client OS: Windows, OSX
VPS OS : Ubuntu 20.04, VPS/KVM/768MB
VPS Provider: RackNerd
The text was updated successfully, but these errors were encountered:
hey, I had similar-ish experience at about the same spot. My error was a bit different.
TASK [ssh : Generate an SSH key pair] **********************************************************************************
An exception occurred during task execution. To see the full traceback, use -vvv. The error was: cryptography.exceptions.UnsupportedAlgorithm: Need bcrypt module
fatal: [localhost]: FAILED! => changed=false
msg: 'unexpected error occurred: Need bcrypt module'
try doing
sudo apt-get install python3-bcrypt
once to see if it resolves it for you, worked for me both for google vm as well as oracle oci.
strictly going by your error, I'd do this first
sudo apt-cache policy openssh-server
and then
pip show cryptography
if openssh-server is not found or cryptography is not found I'd do as below.
sudo apt update
sudo apt install openssh-server
sudo pip install cryptography
Hi Dallae,
Thanks for your note, I was able to fix the installation error by stopping all the related services to the docker, but the first issue still exists
In FAQ section, Wolfgang recommended to change the wireguard_port in custom.yml, but it messes up ansible-easy-vpn, totally. There must be some other places which needs the port to be chnaged beside only custom.yml. I have not figured it out, nor there is respopse from Wolggang yet.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Dear Wolfgang
Hi,
I was able to install Ansible-easy-vpn and all its components as it was instructed in youtube. It all went through, and I got to wg.mydomain.com, also, I am able to make a new client and generate the QR code or download the credentials. The client makes the basic connection through its local Wireguard interface (in my Case PC pr iPhone), but the data doesn't communicate at all and I don't get the red dot next to my client name as it should be in wg.mydomain.com. Here is the screen shot for you review .
*FIY, prior to this I did follow your advise in FAQ section and changed WG port, it fails in the middle off modification (screenshot is attached). Is there any process I need to disable before running the script to avoid this error?
Another question please, How can I undo (uninstall) ansible-easy-vpn instead of reinstalling the OS?
Will you advise please
Many Thanks
Ben
Environment:
The text was updated successfully, but these errors were encountered: