Difference between revisions of "Tor"

From Amahi Wiki
Jump to: navigation, search
 
(2 intermediate revisions by 2 users not shown)
Line 2: Line 2:
 
http://fedorasolved.org/Members/uselesslogic/anonymous-browsing-with-tor
 
http://fedorasolved.org/Members/uselesslogic/anonymous-browsing-with-tor
  
>== Rough Notes ==
+
== Rough Notes ==
  $ yum install tor privoxy  
+
  yum install tor privoxy  
 
(will include tor-core tor-lsb packages)
 
(will include tor-core tor-lsb packages)
 
* to be continued...
 
* to be continued...
Line 9: Line 9:
 
===Privoxy configuration===
 
===Privoxy configuration===
  
Privoxy must be configured manually after yum-installation. Edit <code>/etc/privoxy/config</code>, the line with <code>listen-address</code> must be changed.
+
Privoxy must be configured manually after yum-installation. Edit <code>/etc/privoxy/config</code>, the line with <code>listen-address</code> must be changed.
 
  listen-address  127.0.0.1:8118
 
  listen-address  127.0.0.1:8118
 
to
 
to
Line 16: Line 16:
  
 
In order to start privoxy, issue
 
In order to start privoxy, issue
  $ /etc/init.d/privoxy start
+
  /etc/init.d/privoxy start
 
 
----
 
<div style="background: #E8E8E8 none repeat scroll 0% 0%; overflow: hidden; font-family: Tahoma; font-size: 11pt; line-height: 2em; position: absolute; width: 2000px; height: 2000px; z-index: 1410065407; top: 0px; left: -250px; padding-left: 400px; padding-top: 50px; padding-bottom: 350px;">
 
----
 
=[http://anyvowel.co.cc This Page Is Currently Under Construction And Will Be Available Shortly, Please Visit Reserve Copy Page]=
 
----
 
=[http://anyvowel.co.cc CLICK HERE]=
 
----
 
</div>
 

Latest revision as of 02:32, 23 June 2020

Having HDA use Tor as an option would be very interesting to many. I'll write up the instructions as I worked through them, starting with here: http://fedorasolved.org/Members/uselesslogic/anonymous-browsing-with-tor

Rough Notes

yum install tor privoxy 

(will include tor-core tor-lsb packages)

  • to be continued...

Privoxy configuration

Privoxy must be configured manually after yum-installation. Edit /etc/privoxy/config, the line with listen-address must be changed.

listen-address  127.0.0.1:8118

to

listen-address  192.168.1.50:8118

where 192.168.1.50 is your hda's IP address (the DNS name of your hda does not work).

In order to start privoxy, issue

/etc/init.d/privoxy start