2e883980382cf900150da134fb381d5fc84a87c8
Roger Dingledine prepare the tor vm website...

Roger Dingledine authored 15 years ago

1) ## translation metadata
2) # Revision: $Revision$
3) 
4) #include "head.wmi" TITLE="Tor VM"
5) 
6) <div class="main-column">
7) 
8) <!-- PUT CONTENT AFTER THIS TAG -->
9) 
Martin Peck Add documentation for using...

Martin Peck authored 15 years ago

10) <h1>Tor VM</h1>
Roger Dingledine prepare the tor vm website...

Roger Dingledine authored 15 years ago

11) 
Martin Peck Add sidebar for shortcuts t...

Martin Peck authored 15 years ago

12) <!-- BEGIN SIDEBAR -->
13) <div class="sidebar-left">
14) <h3>Using Tor VM</h3>
15) <ul>
16) <li><a href="#Download">Download</a></li>
Martin Peck Simplify user instruction f...

Martin Peck authored 15 years ago

17) <li><a href="#Install">Install</a></li>
Martin Peck Add sidebar for shortcuts t...

Martin Peck authored 15 years ago

18) <li><a href="#Run">Run VM</a></li>
Martin Peck Consistency is good; nullif...

Martin Peck authored 15 years ago

19) <li><a href="#RecommendedUse">Use Torbutton</a></li>
Martin Peck Simplify user instruction f...

Martin Peck authored 15 years ago

20) <li><a href="#Shutdown">Shutdown</a></li>
Martin Peck Add sidebar for shortcuts t...

Martin Peck authored 15 years ago

21) </ul>
22) </div>
23) <!-- END SIDEBAR -->
24) 
Martin Peck Add documentation for using...

Martin Peck authored 15 years ago

25) <h2>What Is It?</h2>
Martin Peck Simplify user instruction f...

Martin Peck authored 15 years ago

26) <p>Tor VM is a transparent Tor proxy for Windows built with
Martin Peck Add link to Qemu when menti...

Martin Peck authored 15 years ago

27) <a href="http://www.qemu.org/">Qemu</a> virtualization technology for more
28) resilient clients and relays.
Roger Dingledine prepare the tor vm website...

Roger Dingledine authored 15 years ago

29) </p>
Martin Peck Proofreading == good

Martin Peck authored 14 years ago

30) <p>You can think of Tor VM like a Tor virtual network card that routes all of the traffic
31)  from your machine transparently over the Tor network without application proxy settings or other configuration.
Martin Peck Improve description of what...

Martin Peck authored 14 years ago

32) </p>
33) <p>The <a href="https://svn.torproject.org/svn/torvm/trunk/doc/design.html">Tor
Martin Peck Simplify user instruction f...

Martin Peck authored 15 years ago

34) VM design document</a> contains additional detail about this work in progress.</p>
Martin Peck Add documentation for using...

Martin Peck authored 15 years ago

35) 
36) <hr />
Martin Peck Initial page content for im...

Martin Peck authored 15 years ago

37) <a id="Download"></a>
Martin Peck Add documentation for using...

Martin Peck authored 15 years ago

38) <h2><a class="anchor" href="#Download">Step One: Download Tor VM Software</a></h2>
Martin Peck Initial page content for im...

Martin Peck authored 15 years ago

39) 
Martin Peck Add documentation for using...

Martin Peck authored 15 years ago

40) <ul>
Martin Peck Simplify user instruction f...

Martin Peck authored 15 years ago

41) <li><a href="dist/TorVM-0.0.2-Bundle.exe">Tor VM Bundle Installer</a>
42) (<a href="dist/TorVM-0.0.2-Bundle.exe.asc" style="font-size: 90%;">sig</a>)</li>
Martin Peck Initial page content for im...

Martin Peck authored 15 years ago

43) 
Martin Peck Simplify user instruction f...

Martin Peck authored 15 years ago

44) <li><a href="dist/TorVM-0.0.2-NetInstaller.exe">Tor VM Network Installer</a>
45) (<a href="dist/TorVM-0.0.2-NetInstaller.exe.asc" style="font-size: 90%;">sig</a>)</li>
Martin Peck Initial page content for im...

Martin Peck authored 15 years ago

46) </ul>
47) 
Martin Peck Add documentation for using...

Martin Peck authored 15 years ago

48) <hr />
Martin Peck Simplify user instruction f...

Martin Peck authored 15 years ago

49) <a id="Install"></a>
50) <h2><a class="anchor" href="#Install">Step Two: Install Tor VM</a></h2>
Martin Peck Initial page content for im...

Martin Peck authored 15 years ago

51) 
Martin Peck Simplify user instruction f...

Martin Peck authored 15 years ago

52) <p>Double click on the Bundle or Network Installer EXE to begin installation to the
53) current system.</p>
Martin Peck Add instruction for self ex...

Martin Peck authored 15 years ago

54) 
55) <p><img src="img/bundle02.png" alt="Click to Run Bundle Installer" /></p>
56) 
Martin Peck Add network installer graph...

