We explain in detail how to configure the VPN connection
People with less technical knowledge may find it difficult to setup VPN on Windows 10. To help less tech-savvy people, we have compiled a simple step-by-step guide on how to setup hide.me on Windows 10 manually using different protocols.
This will result in installing the packages required for OpenVPN to function properly
Next, you need to connect using the current configuration file, and you'll be asked for our
credentials.
Since sudo
Now press Ctrl+z
This invokes elevation and in the same time connects to the desired VPN destination, but it does so in the foreground. Ctrl+z suspends the foreground process. bg resumes suspended process and sends it to the background. disown -h makes it so the process isn't killed when the terminal is shut down.
If you want an automatic logon when you start the OpenVPN connection, you need to make the required changes to configuration files:
Replace username and password with your own credentials
Now change the downloaded .ovpn configuration file to use the credentials file:
This will start the connection in the foreground. If you want to start the connection in the background and also make it not terminate on exiting the terminal you should use this command instead:
TLS Error: TLS key negotiation failed to occur within 60 seconds (check your network connectivity)
One of the most common problems in setting up OpenVPN is that the two OpenVPN daemons on either side of the connection are unable to establish a TCP or UDP connection with each other.