The attached script will configure a fresh 256MB CentOS 6.0 virtual machine on Rackspace as an obfsproxy bridge. You have to say yes several times and it takes awhile but it will eventually reboot as an obfsproxy bridge. I know it gives an error at the end but it does work.
You will have to winkle out the IP address and obfsproxy port grep ORPort /var/log/tor/tor.log grep obfs /var/log/tor/tor.log and send them to [email protected] It has no firewall but is only running ssh and Tor. On Sat, Feb 11, 2012 at 9:54 AM, Softail <[email protected]> wrote: > I've finally gotten it to work on CentOS with some help from Jens > Kubiezie. > > sudo yum install gcc autoconf automake rpm-build openssl-devel > > Compile libevent and Tor RPM using the instructions > here<https://gitweb.torproject.org/tor.git?a=blob_plain;hb=HEAD;f=doc/tor-rpm-creation.txt>and > install Tor. > > git obfsproxy and and edit /etc/tor/torrc as described > here<https://www.torproject.org/projects/obfsproxy-instructions.html.en> > > Edit /etc/init.d/tor to include the line > > export HOME=/var/lib/tor > > (or choose your own directory) near the top. Then > > cd obfsproxy > > export libevent_CFLAGS=-I/usr/local/include > export libevent_LIBS="-L/usr/local/lib -levent" > > LIBS=-lrt ./configure > make > sudo make install > > sudo service tor restart > > Update your firewall to allow access to the Tor ports. > > -- > A man in chains knows he should have acted sooner... > Julian Assange > > -- A man in chains knows he should have acted sooner... Julian Assange
_______________________________________________ tor-talk mailing list [email protected] https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-talk
