
In order to run an obfsproxy bridge on my Pi, I need tor from git or tor's experimental repos; raspbian's packages are too old right? I got confused with recent discussions on raspberry pi here. What's the simples way to run a obfsproxy bridge on my Pi and keep it up to date as well! thanks!

On Mon, 30 Sep 2013 19:20:29 +0000, Martin Kepplinger <martink@posteo.de> wrote:
In order to run an obfsproxy bridge on my Pi, I need tor from git or tor's experimental repos; raspbian's packages are too old right?
I got confused with recent discussions on raspberry pi here. What's the simples way to run a obfsproxy bridge on my Pi and keep it up to date as well!
cd /usr/src/ rm -Rf obfsproxy git clone https://git.torproject.org/pluggable-transports/obfsproxy.git cd /usr/src/obfsproxy/ python setup.py install Sure there are other ways, but this works for me, with the packages python2.6, python2.6-minimal, python2.7, python2.7-dev and python2.7-minimal installed. In torrc: ServerTransportPlugin obfs2,obfs3 exec /usr/local/bin/obfsproxy managed

-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA512 Martin Kepplinger:
In order to run an obfsproxy bridge on my Pi, I need tor from git or tor's experimental repos; raspbian's packages are too old right?
I got confused with recent discussions on raspberry pi here. What's the simples way to run a obfsproxy bridge on my Pi and keep it up to date as well!
I can help you with Tor itself for Raspberry Pi. Keeping it up to date will be a little problematic until the Cipollini Project[1] can get a .deb repo together, but there is both a link to instructions and binary .debs for Raspbian here: 1. https://github.com/gordon-morehouse/cipollini However, I don't have obfsproxy packages - I'll need to evaluate how it's packaged and replicate the latest ones for Raspbian. There may be further instructions, if you want to avoid the 'setup.py install' method mentioned by tor_bridge and stick to the Raspbian package manager, at the link present above. I know they cover building base Tor packages, not sure about obfsproxy. I'll add a task to the project[2] and do my best to get to it soon. 2. https://www.pivotaltracker.com/s/projects/917796 Best, - -Gordon M. -----BEGIN PGP SIGNATURE----- iQEcBAEBCgAGBQJSSusGAAoJED/jpRoe7/ujEe0H/3tZFZUJEITEjbeHRCI6VIOs bSihACpZx/KH5OZbEAUSUOY7jI7kR2z/nXIO0eYepE4dU6hpSqi4yNQioL1nYPjJ Rsb0VI4ozWP9czDJue1AxBbRbNVvG2iiWLdsnbYokNIwEKNK5uUWhogONfosrnFT bks30kEAIqqNMGXWQBT67XRag0Z4mzxryYPe4SBTRwOVQAzu1Uy4GTJ4fO3zLVOa PKppotsEhUvJQJSKyMArrndGZuJ5lD8tEXuseNCbLQsslWub6cmiLM5s5ZgWGINb G1iAQajKtx2vOA9Tdv8bnrp7NAaqPSDNAjYe67wfhaowCnqRkXCapb1XuFSiHTM= =Mf8+ -----END PGP SIGNATURE-----
participants (3)
-
Gordon Morehouse
-
Martin Kepplinger
-
tor_bridge@mail.md