How to connect Level_2 (DedicatedVPN) to Whonix 16 Workstation
Whonix 16 Workstation - TOR - VPN connection
https://vpn.sn/products?a_level=2
Using a special whonix_vpn.sh script
https://vpn.sn/whonix_vpn.sh
and openvpn packages
https://vpn.sn/setup/whonix/level_2-w...
Steps:
1. Launch Whonix Workstation, go to the vpn.sn page and download the archive with VPN keys
2. Extract all files from the archive and copy to the vpn folder on the desktop
3. Download the special whonix_vpn.sh script and copy it to the vpn folder on your desktop
4. Rename the DedicatedVPN **** _ TCP_443.ovpn file to vpn.ovpn
5. Create the auth.txt file and enter your email in the first line, your password in the second and save the file
6. Open a new Terminal window and enter the commands
sudo su
cd Desktop
cd vpn
chmod + x whonix_vpn.sh
./whonix_vpn.sh start
7. Wait for the message about successful VPN connection
8. To test the connection - open a new Terminal window and enter the commands
ip route
9. If you see the first line of text similar to
0.0.0.0/1 via 10.8. **. ** dev tun0
So VPN is connected and working
10. Test VPN via Firefox ESR
After restarting, the VPN will be connected automatically
To disable VPN use the commands:
sudo su
cd Desktop
cd vpn
chmod + x whonix_vpn.sh
./whonix_vpn.sh stop