Ubuntu 22.04 – can’t connect 1: Add the VPN connection as normal using the Network Manager GUI 2: Edit the connection file in /etc/NetworkManager/(connectionname).nmconnection where (connectionname) is the name of your VPN conection 3: In the [vpn] section, beneath the line that starts ca=, add a new line reading tls-cipher=DEFAULT:@SECLEVEL=0 4: Save the file 5: Enter the command systemctl […]
Download the SlickVPN crt file SV-2022crt (Please rename the file from SlickVPNcrt to SlickVPN.crt) 1. Open the terminal 2. Install OpenVPN network manager by entering (copy/paste) into the terminal: sudo apt-get install network-manager-openvpn and hit Return or Enter sudo apt-get install network-manager-openvpn-gnome and hit Return or Enter 3. Restart the Network Manager systemctl restart NetworkManager […]
Download the SlickVPN .ovpn file and copy it to your home directory. Install OpenVPN: sudo apt-get install openvpn To Run OpenVPN: Start Terminal, and enter sudo openvpn –daemon –config [file location] ex: sudo openvpn –daemon –config /home/user/SlickVPN.ovpn Enter your login and password at the prompts. To Stop OpenVPN: Search for the active OpenVPN connection in […]