====== BrmTor ======
{{template>:project:infobox|
name=BrmTor|
image=nofreespeech.gif?200|
founder=[[user:ruza]]|
interested=Overdrive|
sw=Creative commons|
hw=n/a|
status=active}}
~~META:
status = active
&relation firstimage = :project:nofreespeech.gif
~~
The aim of this project is to run [[wp>Tor_(anonymity_network)]] node and protect people from being persecuted for information they are receiving and share. Because of anonymity matters.
TODO: What would be further steps for extending this project, does anything else need to be done?
===== STATUS =====
**Status:** Brmlab is running two nodes. One (BrmTor) is run in **BRIDGE** mode.\\
The [[https://atlas.torproject.org/#details/16F8469B848F9DCB4590BCC5CEA5F24980BDC806|second one]] is run as an **exit node**.
You can support our Tor relay donating bitcoins to\\
{{:project:bitcoin_logo40.png?24|}} 1BRMLAB7nryYgFGrG8x9SYaokb8r2ZwAsX
This webstite is also accessible as hidden service \\ http://pmwdzvbyvnmwobk5.onion/ or \\ https://pmwdzvbyvnmwobk5.onion/
[[http://nat.brmlab.cz/torstats/|{{http://nat.brmlab.cz/torstats/torstats.png}}]]
iptables -A OUTPUT -m owner --uid-owner debian-tor -j ACCEPT
#!/bin/bash
# Pavel Ruzicka
# based on http://pivo.glogow.net.pl/linux/docs/lm-25032004.pdf
RRDFILE="${PWD}/torstats/torstats.rrd"
GRAPH="${RRDFILE/.rrd/.png}"
TOR=$(/sbin/iptables -L -n -x -v |egrep 'owner UID match (118|debian-tor)'|\
head -n 1| cut -d ' ' -f 2 )
rrdtool update $RRDFILE N:$TOR
rrdtool graph $GRAPH -a PNG --title="BrmTor - DAILY" --vertical-label "bytes" \
DEF:tor=$RRDFILE:tor:AVERAGE AREA:tor#0000ff:tor 1>/dev/null
rrdtool graph ${GRAPH/.png/-weekly.png} -a PNG --start -1w --title="BrmTor - \
WEEKLY" --vertical-label "bytes" DEF:tor=$RRDFILE:tor:AVERAGE AREA:tor#0000ff:tor 1>/dev/null
rrdtool graph ${GRAPH/.png/-monthly.png} -a PNG --start -1m --title="BrmTor - \
MONTHLY" --vertical-label "bytes" DEF:tor=$RRDFILE:tor:AVERAGE AREA:tor#0000ff:tor 1>/dev/null
rrdtool graph ${GRAPH/.png/-yearly.png} -a PNG --start -1y --title="BrmTor - \
YEARLY" --vertical-label "bytes" DEF:tor=$RRDFILE:tor:AVERAGE AREA:tor#0000ff:tor 1>/dev/null
==== Obfsproxy ====
na portu tcp/17237.
ServerTransportPlugin obfs2 exec /usr/local/bin/obfsproxy obfs2 --dest=127.0.0.1:9001 server 0.0.0.0:17237
=== Why ? ===
Because [[http://www.ct24.cz/svet/102251-jak-o-vas-mame-psat-abyste-nas-uz-prestali-vrazdit/|anonymity is needed wherever You live (CZ)]]
* [[http://www.abclinuxu.cz/blog/m4r3k/2010/5/prispeli-byste-na-provoz-tor-exit-bodu|m4r3kuv "pruzkum trhu" v CZ]]
* [[http://bit.ly/bfxX8Y|EDRi - internet blocking.pdf]]
=== How ? ===
* [[http://www.torproject.org/faq-abuse.html.en#TypicalAbuses|How to handle possible problems]]
* [[https://blog.torproject.org/blog/tips-running-exit-node-minimal-harassment|tips running exit node minimal harassment]]
* [[https://secure.wikimedia.org/wikipedia/en/wiki/Acceptable_use_policy|Acceptable use policy]]
* [[https://secure.wikimedia.org/wikipedia/en/wiki/Shared_Whois_Project|Shared Whois]]
* [[http://calumog.wordpress.com/2009/03/18/why-you-need-balls-of-steel-to-operate-a-tor-exit-node/|balls needed]]
* [[http://www.torservers.net/]]
{{youtube>9Y-bOO-2Ck4}}
===== Similar activities =====
* http://wiki.razmjenavjestina.org/MamaTor
* Tor@NoiseBridge
* https://www.noisebridge.net/wiki/Resources/Tor
* https://www.noisebridge.net/wiki/Noisebridge_Tor
* http://tor.noisebridge.net/
* [[http://torstatus.blutmagie.de/router_detail.php?FP=173b220f9f32f39086d5661274a47485eda26131|Tor @ Progressbar.sk]]