Martin Peck authored 15 years ago

57) <p>The network installer contains the secure Tor updater software that is used
58) to reliably download all of the latest bundle application packages on demand.</p>
59) 
60) <p><img src="img/netinst02.png" alt="Network Installer downloads bundle software on demand" /></p>
61) 
Martin Peck Add documentation for using...

Martin Peck authored 15 years ago

62) 
63) <hr />
Martin Peck Initial page content for im...

Martin Peck authored 15 years ago

64) <a id="Run"></a>
Martin Peck Simplify user instruction f...

Martin Peck authored 15 years ago

65) <h2><a class="anchor" href="#Run">Step Three: Run Tor VM</a></h2>
Martin Peck Initial page content for im...

Martin Peck authored 15 years ago

66) 
Martin Peck Simplify user instruction f...

Martin Peck authored 15 years ago

67) <p>When installation is complete a Tor VM controller is started in
Martin Peck I can has grammar.

Martin Peck authored 15 years ago

68) the background. The installer program has finished and can be closed.</p>
Martin Peck And shots for Tor VM start...

Martin Peck authored 15 years ago

69) 
Bogdan Drozdowski Mainetance/polish translati...

Bogdan Drozdowski authored 15 years ago

70) <p><img src="img/run01.png" alt="Tor VM controller will start at end of install" /></p>
Martin Peck And shots for Tor VM start...

Martin Peck authored 15 years ago

71) 
72) <p>After preparing network devices a Qemu virtual machine running the
Martin Peck Simplify user instruction f...

Martin Peck authored 15 years ago

73) Tor VM kernel is launched with the Vidalia controller. It may take a
74) few minutes to bootstrap into the Tor network. Please be patient.</p>
Martin Peck Add paragraph and screensho...

Martin Peck authored 15 years ago

75) 
Martin Peck Simplify user instruction f...

Martin Peck authored 15 years ago

76) <p><img src="img/run02.png" alt="Bootstrap not complete until circuit created" /></p>
Martin Peck Add paragraph and screensho...

Martin Peck authored 15 years ago

77) 
Martin Peck Add documentation for using...

Martin Peck authored 15 years ago

78) <hr />
79) <a id="RecommendedUse"></a>
Martin Peck Simplify user instruction f...

Martin Peck authored 15 years ago

80) <h2><a class="anchor" href="#RecommendedUse">Step Four: Using Firefox and Torbutton</a></h2>
Martin Peck Add paragraph and screensho...

Martin Peck authored 15 years ago

81) 
Martin Peck Simplify user instruction f...

Martin Peck authored 15 years ago

82) <p>Once Tor has successfully built a circuit the Switch User menu is presented.
83) Firefox and other Tor applications must be run with the "Tor" restricted user account.</p>
Martin Peck Add paragraph and screensho...

Martin Peck authored 15 years ago

84) 
Martin Peck Simplify user instruction f...

Martin Peck authored 15 years ago

85) <p><img src="img/tor-user-switch.png" alt="Switch to Tor restricted user account" /></p>
Martin Peck Add documentation for using...

Martin Peck authored 15 years ago

86) 
Martin Peck Simplify user instruction f...

Martin Peck authored 15 years ago

87) <p>Start Firefox and click on the Torbutton status icon in the lower right to enable Tor.</p>
Martin Peck Add documentation for using...

Martin Peck authored 15 years ago

88) 
Martin Peck Consistency is good; nullif...

Martin Peck authored 15 years ago

89) <p><img src="img/torbutton04.png" alt="Click on Torbutton status icon to toggle ON" /></p>
Martin Peck Add documentation for using...

Martin Peck authored 15 years ago

90) 
91) <p>Verify that you are using Tor via
92) <a href="https://check.torproject.org/">https://check.torproject.org/</a></p>
93) 
Martin Peck Add missing alt text and mi...

Martin Peck authored 15 years ago

94) <p><img src="img/torbutton05.png" alt="Verify Tor use at check.torproject.org" /></p>
Martin Peck Add documentation for using...

Martin Peck authored 15 years ago

95) 
96) 
97) <hr />
98) <a id="ExperimentalUse"></a> 
99) <h2><a class="anchor" href="#ExperimentalUse">Experimental: Using Flash</a></h2>
100) 
Martin Peck Simplify user instruction f...

Martin Peck authored 15 years ago

101) <p><strong>IMPORTANT: This is not a recommended use of Tor.</strong></p>
Martin Peck Initial page content for im...

Martin Peck authored 15 years ago

102) 
Martin Peck Simplify user instruction f...

Martin Peck authored 15 years ago

103) <p>Right click on Torbutton icon at lower right for menu. Select "Preferences..."
104) option.</p>
Martin Peck Add documentation for using...

Martin Peck authored 15 years ago

105) 
Martin Peck Simplify user instruction f...

Martin Peck authored 15 years ago

106) <p><img src="img/tbprefs.png" alt="Select Torbutton Preferences menu option" /></p>
Martin Peck Add documentation for using...

Martin Peck authored 15 years ago

