Die Seite wurde neu angelegt: „[[Kategorie:Infrastruktur]] == Hardware Info == Virtualisiert durch [[intern:Freebert]] == Software Info == FreeBSD Jail Container * tor == Verwendungszweck…“

This commit is contained in:
Daniel.plominski 2014-06-05 15:25:10 +00:00
parent 68a9d1a1ad
commit 471eee2b26

50
Server%2Ftor.mw Normal file
View File

@ -0,0 +1,50 @@
[[Kategorie:Infrastruktur]]
== Hardware Info ==
Virtualisiert durch [[intern:Freebert]]
== Software Info ==
FreeBSD Jail Container
* tor
== Verwendungszweck ==
* tor Proxy
* (.onion Adressauflösung mit Firefox (socks_remote_dns) durch (watchberg.hq.c3d2.de/proxy.pac)
== Tor.onion mit Firefox ==
<source lang=bash>
n the browser location bar (the place where you type web addresses), type about:config and press Enter. This opens a different set of Firefox preferences. Where it says Search: at the top, type network.proxy.socks. The list of preferences will automatically change to show your proxy preferences.
Highlight network.proxy.socks_remote_dns by clicking it only once. Then, right-click it. This opens a small pull-down menu. Select Toggle from the menu to change its value to true.
</source>
== Jail: Tor Installation ==
<source lang=bash>
cd /usr/ports/security/tor/ && make install clean
vi /etc/rc.conf
tor_enable="YES"
vi /usr/local/etc/tor/torrc
### ### ### C3D2 ### ### ###
#
SocksPort 9050
#ControlPort 9051
SocksBindAddress 127.0.0.1
SocksBindAddress 172.22.99.75
SocksPolicy accept 172.22.99.0/24
SocksPolicy reject *
OutboundBindAddress 172.22.99.75
RunAsDaemon 1
AllowUnverifiedNodes middle,rendezvous
AutomapHostsOnResolve 1
#
### ### ### C3D2 ### ### ###
</source>
== Log ==
* 05.06.2014 - Setup