Moritz Bartl commited on 2013-01-19 12:46:46
Zeige 1 geänderte Dateien mit 8 Einfügungen und 44 Löschungen.
... | ... |
@@ -55,62 +55,26 @@ |
55 | 55 |
<h2><a class="anchor" href="#using">Step Two: Configure your applications to use Tor</a></h2> |
56 | 56 |
<br> |
57 | 57 |
|
58 |
- <p>After installing Tor, you need to configure your applications to |
|
59 |
- use them. The first step is to set up web browsing.</p> |
|
60 |
- |
|
61 |
- <p>You should use Tor with Firefox and Torbutton, for best safety. |
|
62 |
- Simply install the <a |
|
63 |
- href="<page torbutton/index>">Torbutton |
|
64 |
- plugin</a>, restart your Firefox, and you're all set: |
|
65 |
- </p> |
|
66 |
- |
|
67 |
- <img alt="Torbutton plugin for Firefox" |
|
68 |
- src="$(IMGROOT)/screenshot-torbutton.png" |
|
69 |
- > |
|
70 |
- |
|
71 |
- <br> |
|
72 |
- |
|
73 | 58 |
<p> |
74 |
- If you plan to run Firefox on a different computer than Tor, see the <a |
|
75 |
- href="<wikifaq>#SocksListenAddress"> |
|
76 |
- FAQ |
|
77 |
- entry for running Tor on a different computer</a>. |
|
78 |
- </p> |
|
79 |
- |
|
80 |
- <p>To Torify other applications that support SOCKS proxies, just |
|
81 |
- point them at Tor's SOCKS port (127.0.0.1 port 9050). See <a |
|
82 |
- href="<wikifaq>#SOCKSAndDNS">this FAQ entry</a> for why this may be |
|
83 |
- dangerous. For applications that support neither SOCKS nor HTTP, take |
|
84 |
- a look at <a href="https://code.google.com/p/torsocks/">torsocks</a> |
|
85 |
- or <a href="<wiki>doc/TorifyHOWTO#socat">socat</a>. |
|
59 |
+ If you want to use Tor for anonymous web browsing, please use the <a href="<page projects/torbrowser>">Tor Browser Bundle</a>. It comes with readily configured Tor and a browser patched for better anonymity. To use SOCKS directly (for instant messaging, Jabber, IRC, etc), |
|
60 |
+ you can point your application directly at Tor (localhost |
|
61 |
+ port 9050), but see <a href="<wikifaq>#SOCKSAndDNS">this FAQ |
|
62 |
+ entry</a> for why this may be dangerous. For applications |
|
63 |
+ that support neither SOCKS nor HTTP, take a look at <a href="https://code.google.com/p/torsocks/">torsocks</a> |
|
64 |
+ or <a href="http://www.dest-unreach.org/socat/">socat</a>. |
|
86 | 65 |
</p> |
87 | 66 |
|
88 | 67 |
<p>For information on how to Torify other applications, check out the |
89 | 68 |
<a href="<wiki>doc/TorifyHOWTO">Torify HOWTO</a>. |
90 | 69 |
</p> |
91 | 70 |
|
92 |
- <hr> |
|
93 |
- <a id="verify"></a> |
|
94 |
- <h2><a class="anchor" href="#verify">Step Three: Make sure it's working</a></h2> |
|
95 |
- <br> |
|
96 |
- |
|
97 |
- <p> |
|
98 |
- Next, you should try using your browser with Tor and make |
|
99 |
- sure that your IP address is being anonymized. Click on <a |
|
100 |
- href="https://check.torproject.org/">the Tor detector</a> |
|
101 |
- and see whether it thinks you're using Tor or not. |
|
102 |
- (If that site is down, see <a |
|
103 |
- href="<wikifaq>#IsMyConnectionPrivate">this FAQ entry</a> for more |
|
104 |
- suggestions on how to test your Tor.) |
|
105 |
- </p> |
|
106 |
- |
|
107 | 71 |
<p>If you have a personal firewall that limits your computer's ability |
108 | 72 |
to connect to itself (this includes something like SELinux on Fedora |
109 | 73 |
Core 4), be sure to allow connections from your local applications to |
110 | 74 |
Tor (local port 9050). If your firewall blocks outgoing connections, |
111 | 75 |
punch a hole so it can connect to at least TCP ports 80 and 443, and |
112 | 76 |
then see <a href="<wikifaq>#FirewalledClient">this FAQ entry</a>. |
113 |
- If your SELinux config is not allowing tor or privoxy to run |
|
77 |
+ If your SELinux config is not allowing tor to run |
|
114 | 78 |
correctly, create a file named booleans.local in the directory |
115 | 79 |
/etc/selinux/targeted. Edit this file in your favorite text editor |
116 | 80 |
and insert "allow_ypbind=1". Restart your machine for this change |
... | ... |
@@ -124,7 +88,7 @@ |
124 | 88 |
<hr> |
125 | 89 |
<a id="server"></a> |
126 | 90 |
<a id="relay"></a> |
127 |
- <h2><a class="anchor" href="#relay">Step Four: Configure it as a relay</a></h2> |
|
91 |
+ <h2><a class="anchor" href="#relay">Step Three: Configure it as a relay</a></h2> |
|
128 | 92 |
<br> |
129 | 93 |
|
130 | 94 |
<p>The Tor network relies on volunteers to donate bandwidth. The more |
131 | 95 |