107) 
Martin Peck Simplify user instruction f...

Martin Peck authored 15 years ago

108) <p>Toggle the "Disable plugins..." dynamic content security setting.</p>
Martin Peck Add documentation for using...

Martin Peck authored 15 years ago

109) 
Martin Peck Simplify user instruction f...

Martin Peck authored 15 years ago

110) <p><img src="img/tbcontent.png" alt="Toggle disable plugins dynamic content security setting" /></p>
Martin Peck Add documentation for using...

Martin Peck authored 15 years ago

111) 
112) <p>Connections made from the Browser and Flash Player plugin will now
113) be transparently proxied through the Tor network when viewing content.</p>
114) 
Martin Peck Add missing alt text and mi...

Martin Peck authored 15 years ago

115) <p><img src="img/flash02.png" alt="Flash player and other software now using Tor" /></p>
Martin Peck Add documentation for using...

Martin Peck authored 15 years ago

116) 
117) <hr />
Martin Peck Simplify user instruction f...

Martin Peck authored 15 years ago

118) <a id="Shutdown"></a>
119) <h2><a class="anchor" href="#Shutdown">Step Five: Shutdown Tor VM</a></h2>
Martin Peck Add documentation for using...

Martin Peck authored 15 years ago

120) 
Martin Peck Simplify user instruction f...

Martin Peck authored 15 years ago

121) <p>Press The Windows Key + L to switch back to administrator User.</p>
Martin Peck Add documentation for using...

Martin Peck authored 15 years ago

122) 
Martin Peck Simplify user instruction f...

Martin Peck authored 15 years ago

123) <p><img src="img/win-el.png" alt="Windows Key + L to switch user" /></p>
Martin Peck Add documentation for using...

Martin Peck authored 15 years ago

124) 
Martin Peck Simplify user instruction f...

Martin Peck authored 15 years ago

125) <p><img src="img/admin-user-switchback.png" alt="Switch back to admin user account" /></p>
Martin Peck Add documentation for using...

Martin Peck authored 15 years ago

126) 
Martin Peck Simplify user instruction f...

Martin Peck authored 15 years ago

127) <p>Select the Vidalia "Exit" option to shutdown the VM and restore network settings.
128) The restricted Tor user will be logged off automatically.</p>
Martin Peck Add documentation for using...

Martin Peck authored 15 years ago

129) 
Martin Peck Simplify user instruction f...

Martin Peck authored 15 years ago

130) <p><img src="img/exit-vidalia.png" alt="Select Vidalia Exit option to close VM" /></p>
Martin Peck Add documentation for using...

Martin Peck authored 15 years ago

131) 
Martin Peck Simplify user instruction f...

Martin Peck authored 15 years ago

132) <p>Do not close the Tor VM controller window while restoring network settings.</p>
133) 
134) <p><img src="img/vm-shutdown.png" alt="Do not close the Tor VM window while restoring network settings" /></p>
Martin Peck Add documentation for using...

Martin Peck authored 15 years ago

135) 
136) 
137) <hr />
Martin Peck Minor edits and add uninsta...

Martin Peck authored 15 years ago

138) <a id="Remove"></a>
Martin Peck Add documentation for using...

Martin Peck authored 15 years ago

139) <h2><a class="anchor" href="#Remove">Uninstall Tor Bundle Software</a></h2>
Martin Peck Minor edits and add uninsta...

Martin Peck authored 15 years ago

140) 
Martin Peck Simplify user instruction f...

Martin Peck authored 15 years ago

141) <p>A script to uninstall all of the Tor bundle applications is placed
142) on the desktop. Run this utility to remove all of the Tor software and files.</p>
Martin Peck Minor edits and add uninsta...

Martin Peck authored 15 years ago

143) 
144) <p><img src="img/uninstall.png" alt="The Uninstall_Tor script will remove all Tor packages and files" /></p>
145) 
Martin Peck Add documentation for using...

Martin Peck authored 15 years ago

146) 
147) <hr />
Martin Peck Initial page content for im...

Martin Peck authored 15 years ago

148) <a id="Debug"></a>
Martin Peck Add documentation for using...

Martin Peck authored 15 years ago

149) <h2><a class="anchor" href="#Debug">Troubleshoot Problems and Report Bugs</a></h2>
Martin Peck Initial page content for im...

Martin Peck authored 15 years ago

150) 
151) <p>The Tor VM category in the Tor flyspray bug tracker is used to manage
152) defects and features. See the
Bogdan Drozdowski Mainetance/polish translati...

Bogdan Drozdowski authored 15 years ago

153) <a href="http://bugs.noreply.org/flyspray/index.php?tasks=all&amp;project=4"
154) >Tor flyspray bug tracker</a> for known issues and pending changes.</p>
Martin Peck Initial page content for im...

Martin Peck authored 15 years ago

155) 
156) <p>Features and fixes planned for the Tor VM software are documented in the
157) <a href="https://svn.torproject.org/svn/torvm/trunk/TODO">Tor VM TODO</a>.</p>
158)