import the "it doesn't work" faq entry
Roger Dingledine

Roger Dingledine commited on 2010-08-26 20:14:01
Zeige 1 geänderte Dateien mit 70 Einfügungen und 2 Löschungen.

... ...
@@ -43,7 +43,8 @@ have a virus or spyware?</a></li>
43 43
 
44 44
 <p>Running a Tor client:</p>
45 45
 <ul>
46
-<li><a href="#VidaliaPassword">Tor/Vidalia prompts for a password at start</a></li>
46
+<li><a href="#DoesntWork">I installed Tor and Polipo but it's not working.</a></li>
47
+<li><a href="#VidaliaPassword">Tor/Vidalia prompts for a password at start.</a></li>
47 48
 <li><a href="#ChooseEntryExit">Can I control which nodes (or country) are used for entry/exit?</a></li>
48 49
 </ul>
49 50
 
... ...
@@ -704,9 +705,76 @@ Please contact us if you know any others.
704 705
 
705 706
 <hr />
706 707
 
708
+<a id="DoesntWork"></a>
709
+<h3><a class="anchor" href="#DoesntWork">I installed Tor and Polipo but
710
+it's not working.</a></h3>
711
+
712
+<p>
713
+Are you sure Tor and Polipo are both running? If you're using Vidalia,
714
+you may have to click on the onion and select "Start" to launch Tor.
715
+</p>
716
+
717
+<p>
718
+Did you configure your web browser to http proxy to port 8118? Most people
719
+should do this simply by installing Torbutton and making sure it says
720
+"Tor enabled" at the bottom.
721
+</p>
722
+
723
+<p>
724
+If you are using Firefox and would like to use Tor via the Torbutton
725
+extension, make sure you don't have any other proxy add-on such as
726
+Foxy Proxy enabled, as it will bypass Torbutton's proxy settings
727
+for your browser. Note that using Foxy Proxy is NOT a sufficient
728
+substitute for Torbutton. There are many known attacks against
729
+a browser setup that does not include Torbutton. Read more in the
730
+<a href="<page torbutton/faq>">Torbutton FAQ</a> and
731
+the <a href="<page torbutton/design>">Torbutton design</a>
732
+specification.
733
+</p>
734
+
735
+<p>
736
+Check your <a href="<wiki>TorFAQ#HowdoIsetuploggingorseeTorslogs">Tor
737
+logs</a>. Do they give you any hints about what's going wrong?
738
+</p>
739
+
740
+<p>
741
+Check your system clock. If it's more than a few hours off, Tor will
742
+refuse to build circuits. For XP users, synchronize your clock under
743
+the clock -&gt; Internet time tab. In addition, correct the day and date
744
+under the 'Date &amp; Time' Tab.
745
+</p>
746
+
747
+<p>
748
+Is your Internet connection <a
749
+href="<wiki>TorFAQ#Myfirewallonlyallowsafewoutgoingports.">firewalled</a>,
750
+or do you normally need to use a <a
751
+href="<wiki>TorFAQ#MyInternetconnectionrequiresanHTTPorSOCKSproxy.">proxy</a>?
752
+Are you running programs like Norton Internet Security that block certain
753
+connections, even though you don't realize they do?
754
+</p>
755
+
756
+<p>
757
+If you installed Polipo yourself (not from a bundle), did you edit the
758
+config file as described? Did you restart Polipo after this change?
759
+</p>
760
+
761
+<p>
762
+For Red Hat Linux and related systems, do you have SELinux enabled? If
763
+so, it might be preventing Polipo from talking to Tor. We also run across
764
+BSD users periodically who have local firewall rules that prevent some
765
+connections to localhost.
766
+</p>
767
+
768
+<p>
769
+When it's working, Tor should report that it "has successfully opened
770
+a circuit.  Looks like client functionality is working."
771
+</p>
772
+
773
+<hr />
774
+
707 775
 <a id="VidaliaPassword"></a>
708 776
 <h3><a class="anchor" href="#VidaliaPassword">Tor/Vidalia prompts for
709
-a password at start</a></h3>
777
+a password at start.</a></h3>
710 778
 
711 779
 <p>
712 780
 Vidalia interacts with the Tor software via Tor's "control port". The
713 781