How to become anonymous on the internet



*Chain VPNs for Complete Anonymity*

By chain VPN you can become anonymous on the internet


How Does Chaining VPNs Work? 


First, a person would connect to the VPN. Then, when connected to the first VPN, you chain to the second, and since a bunch of people share the same IP, the second VPN has no way of knowing who tunneled to it. An even better scenario is where you use an eastern VPN as your first, because our country has no jurisdiction to retrieve the logs from them, thus increasing your security.


However, to chain VPNs, the second VPN would need to know how the first VPN's traffic was encrypted. This flaw makes it impossible to chain them in this method, unless you own both VPNs (not very likely).


So, how can we chain VPNs then? I'll show you how by using a virtual machine!


Requirements


Windows, Mac or Linux OS

Admin/root privileges

OpenVPN

VirtualBox

2 VPNs (there are tons of free ones that you can find with google search)



Step 1 Install OpenVPN & a VirtualBox Computer


Text in bold is a terminal command.


First, we need to install the VPN client for Linux users. Windows users can download the program here and here, and run the installer normally. Mac users can use this GUI for OpenVPN for Mac.



🔰Change to the Downloads directory.


🔰Configure the installation.

    ./configure


🔰Compile and install.

    make && sudo make install


🔰Now we need to install VirtualBox. This will allow us to have a virtual operating systems running from within our computer. Download VirtualBox: Windows, Mac, Linux.


🔰Install a virtual machine of your choice for Windows or Linux and Mac, then install OpenVPN to it.



Step 2 Chain the VPNs


Start up your virtual machine, and configure them both.


🔰For Windows users using the default VPN client will drop a guide on how to connect to a VPN, Linux and Mac users


🔰Connect to VPN A with your host OS.


🔰Start up your virtual machine of choice, and connect to VPN B with it.


🔰operate from within your virtual machine, and you will be safe from prying eyes. If you need to delete the virtual machine, make sure you securely delete it, and your information will be safe.