
- TUNNELBLICK VPN HOW TO
- TUNNELBLICK VPN SOFTWARE
- TUNNELBLICK VPN CODE
TUNNELBLICK VPN CODE
Change the sample obfuscation code r7EaFR2DshpQT+QMfQGYO5BXC2BAV8JGto your own random code. Change the random port number 16273 in the example to your own random port number. The model for you to adapt to your situation is as follows. Configure OpenVPN ServerĮdit the OpenVPN configuration file: vi /etc/openvpn/nf The example result that we will use in the rest of this article: r7EaFR2DshpQT+QMfQGYO5BXC2BAV8JG 1.10. Generate Scramble Obfuscation Codeįor the scrambling obfuscation, generate a 192-bit (24-byte) code, expressed as 32 base-64 characters: openssl rand -base64 24 Generate a preshared key to encrypt the initial exchange: openvpn -genkey secret pki/tls-crypt.keyĬopy all the keys and certificates into position in the OpenVPN directory: cp pki/ca.crt /etc/openvpn cp pki/private/server.key /etc/openvpn/server cp pki/issued/server.crt /etc/openvpn/server cp pki/private/debian10.key /etc/openvpn/client cp pki/issued/debian10.crt /etc/openvpn/client cp pki/tls-crypt.key /etc/openvpn cp pki/dh.pem /etc/openvpn 1.9. This can take a long time./easyrsa gen-dh You can change this to a name of your own choosing./easyrsa gen-req debian10 nopass. We use the example name debian10 in the example below. Generate and sign your client key and certificate. We use the example server name of server in the example below. Generate and sign your server key and certificate. Give the CA a common name of your choosing, or just press Enter to accept the default name of Easy-RSA CA. easyrsa init-pkiīuild your Certificate Authority (CA). Initialize the public key infrastructure. You can edit the vars file if you wish, but we will just use the defaults. Make a copy of the example variables: cp vars.example vars Make a copy of the EasyRSA scripts and configuration files: cp -r /usr/share/easy-rsa ~ cd ~/easy-rsa On Debian 10 and Ubuntu 20.04, this installs EasyRSA 3.0.6. Create Keys and Certificates with EasyRSA
On your server, choose a random port number between 10,000 and 50,000 for OpenVPN. We therefore sometimes refer to the server or client generically as Debian/Ubuntu.
You could also use a recent version of Ubuntu.
TUNNELBLICK VPN HOW TO
This article will show you how to install and configure OpenVPN with the XOR patch on a Debian server and client.
TUNNELBLICK VPN SOFTWARE
They state that “the patch is attractive because it is so easy to implement: simply apply the patch to both the OpenVPN server and the OpenVPN client and add a single, identical option to the configuration files for each.” The XOR patch is automatically included in Tunnelblick OpenVPN software for macOS. The XOR patch for OpenVPN comes to us courtesy of the Tunnelblick team.