Your location: Your IP: Your status:ProtectedUnprotected · To the tests »

Stealth VPN on Linux (OpenVPN & SSH)

Download OpenVPN profiles

First download the OpenVPN profiles for use with SSH and extract it. We will create a new directory for this.

mkdir stealthvpn_ssh

cd stealthvpn_ssh

wget --content-disposition "https://www.perfect-privacy.com/downloads/openvpn/get?system=linux&protocol=stealth_ssh"

unzip -j linux_op24_stealth_ssh_v4_AES256GCM_AU_in_se.zip

If you have special requirements, you can download OpenVPN configurations with advanced options in the download area.

Start SSH

For SSH to verify the connection, the known_hosts file is required. Download it as follows:

wget https://www.perfect-privacy.com/downloads/perfect_privacy_known_hosts

The OpenVPN profile expects the SSH tunnel as a SOCKS proxy on local port 10000, so start SSH as follows:

ssh -N -D 127.0.0.1:10000 -oUserKnownHostsFile=perfect_privacy_known_hosts -p 53 USER_NAME@IP_ADDRESS

Instead of IP_ADDRESS, use the IP address of the desired server. This can be found on the OpenVPN with Stealth VPN (SSH) overview page.

Our tip: Choose a location that is geographically as close as possible to achieve the best speed.

Instead of USER_NAME, enter your Perfect Privacy username here.

For the port you can choose between 22, 53, 443, 8085, 9009 or 36315. Ports 53 and 443 are particularly recommended to bypass VPN blocking (in the example, we chose port 53).

If you run the program by pressing Enter, you will be asked for your Perfect Privacy password. Enter this and confirm with Enter.

Start OpenVPN

Now you can start OpenVPN in a new terminal:

sudo openvpn VPN_PROFILE

Instead of VPN_PROFILE, use a configuration file of your choice (file extension .conf). In the example we use Basel1.conf.

Our tip: Choose a location that is geographically as close as possible to achieve the best speed.

Test the VPN connection

Now test whether your VPN connection is working correctly. Download the CheckIP data e.g. CSV formatted.

For IPv4:

wget -q -O - https://checkip.perfect-privacy.com/csv

And for IPv6:

wget -q -O - https://v6-checkip.perfect-privacy.com/csv

VPN
?!
This website uses cookies to analyze the traffic and to control our advertising. By using this site, you agree to the use of cookies. More information can be found in our privacy policy.