Roger Dingledine commited on 2011-09-27 11:39:10
Zeige 1 geänderte Dateien mit 100 Einfügungen und 0 Löschungen.
| ... | ... |
@@ -50,6 +50,17 @@ |
| 50 | 50 |
|
| 51 | 51 |
<p>Tor Browser Bundle:</p> |
| 52 | 52 |
<ul> |
| 53 |
+ |
|
| 54 |
+ <li><a href="#TBBSocksPort">I'm on OSX or Linux and I want to |
|
| 55 |
+ run another application through the Tor launched by Tor Browser |
|
| 56 |
+ Bundle. How do I predict my SOCKS port?</a></li> |
|
| 57 |
+ <li><a href="#TBBPolipo">I need an HTTP proxy. Where did Polipo |
|
| 58 |
+ go?</a></li> |
|
| 59 |
+ <li><a href="#TBBOtherBrowser">I want to use Chrome/IE/Opera/etc |
|
| 60 |
+ with Tor.</a></li> |
|
| 61 |
+ <li><a href="#TBBCloseBrowser">I want to leave Tor Browser Bundle |
|
| 62 |
+ running but close the browser.</a></li> |
|
| 63 |
+ |
|
| 53 | 64 |
<li><a href="#GoogleCaptcha">Google makes me solve a Captcha or tells |
| 54 | 65 |
me I have spyware installed.</a></li> |
| 55 | 66 |
<li><a href="#GmailWarning">Gmail warns me that my account may have |
| ... | ... |
@@ -727,6 +738,95 @@ other than our official HTTPS website. |
| 727 | 738 |
|
| 728 | 739 |
<hr> |
| 729 | 740 |
|
| 741 |
+<a id="TBBSocksPort"></a> |
|
| 742 |
+<h3><a class="anchor" href="#TBBSocksPort">I'm on OSX or Linux and |
|
| 743 |
+I want to run another application through the Tor launched by Tor |
|
| 744 |
+Browser Bundle. How do I predict my SOCKS port?</a></h3> |
|
| 745 |
+ |
|
| 746 |
+<p> |
|
| 747 |
+Typically Tor listens for SOCKS connections on port 9050. TBB |
|
| 748 |
+on OSX and Linux has an experimental feature where Tor listens |
|
| 749 |
+on random unused ports rather than a fixed port each time. The |
|
| 750 |
+goal is to avoid conflicting with a "system" Tor install, |
|
| 751 |
+so you can run a system Tor and TBB at the same time. We're <a |
|
| 752 |
+href="https://trac.torproject.org/projects/tor/ticket/3948">working on |
|
| 753 |
+a feature</a> where Tor will try the usual ports first and then back |
|
| 754 |
+off to a random choice if they're already in use. Until then, if you |
|
| 755 |
+want to configure some other application to use Tor as a socks proxy, |
|
| 756 |
+here's a workaround: |
|
| 757 |
+</p> |
|
| 758 |
+ |
|
| 759 |
+<p> |
|
| 760 |
+In Vidalia, go to Settings->Advanced and uncheck the box that says |
|
| 761 |
+'Configure ControlPort automatically'. Click OK and restart TBB. Your |
|
| 762 |
+SOCKS port will then be on 9050. |
|
| 763 |
+</p> |
|
| 764 |
+ |
|
| 765 |
+<hr> |
|
| 766 |
+ |
|
| 767 |
+<a id="TBBPolipo"></a> |
|
| 768 |
+<h3><a class="anchor" href="#TBBPolipo">I need an HTTP proxy. Where did |
|
| 769 |
+Polipo go?</a></h3> |
|
| 770 |
+ |
|
| 771 |
+<p> |
|
| 772 |
+In the past, Tor bundles included an HTTP proxy like Privoxy or Polipo, |
|
| 773 |
+solely to work around a bug in Firefox that was finally fixed in Firefox |
|
| 774 |
+6. Now you don't need a separate HTTP proxy to use Tor, and in fact |
|
| 775 |
+leaving it out makes you safer because Torbutton has better control over |
|
| 776 |
+Firefox's interaction with websites. |
|
| 777 |
+</p> |
|
| 778 |
+ |
|
| 779 |
+<p> |
|
| 780 |
+If you are trying to use some external application with Tor, step zero |
|
| 781 |
+should be to <a href="<page download/download>#warning">read the set |
|
| 782 |
+of warnings</a> for ways you can screw up. Step one should be to try |
|
| 783 |
+to use a SOCKS proxy rather than an http proxy — Tor runs a SOCKS |
|
| 784 |
+proxy on port 9050 on Windows, or <a href="#TBBSocksPort">see above</a> |
|
| 785 |
+for OSX and Linux. |
|
| 786 |
+</p> |
|
| 787 |
+ |
|
| 788 |
+<p> |
|
| 789 |
+If that fails, feel free to install privoxy or polipo. You can use <a |
|
| 790 |
+href="https://gitweb.torproject.org/torbrowser.git/blob_plain/HEAD:/build-scripts/config/polipo.conf">our |
|
| 791 |
+old polipo config file</a> if you like. However, please realize that |
|
| 792 |
+this approach is unsupported. |
|
| 793 |
+</p> |
|
| 794 |
+ |
|
| 795 |
+<hr> |
|
| 796 |
+ |
|
| 797 |
+<a id="TBBOtherBrowser"></a> |
|
| 798 |
+<h3><a class="anchor" href="#TBBOtherBrowser">I want to use |
|
| 799 |
+Chrome/IE/Opera/etc with Tor.</a></h3> |
|
| 800 |
+ |
|
| 801 |
+<p> |
|
| 802 |
+Unfortunately, Torbutton only works with Firefox right now, and without |
|
| 803 |
+<a href="https://www.torproject.org/torbutton/en/design/">Torbutton's |
|
| 804 |
+extensive privacy fixes</a> there are many ways for websites or other |
|
| 805 |
+attackers to recognize you, track you back to your IP address, and so on. |
|
| 806 |
+In short, using any browser besides Tor Browser Bundle with Tor is a |
|
| 807 |
+really bad idea. |
|
| 808 |
+</p> |
|
| 809 |
+ |
|
| 810 |
+<p> |
|
| 811 |
+We're working with the Chrome team to <a |
|
| 812 |
+href="https://blog.torproject.org/blog/google-chrome-incognito-mode-tor-and-fingerprinting">fix |
|
| 813 |
+some bugs and missing APIs in Chrome</a> so it will be possible to write a |
|
| 814 |
+Torbutton for Chrome. No support for any other browser is on the horizon. |
|
| 815 |
+</p> |
|
| 816 |
+ |
|
| 817 |
+<hr> |
|
| 818 |
+ |
|
| 819 |
+<a id="TBBCloseBrowser"></a> |
|
| 820 |
+<h3><a class="anchor" href="#TBBCloseBrowser">I want to leave Tor Browser |
|
| 821 |
+Bundle running but close the browser.</a></h3> |
|
| 822 |
+ |
|
| 823 |
+<p> |
|
| 824 |
+We're working on a way to make this possible on all platforms. Please |
|
| 825 |
+be patient. |
|
| 826 |
+</p> |
|
| 827 |
+ |
|
| 828 |
+<hr> |
|
| 829 |
+ |
|
| 730 | 830 |
<a id="GoogleCaptcha"></a> |
| 731 | 831 |
<h3><a class="anchor" href="#GoogleCaptcha">Google makes me solve a Captcha or tells me I have spyware installed.</a></h3> |
| 732 | 832 |
|
| 733 | 833 |