<html>
  <head>
    <meta http-equiv="content-type" content="text/html; charset=utf-8">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    Hey,<br>
    <br>
    Starting to set up some Bridges behind some routers, if possible at
    several locations.<br>
    <br>
    Since last time, I've found some useful informations, but I'm not
    100% sure if torrc config is ok.<br>
    So the goal is :<br>
    - bridge<br>
    - obsfproxy to help censored people<br>
    - SOCKS available for LAN computers, to redirect traffic to Tor<br>
    <br>
    Here the torrc file I've tuned :<br>
    ####START####<br>
    SocksPort 192.168.1.10:9050 #LAN IP<br>
    SocksPolicy accept 192.168.1.0/24 #Socks available for LAN computers<br>
    SocksPolicy accept 127.0.0.1 #Socks available for localhost too<br>
    SocksPolicy reject *<br>
    Log notice file /var/log/tor/notices.log<br>
    ORPort 10000<br>
    Address x.x.x.x #WAN IP<br>
    Nickname Test01 #name of the bridge node<br>
    ContactInfo <a class="moz-txt-link-abbreviated" href="mailto:me@mail.com">me@mail.com</a><br>
    DirPort 10001<br>
    ExitPolicy reject *:*<br>
    BridgeRelay 1<br>
    PublishServerDescriptor bridge<br>
    AuthoritativeDirectory 1<br>
    BridgeAuthoritativeDir 1<br>
    ServerTransportPlugin obfs3 exec /usr/bin/obfsproxy managed<br>
    ServerTransportListenAddr obfs3 0.0.0.0:10002<br>
    ExtORPort auto<br>
    ####END####<br>
    <br>
    In the router/box, I'll open/forward those 3 TCP ports from the WAN
    to the LAN server IP :<br>
    ORPort : 10000<br>
    DirPort : 10001<br>
    Obfs : 10002<br>
    <br>
    Test with a LAN client Firefox connecting with Socks is ok, IP seen
    is a Tor exit...<br>
    Torcheck says the current browser is using Tor.<br>
    <br>
    But how to know if censored people can use this bridge ? (I'll test
    it from an open wifi hotspot in future...)<br>
    Is this one is available in the list at bridges.torproject.org ?<br>
    I see some log lines about stats files... where will it possible to
    check this bridge utilization ?<br>
    <br>
    If someone wants to correct this torrc file, please don't hesitate !<br>
    Is there something to add, to remove ?! Another eye is always cool
    to be sure !<br>
    <br>
    Many thx for your lights :)<br>
    <br>
    <pre class="moz-signature" cols="72">-- 
Petrusko
PubKey EBE23AE5
C0BF 2184 4A77 4A18 90E9 F72C B3CA E665 EBE2 3AE5</pre>
  </body>
</html>