Linux ronniekinsley-Inspiron-N5110 4.15.0-23-generic #25-Ubuntu SMP Thu May 31 16:36:28 UTC 2018 x86_64 x86_64 x86_64 GNU/Linux
I'm trying to configure the client for Ubuntu 18.04. I run the command
ansible-playbook deploy_client.yml -e 'client_ip=localhost vpn_user=me server_ip=104.42.209.83 ssh_user=root'
and it gives me the following output:
PLAY RECAP *********************************************************************
localhost : ok=14 changed=2 unreachable=0 failed=0
So far so good. But I can't see the VPN connection in my network manager. Am I missing a step? Should I be running it some other way?
PUT THE OUTPUT HERE
https://github.com/trailofbits/algo#linux-network-manager-clients-eg-ubuntu-debian-or-fedora-desktop
I had a similar experience to @RonCan initially when following the instructions in the repo. I ended up connecting to my Algo server through a WireGuard VPN tunnel following these instructions instead https://computingforgeeks.com/connecting-to-algo-vpn-server-from-linux-and-android-devices/ .
@trycrmr The instructions in that blog post seem somewhat familiar... :smile:
Most helpful comment
@trycrmr The instructions in that blog post seem somewhat familiar... :smile: