cd20ac76ea23ac17163dbcca4d8fd3619d30d246
Roger Dingledine howitworks is now obsolete...

Roger Dingledine authored 18 years ago

1) <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN"
2) "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
3) 
4) <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
5) <head>
6)   <title>Tor: Support</title>
7)   <meta name="Author" content="Roger Dingledine" />
8)   <meta http-equiv="content-type" content="text/html; charset=ISO-8859-1" />
9)   <link rel="stylesheet" type="text/css" href="stylesheet.css" />
10)   <link rel="shortcut icon" type="image/x-icon" href="/favicon.ico" />
11) </head>
12) 
13) <body>
14) 
15) <!-- TITLE BAR & NAVIGATION -->
16) 
17) <div class="center">
18) 
19) <table class="banner" border="0" cellpadding="0" cellspacing="0">
20)     <tr>
21)         <td class="banner-left"></td>
22)         <td class="banner-middle">
23)             <a href="index.html">Home</a>
24)           | <a href="overview.html">Overview</a>
25)           | <a href="download.html">Download</a>
26)           | <a href="documentation.html">Docs</a>
27)           | <a class="current">Support</a>
28)           | <a href="faq.html">FAQs</a>
29)           | <a href="volunteer.html">Volunteer</a>
30)           | <a href="developers.html">Developers</a>
31)           | <a href="research.html">Research</a>
32)           | <a href="people.html">People</a>
33)         </td>
34) 	<td class="banner-right">
Thomas Sjögren Make website valid xhtml (t...

Thomas Sjögren authored 18 years ago

35) 		<a href="/"><img src="/images/en.png" alt="English" /></a>
36) 		<a href="/index.it.html"><img src="/images/it.png" alt="Italiano" /></a>
37) 		<a href="/index.de.html"><img src="/images/de.png" alt="Deutsch" /></a> 
Roger Dingledine howitworks is now obsolete...

Roger Dingledine authored 18 years ago

38) 	</td>
39)     </tr>
40) </table>
41) 
42) <!-- END TITLE BAR & NAVIGATION -->
43) 
44) <div class="main-column">
45) 
Roger Dingledine ask people not to send us m...

Roger Dingledine authored 18 years ago

46) <h2>Tor: Support</h2>
Roger Dingledine howitworks is now obsolete...

Roger Dingledine authored 18 years ago

47) <hr />
48) 
Roger Dingledine ask people not to send us m...

Roger Dingledine authored 18 years ago

49) <p>The Tor developers spend most of their time developing
50) Tor. There are no people devoted to user support. So please look for <a
51) href="http://wiki.noreply.org/noreply/TheOnionRouter/TorFAQ#SupportMail">other
52) support avenues</a> before sending mail to the developers.
53) </p>
54) 
55) <p>We have an IRC discussion channel for users and operators. Go to
Roger Dingledine howitworks is now obsolete...

Roger Dingledine authored 18 years ago

56) <a href="irc://irc.oftc.net/tor">#tor on irc.oftc.net</a>.</p>
57) 
58) <p>We have a <a
59) href="http://bugs.noreply.org/tor">bugtracker</a>.
60) If you have a bug, especially a crash bug, read our <a
61) href="http://wiki.noreply.org/wiki/TheOnionRouter/TorFAQ#ServerCrashing">how
62) to report a Tor bug</a> FAQ wiki entry first and then go to the bugtracker
63) and tell us as much information about it as you can. (If your bug is
64) with Privoxy, your browser, or some other application, please don't put
65) it in our bugtracker.)
66) </p>
67) 
68) <p>Check out <a
69) href="http://www.noreply.org/tor-running-routers/">weasel's graph of
70) the number of Tor servers over time</a>. To learn more details of the
71) current Tor nodes, look at Geoff Goodell's <a
72) href="http://serifos.eecs.harvard.edu:8000/cgi-bin/exit.pl">list
73) of Tor exit nodes by country</a>. You can also <a
74) href="http://belegost.seul.org/">fetch the latest dynamically generated
75) directory directly</a>. (Your Tor client fetches this automatically,
76) so loading it yourself is just for novelty.)
77) </p>
78) 
79) <p>
80) <a href="http://6sxoyfb3h2nvok2d.onion/">The hidden wiki</a> has a list
81) of some hidden services and other things. You need Tor and a proxy like
82) Privoxy to access it.
83) </p>
84) 
85) <p>
86) See <a href="http://wiki.noreply.org/wiki/TheOnionRouter">the Tor
87) wiki</a> for other user-contributed documentation, etc.
88) </p>
89) 
90) <hr />
91) <p>
92) Here's a brief list of programs you might want to use in association
93) with Tor:</p>
94) <p>
95) <a href="http://antinat.sourceforge.net/">Antinat</a>: seems to be a socks client library (and server, but you'd only want the client side) that supports socks4a.<br />
96) <a href="http://www.taiyo.co.jp/~gotoh/ssh/connect.html">Connect</a>: adds proxy support to SSH. (Win32, Linux, BSD, OS X)<br />
97) <a href="http://monkey.org/~dugsong/dsocks/">Dsocks</a>: SOCKS client wrapper with enough support to use the built-in OpenSSH or Tor local SOCKS proxy. (BSD)<br />
98) <a href="http://www.freecap.ru/eng/">Freecap</a>: redirects traffic to a SOCKS server. graphical. (Win32)<br />
99) <a href="http://ksb.sourceforge.net/">Kernel socks bouncer</a>: redirects certain streams into Tor. Doesn't deal with DNS. Linux 2.6 only.<br />
100) <a href="http://www.privoxy.org/">Privoxy</a>: an http proxy that
101) speaks socks4a. Also does html/cookie scrubbing. (Win32, Linux, BSD, OS X)<br />
102) <a href="http://proxychains.sourceforge.net/">Proxychains</a>: proxifier, supports user-defined list of proxies. (Linux, BSD, Solaris)<br />
103) <a href="http://www.dest-unreach.org/socat/">Socat</a>: multipurpose relay. (Linux, BSD, OS X)<br />
104) <a href="http://www.socks.permeo.com/Download/SocksCapDownload/index.asp">Sockscap</a>: redirects traffic to a SOCKS server. graphical. (Win32)  <br />
105) <a href="http://jgillick.nettripper.com/switchproxy/">Switchproxy</a>: Mozilla
106) extension to help you manage your proxy settings. (Firefox, Mozilla, Thunderbird)<br />
107) Tor-resolve:  turns hostnames into IPs privately via Tor, shipped with the Tor package. (Win32, Linux, BSD, OS X) <br />
108) <a href="http://www.freehaven.net/~aphex/torcap.zip">Torcap</a>: similar to sockscap and freecap. has different strengths/weaknesses. (Win32)<br />
Roger Dingledine add torcp to the list of ap...

Roger Dingledine authored 18 years ago

109) <a href="http://freehaven.net/~edmanm/torcp/">TorCP</a>: a Tor controller with GUI for Windows. Under development, so check it out! <br />
Roger Dingledine howitworks is now obsolete...

Roger Dingledine authored 18 years ago

110) <a href="http://freehaven.net/~aphex/TorControl/release/">TorControl</a>: a basic Tor controller with GUI. You'll need to set 'ControlPort 9051' in your torrc. <br />
111) <a href="http://sourceforge.net/projects/transocks/">Transocks</a>: Transparent proxy to redirect traffic through a SOCKS proxy. Uses iptables. (Linux)<br />
112) <a href="http://transproxy.sourceforge.net/">Transproxy</a>: Transparent proxy for HTTP requests with ipfw, ipnet, ipfwadm, ipchains or iptables . (FreeBSD, Linux).<br />
113) <a href="http://tsocks.sourceforge.net/">Tsocks</a>: a program that
114) intercepts connect() system calls and redirects them through Tor. (Linux, BSD)<b>*</b><br /> 
115) </p>
Andrew Lewman Fixed a typo.

Andrew Lewman authored 18 years ago

116) Files marked with a <b>*</b> don't deal with <a href="http://wiki.noreply.org/noreply/TheOnionRouter/TorFAQ#SOCKSAndDNS">DNS leaks</a>.