Dev/Test
< Dev
How to UnWhonix - Whonix package removal[edit]
TODO: document
How to UnWhonix - restore clearnet networking[edit]
Instructions on how to remove Whonix Tor default networking for Whonix-Gateway. After applying these instructions, Whonix-Gateway will connect to clearnet.
Warning: Not anonymous!
Qubes specific!
Inside sys-whonix...
Check.
sudo iptables --list
Should show.
Chain INPUT (policy ACCEPT) target prot opt source destination Chain FORWARD (policy ACCEPT) target prot opt source destination Chain OUTPUT (policy ACCEPT) target prot opt source destination
Inside another VM... Go to some non-Tor VM that has functional internet.
Figure out it is /etc/resolv.conf settings.
cat /etc/resolv.conf
Inside sys-whonix...
sudo rm /etc/resolv.conf
Open /etc/resolv.conf in an editor with root rights.
If you are using a graphical Whonix or Qubes-Whonix, run.
If you are using a terminal-only Whonix, run.
Use the same settings from the non-Tor VM.
Deactivate all uwt wrappers globally.
The following instructions permanently deactivate all uwt wrappers and remove stream isolation for uwt wrapped applications system-wide. Consequently, all uwt wrapped applications revert to the default system networking configuration.
If you want more granular control of uwt wrapper deactivation, see Stream_Isolation#Deactivate_uwt_Stream_Isolation_Wrapper.
Open /etc/uwt.d/50_user.conf in an editor with root rights.
If you are using a graphical Whonix or Qubes-Whonix, run.
If you are using a terminal-only Whonix, run.
Add.
Save and exit.
Or manually run curl with these parameters. [1]
Open index.html in an editor.
If you are using a graphical environment, run.
If you are using a terminal (Konsole), run.
Should include.
Sorry. You are not using Tor.
Join us in testing our new AppArmor profiles for improved security! (forum discussion)
This is a wiki. Want to improve this page? Help is welcome and volunteer contributions are happily considered! See Conditions for Contributions to Whonix, then Edit! IP addresses are scrubbed, but editing over Tor is recommended. Edits are held for moderation.
Whonix is a licensee of the Open Invention Network. Unless otherwise noted, the content of this page is copyrighted and licensed under the same Libre Software license as Whonix itself. (Why?)
- ↑ This has the same effect as the scurl command above.