Merge remote-tracking branch 'flapflap/de-network_configuration'
[tails-test.git] / wiki / src / doc / anonymous_internet / vidalia.mdwn
blobb50c8e65d73fedbf81ffdb8204624451469d01ad
1 [[!meta title="Controlling Tor using Vidalia"]]
3 <span class="application">Vidalia</span> allows you to control some of the
4 functionalities of Tor. It is started automatically when an [[Internet
5 connection|networkmanager]] is established.
7 [[!toc levels=1]]
9 Status icon
10 ===========
12 <span class="application">Vidalia</span> appears as an onion icon in the
13 notification area:
15 <div class="icon">
16 [[!img first_steps/introduction_to_gnome_and_the_tails_desktop/tor-on.png link=no]]
17 <div class="text"><strong>The onion icon is green</strong> when you are connected
18 to Tor.</div>
19 </div>
21 <div class="icon">
22 [[!img first_steps/introduction_to_gnome_and_the_tails_desktop/tor-starting.png link=no]]
23 <div class="text"><strong>The onion icon is yellow</strong> while Tor is
24 starting.
25 </div>
27 <div class="bug">
29 The <span class="application">Vidalia</span> onion icon sometimes stays yellow
30 even if Tor is already started. If the <span class="guilabel">Tor is
31 ready</span> notification appears or if you can browse the Internet using
32 <span class="application">Tor Browser</span>, then Tor is started correctly.
34 Tails has other protections that would prevent your from connecting to the
35 Internet without going through Tor.
37 </div>
39 <div class="icon">
40 [[!img first_steps/introduction_to_gnome_and_the_tails_desktop/tor-off.png link=no]]
41 <div class="text"><strong>The onion icon is crossed out</strong> when Tor is
42 stopped.
43 </div>
45 <div class="tip">
47 When Tor is stopped all connections to the Internet are blocked by default.
49 </div>
51 Popup menu
52 ==========
54 To access more features of <span class="application">Vidalia</span>, right-click
55 on the onion icon to open its popup menu:
57 [[!img vidalia/right-click_menu.png link=no alt="Vidalia popup menu"]]
59 <a id="map"></a>
61 The <span class="guilabel">Network Map</span> feature
62 =====================================================
64 The <span class="guilabel">Network Map</span> feature displays information about
65 the available Tor relays and your established circuits and connections:
67   - In the left pane, there is a list of all the public Tor relays. Click on a
68     relay in the list to see its technical details in the right pane.
70   - In the bottom pane, there is a list of the
71     [[circuits|about/warning#exit_node]] established by Tor. When you connect to
72     a destination server, the connection appears in the list below the circuit
73     it uses.
75     In the example below, the connection to
76     <span class="code">irc.oftc.net</span> goes through the relays
77     <span class="guilabel">PiratenNDS2</span>,
78     <span class="guilabel">AxleRelay3</span>, and the exit node
79     <span class="guilabel">DFRI3</span>.
81   - In the top pane, there is an approximate map of where the relays of each
82     circuit are located.
84     In the example below, the relay <span class="guilabel">PiratenNDS2</span>
85     is in Germany, the relay <span class="guilabel">AxleRelay3</span> is in the
86     USA, and the relay <span class="guilabel">DFRI3</span> is in Sweden.
88   - If you click on a circuit, in the right pane are displayed technical details
89     of the relays composing the circuit.
91 <!-- Note for translators: the entry guard in use when you take the screenshot
92 network_map.png is in a position to identify you. You might prefer to leave it
93 untranslated.-->
95 [[!img vidalia/network_map.png link=no]]
97 <a id="new_identity"></a>
99 <span class="guilabel">New Identity</span> feature
100 ==================================================
102 The <span class="guilabel">New Identity</span> feature of Vidalia forces Tor
103 to use new circuits but only for new connections.
105 <div class="caution">
107 <p>This feature is not a good solution to [[separate contextual identities|about/warning#identities]], as:
109 <ul>
110 <li>Already existing connections might stay open.</li>
111 <li>Other sources of information can reveal your past activities, for
112 example the cookies stored in <span class="application">Tor Browser</span>.</li>
113 </ul>
115 <p>Shutdown and restart Tails instead.</p>
117 </p>
119 </div>
121 Additional Tor configuration
122 ============================
124   - To configure bridges, firewall, or proxy settings [[select the corresponding
125     option in <span class="application">Tails Greeter</span>
126     |first_steps/startup_options/bridge_mode]].
127   - It is impossible to edit the <span class="filename">torrc</span>
128     configuration file using <span class="application">Vidalia</span>. See
129     [[!tails_ticket 6601]].
130   - It is impossible to configure Tails to act as a Tor relay using <span
131     class="application">Vidalia</span>. See [[!tails_ticket 5438]].