Advertisement
Narzew

BHStyle - Tor Daily Usage

Nov 5th, 2014
308
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.74 KB | None | 0 0
  1. Much of this guide has involved detailed one-time setup processes. From now on, all you have to do when you want to use TOR from your Ubuntu virtual machine is to follow these steps. Every step listed is a step you have already done, so feel free to re-vi
  2. 1. Start TrueCrypt, and mount your hidden volume which contains your virtual machine.
  3. 2. Start VirtualBox
  4. 3. Start TorBrowser Bundle.
  5. 4. Click "Firewall" to highlight it, and then click on "Snapshots (1)" in the top right.
  6. 5. Right click on "Snapshot 1" and then select "Restore Snapshot". Select "Restore" if prompted.
  7. 6. Right click "Firewall" and click "Start"
  8. 7. Right click "Primary" and click Start. Log in as normal.
  9. 8. Go to "Applications" -> "Accessories" -> "Termin
  10. 9. Type in: sudo bash (and hit enter)
  11. 10. Type in your password if prompted.
  12. 11. Type in the following commands exactly as shown below (or copy paste them):
  13. ifconfig eth0 10.0.3.2
  14. /etc/init.d/polipo stop
  15. /etc/init.d/tor stop
  16. /etc/init.d/privoxy stop
  17. Note: the last three commands, those beginning with /etc/ are only necessary if you installed Torchat
  18. 12. Your terminal window should still be open. Type in the following command exactly as shown (or copy paste it):
  19. ssh -N -L 9050:10.0.2.2:9050 root@10.0.3.1
  20. 13. Type "yes" if prompted. When prompted for the password, give your Firewall password. Not your Ubuntu password.
  21. 14. In your terminal window, go to "File" and "Open Tab".
  22. 15. Now, type exactly as shown below to open the second tunnel:
  23. ssh -N -L 8118:10.0.2.2:8118 root@10.0.3.1
  24. 16. Return to Firefox. Go to the "File" menu and uncheck "Work Offline" if it is checked.
  25. 17. Go to the URL: http://check.torproject.org
  26. If you see the text: "Congratulations. Your browser is configured to use Tor" then you are all set!
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement