<html xmlns:o="urn:schemas-microsoft-com:office:office" xmlns:w="urn:schemas-microsoft-com:office:word" xmlns:m="http://schemas.microsoft.com/office/2004/12/omml" xmlns="http://www.w3.org/TR/REC-html40"><head><meta http-equiv=Content-Type content="text/html; charset=utf-8"><meta name=Generator content="Microsoft Word 15 (filtered medium)"><style><!--
/* Font Definitions */
@font-face
        {font-family:"Cambria Math";
        panose-1:2 4 5 3 5 4 6 3 2 4;}
@font-face
        {font-family:Calibri;
        panose-1:2 15 5 2 2 2 4 3 2 4;}
/* Style Definitions */
p.MsoNormal, li.MsoNormal, div.MsoNormal
        {margin:0in;
        margin-bottom:.0001pt;
        font-size:11.0pt;
        font-family:"Calibri",sans-serif;}
a:link, span.MsoHyperlink
        {mso-style-priority:99;
        color:#0563C1;
        text-decoration:underline;}
a:visited, span.MsoHyperlinkFollowed
        {mso-style-priority:99;
        color:#954F72;
        text-decoration:underline;}
.MsoChpDefault
        {mso-style-type:export-only;}
@page WordSection1
        {size:8.5in 11.0in;
        margin:1.0in 1.0in 1.0in 1.0in;}
div.WordSection1
        {page:WordSection1;}
--></style></head><body lang=EN-US link="#0563C1" vlink="#954F72"><div class=WordSection1><p class=MsoNormal><o:p> </o:p></p><p class=MsoNormal>Hi all, I wanted to report a method I have found of running a tor relay on Windows, as well as an obfuscated bridge.</p><p class=MsoNormal><o:p> </o:p></p><p class=MsoNormal>So when I switched over to Windows, I had to start a new relay as my signing keys were lost in the transit.</p><p class=MsoNormal><o:p> </o:p></p><p class=MsoNormal>I decided to switch over to running a bridge, as I am running on a home router to cut down on connections, etc. </p><p class=MsoNormal><o:p> </o:p></p><p class=MsoNormal>For setting up a new relay on Windows, these are the steps that worked (cmd says I have generated a fingerprint).</p><p class=MsoNormal><o:p> </o:p></p><p class=MsoNormal>Step 1: Download the tor expert bundle from here <a href="https://www.torproject.org/download/download">https://www.torproject.org/download/download</a></p><p class=MsoNormal><o:p> </o:p></p><p class=MsoNormal>Step 2: Extract the tor expert bundle to the desktop.</p><p class=MsoNormal><o:p> </o:p></p><p class=MsoNormal>Step 3: Run “tor.exe” as administrator (doing so will create the folders were going to be running tor from later.</p><p class=MsoNormal><o:p> </o:p></p><p class=MsoNormal>Step 4: Open the “run” command. Using this, open “C:\Users\keife\AppData\Roaming\tor” (Where is says “keife” you will need to type your username).</p><p class=MsoNormal><o:p> </o:p></p><p class=MsoNormal>Step 5: Go back to the folder that the tor expert bundle was extracted to formerly. Open the folder called “Tor” and copy / paste all of the contents of it over to the roaming/tor folder you just opened using the run command. </p><p class=MsoNormal><o:p> </o:p></p><p class=MsoNormal>Step 6: Right click inside the folder, and select New -> Text Document, name the text file “torrc” and open it using notepad.</p><p class=MsoNormal><o:p> </o:p></p><p class=MsoNormal>Step 7: In the torrc text file just created, type nothing else but the configuration for your relay, for example  </p><p class=MsoNormal>Nickname torland</p><p class=MsoNormal>SocksPort 0</p><p class=MsoNormal>ORPort 9002</p><p class=MsoNormal>ExitRelay 0</p><p class=MsoNormal>ContactInfo keifer dot bly at gmail dot com</p><p class=MsoNormal>ExitPolicy reject *:*</p><p class=MsoNormal><o:p> </o:p></p><p class=MsoNormal>Change the nickname to what you want your relay to be called, ORPort to what port you are forwarding on, ContactInfo to your email address, etc. Go file -> save then close notepad.</p><p class=MsoNormal><o:p> </o:p></p><p class=MsoNormal>Step 8: To start a middle relay, do not click tor.exe as it will not recognize torrc in txt file format. Instead we will use Windows Command Prompt to ask “tor.exe” to read the torcc file. Open cmd, and type “cd”, then a space, then “C:\Users\yourusername\AppData\Roaming\tor”. This will point command prompt to the directory where tor is.</p><p class=MsoNormal><o:p> </o:p></p><p class=MsoNormal>Step 9: in CMD, type “tor.exe -f torrc.txt” This will send a command to tor to read the file called “torrc.txt” in the file directory, and start a relay.</p><p class=MsoNormal><o:p> </o:p></p><p class=MsoNormal>Now, I will go to how tonight I was able to start an obfs4 obfscated bridge on Windows (at least to where it says I have a fingerprint and a “registered server transport ‘obfs4’). </p><p class=MsoNormal><o:p> </o:p></p><p class=MsoNormal>Step 1: After doing all of the things above, download the tor browser from <a href="https://www.torproject.org/download/download">https://www.torproject.org/download/download</a></p><p class=MsoNormal><o:p> </o:p></p><p class=MsoNormal>Step 2: Install tor browser, then navigate to the folder you installed tor browser to. </p><p class=MsoNormal><o:p> </o:p></p><p class=MsoNormal>Step 3: In the folder tor browser was installed to, above the “start tor browser” button, there will be a folder called “Browser”. Open this folder, open “TorBrowser” folder, then open “Tor” folder. Right click the folder called “pluggable transports” and copy / paste it to the “roaming/tor” folder. </p><p class=MsoNormal><o:p> </o:p></p><p class=MsoNormal>Step 4: Now to edit the torrc file to run the obfuscated bridge. Here is a somewhat example torrc file (my current one)</p><p class=MsoNormal><o:p> </o:p></p><p class=MsoNormal>Nickname torland</p><p class=MsoNormal>SOCKSPort 0                # no local SOCKS proxy</p><p class=MsoNormal>ORPort 9002                # public bridge must have an open ORPort</p><p class=MsoNormal>ExtORPort auto             # configure ExtORPort for obfs4proxy</p><p class=MsoNormal>ExitPolicy reject *:*      # no exits allowed</p><p class=MsoNormal>BridgeRelay 1              # relay won't show up in the public consensus</p><p class=MsoNormal>PublishServerDescriptor 1  # publish to the bridge authority</p><p class=MsoNormal>ContactInfo keifer dot bly at gmail dot com</p><p class=MsoNormal><o:p> </o:p></p><p class=MsoNormal># use obfs4proxy to provide obfs4 on port 80</p><p class=MsoNormal>ServerTransportPlugin obfs4 exec C:\Users\keife\AppData\Roaming\tor\PluggableTransports\obfs4proxy.exe</p><p class=MsoNormal>ServerTransportListenAddr obfs4 0.0.0.0:9002.</p><p class=MsoNormal><o:p> </o:p></p><p class=MsoNormal>To try running any kind of obfusacted bridge, try editing “ServerTransportPlugin obfs4 exec C:\Users\keife\AppData\Roaming\tor\PluggableTransports\obfs4proxy.exe” to the exe of the pluggable transport you want to run.</p><p class=MsoNormal><o:p> </o:p></p><p class=MsoNormal>Doing this, after starting it about an hour ago, has resulted in this output from tor, it is a picture on a google drive link as the list does not allow photos and there is now way to edit copy text from command prompt. Cheers.</p><p class=MsoNormal><o:p> </o:p></p><p class=MsoNormal><a href="https://drive.google.com/open?id=1aPVIYox5ZD_JwpqnRGFk-bGxDjRDc_OL">https://drive.google.com/open?id=1aPVIYox5ZD_JwpqnRGFk-bGxDjRDc_OL</a></p><p class=MsoNormal><o:p> </o:p></p><p class=MsoNormal><o:p> </o:p></p><p class=MsoNormal><o:p> </o:p></p><p class=MsoNormal><o:p> </o:p></p><p class=MsoNormal><o:p> </o:p></p><p class=MsoNormal><o:p> </o:p></p><p class=MsoNormal><o:p> </o:p></p><p class=MsoNormal><o:p> </o:p></p></div><div id="DAB4FAD8-2DD7-40BB-A1B8-4E2AA1F9FDF2">
<br /><br />
<hr style='border:none; color:#909090; background-color:#B0B0B0; height: 1px; width: 99%;' />
<table style='border-collapse:collapse;border:none;'>
        <tr>
                <td style='border:none;padding:0px 15px 0px 8px'>
                        <a href="https://www.avast.com/sig-email?utm_medium=email&utm_source=link&utm_campaign=sig-email&utm_content=emailclient">
                                <img border=0 src="https://static.avast.com/emails/avast-mail-stamp.png" alt="Avast logo" />
                        </a>
                </td>
                <td>
                        <p style='color:#3d4d5a; font-family:"Calibri","Verdana","Arial","Helvetica"; font-size:12pt;'>
                                This email has been checked for viruses by Avast antivirus software.
                                <br><a href="https://www.avast.com/sig-email?utm_medium=email&utm_source=link&utm_campaign=sig-email&utm_content=emailclient">www.avast.com</a>
                        </p>
                </td>
        </tr>
</table>
<br />
<a href="#DAB4FAD8-2DD7-40BB-A1B8-4E2AA1F9FDF2" width="1" height="1"> </a></div></body></html>