Matt Pagan commited on 2014-04-23 19:41:14
Zeige 12 geänderte Dateien mit 338 Einfügungen und 0 Löschungen.
... | ... |
@@ -0,0 +1,152 @@ |
1 |
+ |
|
2 |
+<page xmlns="http://projectmallard.org/1.0/" |
|
3 |
+ type="topic" |
|
4 |
+ id="bridges"> |
|
5 |
+ |
|
6 |
+<info> |
|
7 |
+ <desc>What bridges are and how to use them.</desc> |
|
8 |
+ <title type='sort'>04 Bridges</title> |
|
9 |
+ <link type="guide" xref="index" /> |
|
10 |
+</info> |
|
11 |
+ |
|
12 |
+<title>Bridges</title> |
|
13 |
+ |
|
14 |
+<p> |
|
15 |
+Bridges are quiet gateways into the Tor Network. Like Tor relays, they are run |
|
16 |
+by volunteers. Unlike relays, they are not listed publicly. Using bridges |
|
17 |
+disguise the fact that one is using Tor. |
|
18 |
+</p> |
|
19 |
+ |
|
20 |
+<p> |
|
21 |
+Currently there are five bridge types, or transports, available. More are |
|
22 |
+being developed. |
|
23 |
+</p> |
|
24 |
+<table frame='all' rules='all'> |
|
25 |
+ <tr> |
|
26 |
+ <td> |
|
27 |
+ <p> |
|
28 |
+ ORPort |
|
29 |
+ </p> |
|
30 |
+ </td> |
|
31 |
+ <td> |
|
32 |
+ <p> |
|
33 |
+ Requesting 'bridges' without specifying the bridge type, will return |
|
34 |
+ ORPort bridges, also called Vanilla bridges. ORPort bridges are NOT |
|
35 |
+ reliable for circumventing censorship or national firewalls. ORPort |
|
36 |
+ bridges can be useful as trusted entry points into the Tor network. |
|
37 |
+ </p> |
|
38 |
+ </td> |
|
39 |
+ </tr> |
|
40 |
+ <tr> |
|
41 |
+ <td> |
|
42 |
+ <p> |
|
43 |
+ obfs2 |
|
44 |
+ </p> |
|
45 |
+ </td> |
|
46 |
+ <td> |
|
47 |
+ <p> |
|
48 |
+ Censors have learned how to identify obfs2 bridges. This transport |
|
49 |
+ is being deprecated. |
|
50 |
+ </p> |
|
51 |
+ </td> |
|
52 |
+ </tr> |
|
53 |
+ <tr> |
|
54 |
+ <td> |
|
55 |
+ <p> |
|
56 |
+ obfs3 |
|
57 |
+ </p> |
|
58 |
+ </td> |
|
59 |
+ <td> |
|
60 |
+ <p> |
|
61 |
+ Obfsproxy disguises Tor traffic as random noise. obfs3 bridges work |
|
62 |
+ almost everywhere. A few obfs3 bridges have been blocked. |
|
63 |
+ </p> |
|
64 |
+ </td> |
|
65 |
+ </tr> |
|
66 |
+ <tr> |
|
67 |
+ <td> |
|
68 |
+ <p> |
|
69 |
+ Scramblesuit |
|
70 |
+ </p> |
|
71 |
+ </td> |
|
72 |
+ <td> |
|
73 |
+ <p> |
|
74 |
+ Scramblesuit is an additional tool for the obfsproxy transport. |
|
75 |
+ Scramblesuit bridges are designed to be hard to identify and hard to |
|
76 |
+ block. |
|
77 |
+ </p> |
|
78 |
+ </td> |
|
79 |
+ </tr> |
|
80 |
+ <tr> |
|
81 |
+ <td> |
|
82 |
+ <p> |
|
83 |
+ FTE |
|
84 |
+ </p> |
|
85 |
+ </td> |
|
86 |
+ <td> |
|
87 |
+ <p> |
|
88 |
+ Format-Transforming Encryption disguises Tor traffic as web (HTTP) |
|
89 |
+ traffic or other types of internet traffic. FTE bridges are |
|
90 |
+ effective, but in limited supply. |
|
91 |
+ </p> |
|
92 |
+ </td> |
|
93 |
+ </tr> |
|
94 |
+</table> |
|
95 |
+ |
|
96 |
+<p> |
|
97 |
+(Note that flashproxy is a Pluggable Transport, but does not rely on bridges.) |
|
98 |
+</p> |
|
99 |
+ |
|
100 |
+<p> |
|
101 |
+There are four ways to get a bridge. |
|
102 |
+</p> |
|
103 |
+ |
|
104 |
+<steps> |
|
105 |
+ <item> |
|
106 |
+ <p> |
|
107 |
+ Visit <link href='https://bridges.torproject.org/'>https://bridges.torproject.org/</link> and follow the instructions. |
|
108 |
+ </p> |
|
109 |
+ </item> |
|
110 |
+ <item> |
|
111 |
+ <p> |
|
112 |
+ Email bridges@bridges.torproject.org from a gmail or yahoo |
|
113 |
+ email address. Put <cmd>get bridges</cmd> in the body for ORPort bridges |
|
114 |
+ or <cmd>transport=obfs3</cmd> for obfs3 bridges. |
|
115 |
+ </p> |
|
116 |
+ </item> |
|
117 |
+ <item> |
|
118 |
+ <p> |
|
119 |
+ Politely ask a human at help@rt.torproject.org if you cannot access |
|
120 |
+ either of the first two methods. |
|
121 |
+ </p> |
|
122 |
+ </item> |
|
123 |
+ <item> |
|
124 |
+ <p> |
|
125 |
+ Install and configure a Tor instance to be bridge |
|
126 |
+ for yourself. The computer acting as a bridge must have uncensored internet |
|
127 |
+ access to the Tor network. A full installation guide can be found at |
|
128 |
+ <link href='https://www.torproject.org/projects/obfsproxy-debian-instructions.html.en'>https://www.torproject.org/projects/obfsproxy-debian-instructions.html.en</link> |
|
129 |
+ </p> |
|
130 |
+ </item> |
|
131 |
+</steps> |
|
132 |
+ |
|
133 |
+<p> |
|
134 |
+Enter the bridge information you get from any of the above steps in |
|
135 |
+Tor-launcher. |
|
136 |
+</p> |
|
137 |
+ |
|
138 |
+<p> |
|
139 |
+Choose yes when asked if your Internet Service Provider blocks connections to |
|
140 |
+the Tor network. Select 'Use custom bridges' and enter each bridge identifier |
|
141 |
+on its own line. |
|
142 |
+</p> |
|
143 |
+ |
|
144 |
+<media type="image" src="imgs/tor-launcher-custom-bridges_en-US.png" /> |
|
145 |
+ |
|
146 |
+<p> |
|
147 |
+Click Connect. Using bridges slow down the connection. If the connection fails, |
|
148 |
+the bridges you received may be down. Get more and try again. |
|
149 |
+</p> |
|
150 |
+ |
|
151 |
+</page> |
|
152 |
+ |
... | ... |
@@ -0,0 +1,46 @@ |
1 |
+ |
|
2 |
+<page xmlns="http://projectmallard.org/1.0/" |
|
3 |
+ type="topic" |
|
4 |
+ id="circumvention"> |
|
5 |
+ |
|
6 |
+<info> |
|
7 |
+ <title type='sort'>03 Circumvention</title> |
|
8 |
+ <desc>What to do if the Tor network is blocked.</desc> |
|
9 |
+ <link type="guide" xref="index" /> |
|
10 |
+</info> |
|
11 |
+ |
|
12 |
+<title>Circumvention</title> |
|
13 |
+ |
|
14 |
+<p> |
|
15 |
+Some firewalls can detect and block connections to Tor. The Tor Browser |
|
16 |
+includes some circumvention tools for getting around blocking firewalls. |
|
17 |
+These circumvention tools are called Pluggable Transports. To turn them on, |
|
18 |
+click "Configure" in the Tor launcher window. |
|
19 |
+</p> |
|
20 |
+ |
|
21 |
+<media type="image" src="imgs/tor-launcher-configure_en-US.png" /> |
|
22 |
+ |
|
23 |
+<p> |
|
24 |
+Select yes when asked if your internet service provider blocks connections |
|
25 |
+to Tor." |
|
26 |
+</p> |
|
27 |
+ |
|
28 |
+<media type="image" src="imgs/tor-launcher-wizard_en-US.png" /> |
|
29 |
+ |
|
30 |
+<p> |
|
31 |
+Select "Connect with provided bridges". Tor Browser has three Pluggable |
|
32 |
+Transports to choose from. If one fails to get you online, try selecting a |
|
33 |
+different transport. |
|
34 |
+</p> |
|
35 |
+ |
|
36 |
+<media type="image" src="imgs/tor-launcher-provided-bridges_en-US.png" /> |
|
37 |
+ |
|
38 |
+<p> |
|
39 |
+If you try all three transports, and none of them get you online, select |
|
40 |
+"Enter custom bridges", and enter bridges manually. Read the <link |
|
41 |
+xref='bridges'>Getting Bridges</link> section for instructions on getting |
|
42 |
+custom bridges. |
|
43 |
+</p> |
|
44 |
+ |
|
45 |
+</page> |
|
46 |
+ |
... | ... |
@@ -0,0 +1,38 @@ |
1 |
+<page xmlns="http://projectmallard.org/1.0/" |
|
2 |
+ type="topic" |
|
3 |
+ id="how-tor-works"> |
|
4 |
+ |
|
5 |
+ <info> |
|
6 |
+ <title type='sort'>01 Tor</title> |
|
7 |
+ <desc>How Tor works.</desc> |
|
8 |
+ <link type="guide" xref="index"/> |
|
9 |
+ </info> |
|
10 |
+ |
|
11 |
+ <title>Tor</title> |
|
12 |
+ <p> |
|
13 |
+ Tor is a network of virtual tunnels that allows you to improve your |
|
14 |
+ privacy and security on the Internet. Tor works by sending your |
|
15 |
+ traffic through three random servers (also known as <em>relays</em>) |
|
16 |
+ in the Tor network, before the traffic is sent out onto the public |
|
17 |
+ Internet |
|
18 |
+ </p> |
|
19 |
+ <media type="image" src="imgs/how-tor-works.png" /> |
|
20 |
+ <p> |
|
21 |
+ The image above illustrates a user browsing to different websites |
|
22 |
+ over Tor. The green monitors represent relays in the Tor network, |
|
23 |
+ while the three keys represent the layers of encryption between the |
|
24 |
+ user and each relay. |
|
25 |
+ </p> |
|
26 |
+ <p> |
|
27 |
+ Tor will anonymize the origin of your traffic, and it will encrypt |
|
28 |
+ everything between you and the Tor network. Tor will also encrypt |
|
29 |
+ your traffic inside the Tor network, but it cannot encrypt your |
|
30 |
+ traffic between the Tor network and its final destination. |
|
31 |
+ </p> |
|
32 |
+ <p> |
|
33 |
+ If you are communicating sensitive information, for example when |
|
34 |
+ logging on to a website with a username and password, make sure that |
|
35 |
+ you are using HTTPS (e.g. <input><em>https</em>://torproject.org/</input>, |
|
36 |
+ not <input><em>http</em>://torproject.org/</input>). |
|
37 |
+ </p> |
|
38 |
+</page> |
... | ... |
@@ -0,0 +1,55 @@ |
1 |
+ |
|
2 |
+<page xmlns="http://projectmallard.org/1.0/" |
|
3 |
+ type="topic" |
|
4 |
+ id="troubleshooting"> |
|
5 |
+ |
|
6 |
+<info> |
|
7 |
+ <title type="sort">02 Troubleshooting</title> |
|
8 |
+ <desc>What to do if Tor Browser doesn't work.</desc> |
|
9 |
+ <link type="guide" xref="index"/> |
|
10 |
+</info> |
|
11 |
+ |
|
12 |
+<title>Troubleshooting</title> |
|
13 |
+ |
|
14 |
+<p> |
|
15 |
+The Tor Browser should get you online automatically after clicking the |
|
16 |
+"Connect" button on the start up screen. |
|
17 |
+</p> |
|
18 |
+ |
|
19 |
+<media type="image" src="imgs/tor-launcher-connect_en-US.png" /> |
|
20 |
+ |
|
21 |
+<p> |
|
22 |
+If it doesn't connect, there may be a simple fix. Try each of the following: |
|
23 |
+</p> |
|
24 |
+ |
|
25 |
+<list> |
|
26 |
+ <item> |
|
27 |
+ <p>Make sure another Tor Browser is not already running. If you're |
|
28 |
+ not sure if Tor Browser is running, restart your computer.</p> |
|
29 |
+ </item> |
|
30 |
+ <item> |
|
31 |
+ <p>'Allow' Tor in your antivirus program.</p> |
|
32 |
+ </item> |
|
33 |
+ <item> |
|
34 |
+ <p>Temporarily disable your firewall.</p> |
|
35 |
+ </item> |
|
36 |
+ <item> |
|
37 |
+ <p>Delete Tor Browser and install it again. If updating, do not overwrite |
|
38 |
+ your previous Tor Browser files.</p> |
|
39 |
+ </item> |
|
40 |
+</list> |
|
41 |
+ |
|
42 |
+<p> |
|
43 |
+If you still can't connect, your internet service provider might be censoring |
|
44 |
+connections to Tor. Follow the instructions in the <link |
|
45 |
+xref='circumvention'>Circumvention</link> section. |
|
46 |
+</p> |
|
47 |
+ |
|
48 |
+<p> |
|
49 |
+If the above steps do not address your problem, email help@rt.torproject.org |
|
50 |
+with your operating system, the details of your problem, and what you've |
|
51 |
+already tried. |
|
52 |
+</p> |
|
53 |
+ |
|
54 |
+</page> |
|
55 |
+ |
... | ... |
@@ -0,0 +1,41 @@ |
1 |
+ |
|
2 |
+<page xmlns="http://projectmallard.org/1.0/" |
|
3 |
+ type="topic" |
|
4 |
+ id="uninstalling"> |
|
5 |
+ |
|
6 |
+<info> |
|
7 |
+ <desc>How to remove Tor Browser from your system.</desc> |
|
8 |
+ <title type='sort'>05 Uninstalling</title> |
|
9 |
+ <link type="guide" xref="index"/> |
|
10 |
+</info> |
|
11 |
+ |
|
12 |
+<title>Uninstalling</title> |
|
13 |
+ |
|
14 |
+<p> |
|
15 |
+The Tor Browser does not affect any of the existing software |
|
16 |
+or settings on your computer. Uninstalling Tor Browser will not affect your |
|
17 |
+system's software or settings either. |
|
18 |
+</p> |
|
19 |
+ |
|
20 |
+<p> |
|
21 |
+Removing the Tor Browser from your system is simple: |
|
22 |
+</p> |
|
23 |
+ |
|
24 |
+<steps> |
|
25 |
+ <item> |
|
26 |
+ <p>Locate your Tor Browser folder. The default location is your Desktop.</p> |
|
27 |
+ </item> |
|
28 |
+ <item> |
|
29 |
+ <p>Delete the Tor Browser folder.</p> |
|
30 |
+ </item> |
|
31 |
+ <item> |
|
32 |
+ <p>Empty your Trash</p> |
|
33 |
+ </item> |
|
34 |
+</steps> |
|
35 |
+ |
|
36 |
+<p> |
|
37 |
+Note that your operating system's standard "Uninstall" utility is not used. |
|
38 |
+</p> |
|
39 |
+ |
|
40 |
+</page> |
|
41 |
+ |
|
0 | 42 |