How to connect anonymous VPN to Whonix 16 Gateway using OpenVPN (VPN - TOR)

Опубликовано: 28 Сентябрь 2024
на канале: Anonymous VPN
592
4

How to connect Level_2 (DedicatedVPN) to Whonix 16 Gateway
Whonix Gateway - VPN - TOR connection

https://vpn.sn/ru/products?a_level=2

Using a special script whonix_vpn_tor.sh
https://vpn.sn/whonix_vpn_tor.sh
And openvpn packages
https://vpn.sn/setup/whonix/level_2-w...

Steps:
1. Start Whonix Gateway and open Terminal, enter the commands
sudo su
apt update
apt install firefox-esr
2. Wait until the installation of the Firefox ESR browser is complete and run it
3. Go to the page
about: config
4. Set the values
network.proxy.socks = 127.0.0.1
network.proxy.socks_port = 9050
network.proxy.socks_remote_dns = true
network.proxy.type = 1
5. Go to the vpn.sn page and download the archive with the VPN keys
6. Extract all files from the archive and copy to the vpn folder on your desktop
7. Download the special whonix_vpn_tor.sh script and copy it to the vpn folder on your desktop
8. Rename the DedicatedVPN ****. Ovpn file to vpn.ovpn
9. Create an auth.txt file and enter your email in the first line, your password in the second and save the file
10. Open a new Terminal window and enter the commands
sudo su
cd Desktop
cd vpn
chmod + x whonix_vpn_tor.sh
./whonix_vpn_tor.sh start
11. Wait for the message about successful VPN connection
12. To check the connection - open a new Terminal window and enter the commands
ip route
13. If you see text on the first line similar to
0.0.0.0/1 via 10.8. **. ** dev tun0
So the VPN is connected and working
14. Test the operation of the TOR browser on Whonix Workstation