The Wayback Machine - https://web.archive.org/web/20130724032206/http://www.techrepublic.com:80/blog/smb-technologist/whonix-adds-a-layer-of-anonymity-to-your-business-tasks/

SMBs optimize

Whonix adds a layer of anonymity to your business tasks

Learn why the Whonix operating system is a nice solution if your SMB is looking for a cheap layer of anonymity.

There may be times when you need to do certain tasks over the web and be assured that no one can discover the address you're using. For instance, you might need to transmit business information, transfer files, or more securely connect to your company network when overseas. If your task requires an anonymity that standard platforms cannot offer, Whonix may be the solution for you.

Whonix uses the Tor anonymity network to help protect privacy. Tor accomplishes this by bouncing  communications around a distributed network of relays run by volunteers around the world. The Tor anonymity network prevents somebody watching your Internet connection from learning what sites you visit and your IP address; it also prevents the sites you visit from learning your physical location. By using Tor, Whonix prevents traffic analysis Internet surveillance.

Features

  • Tor browser included
  • Support for messengers like Pidgin with the Jabber protocol and the OTR plugin.
  • Privacy friendly email client: Mozilla Thunderbird with TorBirdy
  • scp for secure data transfer from and to a server.
  • Unobserved administration of servers via SSH
  • Web servers: Apache, ngnix, IRC servers, etc. via Hidden Services

Installing Whonix

This installation requires the use of VirtualBox. For this tutorial, I will assume you either have VirtualBox installed or know how to install this software. Because VirtualBox can be run on multiple platforms, you are not limited to what you can host this Debian-based platform on.

The first step is to download two virtual machine files: Whonix-Workstation.ova and Whonix-Gateway.ova. After you download those files, open VirtualBox and prepare to import the virtual appliances. Follow these steps for both of the downloaded .ova files:

  1. Go to File | Import Appliance.
  2. In the first window of the Appliance Import Wizard, click Choose.
  3. Click Next.
  4. Click Import in the final window (Figure A).
Figure A

Do not make changes to each entry.
After both virtual appliances are imported, go back to the VirtualBox main window (Figure B), select the Whonix-Gateway, and click Start. After that virtual machine boots, go back to the VirtualBox main window, select the Whonix-Workstation, and click Start. Figure B

Start the Whonix-Gateway first and then the Whonix-Workstation.

You will be prompted for a login. The default credentials are:

  • username: user
  • password: changeme

Once you're logged in, you should be able to start using Whonix.

I ran a very simple test with Whonix. I opened the Tor browser and went to the What Is My IP Address site to see what IP address was returned. The IP address provided by the site was not the IP associated with my network. Mission accomplished.

If you get a PAE error during startup (causing neither to start), here's how to resolve it:

  1. From the VirtualBox main window, right-click Whonix-Gateway and select Settings.
  2. In the Settings window, click Processor and enable PAE/NX.
  3. Click OK.

Repeat these steps for Whonix-Workstation and start both.

Once they're up and running, you should change the user and root password on both the Whonix-Workstation and the Whonix-Gateway.

  1. Go to the Whonix-Gateway terminal (Figure C).
  2. Log in with the default credentials.
  3. Issue the command sudo su to log in as the root user.
  4. Issue the command passwd.
  5. Enter a new password.
  6. Confirm the new password.
  7. Issue the command passwd user.
  8. Enter a new password.
  9. Confirm the new password.
Figure C

The Whonix-Gateway looks like a standard Linux terminal.

You should check for security updates with the command sudo apt-get update && sudo apt-get dist-upgrade. Because Whonix is running on the Tor network, this command will take more time than you might expect.

Once Whonix is up and running, you should test the various tools it offers. Employing this platform could make for a nice, pseudo-portable security layer for your business. It might take a bit of work to get Whonix exactly how you need it, but the operating system is a nice solution if you're looking for a cheap layer of anonymity.

About Jack Wallen

Jack Wallen is an award-winning writer for Techrepublic and Linux.com. As an avid promoter/user of the Linux OS, Jack tries to convert as many users to open source as possible. His current favorite flavor of Linux is Bodhi Linux (a melding of Ubuntu ...

0 comments